A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

V

VALID_ATTRIBUTES - Static variable in class org.openadaptor.doxml.GenericXMLReader
Array containing all valid attribute names.
VALID_ATTRIBUTES - Static variable in class org.openadaptor.doxml.GenericXMLWriter
Array containing all valid attribute names
validate() - Method in class org.openadaptor.adaptor.editor.AFContainer
 
validate(Hashtable) - Method in class org.openadaptor.dataobjects.SDOType
Checks, whether the type is valid.
validate(Hashtable) - Method in class org.openadaptor.dmx.metaobjects.types.MOEnumeration
Checks, whether this type isValid
VALIDATE_DATA_OBJECTS - Static variable in class org.openadaptor.doxml.GenericXMLWriter
Should the parser check the DataObjects published are valid and consistent (for example, homogeneous arrays, unique type names etc).
validateAndDischargePatient() - Method in class org.openadaptor.hospital.gui.HATFrame
Menu item Patient-->Validate + Discharge(action performed)
validateAttribute(String) - Method in class org.openadaptor.adaptor.value.predicate.DatePredicate
 
validateAttrName(String) - Method in class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
Override if you wish to validate the attribute name.
validateAttrName(String) - Method in class org.openadaptor.adaptor.value.predicate.AbstractMatchPredicate
Override if you wish to validate the attribute name.
validateAttrName(String) - Method in class org.openadaptor.adaptor.value.predicate.DatePredicate
 
validateDOAttribute(DOAttribute) - Static method in class org.openadaptor.dataobjects.SDOAttribute
Returns validity of DOAttribute attr A DOAttribute is valid if its name is valid and its DOType is valid.
validateDOAttribute(DOAttribute, Hashtable) - Static method in class org.openadaptor.dataobjects.SDOAttribute
Returns validity of DOAttribute attr A DOAttribute is valid if its name is valid and its DOType is valid.
validateDOType(DOType) - Static method in class org.openadaptor.dataobjects.SDOType
Returns validity of DOType type.
validateDOType(DOType, Hashtable) - Static method in class org.openadaptor.dataobjects.SDOType
Returns validity of DOType type.
validateModel(boolean) - Static method in class org.openadaptor.dmx.metaobjects.util.MOTypeRepository
 
validatePatient() - Method in class org.openadaptor.hospital.gui.HATFrame
Menu item Patient-->Validate (action performed)
validateXMLHeader(String) - Static method in class org.openadaptor.util.sax.XMLUtils
Checks the line contains a valid XML header, and returns encoding name.
validationReport(DataObject) - Method in interface org.openadaptor.dataobjects.DOValidator
make a report, which can be useful for reporting issues.
validationReport(DataObject, String) - Method in interface org.openadaptor.dataobjects.DOValidator
make a report, which can be useful for reporting issues.
validationReport(DataObject) - Method in class org.openadaptor.dataobjects.SDOValidator
make a report, which can be useful for reporting issues.
validationReport(DataObject, String) - Method in class org.openadaptor.dataobjects.SDOValidator
make a report, which can be useful for reporting issues.
value - Variable in class org.openadaptor.adaptor.editor.Property
 
value - Variable in class org.openadaptor.adaptor.editor.TemplateInfo
 
value - Variable in class org.openadaptor.adaptor.standard.DOAttributeAddPipe.NewAttribute
 
value - Variable in class org.openadaptor.dataobjects.ValueSelector
value to compare against
value() - Method in class org.openadaptor.util.ConfigEntry
 
VALUE_PROP - Static variable in class org.openadaptor.adaptor.value.predicate.AbstractComparisonPredicate
 
ValueAliasAction - Class in org.openadaptor.adaptor.value.action
Takes a DataObject alias one of the fields depending on the current value
ValueAliasAction() - Constructor for class org.openadaptor.adaptor.value.action.ValueAliasAction
 
ValueAliasAction.AliasParser - Class in org.openadaptor.adaptor.value.action
simple class to parse alias value properties Swiped from openAdaptor org.openadaptor.adaptor.standard.ValueAlias Thanks guys
ValueAliasAction.AliasParser(String) - Constructor for class org.openadaptor.adaptor.value.action.ValueAliasAction.AliasParser
 
ValueAliasPipe - Class in org.openadaptor.adaptor.standard
Pipe that maps specific attribute values onto other specific values.
ValueAliasPipe() - Constructor for class org.openadaptor.adaptor.standard.ValueAliasPipe
 
ValueAliasPipe.AliasParser - Class in org.openadaptor.adaptor.standard
A simple class to parse alias value properties
ValueAliasPipe.AliasParser(String) - Constructor for class org.openadaptor.adaptor.standard.ValueAliasPipe.AliasParser
Construct an AliasParser for string s
valueChanged(ListSelectionEvent) - Method in class org.openadaptor.adaptor.editor.Adaptor
 
