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

A

ACTION_ADD - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
If authorized, the user may create a new object instance.
ACTION_ADD - Static variable in interface org.sandev.basics.structs.SandUpdateMessage
This update is an addition of a new data instance to the system.
ACTION_ADDING - Static variable in class org.sandev.basics.sandmessages.BaseUserUpdate
Possible value for action
ACTION_ADDING - Static variable in class org.sandev.basics.sandmessages.ConfigurationUpdate
Possible value for action
ACTION_CANCEL - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "cancel" action means that the user wishes to abort the processing they started and return to where they were before.
ACTION_CHANGED - Static variable in class org.sandev.basics.sandmessages.CacheAction
The instance has been modified
ACTION_CUSTOM - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Indicates a custom user action has been taken.
ACTION_DELETE - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Delete the contained object or contained array element.
ACTION_DELETE - Static variable in interface org.sandev.basics.structs.SandUpdateMessage
This is a deletion of an instance from the system.
ACTION_DELETED - Static variable in class org.sandev.basics.sandmessages.CacheAction
The instance has been deleted
ACTION_DELETING - Static variable in class org.sandev.basics.sandmessages.BaseUserUpdate
Possible value for action
ACTION_DELETING - Static variable in class org.sandev.basics.sandmessages.ConfigurationUpdate
Possible value for action
ACTION_DEREF - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "deref" action is similar to a "drilldown" except it is a shift to the referenced object.
ACTION_DRILLDOWN - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "drilldown" action is a movement from a listed object instance to one of it's contained objects.
ACTION_DUMPED - Static variable in class org.sandev.basics.sandmessages.CacheAction
For CacheManager processing reasons, this instance has been dumped from tracking.
ACTION_EDIT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
If authorized, the user may select to edit the displayed instance.
ACTION_EXPORT - Static variable in class org.sandev.basics.sandmessages.DataImportExport
Indicates the data should be exported.
ACTION_FIND - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
If supported, the user may select to find new instances of the current object type or a different object type.
ACTION_HELP - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "help" action indicates that the user would like additional information about the form they are working with.
ACTION_IMPORT - Static variable in class org.sandev.basics.sandmessages.DataImportExport
Indicates the data should be imported.
ACTION_INIT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Indicates that this context should be initialized.
ACTION_MOVEDOWN - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Move the contained array element down one position.
ACTION_MOVEUP - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Move the contained array element up one position.
ACTION_NEW - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Create a new instance of the referenced object type, and set the current reference to the new instance.
ACTION_NEXT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
If a collection object is being listed, and there are more elements to display (either actually in the collection, or because the collection is not complete and more items can be retrieved), then the user has an option to list the next page of collection elements.
ACTION_OK - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
An "ok" action means the user is done with the current form.
ACTION_PARENT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "parent" action is the opposite of a "drilldown".
ACTION_PREVIOUS - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
If a collection object is being listed, and there are elements before the first element shown (either actually in the collection, or because the collection does not start with the first element), then the user has an option to list the previous page of collection elements.
ACTION_REFRESH_GLOBAL_DATA - Static variable in interface org.sandev.basics.util.UIFormOwner
Used to indicate shared data has changed.
ACTION_REGISTER - Static variable in class org.sandev.basics.sandmessages.CacheAction
This source requests broadcast any updates of the specified instance.
ACTION_REMOVE - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Remove the reference or referenced array element.
ACTION_RESTORE - Static variable in class org.sandev.basics.sandmessages.DataImportExport
Indicates the data should be imported, with the lastUpdateTime for each entry preserved.
ACTION_SAVE - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "save" action means write all changes to disk.
ACTION_SELECT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "select" action is used in LISTING mode if we are in the process of adding a reference to an existing object instance, and we are displaying a collection of possible objects as the result of a query.
ACTION_UNDEFINED - Static variable in class org.sandev.basics.sandmessages.CacheAction
Invalid value
ACTION_UNDEFINED - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
No action was taken.
ACTION_UNDEFINED - Static variable in interface org.sandev.basics.structs.SandUpdateMessage
ACTION_UNDEFINED is considered an invalid value and represents an update message that has not been fully initialized.
ACTION_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.BaseUserUpdate
Possible value for action
ACTION_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.ConfigurationUpdate
Possible value for action
ACTION_UNREGISTER - Static variable in class org.sandev.basics.sandmessages.CacheAction
This source no longer requires notification of changes to the specified instance.
ACTION_UPDATE - Static variable in interface org.sandev.basics.structs.SandUpdateMessage
This update is a change to an existing data instance.
ACTION_UPDATING - Static variable in class org.sandev.basics.sandmessages.BaseUserUpdate
Possible value for action
ACTION_UPDATING - Static variable in class org.sandev.basics.sandmessages.ConfigurationUpdate
Possible value for action
APPERROR_FUNCTION_NOT_SUPPORTED - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Error message used when the requested function is not supported by the query recipient.
APPERROR_NODE_UNAVAILABLE - Static variable in interface org.sandev.basics.structs.SandTransmitMessage
Application level error message indicating that the target node is not available.
APPERROR_NODE_UNKNOWN - Static variable in interface org.sandev.basics.structs.SandTransmitMessage
Application level error message indicating that the target node is unknown.
APPERROR_NODE_UNREACHABLE - Static variable in interface org.sandev.basics.structs.SandTransmitMessage
Application level error message indicating that the target node is unreachable.
APPERROR_NO_OPERANDS_SPECIFIED - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Error message when a function is specified without operands
APPERROR_UPDATEFAIL_OLDVERSION - Static variable in interface org.sandev.basics.structs.SandUpdateMessage
The error text for a SandUpdateMessage processing failure due to the update specifying the wrong revisionNumber.
APPERROR_UPDATEFAIL_UNIQUEVIO - Static variable in interface org.sandev.basics.structs.SandUpdateMessage
The error text for a SandUpdateMessage processing failure due to the update specifying a duplicate value for a field that was declared unique.
AUTH_NOACCESS - Static variable in interface org.sandev.basics.util.AuthFilter
The user is not allowed access to this field or message at all.
AUTH_READONLY - Static variable in interface org.sandev.basics.util.AuthFilter
The user is allowed to query and view the message or field and its data, but they may not make changes to it.
AUTH_UNRESTRICTED - Static variable in interface org.sandev.basics.util.AuthFilter
The user is allowed to query, read, modify the message or field and its data.
AUTH_VALHIDDEN - Static variable in interface org.sandev.basics.util.AuthFilter
The user is allowed access to the field, so they can see that the field exists, but they are not allowed access to the field value in this instance.
AbstractFormManager - class org.sandev.basics.util.AbstractFormManager.
Provides a root implementation of a UIFormManager delegating data manipulation tasks to extending classes.
AbstractFormManager() - Constructor for class org.sandev.basics.util.AbstractFormManager
 
AggregateUpdate - class org.sandev.basics.structs.AggregateUpdate.
An AggregateUpdate holds an array of update messages which must be executed together as a single transaction.
AggregateUpdate() - Constructor for class org.sandev.basics.structs.AggregateUpdate
Default constructor.
ArrayAssociation - class org.sandev.basics.util.ArrayAssociation.
A standard associative list represented by two equal length arrays.
ArrayAssociation() - Constructor for class org.sandev.basics.util.ArrayAssociation
 
ArrayAssociation(String[], String[]) - Constructor for class org.sandev.basics.util.ArrayAssociation
 
ArrayUtils - class org.sandev.basics.util.ArrayUtils.
Simple array management utilities to fill gaps in common use.
ArrayUtils() - Constructor for class org.sandev.basics.util.ArrayUtils
 
AuthFilter - interface org.sandev.basics.util.AuthFilter.
An AuthFilter is a plain java class implementing data visibility logic for use by UI nodes and Authorizer nodes.
AuthUser - interface org.sandev.basics.util.AuthUser.
An interface to identify a user of the system for authorization purposes.
AuthUserLookup - interface org.sandev.basics.util.AuthUserLookup.
An interface declaring this object supports finding an AuthUser via their ID.
AuthWrapper - class org.sandev.basics.sandmessages.AuthWrapper.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthWrapper() - Constructor for class org.sandev.basics.sandmessages.AuthWrapper
Default constructor calls init.
AuthWrapperStruct - class org.sandev.basics.structs.AuthWrapperStruct.
Wraps a message for transmission between Authorizer nodes.
AuthWrapperStruct() - Constructor for class org.sandev.basics.structs.AuthWrapperStruct
 
Authorizer - interface org.sandev.basics.util.Authorizer.
The Authorizer interface identifies a node as being able to perform the special purpose functions required for secure processing.
AuthorizerNode - class org.sandev.basics.Authorizer.AuthorizerNode.
An Authorizer node.
AuthorizerNode() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNode
 
AuthorizerNodeBase - class org.sandev.basics.Authorizer.AuthorizerNodeBase.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthorizerNodeBase() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeBase
Default constructor calls init.
AuthorizerNodeCtrl - class org.sandev.basics.Authorizer.AuthorizerNodeCtrl.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthorizerNodeCtrl() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeCtrl
Default ctor initializes a new node instance.
AuthorizerNodeCtrl(AuthorizerNode) - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeCtrl
Node constructor.
AuthorizerNodeCtrl(Controllable) - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeCtrl
Controllable constructor.
AuthorizerNodeCtrlMBean - interface org.sandev.basics.Authorizer.AuthorizerNodeCtrlMBean.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthorizerNodeDecl - class org.sandev.basics.Authorizer.AuthorizerNodeDecl.
Bridge communiations across an insecure channel.
AuthorizerNodeDecl() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeDecl
 