valueChanged(TreeSelectionEvent) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
valueChanged(TreeSelectionEvent) - Method in class org.openadaptor.adaptor.editor.Help
 
valueChanged(ListSelectionEvent) - Method in class org.openadaptor.hospital.gui.HATPatientPanel
Implementation method of the ListSelectionListener.
valueChanged(ListSelectionEvent) - Method in class org.openadaptor.hospital.gui.HATPayloadPanel
Implementation method of the ListSelectionListener.
ValueDecoder - Interface in org.openadaptor.doconverter.v3
A ValueDecoder Class reads bytes from an inputStreams, and tries to turn them into the values that it handles.
ValueEncoder - Interface in org.openadaptor.doconverter.v3
A ValueEncoder Class takes an object and writes it onto an OutputStream as a series of bytes.
ValueException - Exception in org.openadaptor.adaptor.value
Basic 'org.openadaptor.adaptor.value' package exception - a thin subclass of PipelineException.
ValueException(String) - Constructor for exception org.openadaptor.adaptor.value.ValueException
 
ValueFileAliasAction - Class in org.openadaptor.adaptor.value.action
Reads a ValueReference list from an XML file, and uses the value/new_value attributes to map values in the specified attribute.
ValueFileAliasAction() - Constructor for class org.openadaptor.adaptor.value.action.ValueFileAliasAction
 
ValueFilePredicate - Class in org.openadaptor.adaptor.value.predicate
Match the string value of a specified attribute against a XML ValueReference file (see the ValueReference class) strings or another attribute..
ValueFilePredicate() - Constructor for class org.openadaptor.adaptor.value.predicate.ValueFilePredicate
 
ValueModifyPipe - Class in org.openadaptor.adaptor.standard
This pipe allows you to modify the value of one or more DataObject attributes, either for specific DOTypes, or any DOTypes.
ValueModifyPipe() - Constructor for class org.openadaptor.adaptor.standard.ValueModifyPipe
 
ValueModifyPipe.Transformation - Class in org.openadaptor.adaptor.standard
 
ValueModifyPipe.Transformation(String, ObjectTransformer) - Constructor for class org.openadaptor.adaptor.standard.ValueModifyPipe.Transformation
 
valueOf(String, String, boolean) - Method in class org.openadaptor.adaptor.editor.Preferences
 
valueOf(String) - Static method in class org.openadaptor.util.DateTimeHolder
Parses s as a Date string, and returns the DateHolder result.
valueOfDate(String) - Static method in class org.openadaptor.util.DateHolder
Parses s as a Date string, and returns the DateHolder result.
ValueReference - Class in org.openadaptor.adaptor.value.filterstore
ValueReference instances are created by the ValueXMLParser when it reads an XML document containing a list of string values with optional replacements.
ValueReference(String, String, String, String, String, boolean, String) - Constructor for class org.openadaptor.adaptor.value.filterstore.ValueReference
Constructor * * @param value of predicate * @param new_value value to change to * @param text business logic * @param user_id who created/decommisioned this ValueReference * @param date date ValueReference created/decommissioned * @param auth if ValueReference is authorised * @param auth_id the authoriser of the ValueReference
values - Variable in class org.openadaptor.dataobjects.AbstractDataObject
Hashtable for storing attribute values, hashed by attribute name
values - Variable in class org.openadaptor.util.IniFile
A vector of variable value vectors grouped by subject
ValueSelector - Class in org.openadaptor.dataobjects
Selector to apply when selecting a sub-array of values of a particular path component when using typed attribute values which match specified criteria.
ValueSelector(String) - Constructor for class org.openadaptor.dataobjects.ValueSelector
Create an ValueSelector using the given text as an attribute value selector.
ValueSelector(AttributePath, String, int, boolean) - Constructor for class org.openadaptor.dataobjects.ValueSelector
Create an ValueSelector using the given attribute name, comparison operation and value.
valueToString(Object) - Method in class org.openadaptor.adaptor.ldap.LDAPSource
Converts an value returned as an object into a string.
valueToWriter(Writer, String, DOType, Object, boolean) - Method in class org.openadaptor.doxml.GenericXMLWriter
Writes a primitive value as XML.
ValueXMLParser - Class in org.openadaptor.adaptor.value.filterstore
Reads filter/replace data from a specified XML file.
ValueXMLParser(String) - Constructor for class org.openadaptor.adaptor.value.filterstore.ValueXMLParser
Constructor
VAR_KEEP_REFERENCE - Static variable in class org.openadaptor.util.SuperProperties
 
VAR_SET_VALUE_ON_GET - Static variable in class org.openadaptor.util.SuperProperties
Option values for handling ${variable} referemces in values.
VAR_SET_VALUE_ON_LOAD - Static variable in class org.openadaptor.util.SuperProperties
 