AuthorizerNodeInstance - class org.sandev.basics.Authorizer.AuthorizerNodeInstance.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthorizerNodeInstance() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Default constructor calls init.
action - Variable in class org.sandev.basics.sandmessages.BaseUserUpdate
support for SandUpdateMessage interface
action - Variable in class org.sandev.basics.sandmessages.ConfigurationUpdate
support for SandUpdateMessage interface
action - Variable in class org.sandev.basics.structs.CacheActionStruct
The caching action being done.
action - Variable in class org.sandev.basics.structs.DataImportExportStruct
Whether this is an import or export operation.
action - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
The action taken by the user.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.CacheAction
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.DataImportExport
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Utility method to transform an actual value for this field into a print value.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.CacheAction
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.DataImportExport
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Given a label, return the value for it.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.CacheAction
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.DataImportExport
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Utility method to transform a print value for this field into an actual value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.CacheAction
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.DataImportExport
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Utility method to transform a print value for this field into a key value.
actionSupported(int) - Method in class org.sandev.basics.util.UIFormContext
Returns true if this action is currently supported, false otherwise.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.CacheAction
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.DataImportExport
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in interface org.sandev.basics.structs.SandUpdateMessage
Return a text representation of the action.
activeReaders - Variable in class org.sandev.basics.util.ReaderWriterLock
The number of current readers.
activeWriters - Variable in class org.sandev.basics.util.ReaderWriterLock
The number of current writers.
addAsynchIn(DeliveryStream) - Method in class org.sandev.basics.sandmessages.TestScript
Appends a value to asynchIn
addAsynchIn(DeliveryStream[]) - Method in class org.sandev.basics.sandmessages.TestScript
Appends an array of values to asynchIn
addAsynchOut(SandMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Appends a value to asynchOut
addAsynchOut(SandMessage[]) - Method in class org.sandev.basics.sandmessages.TestScript
Appends an array of values to asynchOut
addBaseUsers(BaseUser) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Appends a value to baseUsers
addBaseUsers(BaseUser[]) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Appends an array of values to baseUsers
addControlWrapper(Controllable) - Method in interface org.sandev.basics.nodecommon.NodeInstanceFactory
Given a node, add a standard ControlWrapper to it and return the wrapper.
addCurrInstToParentColl() - Method in class org.sandev.basics.util.UIFormContext
Add the currInst to our findCollection.
addData(SandAttrVal) - Method in class org.sandev.basics.sandmessages.Stats
Appends a value to data
addData(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.Stats
Appends an array of values to data
addDataDescriptions(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.DataImportExport
Appends a value to dataDescriptions
addDataDescriptions(SandQueryMessage[]) - Method in class org.sandev.basics.sandmessages.DataImportExport
Appends an array of values to dataDescriptions
addDescription(SandAttrVal) - Method in class org.sandev.basics.sandmessages.MessageDescription
Appends a value to description
addDescription(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.MessageDescription
Appends an array of values to description
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Specified by SandCollectionMessage interface
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Specified by SandCollectionMessage interface
addElement(SandInstanceMessage) - Method in interface org.sandev.basics.structs.SandCollectionMessage
Append an element to this collection.
addErroneousInput(MessageDescription) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Appends a value to erroneousInput
addErroneousInput(MessageDescription[]) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Appends an array of values to erroneousInput
addExpectedInput(MessageDescription) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Appends a value to expectedInput
addExpectedInput(MessageDescription[]) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Appends an array of values to expectedInput
addFindKeys(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends a value to findKeys
addFindKeys(String[]) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends an array of values to findKeys
addGlobalParams(SandAttrVal) - Method in class org.sandev.basics.sandmessages.Configuration
Appends a value to globalParams
addGlobalParams(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.Configuration
Appends an array of values to globalParams
addHelperNodes(NodeInstance) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Appends a value to helperNodes
addHelperNodes(NodeInstance[]) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Appends an array of values to helperNodes
addHelperNodes(NodeInstance) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Appends a value to helperNodes
addHelperNodes(NodeInstance[]) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Appends an array of values to helperNodes
addHelperNodes(NodeInstance) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Appends a value to helperNodes
addHelperNodes(NodeInstance[]) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Appends an array of values to helperNodes
addHelperNodes(NodeInstance) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Appends a value to helperNodes
addHelperNodes(NodeInstance[]) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Appends an array of values to helperNodes
addInitialData(SandPersistMessage) - Method in class org.sandev.basics.sandmessages.Configuration
Appends a value to initialData
addInitialData(SandPersistMessage[]) - Method in class org.sandev.basics.sandmessages.Configuration
Appends an array of values to initialData
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Appends an array of values to matchInfo
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Appends an array of values to matchInfo
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.StatsQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.StatsQuery
Appends an array of values to matchInfo
addMatchInfo(SandAttrVal) - Method in interface org.sandev.basics.structs.SandQueryMessage
Append a new match expressions to the match information.
addModeStack(int) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends a value to modeStack
addModeStack(int[]) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends an array of values to modeStack
addNodes(NodeInstance) - Method in class org.sandev.basics.sandmessages.Configuration
Appends a value to nodes
addNodes(NodeInstance[]) - Method in class org.sandev.basics.sandmessages.Configuration
Appends an array of values to nodes
addOutputText(String) - Method in class org.sandev.basics.util.UIFormContext
Convenience append method.
addPosition(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends a value to position
addPosition(String[]) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends an array of values to position
addQueriesToAccept(ReceiveReturn) - Method in class org.sandev.basics.sandmessages.TestScript
Appends a value to queriesToAccept
addQueriesToAccept(ReceiveReturn[]) - Method in class org.sandev.basics.sandmessages.TestScript
Appends an array of values to queriesToAccept
addQueriesToMake(CallResponse) - Method in class org.sandev.basics.sandmessages.TestScript
Appends a value to queriesToMake
addQueriesToMake(CallResponse[]) - Method in class org.sandev.basics.sandmessages.TestScript
Appends an array of values to queriesToMake
addSelectionOptions(String) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Appends a value to selectionOptions
addSelectionOptions(String[]) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Appends an array of values to selectionOptions
addServerDeclarations(ServerDeclaration) - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Appends a value to serverDeclarations
addServerDeclarations(ServerDeclaration[]) - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Appends an array of values to serverDeclarations
addServers(ServerDeclaration) - Method in class org.sandev.basics.sandmessages.Configuration
Appends a value to servers
addServers(ServerDeclaration[]) - Method in class org.sandev.basics.sandmessages.Configuration
Appends an array of values to servers
addSources(String) - Method in class org.sandev.basics.sandmessages.CacheAction
Appends a value to sources
addSources(String[]) - Method in class org.sandev.basics.sandmessages.CacheAction
Appends an array of values to sources
addTestScripts(String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Appends a value to testScripts
addTestScripts(String[]) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Appends an array of values to testScripts
addTestScripts(String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Appends a value to testScripts
addTestScripts(String[]) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Appends an array of values to testScripts
addUpdate(SandUpdateMessage) - Method in class org.sandev.basics.structs.AggregateUpdate
 
addWrapper(ControlWrapper) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Add the specified wrapper to our notification collection
addWrapper(ControlWrapper) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeBase
Add the specified wrapper to our notification collection
addWrapper(ControlWrapper) - Method in class org.sandev.basics.DataManager.DataManagerNodeBase
Add the specified wrapper to our notification collection
addWrapper(ControlWrapper) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Add the specified wrapper to our notification collection
addWrapper(ControlWrapper) - Method in interface org.sandev.basics.nodecommon.Controllable
Add this ControlWrapper to our list of wrappers to notify in the event of a state change or parameter change.
allowEditReadOnly() - Method in interface org.sandev.basics.util.UIFormAdaptor
Returns false unless immutable SAND message fields should be displayed as editable.
append(String[], String) - Static method in class org.sandev.basics.util.ArrayUtils
The language supports an overloaded '+' operator for Strings, but you can't do the same thing with an array.
append(long[], long) - Static method in class org.sandev.basics.util.ArrayUtils
The language supports an overloaded '+' operator for Strings, but you can't do the same thing with an array.
append(SandMessage[], SandMessage) - Static method in class org.sandev.basics.util.ArrayUtils
The language supports an overloaded '+' operator for Strings, but you can't do the same thing with an array.
asynchError(SandMessage, MessageDriverNode) - Method in class org.sandev.basics.util.ConfirmationValidator
 
asynchError(SandMessage, MessageDriverNode) - Method in interface org.sandev.basics.util.MessageValidator
The given message may be an error according to the match specification.
asynchExpected(SandMessage, MessageDriverNode) - Method in class org.sandev.basics.util.ConfirmationValidator
 
asynchExpected(SandMessage, MessageDriverNode) - Method in interface org.sandev.basics.util.MessageValidator
The given message may be correct input according to the match specification.
asynchIn - Variable in class org.sandev.basics.structs.TestScriptStruct
This allows for testing of general information by subscribing the MessageDriver node to zero or more other nodes.
asynchInContains(DeliveryStream) - Method in class org.sandev.basics.sandmessages.TestScript
Returns true if asynchIn contains the specified value.
asynchInIndexOf(DeliveryStream) - Method in class org.sandev.basics.sandmessages.TestScript
Return the index of the specified value in asynchIn, or -1 if not found.
asynchOut - Variable in class org.sandev.basics.structs.TestScriptStruct
This allows testing of subscription listeners by connecting them to the driver as the source.
asynchOutContains(SandMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Returns true if asynchOut contains the specified value.
asynchOutIndexOf(SandMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Return the index of the specified value in asynchOut, or -1 if not found.
atTopLevel() - Method in class org.sandev.basics.util.UIFormContext
Returns true if we are at the root display for the form.
atomize(String) - Static method in class org.sandev.basics.util.StringUtil
Split up the given text into individual words.
attempts - Variable in class org.sandev.basics.DataManager.InitRetryThread
 
attr - Variable in class org.sandev.basics.structs.SandAttrVal
The attribute being referenced.
auLookup - Variable in class org.sandev.basics.Authorizer.AuthorizerNode
Our AuthUserLookup, used for finding the user from the sandTransmitAuthID in a SandTransmitMessage.
authFilterClassName - Variable in class org.sandev.basics.Authorizer.AuthorizerNodeDecl
The fully qualified name of the AuthFilter class to use when checking authorization.
authUserLookupInstanceName - Variable in class org.sandev.basics.Authorizer.AuthorizerNodeDecl
The instance name of our AuthUserLookup node.
authfilter - Variable in class org.sandev.basics.Authorizer.AuthorizerNode
Our AuthFilter, used for checking if we should accept a message, or manipulate it in any way before transmission.
authorizeAndRestore(SandMessage) - Method in class org.sandev.basics.Authorizer.AuthorizerNode
Throw an exception if this message is unauthorized, otherwise restore the instance data as necessary.
authorizeAndScrub(SandMessage) - Method in class org.sandev.basics.Authorizer.AuthorizerNode
Throw an exception if this message is unauthorized, otherwise scrub the data as necessary.

B

BADREF_PREFIX - Static variable in class org.sandev.basics.util.RootedFormManager
Default prefix text for output of each bad reference found.
BRANCH_DISALLOWED - Static variable in class org.sandev.basics.util.RootedFormManager
Text for disallowed branching notification.
BaseUser - class org.sandev.basics.sandmessages.BaseUser.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUser() - Constructor for class org.sandev.basics.sandmessages.BaseUser
Default constructor calls init.
BaseUserCollection - class org.sandev.basics.sandmessages.BaseUserCollection.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserCollection() - Constructor for class org.sandev.basics.sandmessages.BaseUserCollection
Default constructor calls init.
BaseUserQuery - class org.sandev.basics.sandmessages.BaseUserQuery.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserQuery() - Constructor for class org.sandev.basics.sandmessages.BaseUserQuery
Default constructor calls init.
BaseUserStruct - class org.sandev.basics.structs.BaseUserStruct.
The single root user definition from which all user definitions extend.
BaseUserStruct() - Constructor for class org.sandev.basics.structs.BaseUserStruct
 
BaseUserUpdate - class org.sandev.basics.sandmessages.BaseUserUpdate.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserUpdate() - Constructor for class org.sandev.basics.sandmessages.BaseUserUpdate
Default constructor calls init.
BinSerializer - interface org.sandev.basics.nodecommon.BinSerializer.
Binary Serializer.
basePath - Variable in class org.sandev.basics.MessageDriver.MessageDriverNodeDecl
A path specification which should be prepended to all TestScript file specifications.
baseUser - Variable in class org.sandev.basics.sandmessages.BaseUserUpdate
the contained instance for this update
baseUsers - Variable in class org.sandev.basics.sandmessages.BaseUserCollection
actual element array
baseUsersContains(BaseUser) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Returns true if baseUsers contains the specified value.
baseUsersIndexOf(BaseUser) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the index of the specified value in baseUsers, or -1 if not found.
blend(String, String) - Static method in class org.sandev.basics.util.MatchUtil
Given an attribute and a value in standard match expression form, convert the match expression to an infix form with the attribute specified.
booleanArray(String) - Static method in class org.sandev.basics.util.CSVTransforms
convert the CSV string to a boolean array
buf - Variable in class org.sandev.basics.util.UserWorkLog
Our cumulative buffer for log messages.
byte2Hex(byte[]) - Static method in class org.sandev.basics.util.Hexifier
Convert a byte array to a hexified string.

C

CLASS_DISAMBIGUATION_PROMPT - Static variable in class org.sandev.basics.util.AbstractFormManager
Default output text used when prompting the user to disambiguate the message class.
CONVERTER - Static variable in class org.sandev.basics.DataManager.THD_DataManagerInfo
The class name of the Converter we are using.
CSVTransforms - class org.sandev.basics.util.CSVTransforms.
Converts an array of basic types to a comma separated value String.
CSVTransforms() - Constructor for class org.sandev.basics.util.CSVTransforms
 
CacheAction - class org.sandev.basics.sandmessages.CacheAction.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheAction() - Constructor for class org.sandev.basics.sandmessages.CacheAction
Default constructor calls init.
CacheActionStruct - class org.sandev.basics.structs.CacheActionStruct.
A CacheAction is used for notification registration, and notifications, of changes to persistent message instances.
CacheActionStruct() - Constructor for class org.sandev.basics.structs.CacheActionStruct
 
CacheManagerNode - class org.sandev.basics.CacheManager.CacheManagerNode.
Implementation of the CacheManagerNode.
CacheManagerNode() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNode
Default ctor initializes our CacheAction map.
CacheManagerNodeBase - class org.sandev.basics.CacheManager.CacheManagerNodeBase.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheManagerNodeBase() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeBase
Default constructor calls init.
CacheManagerNodeCtrl - class org.sandev.basics.CacheManager.CacheManagerNodeCtrl.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheManagerNodeCtrl() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeCtrl
Default ctor initializes a new node instance.
CacheManagerNodeCtrl(CacheManagerNode) - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeCtrl
Node constructor.
CacheManagerNodeCtrl(Controllable) - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeCtrl
Controllable constructor.
CacheManagerNodeCtrlMBean - interface org.sandev.basics.CacheManager.CacheManagerNodeCtrlMBean.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheManagerNodeDecl - class org.sandev.basics.CacheManager.CacheManagerNodeDecl.
The CacheManager offloads the processing associated with multiple update subscriptions.
CacheManagerNodeDecl() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeDecl
 
CacheManagerNodeInstance - class org.sandev.basics.CacheManager.CacheManagerNodeInstance.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheManagerNodeInstance() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Default constructor calls init.
CallResponse - class org.sandev.basics.sandmessages.CallResponse.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CallResponse() - Constructor for class org.sandev.basics.sandmessages.CallResponse
Default constructor calls init.
CallResponseStruct - class org.sandev.basics.structs.CallResponseStruct.
A CallResponse is an outgoing message paired with a description of the expected response.
CallResponseStruct() - Constructor for class org.sandev.basics.structs.CallResponseStruct
 
CharSerializer - interface org.sandev.basics.nodecommon.CharSerializer.
Character-based Serializer.
CharSerializerFactory - class org.sandev.basics.nodecommon.CharSerializerFactory.
Provides for access to a CharSerializer instance at runtime.
CharSerializerFactory() - Constructor for class org.sandev.basics.nodecommon.CharSerializerFactory
 
CommBridge - interface org.sandev.basics.util.CommBridge.
A bridge between communications used internally by the application, and communications used outside the application.
ConfigException - exception org.sandev.basics.nodecommon.ConfigException.
Base class for all control related exception conditions.
ConfigException() - Constructor for class org.sandev.basics.nodecommon.ConfigException
 
ConfigException(String) - Constructor for class org.sandev.basics.nodecommon.ConfigException
 
ConfigException(String, Throwable) - Constructor for class org.sandev.basics.nodecommon.ConfigException
 
ConfigException(Throwable) - Constructor for class org.sandev.basics.nodecommon.ConfigException
 
ConfigUtil - class org.sandev.basics.nodecommon.ConfigUtil.
Simplified access to Configuration information.
ConfigUtil() - Constructor for class org.sandev.basics.nodecommon.ConfigUtil
 
Configuration - class org.sandev.basics.sandmessages.Configuration.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
Configuration() - Constructor for class org.sandev.basics.sandmessages.Configuration
Default constructor calls init.
ConfigurationStruct - class org.sandev.basics.structs.ConfigurationStruct.
A description of an application deployment configuration.
ConfigurationStruct() - Constructor for class org.sandev.basics.structs.ConfigurationStruct
 
ConfigurationUpdate - class org.sandev.basics.sandmessages.ConfigurationUpdate.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
ConfigurationUpdate() - Constructor for class org.sandev.basics.sandmessages.ConfigurationUpdate
Default constructor calls init.
ConfirmationValidator - class org.sandev.basics.util.ConfirmationValidator.
The ConfirmationValidator implements the MessageValidator interface by simply confirming everything is what it looks like.
ConfirmationValidator() - Constructor for class org.sandev.basics.util.ConfirmationValidator
 
ControlException - exception org.sandev.basics.nodecommon.ControlException.
Base class for all control related exception conditions.
ControlException() - Constructor for class org.sandev.basics.nodecommon.ControlException
 
ControlException(String) - Constructor for class org.sandev.basics.nodecommon.ControlException
 
ControlException(String, Throwable) - Constructor for class org.sandev.basics.nodecommon.ControlException
 
ControlException(Throwable) - Constructor for class org.sandev.basics.nodecommon.ControlException
 
ControlWrapper - interface org.sandev.basics.nodecommon.ControlWrapper.
The ControlWrapper interface declares that the implementing class wraps a node for control purposes.
ControlWrapperException - exception org.sandev.basics.nodecommon.ControlWrapperException.
Base class for all ControlWrapper related exception conditions.
ControlWrapperException() - Constructor for class org.sandev.basics.nodecommon.ControlWrapperException
 
ControlWrapperException(String) - Constructor for class org.sandev.basics.nodecommon.ControlWrapperException
 
ControlWrapperException(String, Throwable) - Constructor for class org.sandev.basics.nodecommon.ControlWrapperException
 
ControlWrapperException(Throwable) - Constructor for class org.sandev.basics.nodecommon.ControlWrapperException
 
Controllable - interface org.sandev.basics.nodecommon.Controllable.
The Controllable interface defines the methods and constants associated with lifecycle management of a node.
Converter - interface org.sandev.basics.DataManager.Converter.
The Converter interface defines a class which is capable of converting a Persister storage structure.
cache - Static variable in class org.sandev.basics.util.SingletonIDCache
Our singleton reference
caches - Static variable in class org.sandev.basics.util.NamedSingletonIDCache
Map of cache instances
checkMessageAuthorization(SandMessage) - Method in class org.sandev.basics.Authorizer.AuthorizerNode
Verify that this user is allowed to send this message.
checkRevisionNumber() - Method in class org.sandev.basics.util.IDCacheBase
accessor for revisionCheck
className - Variable in class org.sandev.basics.structs.PingStruct
The fully qualified name of the class representing the node which is generating the ping information.
clear() - Method in interface org.sandev.basics.util.IDCache
Remove all entries from this cache.
clear() - Method in class org.sandev.basics.util.IDCacheBase
 
clearAsynchIn() - Method in class org.sandev.basics.sandmessages.TestScript
Clears all values from asynchIn
clearAsynchOut() - Method in class org.sandev.basics.sandmessages.TestScript
Clears all values from asynchOut
clearBaseUsers() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Clears all values from baseUsers
clearData() - Method in class org.sandev.basics.sandmessages.Stats
Clears all values from data
clearDataDescriptions() - Method in class org.sandev.basics.sandmessages.DataImportExport
Clears all values from dataDescriptions
clearDescription() - Method in class org.sandev.basics.sandmessages.MessageDescription
Clears all values from description
clearErroneousInput() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Clears all values from erroneousInput
clearExpectedInput() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Clears all values from expectedInput
clearFindKeys() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Clears all values from findKeys
clearGlobalParams() - Method in class org.sandev.basics.sandmessages.Configuration
Clears all values from globalParams
clearHelperNodes() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Clears all values from helperNodes
clearHelperNodes() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Clears all values from helperNodes
clearHelperNodes() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Clears all values from helperNodes
clearHelperNodes() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Clears all values from helperNodes
clearInitialData() - Method in class org.sandev.basics.sandmessages.Configuration
Clears all values from initialData
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Clears all values from matchInfo
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Clears all values from matchInfo
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.StatsQuery
Clears all values from matchInfo
clearModeStack() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Clears all values from modeStack
clearNodes() - Method in class org.sandev.basics.sandmessages.Configuration
Clears all values from nodes
clearPosition() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Clears all values from position
clearQueriesToAccept() - Method in class org.sandev.basics.sandmessages.TestScript
Clears all values from queriesToAccept
clearQueriesToMake() - Method in class org.sandev.basics.sandmessages.TestScript
Clears all values from queriesToMake
clearSelectionOptions() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Clears all values from selectionOptions
clearServerDeclarations() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Clears all values from serverDeclarations
clearServers() - Method in class org.sandev.basics.sandmessages.Configuration
Clears all values from servers
clearSources() - Method in class org.sandev.basics.sandmessages.CacheAction
Clears all values from sources
clearTestScripts() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Clears all values from testScripts
clearTestScripts() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Clears all values from testScripts
cloneAuthWrapper() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Make a deep copy of this AuthWrapper.
cloneAuthorizerNodeInstance() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Make a deep copy of this AuthorizerNodeInstance.
cloneBaseUser() - Method in class org.sandev.basics.sandmessages.BaseUser
Make a deep copy of this BaseUser.
cloneBaseUserCollection() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Clone the collection returning a new copy of the message with a new array containing the same references.
cloneCacheAction() - Method in class org.sandev.basics.sandmessages.CacheAction
Make a deep copy of this CacheAction.
cloneCacheManagerNodeInstance() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Make a deep copy of this CacheManagerNodeInstance.
cloneCallResponse() - Method in class org.sandev.basics.sandmessages.CallResponse
Make a deep copy of this CallResponse.
cloneConfiguration() - Method in class org.sandev.basics.sandmessages.Configuration
Make a deep copy of this Configuration.
cloneContext() - Method in class org.sandev.basics.util.UIFormContext
Return a copy of this UIFormContext instance.
cloneDataImportExport() - Method in class org.sandev.basics.sandmessages.DataImportExport
Make a deep copy of this DataImportExport.
cloneDataManagerNodeInstance() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Make a deep copy of this DataManagerNodeInstance.
cloneDeliveryStream() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Make a deep copy of this DeliveryStream.
cloneIODeclCall() - Method in class org.sandev.basics.sandmessages.IODeclCall
Make a deep copy of this IODeclCall.
cloneIODeclReceive() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Make a deep copy of this IODeclReceive.
cloneIODeclSend() - Method in class org.sandev.basics.sandmessages.IODeclSend
Make a deep copy of this IODeclSend.
cloneIODeclSubscribe() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Make a deep copy of this IODeclSubscribe.
cloneMessage() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Calls cloneAuthorizerNodeInstance
cloneMessage() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Calls cloneCacheManagerNodeInstance
cloneMessage() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Calls cloneDataManagerNodeInstance
cloneMessage() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Calls cloneMessageDriverNodeInstance
cloneMessage() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Calls cloneAuthWrapper
cloneMessage() - Method in class org.sandev.basics.sandmessages.BaseUser
Calls cloneBaseUser
cloneMessage() - Method in class org.sandev.basics.sandmessages.CacheAction
Calls cloneCacheAction
cloneMessage() - Method in class org.sandev.basics.sandmessages.CallResponse
Calls cloneCallResponse
cloneMessage() - Method in class org.sandev.basics.sandmessages.Configuration
Calls cloneConfiguration
cloneMessage() - Method in class org.sandev.basics.sandmessages.DataImportExport
Calls cloneDataImportExport
cloneMessage() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Calls cloneDeliveryStream
cloneMessage() - Method in class org.sandev.basics.sandmessages.IODeclCall
Calls cloneIODeclCall
cloneMessage() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Calls cloneIODeclReceive
cloneMessage() - Method in class org.sandev.basics.sandmessages.IODeclSend
Calls cloneIODeclSend
cloneMessage() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Calls cloneIODeclSubscribe
cloneMessage() - Method in class org.sandev.basics.sandmessages.MessageDescription
Calls cloneMessageDescription
cloneMessage() - Method in class org.sandev.basics.sandmessages.Ping
Calls clonePing
cloneMessage() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Calls cloneReceiveReturn
cloneMessage() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Calls cloneServerDeclaration
cloneMessage() - Method in class org.sandev.basics.sandmessages.Stats
Calls cloneStats
cloneMessage() - Method in class org.sandev.basics.sandmessages.TestScript
Calls cloneTestScript
cloneMessage() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Calls cloneUIFormInitializer
cloneMessage() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Calls cloneUIFormQuery
cloneMessage() - Method in class org.sandev.basics.structs.SandAttrVal
 
cloneMessage() - Method in interface org.sandev.basics.structs.SandInstanceMessage
Return a deep copy of this message.
cloneMessageDescription() - Method in class org.sandev.basics.sandmessages.MessageDescription
Make a deep copy of this MessageDescription.
cloneMessageDriverNodeInstance() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Make a deep copy of this MessageDriverNodeInstance.
clonePing() - Method in class org.sandev.basics.sandmessages.Ping
Make a deep copy of this Ping.
cloneQuery() - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Return a deep copy of this query message.
cloneQuery() - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Return a deep copy of this query message.
cloneQuery() - Method in class org.sandev.basics.sandmessages.StatsQuery
Return a deep copy of this query message.
cloneQuery() - Method in interface org.sandev.basics.structs.SandQueryMessage
Return a deep copy of this query message.
cloneReceiveReturn() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Make a deep copy of this ReceiveReturn.
cloneSandAttrVal() - Method in class org.sandev.basics.structs.SandAttrVal
Make a deep copy of this SandAttrVal
cloneServerDeclaration() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Make a deep copy of this ServerDeclaration.
cloneServerDeclarationCollection() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Clone the collection returning a new copy of the message with a new array containing the same references.
cloneStats() - Method in class org.sandev.basics.sandmessages.Stats
Make a deep copy of this Stats.
cloneTestScript() - Method in class org.sandev.basics.sandmessages.TestScript
Make a deep copy of this TestScript.
cloneUIFormInitializer() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Make a deep copy of this UIFormInitializer.
cloneUIFormQuery() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Make a deep copy of this UIFormQuery.
complete - Variable in class org.sandev.basics.sandmessages.BaseUserCollection
support for SandCollectionMessage interface
complete - Variable in class org.sandev.basics.sandmessages.ServerDeclarationCollection
support for SandCollectionMessage interface
conc(SandMessage[], SandMessage[]) - Static method in class org.sandev.basics.util.ArrayUtils
Concatenate the two arrays, returning a new array.
configuration - Variable in class org.sandev.basics.sandmessages.ConfigurationUpdate
the contained instance for this update
contains(int[], int) - Static method in class org.sandev.basics.util.ArrayUtils
Return true if the array contains the specified value, false otherwise.
contains(long[], long) - Static method in class org.sandev.basics.util.ArrayUtils
Return true if the array contains the specified value, false otherwise.
contains(String[], String) - Static method in class org.sandev.basics.util.ArrayUtils
Return true if the array contains the specified value, false otherwise.
contains(SandMessage[], SandMessage) - Static method in class org.sandev.basics.util.ArrayUtils
Return true if the array contains the specified value, false otherwise.
convertFromXML(String) - Static method in class org.sandev.basics.util.XMLTextProcessing
Performs the inverse of the convertToXML character escapes.
convertToHTML(String, boolean, boolean, boolean) - Static method in class org.sandev.basics.util.XMLTextProcessing
Like convertToXML, except less stringent about things like apostrophes, quotes and ampersands.
convertToSuperstructClass() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.BaseUser
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.CacheAction
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.CallResponse
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.Configuration
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.IODeclCall
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.IODeclSend
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.MessageDescription
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.Ping
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.Stats
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.TestScript
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.structs.SandAttrVal
 
convertToSuperstructClass() - Method in interface org.sandev.basics.structs.SandInstanceMessage
If this class was generated from a struct which extends another struct, then this method converts an instance of this class to an instance of the message class of the superstruct.
convertToXML(String, boolean, boolean, boolean) - Static method in class org.sandev.basics.util.XMLTextProcessing
Convert the given text to valid XML plaintext.
converter - Variable in class org.sandev.basics.DataManager.DataManagerNode
Our structure recovery object instance
convertsToDate(String) - Static method in class org.sandev.basics.util.StringUtil
Return true if the given value can be converted to a Date, false otherwise.
convertsToDouble(String) - Static method in class org.sandev.basics.util.StringUtil
Return true if the given value can be converted to a long, false otherwise.
convertsToInt(String) - Static method in class org.sandev.basics.util.StringUtil
Return true if the given value can be converted to an int, false otherwise.
convertsToLong(String) - Static method in class org.sandev.basics.util.StringUtil
Return true if the given value can be converted to a long, false otherwise.
copyDataFrom(AuthorizerNodeInstance) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Deep copy all the data from the specified instance.
copyDataFrom(CacheManagerNodeInstance) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Deep copy all the data from the specified instance.
copyDataFrom(DataManagerNodeInstance) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Deep copy all the data from the specified instance.
copyDataFrom(MessageDriverNodeInstance) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Deep copy all the data from the specified instance.
copyDataFrom(AuthWrapper) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Deep copy all the data from the specified instance.
copyDataFrom(BaseUser) - Method in class org.sandev.basics.sandmessages.BaseUser
Deep copy all the data from the specified instance.
copyDataFrom(CacheAction) - Method in class org.sandev.basics.sandmessages.CacheAction
Deep copy all the data from the specified instance.
copyDataFrom(CallResponse) - Method in class org.sandev.basics.sandmessages.CallResponse
Deep copy all the data from the specified instance.
copyDataFrom(Configuration) - Method in class org.sandev.basics.sandmessages.Configuration
Deep copy all the data from the specified instance.
copyDataFrom(DataImportExport) - Method in class org.sandev.basics.sandmessages.DataImportExport
Deep copy all the data from the specified instance.
copyDataFrom(DeliveryStream) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Deep copy all the data from the specified instance.
copyDataFrom(IODeclCall) - Method in class org.sandev.basics.sandmessages.IODeclCall
Deep copy all the data from the specified instance.
copyDataFrom(IODeclReceive) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Deep copy all the data from the specified instance.
copyDataFrom(IODeclSend) - Method in class org.sandev.basics.sandmessages.IODeclSend
Deep copy all the data from the specified instance.
copyDataFrom(IODeclSubscribe) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Deep copy all the data from the specified instance.
copyDataFrom(MessageDescription) - Method in class org.sandev.basics.sandmessages.MessageDescription
Deep copy all the data from the specified instance.
copyDataFrom(Ping) - Method in class org.sandev.basics.sandmessages.Ping
Deep copy all the data from the specified instance.
copyDataFrom(ReceiveReturn) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Deep copy all the data from the specified instance.
copyDataFrom(ServerDeclaration) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Deep copy all the data from the specified instance.
copyDataFrom(Stats) - Method in class org.sandev.basics.sandmessages.Stats
Deep copy all the data from the specified instance.
copyDataFrom(TestScript) - Method in class org.sandev.basics.sandmessages.TestScript
Deep copy all the data from the specified instance.
copyDataFrom(UIFormInitializer) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Deep copy all the data from the specified instance.
copyDataFrom(UIFormQuery) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Deep copy all the data from the specified instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.BaseUser
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.CacheAction
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.CallResponse
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.Configuration
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.DataImportExport
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.IODeclCall
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.IODeclSend
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.MessageDescription
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.Ping
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.Stats
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.structs.SandAttrVal
 
copyFieldValue(String, SandInstanceMessage) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Downcast the other message and copy the value of the specified field into this instance.
copyValuesFrom(UIFormContext) - Method in class org.sandev.basics.util.UIFormContext
Copy all the values from the given UIFormContext.
copyfile(String, String, String) - Static method in class org.sandev.basics.util.FileUtil
Copy the specified file from the old location to the new location.
createNode(NodeInstance) - Method in interface org.sandev.basics.nodecommon.NodeInstanceFactory
Given a NodeInstance, return an instance of that node initialized appropriately.
creationTime - Variable in class org.sandev.basics.sandmessages.BaseUser
An immutable timestamp reflecting the time when this instance first created.
csvString(boolean[]) - Static method in class org.sandev.basics.util.CSVTransforms
convert the boolean array to a CSV string
csvString(int[]) - Static method in class org.sandev.basics.util.CSVTransforms
convert the int array to a CSV string
csvString(long[]) - Static method in class org.sandev.basics.util.CSVTransforms
convert the long array to a CSV string
csvString(double[]) - Static method in class org.sandev.basics.util.CSVTransforms
convert the double array to a CSV string
csvString(String[]) - Static method in class org.sandev.basics.util.CSVTransforms
convert the string array to a CSV string
ctrlwrappers - Variable in class org.sandev.basics.Authorizer.AuthorizerNodeBase
The control wrappers we need to notify of state or parameter changes.
ctrlwrappers - Variable in class org.sandev.basics.CacheManager.CacheManagerNodeBase
The control wrappers we need to notify of state or parameter changes.
ctrlwrappers - Variable in class org.sandev.basics.DataManager.DataManagerNodeBase
The control wrappers we need to notify of state or parameter changes.
ctrlwrappers - Variable in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
The control wrappers we need to notify of state or parameter changes.
currClass - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
Provides a workspace for storing the current class name, so that the appropriate interface form can be instantiated.
currInst - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
Holds the current instance information for the class being edited.

D

DATASOURCE - Static variable in class org.sandev.basics.DataManager.THD_DataManagerInfo
The data source initialization string for the Persister we are using.
DataImportExport - class org.sandev.basics.sandmessages.DataImportExport.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataImportExport() - Constructor for class org.sandev.basics.sandmessages.DataImportExport
Default constructor calls init.
DataImportExportStruct - class org.sandev.basics.structs.DataImportExportStruct.
A transmittable directive for import/export actions used for system administration or similar purposes.
DataImportExportStruct() - Constructor for class org.sandev.basics.structs.DataImportExportStruct
 
DataManagerInfo - interface org.sandev.basics.DataManager.DataManagerInfo.
Provides descriptive information about application persistency.
DataManagerNode - class org.sandev.basics.DataManager.DataManagerNode.
Implementation of the DataManagerNode
DataManagerNode() - Constructor for class org.sandev.basics.DataManager.DataManagerNode
 
DataManagerNodeBase - class org.sandev.basics.DataManager.DataManagerNodeBase.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeBase() - Constructor for class org.sandev.basics.DataManager.DataManagerNodeBase
Default constructor calls init.
DataManagerNodeCtrl - class org.sandev.basics.DataManager.DataManagerNodeCtrl.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeCtrl() - Constructor for class org.sandev.basics.DataManager.DataManagerNodeCtrl
Default ctor initializes a new node instance.
DataManagerNodeCtrl(DataManagerNode) - Constructor for class org.sandev.basics.DataManager.DataManagerNodeCtrl
Node constructor.
DataManagerNodeCtrl(Controllable) - Constructor for class org.sandev.basics.DataManager.DataManagerNodeCtrl
Controllable constructor.
DataManagerNodeCtrlMBean - interface org.sandev.basics.DataManager.DataManagerNodeCtrlMBean.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeDecl - class org.sandev.basics.DataManager.DataManagerNodeDecl.
DataManager accepts incoming updates and queries, and responds with the updated or requested information.
DataManagerNodeDecl() - Constructor for class org.sandev.basics.DataManager.DataManagerNodeDecl
 
DataManagerNodeInstance - class org.sandev.basics.DataManager.DataManagerNodeInstance.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeInstance() - Constructor for class org.sandev.basics.DataManager.DataManagerNodeInstance
Default constructor calls init.
DateUtil - class org.sandev.basics.util.DateUtil.
Common date manipulation utilities.
DateUtil() - Constructor for class org.sandev.basics.util.DateUtil
 
DeliveryStream - class org.sandev.basics.sandmessages.DeliveryStream.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DeliveryStream() - Constructor for class org.sandev.basics.sandmessages.DeliveryStream
Default constructor calls init.
DeliveryStreamStruct - class org.sandev.basics.structs.DeliveryStreamStruct.
A DeliveryStream is a collection of messages that a MessageDriver is expecting to receive from a source.
DeliveryStreamStruct() - Constructor for class org.sandev.basics.structs.DeliveryStreamStruct
 
DummyAuthFilter - class org.sandev.basics.Authorizer.DummyAuthFilter.
A dummy AuthFilter that lets just lets everything through.
DummyAuthFilter() - Constructor for class org.sandev.basics.Authorizer.DummyAuthFilter
 
DuplicateReferenceException - exception org.sandev.basics.util.DuplicateReferenceException.
A specialized exception for reporting duplicate references.
DuplicateReferenceException() - Constructor for class org.sandev.basics.util.DuplicateReferenceException
 
DuplicateReferenceException(String) - Constructor for class org.sandev.basics.util.DuplicateReferenceException
 
DuplicateReferenceException(String, Throwable) - Constructor for class org.sandev.basics.util.DuplicateReferenceException
 
DuplicateReferenceException(Throwable) - Constructor for class org.sandev.basics.util.DuplicateReferenceException
 
data - Variable in class org.sandev.basics.structs.StatsStruct
A collection of statistics represented in name/value form.
dataContains(SandAttrVal) - Method in class org.sandev.basics.sandmessages.Stats
Returns true if data contains the specified value.
dataDescriptions - Variable in class org.sandev.basics.structs.DataImportExportStruct
A series of queries describing the data to be exported.
dataDescriptionsContains(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.DataImportExport
Returns true if dataDescriptions contains the specified value.
dataDescriptionsIndexOf(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the index of the specified value in dataDescriptions, or -1 if not found.
dataIndexOf(SandAttrVal) - Method in class org.sandev.basics.sandmessages.Stats
Return the index of the specified value in data, or -1 if not found.
dateArrayFromString(String) - Method in class org.sandev.basics.DataManager.SandStringPersistConverter
Restore this array of Date values from its storage String format
dateArrayFromString(String) - Method in interface org.sandev.basics.DataManager.StringPersistConverter
Restore this array of Date values from its storage String format
dateArrayToString(Date[]) - Method in class org.sandev.basics.DataManager.SandStringPersistConverter
Convert this array of Date values into a single String for storage.
dateArrayToString(Date[]) - Method in interface org.sandev.basics.DataManager.StringPersistConverter
Convert this array of Date values into a single String for storage.
dateFormat - Static variable in class org.sandev.basics.util.StringUtil
Our DateFormat instance so we don't have to keep retrieving this on repeated calls.
dateToString(Date) - Static method in class org.sandev.basics.util.StringUtil
Return the String value of the given Date.
debugDump(String) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.BaseUser
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.CacheAction
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.CallResponse
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.Configuration
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.DataImportExport
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.IODeclCall
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.IODeclSend
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.MessageDescription
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.Ping
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.Stats
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.TestScript
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.structs.SandAttrVal
 
debugDump(String) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Returns a dump of this object.
debugDump(UIFormContext) - Static method in class org.sandev.basics.util.UIFormContext
Dump this form context to the standard output with a default header.
debugDump(String, UIFormContext) - Static method in class org.sandev.basics.util.UIFormContext
Dump this form context to the standard output.
debugout(String) - Static method in class org.sandev.basics.util.UIFormContext
Used for all debug output.
decode(String, String) - Static method in class org.sandev.basics.util.TextEncoder
A thin wrapper for URLDecoder.decode which does not throw.
decrementValue() - Method in class org.sandev.basics.util.IntReference
Return the current value and then decrement it.
decrypt(AuthUser, String) - Method in class org.sandev.basics.util.NullEncryptor
Just returns what it was given.
decrypt(AuthUser, String) - Method in class org.sandev.basics.util.SampleEncryptor
Decrypt the plaintext.
decrypt(AuthUser, String) - Method in interface org.sandev.basics.util.SandEncryptor
Decrypt the cyphertext and return the plaintext.
defaultField(String) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.BaseUser
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.CacheAction
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.CallResponse
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.Configuration
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.DataImportExport
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.IODeclCall
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.IODeclSend
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.MessageDescription
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.Ping
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.Stats
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.TestScript
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.structs.SandAttrVal
 
defaultField(String) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Set the specified field to its default value.
defaultValueIndex - Variable in class org.sandev.basics.util.ArrayAssociation
The index of the default value.
deliver(SandMessage) - Method in class org.sandev.basics.Authorizer.AuthorizerNode
Reject anything that is not an AuthWrapper, unwrap the message, and deliver it to the appropriate registered nodes.
deliver(SandMessage) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Only those deliver methods explicitely declared by the node should actually be called.
deliver(SandMessage) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeBase
Only those deliver methods explicitely declared by the node should actually be called.
deliver(SandMessage) - Method in class org.sandev.basics.DataManager.DataManagerNodeBase
Only those deliver methods explicitely declared by the node should actually be called.
deliver(SandMessage) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Only those deliver methods explicitely declared by the node should actually be called.
deliver(SandMessage) - Method in interface org.sandev.basics.nodecommon.Messageable
Receive streamed messages.
deliver(SandMessage) - Method in interface org.sandev.basics.util.Authorizer
An authorizer must provide a deliver method.
deliverCacheActionMessage(CacheAction) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeBase
Asynchronous inbound CacheAction
deliverSandUpdateMessage(SandUpdateMessage) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeBase
Asynchronous inbound SandUpdateMessage
delmap - Variable in class org.sandev.basics.Authorizer.AuthorizerNode
A map of message classes to node instances, used for delivery of incoming asynchronous sends.
description - Variable in class org.sandev.basics.structs.ConfigurationStruct
A description of this configuration.
description - Variable in class org.sandev.basics.structs.MessageDescriptionStruct
A collection of attribute match specifications describing the message.
description - Variable in class org.sandev.basics.structs.ServerDeclarationStruct
Additional descriptive information useful for identifying this server.
descriptionContains(SandAttrVal) - Method in class org.sandev.basics.sandmessages.MessageDescription
Returns true if description contains the specified value.
descriptionIndexOf(SandAttrVal) - Method in class org.sandev.basics.sandmessages.MessageDescription
Return the index of the specified value in description, or -1 if not found.
diff(long[], long[]) - Static method in class org.sandev.basics.util.ArrayUtils
Returns an array of all values in newvals that are not found in oldvals.
disableAction(int) - Method in class org.sandev.basics.util.UIFormContext
Disables a specific form action.
disableActionsFromContext() - Method in class org.sandev.basics.util.UIFormContext
Disables all top level actions that are not appropriate given the current context.
disableUnsupportedActions(UIFormContext) - Method in class org.sandev.basics.util.AbstractFormManager
Turn off actions that are not supported in the current mode.
disableUnsupportedActions(UIFormContext) - Method in interface org.sandev.basics.util.UIFormManager
Turn off actions that are not supported in the current mode.
displayContext - Variable in class org.sandev.basics.util.UIFormContext
A UI dependent string indicating the environment this form context exists in.
displayState - Variable in class org.sandev.basics.util.UIFormContext
A UI dependent instance providing access to the overall display processing state.
displayText - Variable in class org.sandev.basics.structs.UIFormQueryStruct
The text that will be displayed to describe what is going on.
dm - Variable in class org.sandev.basics.DataManager.InitRetryThread
 
dminfo - Variable in class org.sandev.basics.DataManager.DataManagerNode
The DataManagerInfo instance we are using.
doAction(String, UIFormContext, UserWorkLog) - Method in interface org.sandev.basics.util.UIFormOwner
Do the named action using the information in the form context given.
doActionAdd(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to switch to ADDING mode.
doActionAddHook(UIFormContext) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given the UIFormContext which will be used to present a new form for the user to fill out, preprocess as needed before returning control to the UIFormManager.
doActionCancel(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user cancels the current operation.
doActionDelete(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to delete a contained object or a top level object.
doActionDeref(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has requested that the display shift to a referenced object.
doActionDrilldown(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has requested that the display drill down to a contained object from our current location.
doActionEdit(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to switch to UPDATING mode.
doActionEditHook(UIFormContext) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given the UIFormContext which will be used to present a form for editing an existing instance, preprocess as needed before returning control to the UIFormManager.
doActionFind(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has clicked "find", either to bring up a query form or to execute the displayed query form.
doActionFindHook(UIFormContext) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given the UIFormContext reconstructed on an ACTION_FIND, preprocess as needed before returning control to the UIFormManager.
doActionHelp(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has asked for help.
doActionMove(UIFormContext, UIFormOwner, int) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to move a reference item up or down within the reference array or contained object array.
doActionNew(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to add a reference to an instance that they will now create.
doActionNext(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to move to the next page of elements.
doActionOk(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to complete their current action.
doActionParent(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has requested that the display move up one level.
doActionPrevious(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to move to the previous page of elements.
doActionRemove(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to remove a reference to an object.
doActionSave(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user elects to save their outstanding work.
doActionSelect(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected an instance from a collection of instances that were displayed.
doWildcardCleanup(CacheAction) - Method in class org.sandev.basics.CacheManager.CacheManagerNode
Clean up any instances we have that match the source and the messageClass specified.
doubleArray(String) - Static method in class org.sandev.basics.util.CSVTransforms
convert the CSV string to a double array
doubleArrayFromString(String) - Method in class org.sandev.basics.DataManager.SandStringPersistConverter
Restore this array of double values from its storage String format
doubleArrayFromString(String) - Method in interface org.sandev.basics.DataManager.StringPersistConverter
Restore this array of double values from its storage String format
doubleArrayToString(double[]) - Method in class org.sandev.basics.DataManager.SandStringPersistConverter
Convert this array of double values to a String for storage.
doubleArrayToString(double[]) - Method in interface org.sandev.basics.DataManager.StringPersistConverter
Convert this array of double values to a String for storage.
dumpFormOutput(UIRenderOutput, String, UIFormContext, UIFormAdaptorCallback, AuthUser, AuthFilter) - Method in interface org.sandev.basics.util.UIFormAdaptor
Translate the given UIFormContext into a display, via the given UIRenderOutput.
dumpPageFooter(UIRenderOutput, String) - Method in interface org.sandev.basics.util.UIFormAdaptor
If the form display must be terminated with closing output, then this method dumps that output.
dumpPageHeader(UIRenderOutput, String) - Method in interface org.sandev.basics.util.UIFormAdaptor
If the form display must be preceded by setup output, then this method dumps that output.
dumpProperties(Properties) - Static method in class org.sandev.basics.util.EnvGrabber
Go through all the property keys and dump out the corresponding values WITHOUT TRUNCATING.
dumpQuery(SandQueryMessage) - Static method in class org.sandev.basics.util.UIFormContext
Returns the match expression as a String.
dumpUIFormQuery(UIFormQuery) - Static method in class org.sandev.basics.util.UIFormContext
 

E

EnvGrabber - class org.sandev.basics.util.EnvGrabber.
Provides a utility to return the value of something set as an environment variable.
EnvGrabber() - Constructor for class org.sandev.basics.util.EnvGrabber
 
encode(String, String) - Static method in class org.sandev.basics.util.TextEncoder
A thin wrapper for URLEncoder.encode which does not throw.
encrypt(AuthUser, String) - Method in class org.sandev.basics.util.NullEncryptor
Just returns what it was given.
encrypt(AuthUser, String) - Method in class org.sandev.basics.util.SampleEncryptor
Encrypt the plaintext.
encrypt(AuthUser, String) - Method in interface org.sandev.basics.util.SandEncryptor
Encrypt the plaintext and return the cyphertext.
encryptor - Variable in class org.sandev.basics.Authorizer.AuthorizerNode
Our encryptor, used for encrypting serialized message object text for transmission.
encryptorName - Variable in class org.sandev.basics.Authorizer.AuthorizerNodeDecl
The SandEncryptor implementation we use for secure messaging.
envDump() - Static method in class org.sandev.basics.util.EnvGrabber
This method takes its best shot at dumping out a whole bunch of properties to stdout.
envVars - Static variable in class org.sandev.basics.util.EnvGrabber
The single reference copy.
err(String) - Method in class org.sandev.basics.DataManager.SandStringPersistConverter
In the event of an initialization error, this method is used to report the problem.
erroneousInput - Variable in class org.sandev.basics.structs.DeliveryStreamStruct
Descriptions of messages we should not receive.
erroneousInputContains(MessageDescription) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Returns true if erroneousInput contains the specified value.
erroneousInputIndexOf(MessageDescription) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return the index of the specified value in erroneousInput, or -1 if not found.
escapeCharacter(StringBuffer, char, boolean) - Static method in class org.sandev.basics.util.XMLTextProcessing
Append the character or the equivalent XML escape string to the given buffer.
eval(int, String) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the given expression, false otherwise.
eval(long, String) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the given expression, false otherwise.
eval(double, String) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the given expression, false otherwise.
eval(String, String) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the given expression, false otherwise.
eval(Date, String) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the given expression, false otherwise.
eval(long, String[], int) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the tokenized expression, false otherwise.
eval(double, String[], int) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the tokenized expression, false otherwise.
eval(String, String[], int) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the tokenized expression, false otherwise.
eval(Date, String[], int) - Static method in class org.sandev.basics.util.MatchUtil
Return true if the given value matches the tokenized expression, false otherwise.
evalPosition() - Method in class org.sandev.basics.util.UIFormContext
Set our currInst and currClass the position and rootMsg information.
existingInstance - Variable in class org.sandev.basics.structs.DataImportExportStruct
In the event of an import failure due to conflicting instances this holds the existing instance.
expectedInput - Variable in class org.sandev.basics.structs.DeliveryStreamStruct
Descriptions of messages we expect to receive.
expectedInputContains(MessageDescription) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Returns true if expectedInput contains the specified value.
expectedInputIndexOf(MessageDescription) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return the index of the specified value in expectedInput, or -1 if not found.

F

FIELDCHECK_INVALIDVAL - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Declared invalid value
FIELDCHECK_NOTAREF - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Value is not a valid reference ID
FIELDCHECK_NOTINRANGE - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Value is outside the range specified
FIELDCHECK_NULLARRAY - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Arrays can't be null, they can only be empty
FIELDCHECK_STRINGOVER - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
This String value is too long
FIELDCHECK_UNKNOWNVAL - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
An unknown value for an enumint type
FIELDFLAG_BINARY - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "binary" field flag.
FIELDFLAG_ENCRYPT - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "encrypt" field flag.
FIELDFLAG_INTERNAL - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "internal" field flag.
FIELDFLAG_NOECHO - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "noecho" field flag.
FIELDFLAG_OBFUSCATE - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "obfuscate" field flag.
FIELDFLAG_STRINGPERSIST - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "stringpersist" field flag.
FIELDFLAG_UNIQUE - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "unique" field flag.
FIELD_ATTR - Static variable in class org.sandev.basics.structs.SandAttrVal
Name of the attr field.
FIELD_VAL - Static variable in class org.sandev.basics.structs.SandAttrVal
Name of the val field.
FIX_BADREFS_BEFORE_SAVE - Static variable in class org.sandev.basics.util.RootedFormManager
Default output text added if bad references are found.
FIX_FIELDS_BEFORE_SAVE - Static variable in class org.sandev.basics.util.AbstractFormManager
Default output text added if field validation fails on ACTION_SAVE.
FUNCTION_AVG - Static variable in class org.sandev.basics.sandmessages.BaseUserQuery
Possible value for function
FUNCTION_AVG - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Possible value for function
FUNCTION_AVG - Static variable in class org.sandev.basics.sandmessages.StatsQuery
Possible value for function
FUNCTION_AVG - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Specifies that this query should return the average value of each of the fields specified in the operationFields.
FUNCTION_COUNT - Static variable in class org.sandev.basics.sandmessages.BaseUserQuery
Possible value for function
FUNCTION_COUNT - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Possible value for function
FUNCTION_COUNT - Static variable in class org.sandev.basics.sandmessages.StatsQuery
Possible value for function
FUNCTION_COUNT - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Specifies that this query should return the number of instances matching the query criteria.
FUNCTION_DATA - Static variable in class org.sandev.basics.sandmessages.BaseUserQuery
Possible value for function
FUNCTION_DATA - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Possible value for function
FUNCTION_DATA - Static variable in class org.sandev.basics.sandmessages.StatsQuery
Possible value for function
FUNCTION_DATA - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Specifies that this query should return the instances matching the query criteria.
FUNCTION_MAX - Static variable in class org.sandev.basics.sandmessages.BaseUserQuery
Possible value for function
FUNCTION_MAX - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Possible value for function
FUNCTION_MAX - Static variable in class org.sandev.basics.sandmessages.StatsQuery
Possible value for function
FUNCTION_MAX - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Specifies that this query should return the maximum value of each of the fields specified in the operationFields.
FUNCTION_MIN - Static variable in class org.sandev.basics.sandmessages.BaseUserQuery
Possible value for function
FUNCTION_MIN - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Possible value for function
FUNCTION_MIN - Static variable in class org.sandev.basics.sandmessages.StatsQuery
Possible value for function
FUNCTION_MIN - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Specifies that this query should return the minimum value of each of the fields specified in the operationFields.
FUNCTION_SUM - Static variable in class org.sandev.basics.sandmessages.BaseUserQuery
Possible value for function
FUNCTION_SUM - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Possible value for function
FUNCTION_SUM - Static variable in class org.sandev.basics.sandmessages.StatsQuery
Possible value for function
FUNCTION_SUM - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Specified taht this query should return the total value of each of the fields specified in the operationFields.
FileUtil - class org.sandev.basics.util.FileUtil.
Common file manipulation utilities.
FileUtil() - Constructor for class org.sandev.basics.util.FileUtil
 
fieldHasFlag(String, int) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeBase
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.DataManager.DataManagerNodeBase
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.BaseUser
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheAction
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CallResponse
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.Configuration
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.DataImportExport
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.IODeclCall
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.IODeclSend
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.MessageDescription
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.Ping
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.Stats
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.StatsQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestScript
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.structs.SandAttrVal
 
fieldHasFlag(String, int) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Return true if the named field declares the indicated flag, false otherwise.
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.BaseUser
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheAction
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CallResponse
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.Configuration
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.DataImportExport
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.IODeclCall
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.IODeclSend
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.MessageDescription
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.Ping
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.Stats
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.TestScript
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.structs.SandAttrVal
 
fieldValidate(SandAttrVal[]) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Return a collection of fieldname-status pairs.
fieldValidateCurrentInstance(UIFormContext) - Method in class org.sandev.basics.util.AbstractFormManager
Call the fieldValidate method of the currInst to make sure the field values are reasonable.
fieldsValid() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.BaseUser
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.CacheAction
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.CallResponse
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.Configuration
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.DataImportExport
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.IODeclCall
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.IODeclSend
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.MessageDescription
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.Ping
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.Stats
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.TestScript
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.structs.SandAttrVal
 
fieldsValid() - Method in interface org.sandev.basics.structs.SandInstanceMessage
If all fields have valid values, return true.
filterDisplayText(String) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given the source text for display, perform any alterations that are necessary and return the result.
filterInputParameters(String, Map, StringBuffer) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given a map of input parameters, filter as necessary and return the result.
findAuthUserLookup() - Method in class org.sandev.basics.Authorizer.AuthorizerNode
Find our AuthUserLookup.
findCollIndex - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
The index of the first element we are currently displaying.
findCollMaxDisplay - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
Holds the number of collection items to display.
findCollection - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
The results of the current find action.
findIDLookup() - Method in class org.sandev.basics.Authorizer.AuthorizerNode
Find our IDLookup.
findKeys - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
Holds the unique keys from previous dataset pages to support backward traversal.
findKeysContains(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Returns true if findKeys contains the specified value.
findKeysIndexOf(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the index of the specified value in findKeys, or -1 if not found.
findQuery - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
Holds the query that generated the collection we are working with.
fixAMPMTimeValues(String) - Static method in class org.sandev.basics.util.StringUtil
Assuming AM or PM needs to be specified, fix the problem text.
fixStructure(String, Object) - Method in interface org.sandev.basics.DataManager.Converter
The storage structure for the specified Struct doesn't match.
fixUnparseableDateStr(String) - Static method in class org.sandev.basics.util.StringUtil
Look for known parsing breakages on dates and fix them, returning the corrected text.
forgotPassword(String, String) - Method in interface org.sandev.basics.util.UIFormOwner
Do what processing is needed to handle this user forgetting their password, and return a notification message.
formFind(SandQueryMessage, UIFormContext) - Method in interface org.sandev.basics.util.UIFormOwner
Process the given query and return the result.
formHelp(UIFormContext) - Method in interface org.sandev.basics.util.UIFormOwner
The user has requested help.
formSave(UIFormContext) - Method in interface org.sandev.basics.util.UIFormOwner
Save the form editMsg to persistent storage.
function - Variable in class org.sandev.basics.sandmessages.BaseUserQuery
support for SandQueryMessage interface
function - Variable in class org.sandev.basics.sandmessages.ServerDeclarationQuery
support for SandQueryMessage interface
function - Variable in class org.sandev.basics.sandmessages.StatsQuery
support for SandQueryMessage interface
functionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.BaseUserQuery
Utility method to transform an actual value for this field into a print value.
functionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Utility method to transform an actual value for this field into a print value.
functionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.StatsQuery
Utility method to transform an actual value for this field into a print value.
functionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Given a label, return the value for it.
functionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Given a label, return the value for it.
functionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.StatsQuery
Given a label, return the value for it.
functionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.BaseUserQuery
Utility method to transform a print value for this field into an actual value.
functionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Utility method to transform a print value for this field into an actual value.
functionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.StatsQuery
Utility method to transform a print value for this field into an actual value.
functionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.BaseUserQuery
Utility method to transform a print value for this field into a key value.
functionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Utility method to transform a print value for this field into a key value.
functionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.StatsQuery
Utility method to transform a print value for this field into a key value.
functionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Given a value, return the declared label for it.
functionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Given a value, return the declared label for it.
functionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.StatsQuery
Given a value, return the declared label for it.

G

GENMOD_ACTION_APPEND - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Indicates that we want to add a new value to the end of an array.
GENMOD_ACTION_INSERT - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Indicates that we want to insert a new value into an existing array.
GENMOD_ACTION_REMOVE - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Indicates that we want to remove the current value.
GENMOD_ACTION_SET - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Indicates that we want to set the specified value.
gateway - Variable in class org.sandev.basics.structs.IODeclCallStruct
The instance name of our local authorizer used as our gateway.
gateway - Variable in class org.sandev.basics.structs.IODeclReceiveStruct
The instance name of our local authorizer used as our gateway.
gateway - Variable in class org.sandev.basics.structs.IODeclSendStruct
The instance name of our local authorizer used as our gateway.
gateway - Variable in class org.sandev.basics.structs.IODeclSubscribeStruct
The instance name of our local authorizer used as our gateway.
generalAccessor(String) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.AuthWrapper
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.BaseUser
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.CacheAction
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.CallResponse
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.Configuration
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.DataImportExport
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.DeliveryStream
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.IODeclCall
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.IODeclReceive
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.IODeclSend
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.MessageDescription
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.Ping
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.Stats
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.TestScript
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.sandmessages.UIFormQuery
General field accessor method.
generalAccessor(String) - Method in class org.sandev.basics.structs.SandAttrVal
 
generalAccessor(String) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Given a field specification, return the value.
generalDereference(String) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.AuthWrapper
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.BaseUser
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.CacheAction
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.CallResponse
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.Configuration
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.DataImportExport
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.DeliveryStream
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.IODeclCall
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.IODeclReceive
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.IODeclSend
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.MessageDescription
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.Ping
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.Stats
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.TestScript
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.sandmessages.UIFormQuery
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.basics.structs.SandAttrVal
 
generalDereference(String) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Given a field specification, return the reference field name and reference field value.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.AuthWrapper
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.BaseUser
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.CacheAction
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.CallResponse
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.Configuration
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.DataImportExport
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.DeliveryStream
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.IODeclCall
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.IODeclReceive
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.IODeclSend
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.MessageDescription
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.Ping
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.Stats
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.TestScript
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.sandmessages.UIFormQuery
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.basics.structs.SandAttrVal
 
generalModifier(int, String, int, Object) - Method in interface org.sandev.basics.structs.SandInstanceMessage
Perform the general modification action specified.
getAccessMethodForField(String) - Static method in class org.sandev.basics.util.UIFormContext
return the name of the access method for the given field
getAction() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Accessor for action
getAction() - Method in class org.sandev.basics.sandmessages.CacheAction
Accessor for action
getAction() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Accessor for action
getAction() - Method in class org.sandev.basics.sandmessages.DataImportExport
Accessor for action
getAction() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Accessor for action
getAction() - Method in interface org.sandev.basics.structs.SandUpdateMessage
Returns one of the ACTION_* constants indicating what kind of update action this is.
getActionActualVals() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return an array of the possible values for this field as Strings.
getActionActualVals() - Static method in class org.sandev.basics.sandmessages.CacheAction
Return an array of the possible values for this field as Strings.
getActionActualVals() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return an array of the possible values for this field as Strings.
getActionActualVals() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Return an array of the possible values for this field as Strings.
getActionActualVals() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Return an array of the possible values for this field as Strings.
getActionDefaultValue() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Default value for action.
getActionDefaultValue() - Static method in class org.sandev.basics.sandmessages.CacheAction
Default value for action.
getActionDefaultValue() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Default value for action.
getActionDefaultValue() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Default value for action.
getActionDefaultValue() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Default value for action.
getActionEnumSummary() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return a single String summary of the possible enum values for debug and similar purposes.
getActionEnumSummary() - Static method in class org.sandev.basics.sandmessages.CacheAction
Return a single String summary of the possible enum values for debug and similar purposes.
getActionEnumSummary() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return a single String summary of the possible enum values for debug and similar purposes.
getActionEnumSummary() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Return a single String summary of the possible enum values for debug and similar purposes.
getActionEnumSummary() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Return a single String summary of the possible enum values for debug and similar purposes.
getActionFieldPrintValue() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the print name of the action field.
getActionFieldPrintValue() - Method in class org.sandev.basics.sandmessages.CacheAction
Return the print name of the action field.
getActionFieldPrintValue() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the print name of the action field.
getActionFieldPrintValue() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the print name of the action field.
getActionFieldPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the print name of the action field.
getActionFlag(int) - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Field flag accessor.
getActionFlag(int) - Static method in class org.sandev.basics.sandmessages.CacheAction
Field flag accessor.
getActionFlag(int) - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Field flag accessor.
getActionFlag(int) - Static method in class org.sandev.basics.sandmessages.DataImportExport
Field flag accessor.
getActionFlag(int) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Field flag accessor.
getActionInvalidValue() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Invalid value for action.
getActionInvalidValue() - Static method in class org.sandev.basics.sandmessages.CacheAction
Invalid value for action.
getActionInvalidValue() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Invalid value for action.
getActionInvalidValue() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Invalid value for action.
getActionInvalidValue() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Invalid value for action.
getActionKeyVals() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return an array of unique keys for the values of this field.
getActionKeyVals() - Static method in class org.sandev.basics.sandmessages.CacheAction
Return an array of unique keys for the values of this field.
getActionKeyVals() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return an array of unique keys for the values of this field.
getActionKeyVals() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Return an array of unique keys for the values of this field.
getActionKeyVals() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Return an array of unique keys for the values of this field.
getActionMetatype() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getActionMetatype() - Method in class org.sandev.basics.sandmessages.CacheAction
Return the metatype text for this field, or "" if no metatype was declared.
getActionMetatype() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getActionMetatype() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the metatype text for this field, or "" if no metatype was declared.
getActionMetatype() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the metatype text for this field, or "" if no metatype was declared.
getActionPrintVals() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return an array of the possible values for this field in display format.
getActionPrintVals() - Static method in class org.sandev.basics.sandmessages.CacheAction
Return an array of the possible values for this field in display format.
getActionPrintVals() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return an array of the possible values for this field in display format.
getActionPrintVals() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Return an array of the possible values for this field in display format.
getActionPrintVals() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Return an array of the possible values for this field in display format.
getActionPrintValue() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Retrieve the current value of this field as a print String.
getActionPrintValue() - Method in class org.sandev.basics.sandmessages.CacheAction
Retrieve the current value of this field as a print String.
getActionPrintValue() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Retrieve the current value of this field as a print String.
getActionPrintValue() - Method in class org.sandev.basics.sandmessages.DataImportExport
Retrieve the current value of this field as a print String.
getActionPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Retrieve the current value of this field as a print String.
getActionRange() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the range specification for this field
getActionRange() - Method in class org.sandev.basics.sandmessages.CacheAction
Return the range specification for this field
getActionRange() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the range specification for this field
getActionRange() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the range specification for this field
getActionRange() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the range specification for this field
getActionSupportMap() - Method in interface org.sandev.basics.util.UIFormAdaptor
Returns the current actionSupportMap
getActionTextMap() - Method in interface org.sandev.basics.util.UIFormAdaptor
Returns the current actionTextMap
getActionValidityCheck() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getActionValidityCheck() - Method in class org.sandev.basics.sandmessages.CacheAction
Return the empty string if the value of this field is valid according to the base SAND declarations.
getActionValidityCheck() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getActionValidityCheck() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the empty string if the value of this field is valid according to the base SAND declarations.
getActionValidityCheck() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the empty string if the value of this field is valid according to the base SAND declarations.
getAllFields() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.BaseUser
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.CacheAction
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.CallResponse
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.Configuration
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.IODeclCall
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.IODeclSend
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.MessageDescription
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.Ping
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.Stats
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.TestScript
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.basics.structs.SandAttrVal
 
getAllFields() - Method in interface org.sandev.basics.structs.SandInstanceMessage
Return all the fields declared for this class.
getAppendMethodForField(String) - Static method in class org.sandev.basics.util.UIFormContext
return the name of the append method for the given field
getArrayIndex(String) - Static method in class org.sandev.basics.util.UIFormContext
Given a position entry, return the array index it is referencing or -2 if it is not referencing an array.
getArraySetMethodForField(String) - Static method in class org.sandev.basics.util.UIFormContext
return the name of the array set method for the given field
getArraySuffix(String) - Static method in class org.sandev.basics.util.UIFormContext
Convenience method for returning just the array index suffix of a given string.
getAsynchIn() - Method in class org.sandev.basics.sandmessages.TestScript
Accessor for asynchIn
getAsynchIn(int) - Method in class org.sandev.basics.sandmessages.TestScript
Returns the element at the specified index.
getAsynchInDefaultValue() - Static method in class org.sandev.basics.sandmessages.TestScript
Default value for asynchIn.
getAsynchInElementInvalidValue() - Static method in class org.sandev.basics.sandmessages.TestScript
Invalid value for asynchInelement.
getAsynchInFlag(int) - Static method in class org.sandev.basics.sandmessages.TestScript
Field flag accessor.
getAsynchInInvalidValue() - Static method in class org.sandev.basics.sandmessages.TestScript
Invalid value for asynchIn.
getAsynchInMetatype() - Method in class org.sandev.basics.sandmessages.TestScript
Return the metatype text for this field, or "" if no metatype was declared.
getAsynchInRange() - Method in class org.sandev.basics.sandmessages.TestScript
Return the range specification for this field
getAsynchInValidityCheck() - Method in class org.sandev.basics.sandmessages.TestScript
Return the empty string if the value of this field is valid according to the base SAND declarations.
getAsynchOut() - Method in class org.sandev.basics.sandmessages.TestScript
Accessor for asynchOut
getAsynchOut(int) - Method in class org.sandev.basics.sandmessages.TestScript
Returns the element at the specified index.
getAsynchOutDefaultValue() - Static method in class org.sandev.basics.sandmessages.TestScript
Default value for asynchOut.
getAsynchOutElementInvalidValue() - Static method in class org.sandev.basics.sandmessages.TestScript
Invalid value for asynchOutelement.
getAsynchOutFlag(int) - Static method in class org.sandev.basics.sandmessages.TestScript
Field flag accessor.
getAsynchOutInvalidValue() - Static method in class org.sandev.basics.sandmessages.TestScript
Invalid value for asynchOut.
getAsynchOutMetatype() - Method in class org.sandev.basics.sandmessages.TestScript
Return the metatype text for this field, or "" if no metatype was declared.
getAsynchOutRange() - Method in class org.sandev.basics.sandmessages.TestScript
Return the range specification for this field
getAsynchOutValidityCheck() - Method in class org.sandev.basics.sandmessages.TestScript
Return the empty string if the value of this field is valid according to the base SAND declarations.
getAttr() - Method in class org.sandev.basics.structs.SandAttrVal
Accessor for attr
getAttrFlag(int) - Static method in class org.sandev.basics.structs.SandAttrVal
 
getAttrLengthMax() - Method in class org.sandev.basics.structs.SandAttrVal
 
getAttrLengthNorm() - Method in class org.sandev.basics.structs.SandAttrVal
 
getAttrMetatype() - Method in class org.sandev.basics.structs.SandAttrVal
 
getAttrNoEcho() - Method in class org.sandev.basics.structs.SandAttrVal
 
getAuthFilter() - Method in class org.sandev.basics.Authorizer.AuthorizerNode
intializing accessor for authfilter
getAuthFilter() - Method in interface org.sandev.basics.util.Authorizer
An authorizer works with an AuthFilter, and must provide access to it for use elsewhere.
getAuthFilter() - Method in interface org.sandev.basics.util.UIFormOwner
Return an AuthFilter implementation for use in form processing.
getAuthFilterClassName() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Accessor for authFilterClassName
getAuthFilterClassName() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeCtrl
accessor for authFilterClassName
getAuthFilterClassName() - Method in interface org.sandev.basics.Authorizer.AuthorizerNodeCtrlMBean
accessor for authFilterClassName
getAuthFilterClassName() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Accessor for authFilterClassName
getAuthFilterClassNameDefaultValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Default value for authFilterClassName.
getAuthFilterClassNameDefaultValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Default value for authFilterClassName.
getAuthFilterClassNameFieldPrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the print name of the authFilterClassName field.
getAuthFilterClassNameFieldPrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the print name of the authFilterClassName field.
getAuthFilterClassNameFlag(int) - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Field flag accessor.
getAuthFilterClassNameFlag(int) - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Field flag accessor.
getAuthFilterClassNameInvalidValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Invalid value for authFilterClassName.
getAuthFilterClassNameInvalidValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Invalid value for authFilterClassName.
getAuthFilterClassNameLengthMax() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Maximum authFilterClassName length is 120 characters
getAuthFilterClassNameLengthMax() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Maximum authFilterClassName length is 120 characters
getAuthFilterClassNameLengthNorm() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Normal authFilterClassName length is 60 characters
getAuthFilterClassNameLengthNorm() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Normal authFilterClassName length is 60 characters
getAuthFilterClassNameMetatype() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the metatype text for this field, or "" if no metatype was declared.
getAuthFilterClassNameMetatype() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the metatype text for this field, or "" if no metatype was declared.
getAuthFilterClassNamePrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Retrieve the current value of this field as a print String.
getAuthFilterClassNamePrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Retrieve the current value of this field as a print String.
getAuthFilterClassNameRange() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the range specification for this field
getAuthFilterClassNameRange() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the range specification for this field
getAuthFilterClassNameValidityCheck() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the empty string if the value of this field is valid according to the base SAND declarations.
getAuthFilterClassNameValidityCheck() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the empty string if the value of this field is valid according to the base SAND declarations.
getAuthUserLookup() - Method in class org.sandev.basics.Authorizer.AuthorizerNode
intializing accessor for auLookup
getAuthUserLookup() - Method in interface org.sandev.basics.util.CommBridge
Return an AuthUserLookup instance used for authenticating the source of an incoming request.
getAuthUserLookupInstanceName() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Accessor for authUserLookupInstanceName
getAuthUserLookupInstanceName() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeCtrl
accessor for authUserLookupInstanceName
getAuthUserLookupInstanceName() - Method in interface org.sandev.basics.Authorizer.AuthorizerNodeCtrlMBean
accessor for authUserLookupInstanceName
getAuthUserLookupInstanceName() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Accessor for authUserLookupInstanceName
getAuthUserLookupInstanceNameDefaultValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Default value for authUserLookupInstanceName.
getAuthUserLookupInstanceNameDefaultValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Default value for authUserLookupInstanceName.
getAuthUserLookupInstanceNameFieldPrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the print name of the authUserLookupInstanceName field.
getAuthUserLookupInstanceNameFieldPrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the print name of the authUserLookupInstanceName field.
getAuthUserLookupInstanceNameFlag(int) - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Field flag accessor.
getAuthUserLookupInstanceNameFlag(int) - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Field flag accessor.
getAuthUserLookupInstanceNameInvalidValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Invalid value for authUserLookupInstanceName.
getAuthUserLookupInstanceNameInvalidValue() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Invalid value for authUserLookupInstanceName.
getAuthUserLookupInstanceNameLengthMax() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Maximum authUserLookupInstanceName length is 70 characters
getAuthUserLookupInstanceNameLengthMax() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Maximum authUserLookupInstanceName length is 70 characters
getAuthUserLookupInstanceNameLengthNorm() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Normal authUserLookupInstanceName length is 30 characters
getAuthUserLookupInstanceNameLengthNorm() - Static method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Normal authUserLookupInstanceName length is 30 characters
getAuthUserLookupInstanceNameMetatype() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the metatype text for this field, or "" if no metatype was declared.
getAuthUserLookupInstanceNameMetatype() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the metatype text for this field, or "" if no metatype was declared.
getAuthUserLookupInstanceNamePrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Retrieve the current value of this field as a print String.
getAuthUserLookupInstanceNamePrintValue() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Retrieve the current value of this field as a print String.
getAuthUserLookupInstanceNameRange() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the range specification for this field
getAuthUserLookupInstanceNameRange() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the range specification for this field
getAuthUserLookupInstanceNameValidityCheck() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Return the empty string if the value of this field is valid according to the base SAND declarations.
getAuthUserLookupInstanceNameValidityCheck() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the empty string if the value of this field is valid according to the base SAND declarations.
getBadReferenceFailureText() - Method in class org.sandev.basics.util.RootedFormManager
Accessor for bad reference error.
getBadReferencePrefix() - Method in class org.sandev.basics.util.RootedFormManager
Accessor for bad reference prefix.
getBasePath() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Accessor for basePath
getBasePath() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeCtrl
accessor for basePath
getBasePath() - Method in interface org.sandev.basics.MessageDriver.MessageDriverNodeCtrlMBean
accessor for basePath
getBasePath() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Accessor for basePath
getBasePathDefaultValue() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Default value for basePath.
getBasePathDefaultValue() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Default value for basePath.
getBasePathFieldPrintValue() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Return the print name of the basePath field.
getBasePathFieldPrintValue() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return the print name of the basePath field.
getBasePathFlag(int) - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Field flag accessor.
getBasePathFlag(int) - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Field flag accessor.
getBasePathInvalidValue() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Invalid value for basePath.
getBasePathInvalidValue() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Invalid value for basePath.
getBasePathLengthMax() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Maximum basePath length is 70 characters
getBasePathLengthMax() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Maximum basePath length is 70 characters
getBasePathLengthNorm() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Normal basePath length is 30 characters
getBasePathLengthNorm() - Static method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Normal basePath length is 30 characters
getBasePathMetatype() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Return the metatype text for this field, or "" if no metatype was declared.
getBasePathMetatype() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return the metatype text for this field, or "" if no metatype was declared.
getBasePathPrintValue() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Retrieve the current value of this field as a print String.
getBasePathPrintValue() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Retrieve the current value of this field as a print String.
getBasePathRange() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Return the range specification for this field
getBasePathRange() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return the range specification for this field
getBasePathValidityCheck() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Return the empty string if the value of this field is valid according to the base SAND declarations.
getBasePathValidityCheck() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return the empty string if the value of this field is valid according to the base SAND declarations.
getBaseUser() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Accessor for baseUser
getBaseUserDefaultValue() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Default value for baseUser.
getBaseUserFieldPrintValue() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the print name of the baseUser field.
getBaseUserFlag(int) - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Field flag accessor.
getBaseUserInvalidValue() - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
Invalid value for baseUser.
getBaseUserMetatype() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getBaseUserPrintValue() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Retrieve the current value of this field as a print String.
getBaseUserRange() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the range specification for this field
getBaseUserValidityCheck() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getBaseUsers() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Accessor for baseUsers
getBaseUsers(int) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Returns the element at the specified index.
getBaseUsersDefaultValue() - Static method in class org.sandev.basics.sandmessages.BaseUserCollection
Default value for baseUsers.
getBaseUsersElementInvalidValue() - Static method in class org.sandev.basics.sandmessages.BaseUserCollection
Invalid value for baseUserselement.
getBaseUsersFlag(int) - Static method in class org.sandev.basics.sandmessages.BaseUserCollection
Field flag accessor.
getBaseUsersInvalidValue() - Static method in class org.sandev.basics.sandmessages.BaseUserCollection
Invalid value for baseUsers.
getBaseUsersMetatype() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the metatype text for this field, or "" if no metatype was declared.
getBaseUsersRange() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the range specification for this field
getBaseUsersValidityCheck() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getBranchDisallowedText() - Method in class org.sandev.basics.util.RootedFormManager
Override this method to return custom text to display when branching is not possible.
getBuf() - Method in class org.sandev.basics.util.UserWorkLog
accessor for buf
getBufferedMessages() - Method in interface org.sandev.basics.util.CommBridge
Return the currently buffered messages.
getCharSerializer(String, Logger) - Static method in class org.sandev.basics.nodecommon.CharSerializerFactory
Given a fully qualified class name, returns a new CharSerializer instance or null if it could not be instantiated.
getCharSerializer() - Method in interface org.sandev.basics.nodecommon.SandRoot
Return the CharSerializer used for reading the config file.
getCharSerializerName() - Method in class org.sandev.basics.DataManager.SandStringPersistConverter
Override this method to specify a different CharSerializer to use for Object and Object[] serialization.
getClassDisambiguationPrompt() - Method in class org.sandev.basics.util.AbstractFormManager
Return the text for the UIFormQuery asking to disambiguate the class type.
getClassLongName(String) - Method in interface org.sandev.basics.util.InstanceClassEnumerator
Return the fully qualified name of the given short message class name, or the empty string if it can't be found.
getClassName() - Method in class org.sandev.basics.sandmessages.Ping
Accessor for className
getClassNameDefaultValue() - Static method in class org.sandev.basics.sandmessages.Ping
Default value for className.
getClassNameFieldPrintValue() - Method in class org.sandev.basics.sandmessages.Ping
Return the print name of the className field.
getClassNameFlag(int) - Static method in class org.sandev.basics.sandmessages.Ping
Field flag accessor.
getClassNameInvalidValue() - Static method in class org.sandev.basics.sandmessages.Ping
Invalid value for className.
getClassNameLengthMax() - Static method in class org.sandev.basics.sandmessages.Ping
Maximum className length is 255 characters
getClassNameLengthNorm() - Static method in class org.sandev.basics.sandmessages.Ping
Normal className length is 65 characters
getClassNameMetatype() - Method in class org.sandev.basics.sandmessages.Ping
Return the metatype text for this field, or "" if no metatype was declared.
getClassNamePrintValue() - Method in class org.sandev.basics.sandmessages.Ping
Retrieve the current value of this field as a print String.
getClassNameRange() - Method in class org.sandev.basics.sandmessages.Ping
Return the range specification for this field
getClassNameValidityCheck() - Method in class org.sandev.basics.sandmessages.Ping
Return the empty string if the value of this field is valid according to the base SAND declarations.
getCollectionMessage() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Returns null
getCollectionMessage() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Returns null
getCollectionMessage() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Returns null
getCollectionMessage() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.BaseUser
Returns a new BaseUserCollection instance
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Returns a new BaseUserCollection instance
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Returns a new BaseUserCollection instance
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.BaseUserUpdate
Returns a new BaseUserCollection instance
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.CacheAction
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.CallResponse
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.Configuration
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.DataImportExport
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.IODeclCall
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.IODeclSend
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.MessageDescription
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.Ping
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Returns a new ServerDeclarationCollection instance
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Returns a new ServerDeclarationCollection instance
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Returns a new ServerDeclarationCollection instance
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.Stats
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.StatsQuery
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.TestScript
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Returns null
getCollectionMessage() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Returns null
getCollectionMessage() - Method in class org.sandev.basics.structs.AggregateUpdate
There is no collection form for an AggregateUpdate so this returns null.
getCollectionMessage() - Method in class org.sandev.basics.structs.SandAttrVal
 
getCollectionMessage() - Method in interface org.sandev.basics.structs.SandMessage
If this message has a SandCollectionMessage verb form associated with it, then return a new instance.
getComplete() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Accessor for complete
getComplete() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Accessor for complete
getCompleteDefaultValue() - Static method in class org.sandev.basics.sandmessages.BaseUserCollection
Default value for complete.
getCompleteDefaultValue() - Static method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Default value for complete.
getCompleteFieldPrintValue() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the print name of the complete field.
getCompleteFieldPrintValue() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Return the print name of the complete field.
getCompleteFlag(int) - Static method in class org.sandev.basics.sandmessages.BaseUserCollection
Field flag accessor.
getCompleteFlag(int) - Static method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Field flag accessor.
getCompleteMetatype() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the metatype text for this field, or "" if no metatype was declared.
getCompleteMetatype() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Return the metatype text for this field, or "" if no metatype was declared.
getCompletePrintValue() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Retrieve the current value of this field as a print String.
getCompletePrintValue() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Retrieve the current value of this field as a print String.
getCompleteRange() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the range specification for this field
getCompleteRange() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Return the range specification for this field
getCompleteValidityCheck() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getCompleteValidityCheck() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getConfiguration() - Method in interface org.sandev.basics.nodecommon.SandRoot
A SandRoot must provide access to the current Configuration.
getConfiguration() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Accessor for configuration
getConfigurationDefaultValue() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Default value for configuration.
getConfigurationFieldPrintValue() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the print name of the configuration field.
getConfigurationFlag(int) - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Field flag accessor.
getConfigurationInvalidValue() - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Invalid value for configuration.
getConfigurationMetatype() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getConfigurationPrintValue() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Retrieve the current value of this field as a print String.
getConfigurationRange() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the range specification for this field
getConfigurationValidityCheck() - Method in class org.sandev.basics.sandmessages.ConfigurationUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getControllable() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeCtrl
Wraps getNode
getControllable() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeCtrl
Wraps getNode
getControllable() - Method in class org.sandev.basics.DataManager.DataManagerNodeCtrl
Wraps getNode
getControllable() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeCtrl
Wraps getNode
getControllable() - Method in interface org.sandev.basics.nodecommon.ControlWrapper
Return the Controllable instance we are wrapping.
getConverter() - Method in class org.sandev.basics.DataManager.DataManagerNode
accessor for converter
getConverterClass() - Method in class org.sandev.basics.DataManager.DataManagerNode
Return the classname of the Converter we are using.
getConverterClassName() - Method in interface org.sandev.basics.DataManager.DataManagerInfo
Return the class name of the Converter we are using.
getConverterClassName() - Method in class org.sandev.basics.DataManager.THD_DataManagerInfo
 
getCreationTime() - Method in class org.sandev.basics.sandmessages.BaseUser
Accessor for creationTime
getCreationTime() - Method in interface org.sandev.basics.structs.SandPersistMessage
Return the immutable timestamp generated by the DataManager when the instance was first created.
getCreationTimeDefaultValue() - Static method in class org.sandev.basics.sandmessages.BaseUser
Default value for creationTime.
getCreationTimeFieldPrintValue() - Method in class org.sandev.basics.sandmessages.BaseUser
Return the print name of the creationTime field.
getCreationTimeFlag(int) - Static method in class org.sandev.basics.sandmessages.BaseUser
Field flag accessor.
getCreationTimeInvalidValue() - Static method in class org.sandev.basics.sandmessages.BaseUser
Invalid value for creationTime.
getCreationTimeMetatype() - Method in class org.sandev.basics.sandmessages.BaseUser
Return the metatype text for this field, or "" if no metatype was declared.
getCreationTimePrintValue() - Method in class org.sandev.basics.sandmessages.BaseUser
Retrieve the current value of this field as a print String.
getCreationTimeRange() - Method in class org.sandev.basics.sandmessages.BaseUser
Return the range specification for this field
getCreationTimeValidityCheck() - Method in class org.sandev.basics.sandmessages.BaseUser
Return the empty string if the value of this field is valid according to the base SAND declarations.
getCurrClass() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Accessor for currClass
getCurrClassDefaultValue() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Default value for currClass.
getCurrClassFieldPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the print name of the currClass field.
getCurrClassFlag(int) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Field flag accessor.
getCurrClassInvalidValue() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Invalid value for currClass.
getCurrClassLengthMax() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Maximum currClass length is 70 characters
getCurrClassLengthNorm() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Normal currClass length is 30 characters
getCurrClassMetatype() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the metatype text for this field, or "" if no metatype was declared.
getCurrClassPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Retrieve the current value of this field as a print String.
getCurrClassRange() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the range specification for this field
getCurrClassValidityCheck() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the empty string if the value of this field is valid according to the base SAND declarations.
getCurrInst() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Accessor for currInst
getCurrInstDefaultValue() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Default value for currInst.
getCurrInstFieldPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the print name of the currInst field.
getCurrInstFlag(int) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Field flag accessor.
getCurrInstInvalidValue() - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
Invalid value for currInst.
getCurrInstMetatype() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the metatype text for this field, or "" if no metatype was declared.
getCurrInstPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Retrieve the current value of this field as a print String.
getCurrInstRange() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the range specification for this field
getCurrInstValidityCheck() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return the empty string if the value of this field is valid according to the base SAND declarations.
getCurrentField() - Method in class org.sandev.basics.util.UIFormContext
Return the name of the field we are currently positioned at.
getCurrentFieldIndex() - Method in class org.sandev.basics.util.UIFormContext
Returns the array index of the current field, or -2 if this field is not an array.
getCurrentObject() - Method in class org.sandev.basics.util.UIFormContext
Walk the position and msg variables to find the message instance corresponding to the last position entry.
getCurrentParent() - Method in class org.sandev.basics.util.UIFormContext
Walk the position and msg variables to find the message instance corresponding to the second-to-last position entry.
getCypherUserID(String) - Method in class org.sandev.basics.util.NullEncryptor
Always returns zero.
getCypherUserID(String) - Method in class org.sandev.basics.util.SampleEncryptor
Return the userID for the given cyphertext.
getCypherUserID(String) - Method in interface org.sandev.basics.util.SandEncryptor
Return the uniqueID of the user who encrypted this cyphertext.
getData() - Method in class org.sandev.basics.sandmessages.Stats
Accessor for data
getData(int) - Method in class org.sandev.basics.sandmessages.Stats
Returns the element at the specified index.
getDataDefaultValue() - Static method in class org.sandev.basics.sandmessages.Stats
Default value for data.
getDataDescriptions() - Method in class org.sandev.basics.sandmessages.DataImportExport
Accessor for dataDescriptions
getDataDescriptions(int) - Method in class org.sandev.basics.sandmessages.DataImportExport
Returns the element at the specified index.
getDataDescriptionsDefaultValue() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Default value for dataDescriptions.
getDataDescriptionsElementInvalidValue() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Invalid value for dataDescriptionselement.
getDataDescriptionsFlag(int) - Static method in class org.sandev.basics.sandmessages.DataImportExport
Field flag accessor.
getDataDescriptionsInvalidValue() - Static method in class org.sandev.basics.sandmessages.DataImportExport
Invalid value for dataDescriptions.
getDataDescriptionsMetatype() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the metatype text for this field, or "" if no metatype was declared.
getDataDescriptionsRange() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the range specification for this field
getDataDescriptionsValidityCheck() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDataElementInvalidValue() - Static method in class org.sandev.basics.sandmessages.Stats
Invalid value for dataelement.
getDataFlag(int) - Static method in class org.sandev.basics.sandmessages.Stats
Field flag accessor.
getDataInvalidValue() - Static method in class org.sandev.basics.sandmessages.Stats
Invalid value for data.
getDataMetatype() - Method in class org.sandev.basics.sandmessages.Stats
Return the metatype text for this field, or "" if no metatype was declared.
getDataRange() - Method in class org.sandev.basics.sandmessages.Stats
Return the range specification for this field
getDataSource() - Method in interface org.sandev.basics.DataManager.DataManagerInfo
Return the data source initialization string for the Persister we are using.
getDataSource() - Method in class org.sandev.basics.DataManager.DataManagerNode
Return the name of the data source for the Persister to use.
getDataSource() - Method in class org.sandev.basics.DataManager.THD_DataManagerInfo
 
getDataValidityCheck() - Method in class org.sandev.basics.sandmessages.Stats
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDateFormat() - Static method in class org.sandev.basics.util.StringUtil
Initializing accessor for dateFormat.
getDateValue(String) - Static method in class org.sandev.basics.util.StringUtil
Convert the given String to a Date value.
getDefaultActionSupportMap() - Method in interface org.sandev.basics.util.UIFormAdaptor
Returns a default actionSupportMap
getDefaultActionTextMap() - Method in interface org.sandev.basics.util.UIFormAdaptor
Returns a default actionTextMap
getDefaultImportExportSource() - Method in interface org.sandev.basics.DataManager.DataManagerInfo
Return the default name of the source file for data import export.
getDefaultImportExportSource() - Method in class org.sandev.basics.DataManager.THD_DataManagerInfo
 
getDefaultValueIndex() - Method in class org.sandev.basics.util.ArrayAssociation
accessor for defaultValueIndex
getDelMap() - Method in class org.sandev.basics.Authorizer.AuthorizerNode
initializing accessor for delmap
getDeploymentPrefix() - Method in interface org.sandev.basics.nodecommon.SingletonAccessor
Return the prefix for this deployment.
getDeploymentPrefix() - Method in interface org.sandev.basics.util.UIFormOwner
Return the deployment prefix currently in use.
getDescription() - Method in class org.sandev.basics.sandmessages.Configuration
Accessor for description
getDescription() - Method in class org.sandev.basics.sandmessages.MessageDescription
Accessor for description
getDescription(int) - Method in class org.sandev.basics.sandmessages.MessageDescription
Returns the element at the specified index.
getDescription() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Accessor for description
getDescriptionDefaultValue() - Static method in class org.sandev.basics.sandmessages.Configuration
Default value for description.
getDescriptionDefaultValue() - Static method in class org.sandev.basics.sandmessages.MessageDescription
Default value for description.
getDescriptionDefaultValue() - Static method in class org.sandev.basics.sandmessages.ServerDeclaration
Default value for description.
getDescriptionElementInvalidValue() - Static method in class org.sandev.basics.sandmessages.MessageDescription
Invalid value for descriptionelement.
getDescriptionFieldPrintValue() - Method in class org.sandev.basics.sandmessages.Configuration
Return the print name of the description field.
getDescriptionFieldPrintValue() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return the print name of the description field.
getDescriptionFlag(int) - Static method in class org.sandev.basics.sandmessages.Configuration
Field flag accessor.
getDescriptionFlag(int) - Static method in class org.sandev.basics.sandmessages.MessageDescription
Field flag accessor.
getDescriptionFlag(int) - Static method in class org.sandev.basics.sandmessages.ServerDeclaration
Field flag accessor.
getDescriptionInvalidValue() - Static method in class org.sandev.basics.sandmessages.Configuration
Invalid value for description.
getDescriptionInvalidValue() - Static method in class org.sandev.basics.sandmessages.MessageDescription
Invalid value for description.
getDescriptionInvalidValue() - Static method in class org.sandev.basics.sandmessages.ServerDeclaration
Invalid value for description.
getDescriptionLengthMax() - Static method in class org.sandev.basics.sandmessages.Configuration
Maximum description length is 4096 characters
getDescriptionLengthMax() - Static method in class org.sandev.basics.sandmessages.ServerDeclaration
Maximum description length is 4096 characters
getDescriptionLengthNorm() - Static method in class org.sandev.basics.sandmessages.Configuration
Normal description length is 255 characters
getDescriptionLengthNorm() - Static method in class org.sandev.basics.sandmessages.ServerDeclaration
Normal description length is 255 characters
getDescriptionMetatype() - Method in class org.sandev.basics.sandmessages.Configuration
Return the metatype text for this field, or "" if no metatype was declared.
getDescriptionMetatype() - Method in class org.sandev.basics.sandmessages.MessageDescription
Return the metatype text for this field, or "" if no metatype was declared.
getDescriptionMetatype() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return the metatype text for this field, or "" if no metatype was declared.
getDescriptionPrintValue() - Method in class org.sandev.basics.sandmessages.Configuration
Retrieve the current value of this field as a print String.
getDescriptionPrintValue() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Retrieve the current value of this field as a print String.
getDescriptionRange() - Method in class org.sandev.basics.sandmessages.Configuration
Return the range specification for this field
getDescriptionRange() - Method in class org.sandev.basics.sandmessages.MessageDescription
Return the range specification for this field
getDescriptionRange() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return the range specification for this field
getDescriptionValidityCheck() - Method in class org.sandev.basics.sandmessages.Configuration
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDescriptionValidityCheck() - Method in class org.sandev.basics.sandmessages.MessageDescription
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDescriptionValidityCheck() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDisplayClass() - Method in class org.sandev.basics.util.UIFormContext
Return the current class we are working with.
getDisplayContext() - Method in class org.sandev.basics.util.UIFormContext
accessor for displayContext
getDisplayFields() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.BaseUser
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.CacheAction
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.CallResponse
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.Configuration
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.IODeclCall
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.IODeclSend
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.MessageDescription
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.Ping
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.Stats
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.TestScript
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.basics.structs.SandAttrVal
 
getDisplayFields() - Method in interface org.sandev.basics.structs.SandInstanceMessage
Get default description values.
getDisplayState() - Method in class org.sandev.basics.util.UIFormContext
accessor for displayState
getDisplayText() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Accessor for displayText
getDisplayTextDefaultValue() - Static method in class org.sandev.basics.sandmessages.UIFormQuery
Default value for displayText.
getDisplayTextFieldPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return the print name of the displayText field.
getDisplayTextFlag(int) - Static method in class org.sandev.basics.sandmessages.UIFormQuery
Field flag accessor.
getDisplayTextInvalidValue() - Static method in class org.sandev.basics.sandmessages.UIFormQuery
Invalid value for displayText.
getDisplayTextLengthMax() - Static method in class org.sandev.basics.sandmessages.UIFormQuery
Maximum displayText length is 4096 characters
getDisplayTextLengthNorm() - Static method in class org.sandev.basics.sandmessages.UIFormQuery
Normal displayText length is 80 characters
getDisplayTextMetatype() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return the metatype text for this field, or "" if no metatype was declared.
getDisplayTextPrintValue() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Retrieve the current value of this field as a print String.
getDisplayTextRange() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return the range specification for this field
getDisplayTextValidityCheck() - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDisplayValues() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.BaseUser
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.BaseUser
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.CacheAction
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.CacheAction
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.CallResponse
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.CallResponse
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.Configuration
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.Configuration
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.DataImportExport
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.DeliveryStream
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.IODeclCall
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.IODeclCall
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.IODeclReceive
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.IODeclSend
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.IODeclSend
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.MessageDescription
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.MessageDescription
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.Ping
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.Ping
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.basics.sandmessages.ReceiveReturn
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return the values for the summary fields.