variables - Variable in class org.openadaptor.util.IniFile
A vector of variable name vectors grouped by subject
vdelta - Variable in class org.openadaptor.util.layout.StrutLayout.StrutConnection
 
vdelta - Variable in class org.openadaptor.util.layout.StrutLayout.VectorConstraint
 
VerbatimStreamReader - Class in org.openadaptor.dostrings
VerbatimStreamReader reads the entire contents of the stream into a String, and returns a DataObject array containing a single DataObject, with a single String attribute containing the datastream.
VerbatimStreamReader() - Constructor for class org.openadaptor.dostrings.VerbatimStreamReader
 
VerbatimStringWriter - Class in org.openadaptor.dostrings
VerbatimStringWriter complements the VerbatimStreamReader.
VerbatimStringWriter() - Constructor for class org.openadaptor.dostrings.VerbatimStringWriter
 
verify(String, String) - Method in class org.openadaptor.adaptor.benchmark.UniqueIDVerifyPipe
 
verifyFileTransfer() - Method in class org.openadaptor.adaptor.ftp.ApacheFTP
There are a few FTPClient methods that do not complete the entire sequence of FTP commands to complete a transaction.
verifyFileTransfer() - Method in class org.openadaptor.adaptor.ftp.EDTFTP
There are a few FTPClient methods that do not complete the entire sequence of FTP commands to complete a transaction.
verifyFileTransfer() - Method in interface org.openadaptor.adaptor.ftp.FTP
There are a few FTPClient methods that do not complete the entire sequence of FTP commands to complete a transaction.
verifyFileTransfer() - Method in class org.openadaptor.adaptor.ftp.JSchSFTP
With this FTP client the file transfer is always successful as a failure will reasult in an exception being thrown.
verifyFileTransfer() - Method in class org.openadaptor.adaptor.ftp.SunFTP
there is no way to check that all is ok so we return true anyway!!
version - Variable in class org.openadaptor.adaptor.editor.Help
 
version - Variable in class org.openadaptor.dataobjects.SDOType
 
VERSION_ATTR - Static variable in class org.openadaptor.doconverter.AbstractMetadataParser
DataObject metadata version attribute name
VERSION_STR - Static variable in class org.openadaptor.doconverter.BasicDO2XMLConverter
DO XML Syntax Version "1.0".
VERSION_STR - Static variable in class org.openadaptor.doconverter.DataObjectMessageReader
DO XML message syntax version ; "1.0".
VERSION_STR - Static variable in class org.openadaptor.doconverter.NDCDMetadataGenerator
Current metadata syntax version number
VERSION_STR - Static variable in class org.openadaptor.doconverter.NDCDMetadataParser
Current metadata syntax version number
VERSION_STR - Static variable in class org.openadaptor.doconverter.v3.AFMessageReader
DO XML document syntax version, "1.1".
VERSION_STR_ARRAY - Static variable in class org.openadaptor.doconverter.BasicDO2XMLConverter
DO XML syntax versions supported.
VERSION_STR_ARRAY - Static variable in class org.openadaptor.doconverter.BasicXML2DOConverter
array of supported versions
vertExtent - Variable in class org.openadaptor.util.layout.StrutLayout.SpringInfo
The vertical extent (height) of this component and all children that will be affected by vertical expansion.
verticalDivider - Variable in class org.openadaptor.adaptor.editor.Preferences.Settings
 
Viewer - Class in org.openadaptor.adaptor.viewer
Creates a JFrame that holds a ViewerGUI Swing component.
Viewer(DataObject[]) - Constructor for class org.openadaptor.adaptor.viewer.Viewer
Creates a new JFrame, sets the title, stores the DataObject array and creates the Viewer GUI.
Viewer(DataObject[], String) - Constructor for class org.openadaptor.adaptor.viewer.Viewer
Overloaded construtor that uses the supplied ViewrConfig class rather than the default.
Viewer(DataObject[], String, String) - Constructor for class org.openadaptor.adaptor.viewer.Viewer
Overloaded construtor that uses the supplied ViewrConfig class rather than the default.
Viewer(DataObject[], String, String, String) - Constructor for class org.openadaptor.adaptor.viewer.Viewer
Overloaded constructor that uses a user defined ViewerConfig and ViewerSecurity classes rather than the defaults supplied.
ViewerCellRenderer - Class in org.openadaptor.adaptor.viewer.gui
Part of the ViewerGUI.
ViewerCellRenderer(ViewerConfig) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerCellRenderer
constructor.
ViewerConfig - Class in org.openadaptor.adaptor.viewer.config
Defines the configuratable components of the ViewerGUI (eg.
ViewerConfig() - Constructor for class org.openadaptor.adaptor.viewer.config.ViewerConfig
constructor
ViewerDOFactory - Class in org.openadaptor.adaptor.viewer.helpers
This factory class provides methods to create a primitive SimpleDataObject from a string value based on the DOType requested.
ViewerDOFactory() - Constructor for class org.openadaptor.adaptor.viewer.helpers.ViewerDOFactory
 
ViewerGUI - Class in org.openadaptor.adaptor.viewer.gui
Creates a "viewer" composed of GUI components to display the supplied DataObject payload.
ViewerGUI(DataObject[], String, String, String) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerGUI
Creates "viewer" GUI.
ViewerGUI(DataObject[]) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerGUI
Overloaded constructor that doesn't define a ViewerSecurity class or a ViewerConfig and therefore puts the GUI into read-only mode with the default colour scheme, icons, etc.
ViewerGUI(DataObject[], String) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerGUI
Overloaded constructor that doesn't define a ViewerConfig class and therefore uses the default colour scheme, icons, etc.
ViewerHeaderRenderer - Class in org.openadaptor.adaptor.viewer.gui
Provides a simple Header renderer for the DataObject Inspector payload attribute display table.
ViewerHeaderRenderer(Color, Color) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerHeaderRenderer
constructor.
ViewerMouseListener - Class in org.openadaptor.adaptor.viewer.helpers
class to provide a mouse button listener for the ViewerGUI.
ViewerMouseListener(ViewerPopupMenu) - Constructor for class org.openadaptor.adaptor.viewer.helpers.ViewerMouseListener
constructor.
ViewerMsgBox - Class in org.openadaptor.adaptor.viewer.gui
 
ViewerMsgBox(String, String, Icon) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerMsgBox
 
ViewerPayloadActions - Interface in org.openadaptor.adaptor.viewer.actions
Interface to define the actions that can be performed on the viewer's payload.
ViewerPopupMenu - Class in org.openadaptor.adaptor.viewer.gui
creates a context sensative popup menu to perform payload actions
ViewerPopupMenu(ViewerGUI, ViewerSecurity) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerPopupMenu
constructor.
ViewerSecurity - Interface in org.openadaptor.adaptor.viewer.security
Interface to define the security functions needed to allow the DataObject payload to be manipulated.
ViewerSink - Class in org.openadaptor.adaptor.viewer
 
ViewerSink() - Constructor for class org.openadaptor.adaptor.viewer.ViewerSink
 
ViewerTableModel - Class in org.openadaptor.adaptor.viewer.gui
TableModel for the DataObject ViewerGUI.
ViewerTableModel(ViewerGUI, ViewerConfig, DataObject) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerTableModel
Constructor.
ViewerTableModel(ViewerGUI, ViewerConfig, DataObject, String[]) - Constructor for class org.openadaptor.adaptor.viewer.gui.ViewerTableModel
Overloaded constructor.
ViewerUtils - Class in org.openadaptor.adaptor.viewer.helpers
Utility class that holds all the natty little tools used by the Viewer package.
ViewerUtils() - Constructor for class org.openadaptor.adaptor.viewer.helpers.ViewerUtils
 
VIRTUAL - Static variable in interface org.openadaptor.adaptor.editor.FrameworkComponent
 
VIRTUAL - Static variable in class org.openadaptor.adaptor.editor.Property
 
VIRTUAL_TAG - Static variable in class org.openadaptor.adaptor.editor.Property
 
VIS_PRIVATE - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
VIS_PRIVATE - Static variable in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
VIS_PROTECTED - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
VIS_PROTECTED - Static variable in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
VIS_PUBLIC - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAttribute
 
VIS_PUBLIC - Static variable in class org.openadaptor.dmx.metaobjects.types.MOMethod
 
visibilityPrivate() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the attribute value for private visibility
visibilityProtected() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the attribute value for protected visibility
visibilityPublic() - Static method in class org.openadaptor.dmx.converter.DMX
Returns the attribute value for public visibility
visitAncestors(String, HashMap) - Method in class org.openadaptor.adaptor.RunAdaptor
Recursively visits the given component's ancestors, traversing each branch once.
visitChildren(Hashtable) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
visitComponents(Iterator, HashMap) - Method in class org.openadaptor.adaptor.RunAdaptor
Recursively visits each pipeline component and its descendants and ancestors, traversing each branch once.
visitDescendants(String, HashMap) - Method in class org.openadaptor.adaptor.RunAdaptor
Recursively visits the given component's descendants, traversing each branch once.
visitNodes(ListIterator, Hashtable) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
visitParents(Hashtable) - Method in class org.openadaptor.adaptor.editor.StandardComponent
 
visitPipeline(String) - Method in class org.openadaptor.adaptor.RunAdaptor
Recursively visits all components in a pipeline, starting with a given component, and traversing each branch once.
VOID - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
void primitive class

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _