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

A

AbstractFormManager - Class in org.sandev.basics.util
Provides a root implementation of a UIFormManager delegating data manipulation tasks to extending classes.
AbstractFormManager() - Constructor for class org.sandev.basics.util.AbstractFormManager
 
accAggregateUpdate(int, AuthUser, String, SandMessage, String) - Method in class org.sandev.basics.util.AuthFilterBase
Return the level of authorization for AggregateUpdate access.
accessType(int) - Static method in class org.sandev.basics.util.AuthFilterBase
Given an AuthFilter access constant, return a debug print name.
ACCTYPE_CLASS - Static variable in class org.sandev.basics.util.AuthFilterBase
message class access
ACCTYPE_FIELD - Static variable in class org.sandev.basics.util.AuthFilterBase
field access
ACCTYPE_FIELDVAL - Static variable in class org.sandev.basics.util.AuthFilterBase
field value access
ACCTYPE_INSTANCE - Static variable in class org.sandev.basics.util.AuthFilterBase
message instance access
action - Variable in class org.sandev.basics.sandmessages.BaseUserEmailUpdate
support for SandUpdateMessage interface
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.sandmessages.ServerDeclarationUpdate
support for SandUpdateMessage interface
action - Variable in class org.sandev.basics.sandmessages.TestActionUpdate
support for SandUpdateMessage interface
action - Variable in class org.sandev.basics.sandmessages.TestConditionUpdate
support for SandUpdateMessage interface
action - Variable in class org.sandev.basics.sandmessages.TestScriptUpdate
support for SandUpdateMessage interface
action - Variable in class org.sandev.basics.sandmessages.TestStepUpdate
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.TestStepStruct
The action to be taken if the condition is met or unspecified.
action - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
The action taken by the user.
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.BaseUserEmailUpdate
Possible value for action
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_ADDING - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationUpdate
Possible value for action
ACTION_ADDING - Static variable in class org.sandev.basics.sandmessages.TestActionUpdate
Possible value for action
ACTION_ADDING - Static variable in class org.sandev.basics.sandmessages.TestConditionUpdate
Possible value for action
ACTION_ADDING - Static variable in class org.sandev.basics.sandmessages.TestScriptUpdate
Possible value for action
ACTION_ADDING - Static variable in class org.sandev.basics.sandmessages.TestStepUpdate
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_COLLAPSE - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Collapse the array display to hide the elements from view
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.BaseUserEmailUpdate
Possible value for action
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_DELETING - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationUpdate
Possible value for action
ACTION_DELETING - Static variable in class org.sandev.basics.sandmessages.TestActionUpdate
Possible value for action
ACTION_DELETING - Static variable in class org.sandev.basics.sandmessages.TestConditionUpdate
Possible value for action
ACTION_DELETING - Static variable in class org.sandev.basics.sandmessages.TestScriptUpdate
Possible value for action
ACTION_DELETING - Static variable in class org.sandev.basics.sandmessages.TestStepUpdate
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_EXPAND - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Expand the array display to show the elements in it.
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_PAGETO - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
If a collection object is being listed with more than one page of values available, then the user has the option to jump to a specific result page.
ACTION_PARENT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
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.BaseUserEmailUpdate
Possible value for action
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_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationUpdate
Possible value for action
ACTION_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.TestActionUpdate
Possible value for action
ACTION_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.TestConditionUpdate
Possible value for action
ACTION_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.TestScriptUpdate
Possible value for action
ACTION_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.TestStepUpdate
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.BaseUserEmailUpdate
Possible value for action
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
ACTION_UPDATING - Static variable in class org.sandev.basics.sandmessages.ServerDeclarationUpdate
Possible value for action
ACTION_UPDATING - Static variable in class org.sandev.basics.sandmessages.TestActionUpdate
Possible value for action
ACTION_UPDATING - Static variable in class org.sandev.basics.sandmessages.TestConditionUpdate
Possible value for action
ACTION_UPDATING - Static variable in class org.sandev.basics.sandmessages.TestScriptUpdate
Possible value for action
ACTION_UPDATING - Static variable in class org.sandev.basics.sandmessages.TestStepUpdate
Possible value for action
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.BaseUserEmailUpdate
Utility method to transform an actual value for this field into a print value.
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.ServerDeclarationUpdate
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.TestActionUpdate
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.TestConditionUpdate
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.TestScriptUpdate
Utility method to transform an actual value for this field into a print value.
actionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.TestStepUpdate
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.BaseUserEmailUpdate
Given a label, return the value for it.
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.ServerDeclarationUpdate
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.TestActionUpdate
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.TestConditionUpdate
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.TestScriptUpdate
Given a label, return the value for it.
actionLabelToValue(String) - Method in class org.sandev.basics.sandmessages.TestStepUpdate
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.
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.BaseUserEmailUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.CacheAction
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.DataImportExport
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.ServerDeclarationUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.TestActionUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.TestConditionUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.TestScriptUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.TestStepUpdate
 
actionLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
 
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.BaseUserEmailUpdate
Utility method to transform a print value for this field into an actual value.
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.ServerDeclarationUpdate
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.TestActionUpdate
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.TestConditionUpdate
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.TestScriptUpdate
Utility method to transform a print value for this field into an actual value.
actionPrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.TestStepUpdate
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.BaseUserEmailUpdate
Utility method to transform a print value for this field into a key 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.ServerDeclarationUpdate
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.TestActionUpdate
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.TestConditionUpdate
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.TestScriptUpdate
Utility method to transform a print value for this field into a key value.
actionPrint2Key(String) - Static method in class org.sandev.basics.sandmessages.TestStepUpdate
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.BaseUserEmailUpdate
Given a value, return the declared label for it.
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.ServerDeclarationUpdate
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.TestActionUpdate
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.TestConditionUpdate
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.TestScriptUpdate
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.basics.sandmessages.TestStepUpdate
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.
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.BaseUserEmailUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.BaseUserUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.CacheAction
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.ConfigurationUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.DataImportExport
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.ServerDeclarationUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.TestActionUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.TestConditionUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.TestScriptUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.TestStepUpdate
 
actionValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.UIFormInitializer
 
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.
addBaseUserEmails(BaseUserEmail) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Appends a value to baseUserEmails
addBaseUserEmails(BaseUserEmail[]) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Appends an array of values to baseUserEmails
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
addCacheItemSummaries(CacheItemSummary) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Appends a value to cacheItemSummaries
addCacheItemSummaries(CacheItemSummary[]) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Appends an array of values to cacheItemSummaries
addCacheMemSummaries(CacheMemSummary) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Appends a value to cacheMemSummaries
addCacheMemSummaries(CacheMemSummary[]) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Appends an array of values to cacheMemSummaries
addCacheStatses(CacheStats) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Appends a value to cacheStatses
addCacheStatses(CacheStats[]) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Appends an array of values to cacheStatses
addCollapsed(String, String, String) - Method in class org.sandev.basics.util.UIFormContext
If no matching UIFormDirective collapsing the given specification is found, then add it.
addControlWrapper(Controllable) - Method in interface org.sandev.basics.nodecommon.NodeInstanceFactory
Given a node, add a standard ControlWrapper to it and return the wrapper.
addCreatedData(SandPersistMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Appends a value to createdData
addCreatedData(SandPersistMessage[]) - Method in class org.sandev.basics.sandmessages.TestScript
Appends an array of values to createdData
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
addDirectives(UIDisplayDirective) - Method in class org.sandev.basics.sandmessages.UIFormControl
Appends a value to directives
addDirectives(UIDisplayDirective[]) - Method in class org.sandev.basics.sandmessages.UIFormControl
Appends an array of values to directives
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Specified by SandCollectionMessage interface
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Specified by SandCollectionMessage interface
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Specified by SandCollectionMessage interface
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Specified by SandCollectionMessage interface
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Specified by SandCollectionMessage interface
addElement(SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
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.
addElements(SandInstanceMessage[]) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Specified by SandCollectionMessage interface
addElements(SandInstanceMessage[]) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Specified by SandCollectionMessage interface
addElements(SandInstanceMessage[]) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Specified by SandCollectionMessage interface
addElements(SandInstanceMessage[]) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Specified by SandCollectionMessage interface
addElements(SandInstanceMessage[]) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Specified by SandCollectionMessage interface
addElements(SandInstanceMessage[]) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Specified by SandCollectionMessage interface
addElements(SandInstanceMessage[]) - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Specified by SandCollectionMessage interface
addElements(SandInstanceMessage[]) - Method in interface org.sandev.basics.structs.SandCollectionMessage
Append an array of elements to this collection.
addErrorInfos(ErrorInfo) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Appends a value to errorInfos
addErrorInfos(ErrorInfo[]) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Appends an array of values to errorInfos
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
addInitialData(SandPersistMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Appends a value to initialData
addInitialData(SandPersistMessage[]) - Method in class org.sandev.basics.sandmessages.TestScript
Appends an array of values to initialData
addItems(CacheMemSummary) - Method in class org.sandev.basics.sandmessages.CacheStats
Appends a value to items
addItems(CacheMemSummary[]) - Method in class org.sandev.basics.sandmessages.CacheStats
Appends an array of values to items
addMatch(SandAttrVal[], SandAttrVal) - Method in class org.sandev.basics.util.AuthFilterBase
Add this SandAttrVal to the existing array and return the new array.
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Appends an array of values to matchInfo
addMatchInfo(String, String) - Method in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Convenience shorthand method for adding a SandAttrVal to the match info.
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(String, String) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Convenience shorthand method for adding a SandAttrVal to the match info.
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryQuery
Appends an array of values to matchInfo
addMatchInfo(String, String) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryQuery
Convenience shorthand method for adding a SandAttrVal to the match info.
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Appends an array of values to matchInfo
addMatchInfo(String, String) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Convenience shorthand method for adding a SandAttrVal to the match info.
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.CacheStatsQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheStatsQuery
Appends an array of values to matchInfo
addMatchInfo(String, String) - Method in class org.sandev.basics.sandmessages.CacheStatsQuery
Convenience shorthand method for adding a SandAttrVal to the match info.
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(String, String) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Convenience shorthand method for adding a SandAttrVal to the match info.
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(String, String) - Method in class org.sandev.basics.sandmessages.StatsQuery
Convenience shorthand method for adding a SandAttrVal to the match info.
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.TestCondition
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.TestCondition
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
addNewInstanceToParentColl() - Method in class org.sandev.basics.util.UIFormContext
Add a newly created instance to the current find collection.
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
addNotices(ErrorInfo) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Appends a value to notices
addNotices(ErrorInfo[]) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Appends an array of values to notices
addOldest(CacheItemSummary) - Method in class org.sandev.basics.sandmessages.CacheStats
Appends a value to oldest
addOldest(CacheItemSummary[]) - Method in class org.sandev.basics.sandmessages.CacheStats
Appends an array of values to oldest
addOutput(int, String, String, String) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Convenience append method to add output text.
addOutput(int, String) - Method in class org.sandev.basics.util.FormOutput
Convenience append method to add output text.
addOutput(int, String, String, String) - Method in class org.sandev.basics.util.FormOutput
Convenience append method to add output text.
addOutput(int, String) - Method in class org.sandev.basics.util.UIFormContext
Convenience append method to add output text.
addOutput(int, String, String, String) - Method in class org.sandev.basics.util.UIFormContext
Convenience append method to add output text.
addOutputText(ErrorInfo) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends a value to outputText
addOutputText(ErrorInfo[]) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Appends an array of values to outputText
addPagination(SandAttrVal) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Appends a value to pagination
addPagination(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Appends an array of values to pagination
addPagination(SandAttrVal) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Appends a value to pagination
addPagination(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Appends an array of values to pagination
addPagination(SandAttrVal) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Appends a value to pagination
addPagination(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Appends an array of values to pagination
addPagination(SandAttrVal) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Appends a value to pagination
addPagination(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Appends an array of values to pagination
addPagination(SandAttrVal) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Appends a value to pagination
addPagination(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Appends an array of values to pagination
addPagination(SandAttrVal) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Appends a value to pagination
addPagination(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Appends an array of values to pagination
addPagination(SandAttrVal) - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Appends a value to pagination
addPagination(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Appends an array of values to pagination
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
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
addTestSteps(TestStep) - Method in class org.sandev.basics.sandmessages.TestScript
Appends a value to testSteps
addTestSteps(TestStep[]) - Method in class org.sandev.basics.sandmessages.TestScript
Appends an array of values to testSteps
addUpdates(SandUpdateMessage) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Appends a value to updates
addUpdates(SandUpdateMessage[]) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Appends an array of values to updates
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.
AggregateUpdate - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AggregateUpdate() - Constructor for class org.sandev.basics.sandmessages.AggregateUpdate
Default constructor calls init.
AggregateUpdateStruct - Class in org.sandev.basics.structs
An AggregateUpdate holds an array of update messages which must be executed together as a single transaction.
AggregateUpdateStruct() - Constructor for class org.sandev.basics.structs.AggregateUpdateStruct
 
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(int[], int) - 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.
appendError(String) - Method in class org.sandev.basics.util.FormOutput
Convenience append method to add an error to the output text.
appendError(String, String) - Static method in class org.sandev.basics.util.MessageUtil
Appends addText to errorText separated by PROB_DELIMITER if errorText was not the empty String.
appendError(ErrorInfoCollection, String) - Static method in class org.sandev.basics.util.MessageUtil
Convenience method to append a general error to the given collection.
appendError(String) - Method in class org.sandev.basics.util.UIFormContext
Convenience append method to add an error to the output text.
appendFieldError(ErrorInfoCollection, String, String) - Static method in class org.sandev.basics.util.MessageUtil
Convenience method to append a field error the given collection.
appendInfo(String) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Convenience append method for informational messages
appendInfo(String, String, String) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Convenience append method for informational messages
appendInfo(String) - Method in class org.sandev.basics.util.FormOutput
Convenience append method for informational messages
appendInfo(String) - Method in interface org.sandev.basics.util.InfoReport
Add the given text as an informational ErrorInfo
appendInfo(String, String, String) - Method in interface org.sandev.basics.util.InfoReport
Add an informational ErrorInfo.
appendInfo(String) - Method in class org.sandev.basics.util.UIFormContext
Convenience append method for informational messages
appendInfo(String, String, String) - Method in class org.sandev.basics.util.UIFormContext
Convenience append method for informational messages
appendTo(SandAttrVal[]) - Method in class org.sandev.basics.structs.SandAttrVal
Add ourselves to the given array of SandAttrVals and return the resulting array.
appendWarning(String) - Method in class org.sandev.basics.util.FormOutput
Convenience append method for informational messages
appendWarning(String) - Method in class org.sandev.basics.util.UIFormContext
Convenience append method for informational messages
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_INVALID_OPERATION_FIELDS - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Error message when the fields specified for a function are invalid.
APPERROR_NO_OPERANDS_SPECIFIED - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Error message when a function is specified without operands
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_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.
ArrayAssociation - Class in org.sandev.basics.util
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 in org.sandev.basics.util
Simple array management utilities to fill gaps in common use.
ArrayUtils() - Constructor for class org.sandev.basics.util.ArrayUtils
 
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
 
atTopLevel() - Method in class org.sandev.basics.util.UIFormContext
Returns true if we are at the root display for the form.
attr - Variable in class org.sandev.basics.structs.SandAttrVal
The attribute being referenced.
AUTH_ARRAYACCESS - Static variable in interface org.sandev.basics.util.AuthFilter
An indicator that the returned value is a compound value describing the types of operations permitted on an array of elements.
AUTH_ARRAYADD - Static variable in interface org.sandev.basics.util.AuthFilter
Indicates that array add operations are supported.
AUTH_ARRAYDELETE - Static variable in interface org.sandev.basics.util.AuthFilter
Indicates that array delete operations are supported.
AUTH_ARRAYMOVE - Static variable in interface org.sandev.basics.util.AuthFilter
Indicates that array move operations are supported.
AUTH_ARRAYNEW - Static variable in interface org.sandev.basics.util.AuthFilter
Indicates that a new element instance may be added to a reference array.
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_READONLYNODISP - Static variable in interface org.sandev.basics.util.AuthFilter
Equivalent to AUTH_READONLY, except that the field is not displayed to the user in the standard user interface.
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_UNRESTRICTEDNODISP - Static variable in interface org.sandev.basics.util.AuthFilter
Equivalent to AUTH_UNRESTRICTED, except that the field is not displayed to the user in the standard user interface.
AUTH_UNRESTRICTEDREADONLY - Static variable in interface org.sandev.basics.util.AuthFilter
Equivalent to AUTH_UNRESTRICTED, except that the field is displayed as read only in the standard user interface.
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.
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.
AuthFilter - Interface in org.sandev.basics.util
An AuthFilter is a plain java class implementing data visibility logic for use by UI nodes and Authorizer nodes.
AuthFilterBase - Class in org.sandev.basics.util
A base class for AuthFilter implementations with some useful utility methods.
AuthFilterBase() - Constructor for class org.sandev.basics.util.AuthFilterBase
 
authFilterClassName - Variable in class org.sandev.basics.Authorizer.AuthorizerNodeDecl
The fully qualified name of the AuthFilter class to use when checking authorization.
AuthorizationException - Exception in org.sandev.basics.util
A specialized exception for reporting authorization problems.
AuthorizationException() - Constructor for exception org.sandev.basics.util.AuthorizationException
 
AuthorizationException(String) - Constructor for exception org.sandev.basics.util.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception org.sandev.basics.util.AuthorizationException
 
AuthorizationException(Throwable) - Constructor for exception org.sandev.basics.util.AuthorizationException
 
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.
Authorizer - Interface in org.sandev.basics.util
The Authorizer interface identifies a node as being able to perform the special purpose functions required for secure processing.
AuthorizerNode - Class in org.sandev.basics.Authorizer
An Authorizer node.
AuthorizerNode() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNode
 
AuthorizerNodeBase - Class in org.sandev.basics.Authorizer
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthorizerNodeBase() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeBase
Default constructor calls init.
AuthorizerNodeCtrl - Class in org.sandev.basics.Authorizer
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 in org.sandev.basics.Authorizer
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthorizerNodeDecl - Class in org.sandev.basics.Authorizer
Bridges communications across an insecure channel.
AuthorizerNodeDecl() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeDecl
 
AuthorizerNodeInstance - Class in org.sandev.basics.Authorizer
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthorizerNodeInstance() - Constructor for class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Default constructor calls init.
AuthUser - Interface in org.sandev.basics.util
An interface to identify a user of the system for authorization purposes.
AuthUserLookup - Interface in org.sandev.basics.util
An interface declaring this object supports finding an AuthUser via their ID.
AuthWrapper - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
AuthWrapper() - Constructor for class org.sandev.basics.sandmessages.AuthWrapper
Default constructor calls init.
AuthWrapperStruct - Class in org.sandev.basics.structs
Wraps a message for transmission between Authorizer nodes.
AuthWrapperStruct() - Constructor for class org.sandev.basics.structs.AuthWrapperStruct
 
average - Variable in class org.sandev.basics.structs.CacheMemSummaryStruct
The average memory weight of a class instance in kilobytes.

B

BADREF_PREFIX - Static variable in class org.sandev.basics.util.RootedFormManager
Default prefix text for output of each bad reference found.
BaseUser - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUser() - Constructor for class org.sandev.basics.sandmessages.BaseUser
Default constructor calls init.
baseUser - Variable in class org.sandev.basics.sandmessages.BaseUserUpdate
the contained instance for this update
BaseUserCollection - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserCollection() - Constructor for class org.sandev.basics.sandmessages.BaseUserCollection
Default constructor calls init.
BaseUserEmail - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserEmail() - Constructor for class org.sandev.basics.sandmessages.BaseUserEmail
Default constructor calls init.
baseUserEmail - Variable in class org.sandev.basics.sandmessages.BaseUserEmailUpdate
the contained instance for this update
BaseUserEmailCollection - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserEmailCollection() - Constructor for class org.sandev.basics.sandmessages.BaseUserEmailCollection
Default constructor calls init.
BaseUserEmailQuery - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserEmailQuery() - Constructor for class org.sandev.basics.sandmessages.BaseUserEmailQuery
Default constructor calls init.
baseUserEmails - Variable in class org.sandev.basics.sandmessages.BaseUserEmailCollection
actual element array
baseUserEmailsContains(BaseUserEmail) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Returns true if baseUserEmails contains the specified value.
baseUserEmailsIndexOf(BaseUserEmail) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Return the index of the specified value in baseUserEmails, or -1 if not found.
BaseUserEmailStruct - Class in org.sandev.basics.structs
A single root user definition to use as a base for all user structs defined in an application.
BaseUserEmailStruct() - Constructor for class org.sandev.basics.structs.BaseUserEmailStruct
 
BaseUserEmailUpdate - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserEmailUpdate() - Constructor for class org.sandev.basics.sandmessages.BaseUserEmailUpdate
Default constructor calls init.
BaseUserInterface - Interface in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserQuery - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserQuery() - Constructor for class org.sandev.basics.sandmessages.BaseUserQuery
Default constructor calls init.
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.
BaseUserStruct - Class in org.sandev.basics.structs
A single root user definition to use as a base for all user structs defined in an application.
BaseUserStruct() - Constructor for class org.sandev.basics.structs.BaseUserStruct
 
BaseUserUpdate - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
BaseUserUpdate() - Constructor for class org.sandev.basics.sandmessages.BaseUserUpdate
Default constructor calls init.
BinSerializer - Interface in org.sandev.basics.nodecommon
Binary Serializer.
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
BRANCH_DISALLOWED - Static variable in class org.sandev.basics.util.RootedFormManager
Text for disallowed branching notification.
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

cache - Static variable in class org.sandev.basics.util.SingletonIDCache
Our singleton reference
CacheAction - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheAction() - Constructor for class org.sandev.basics.sandmessages.CacheAction
Default constructor calls init.
CacheActionStruct - Class in org.sandev.basics.structs
A CacheAction is used for notification registration, and notifications, of changes to persistent message instances.
CacheActionStruct() - Constructor for class org.sandev.basics.structs.CacheActionStruct
 
cacheItemSummaries - Variable in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
actual element array
cacheItemSummariesContains(CacheItemSummary) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Returns true if cacheItemSummaries contains the specified value.
cacheItemSummariesIndexOf(CacheItemSummary) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Return the index of the specified value in cacheItemSummaries, or -1 if not found.
CacheItemSummary - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheItemSummary() - Constructor for class org.sandev.basics.sandmessages.CacheItemSummary
Default constructor calls init.
CacheItemSummaryCollection - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheItemSummaryCollection() - Constructor for class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Default constructor calls init.
CacheItemSummaryQuery - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheItemSummaryQuery() - Constructor for class org.sandev.basics.sandmessages.CacheItemSummaryQuery
Default constructor calls init.
CacheItemSummaryStruct - Class in org.sandev.basics.structs
An identifying summary of cached SandPersistMessage.
CacheItemSummaryStruct() - Constructor for class org.sandev.basics.structs.CacheItemSummaryStruct
 
CacheManagerNode - Class in org.sandev.basics.CacheManager
Implementation of the CacheManagerNode.
CacheManagerNode() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNode
Default ctor initializes our CacheAction map.
CacheManagerNodeBase - Class in org.sandev.basics.CacheManager
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheManagerNodeBase() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeBase
Default constructor calls init.
CacheManagerNodeCtrl - Class in org.sandev.basics.CacheManager
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 in org.sandev.basics.CacheManager
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheManagerNodeDecl - Class in org.sandev.basics.CacheManager
The CacheManager offloads the processing associated with multiple update subscriptions.
CacheManagerNodeDecl() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeDecl
 
CacheManagerNodeInstance - Class in org.sandev.basics.CacheManager
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheManagerNodeInstance() - Constructor for class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Default constructor calls init.
cacheMemSummaries - Variable in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
actual element array
cacheMemSummariesContains(CacheMemSummary) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Returns true if cacheMemSummaries contains the specified value.
cacheMemSummariesIndexOf(CacheMemSummary) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Return the index of the specified value in cacheMemSummaries, or -1 if not found.
CacheMemSummary - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheMemSummary() - Constructor for class org.sandev.basics.sandmessages.CacheMemSummary
Default constructor calls init.
CacheMemSummaryCollection - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheMemSummaryCollection() - Constructor for class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Default constructor calls init.
CacheMemSummaryQuery - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheMemSummaryQuery() - Constructor for class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Default constructor calls init.
CacheMemSummaryStruct - Class in org.sandev.basics.structs
A memory usage summary for a class of message stored.
CacheMemSummaryStruct() - Constructor for class org.sandev.basics.structs.CacheMemSummaryStruct
 
cacheQuery(SandQueryMessage) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Run the given query against all cached entries and return a collection of everything that matches.
cacheRemoved(SandPersistMessage) - Method in interface org.sandev.basics.util.IDCacheCallback
When the cache removes an instance, it calls this method to let the application know.
caches - Static variable in class org.sandev.basics.util.NamedSingletonIDCache
Map of cache instances
CacheStats - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheStats() - Constructor for class org.sandev.basics.sandmessages.CacheStats
Default constructor calls init.
CacheStatsCollection - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheStatsCollection() - Constructor for class org.sandev.basics.sandmessages.CacheStatsCollection
Default constructor calls init.
cacheStatses - Variable in class org.sandev.basics.sandmessages.CacheStatsCollection
actual element array
cacheStatsesContains(CacheStats) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Returns true if cacheStatses contains the specified value.
cacheStatsesIndexOf(CacheStats) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Return the index of the specified value in cacheStatses, or -1 if not found.
CacheStatsQuery - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
CacheStatsQuery() - Constructor for class org.sandev.basics.sandmessages.CacheStatsQuery
Default constructor calls init.
CacheStatsStruct - Class in org.sandev.basics.structs
General statistics message produced for a cache.
CacheStatsStruct() - Constructor for class org.sandev.basics.structs.CacheStatsStruct
 
callback - Variable in class org.sandev.basics.util.IDCacheBase
The callback for this cache.
callDefaultSyncDestination(SandMessage) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Synchronous outbound SandMessage
callQuery(SandQueryMessage) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeBase
Generalized query method to handle all queries understood by this node
callQuery(SandQueryMessage) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeBase
Generalized query method to handle all queries understood by this node
callQuery(SandQueryMessage) - Method in class org.sandev.basics.DataManager.DataManagerNodeBase
Generalized query method to handle all queries understood by this node
callQuery(SandQueryMessage) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Generalized query method to handle all queries understood by this node
callQuery(SandQueryMessage) - Method in interface org.sandev.basics.nodecommon.Messageable
A generalized call method that takes a query message and returns the corresponding collection.
capitalize(String) - Static method in class org.sandev.basics.util.StringUtil
Capitalize the given text and return the result.
capwords(String) - Static method in class org.sandev.basics.util.StringUtil
Capitalize all words in the given text.
changeDriverParam(TestNodeParamChange) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Dynamically change the given parameter value within this driver node.
changeTargetNodeParam(TestNodeParamChange, String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Change the value of the param in the specified node.
CharSerializer - Interface in org.sandev.basics.nodecommon
Character-based Serializer.
CharSerializerFactory - Class in org.sandev.basics.nodecommon
Provides for access to a CharSerializer instance at runtime.
CharSerializerFactory() - Constructor for class org.sandev.basics.nodecommon.CharSerializerFactory
 
checkAccess(int, AuthUser, String, SandMessage, String) - Method in class org.sandev.basics.util.AuthFilterBase
Given the type of checking and other message information return the level of authorization.
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
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.
classname - Variable in class org.sandev.basics.structs.CacheItemSummaryStruct
The short classname of the cached message.
classname - Variable in class org.sandev.basics.structs.CacheMemSummaryStruct
The short classname of the cached message type being summarized.
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.
className - Variable in class org.sandev.basics.structs.UIDisplayDirectiveStruct
The short class name of the message instance we are capturing a directive for.
classname2Printname(String) - Method in interface org.sandev.basics.util.InstanceClassEnumerator
Given the classname of a SandStructMessage, return the printname.
classnameMatch(String, String) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Return true if the specification matches the name, either directly or as a super interface.
cleanup() - Method in interface org.sandev.basics.util.IDCache
Clean up any older items that have exceeded their time to live.
cleanup() - Method in class org.sandev.basics.util.IDCacheBase
Clean out any entries older than the time to live value.
clear() - Method in interface org.sandev.basics.util.IDCache
Remove all entries from this cache.
clear() - Method in class org.sandev.basics.util.IDCacheBase
Clear all entries from the cache.
clearBaseUserEmails() - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Clears all values from baseUserEmails
clearBaseUsers() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Clears all values from baseUsers
clearCacheItemSummaries() - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Clears all values from cacheItemSummaries
clearCacheMemSummaries() - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Clears all values from cacheMemSummaries
clearCacheStatses() - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Clears all values from cacheStatses
clearCreatedData() - Method in class org.sandev.basics.sandmessages.TestScript
Clears all values from createdData
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
clearDirectives() - Method in class org.sandev.basics.sandmessages.UIFormControl
Clears all values from directives
clearErrorInfos() - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Clears all values from errorInfos
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
clearInitialData() - Method in class org.sandev.basics.sandmessages.TestScript
Clears all values from initialData
clearItems() - Method in class org.sandev.basics.sandmessages.CacheStats
Clears all values from items
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Clears all values from matchInfo
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Clears all values from matchInfo
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.CacheItemSummaryQuery
Clears all values from matchInfo
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Clears all values from matchInfo
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.CacheStatsQuery
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
clearMatchInfo() - Method in class org.sandev.basics.sandmessages.TestCondition
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
clearNotices() - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Clears all values from notices
clearOldest() - Method in class org.sandev.basics.sandmessages.CacheStats
Clears all values from oldest
clearOutputText() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Clears all values from outputText
clearPagination() - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Clears all values from pagination
clearPagination() - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Clears all values from pagination
clearPagination() - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Clears all values from pagination
clearPagination() - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Clears all values from pagination
clearPagination() - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Clears all values from pagination
clearPagination() - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Clears all values from pagination
clearPagination() - Method in class org.sandev.basics.sandmessages.ServerDeclarationCollection
Clears all values from pagination
clearPosition() - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Clears all values from position
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
clearTestSteps() - Method in class org.sandev.basics.sandmessages.TestScript
Clears all values from testSteps
clearUpdates() - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Clears all values from updates
cloneAggregateUpdate() - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Make a deep copy of this AggregateUpdate.
cloneAuthorizerNodeInstance() - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Make a deep copy of this AuthorizerNodeInstance.
cloneAuthWrapper() - Method in class org.sandev.basics.sandmessages.AuthWrapper
Make a deep copy of this AuthWrapper.
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.
cloneBaseUserEmail() - Method in class org.sandev.basics.sandmessages.BaseUserEmail
Make a deep copy of this BaseUserEmail.
cloneBaseUserEmailCollection() - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
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.
cloneCacheItemSummary() - Method in class org.sandev.basics.sandmessages.CacheItemSummary
Make a deep copy of this CacheItemSummary.
cloneCacheItemSummaryCollection() - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Clone the collection returning a new copy of the message with a new array containing the same references.
cloneCacheManagerNodeInstance() - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Make a deep copy of this CacheManagerNodeInstance.
cloneCacheMemSummary() - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Make a deep copy of this CacheMemSummary.
cloneCacheMemSummaryCollection() - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Clone the collection returning a new copy of the message with a new array containing the same references.
cloneCacheStats() - Method in class org.sandev.basics.sandmessages.CacheStats
Make a deep copy of this CacheStats.
cloneCacheStatsCollection() - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Clone the collection returning a new copy of the message with a new array containing the same references.
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.
cloneErrorInfo() - Method in class org.sandev.basics.sandmessages.ErrorInfo
Make a deep copy of this ErrorInfo.
cloneErrorInfoCollection() - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Clone the collection returning a new copy of the message with a new array containing the same references.
cloneIODeclBase() - Method in class org.sandev.basics.sandmessages.IODeclBase
Make a deep copy of this IODeclBase.
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.AggregateUpdate
Calls cloneAggregateUpdate
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.BaseUserEmail
Calls cloneBaseUserEmail
cloneMessage() - Method in class org.sandev.basics.sandmessages.CacheAction
Calls cloneCacheAction
cloneMessage() - Method in class org.sandev.basics.sandmessages.CacheItemSummary
Calls cloneCacheItemSummary
cloneMessage() - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Calls cloneCacheMemSummary
cloneMessage() - Method in class org.sandev.basics.sandmessages.CacheStats
Calls cloneCacheStats
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.ErrorInfo
Calls cloneErrorInfo
cloneMessage() - Method in class org.sandev.basics.sandmessages.IODeclBase
Calls cloneIODeclBase
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.ServerDeclaration
Calls cloneServerDeclaration
cloneMessage() - Method in class org.sandev.basics.sandmessages.Stats
Calls cloneStats
cloneMessage() - Method in class org.sandev.basics.sandmessages.StringValue
Calls cloneStringValue
cloneMessage() - Method in class org.sandev.basics.sandmessages.TestAction
Calls cloneTestAction
cloneMessage() - Method in class org.sandev.basics.sandmessages.TestCondition
Calls cloneTestCondition
cloneMessage() - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Calls cloneTestNodeParamChange
cloneMessage() - Method in class org.sandev.basics.sandmessages.TestRunStatus
Calls cloneTestRunStatus
cloneMessage() - Method in class org.sandev.basics.sandmessages.TestScript
Calls cloneTestScript
cloneMessage() - Method in class org.sandev.basics.sandmessages.TestStep
Calls cloneTestStep
cloneMessage() - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Calls cloneUIDisplayDirective
cloneMessage() - Method in class org.sandev.basics.sandmessages.UIFormControl
Calls cloneUIFormControl
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.BaseUserEmailQuery
Return a deep copy of this query message.
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.CacheItemSummaryQuery
Return a deep copy of this query message.
cloneQuery() - Method in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Return a deep copy of this query message.
cloneQuery() - Method in class org.sandev.basics.sandmessages.CacheStatsQuery
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.
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.
cloneStringValue() - Method in class org.sandev.basics.sandmessages.StringValue
Make a deep copy of this StringValue.
cloneTestAction() - Method in class org.sandev.basics.sandmessages.TestAction
Make a deep copy of this TestAction.
cloneTestCondition() - Method in class org.sandev.basics.sandmessages.TestCondition
Make a deep copy of this TestCondition.
cloneTestNodeParamChange() - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Make a deep copy of this TestNodeParamChange.
cloneTestRunStatus() - Method in class org.sandev.basics.sandmessages.TestRunStatus
Make a deep copy of this TestRunStatus.
cloneTestScript() - Method in class org.sandev.basics.sandmessages.TestScript
Make a deep copy of this TestScript.
cloneTestStep() - Method in class org.sandev.basics.sandmessages.TestStep
Make a deep copy of this TestStep.
cloneUIDisplayDirective() - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Make a deep copy of this UIDisplayDirective.
cloneUIFormControl() - Method in class org.sandev.basics.sandmessages.UIFormControl
Make a deep copy of this UIFormControl.
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.
code - Variable in class org.sandev.basics.structs.ErrorInfoStruct
Optional error code for use by the application.
CommBridge - Interface in org.sandev.basics.util
A bridge between communications used internally by the application, and communications used outside the application.
comment - Variable in class org.sandev.basics.structs.TestScriptStruct
General comments about this test.
commType - Variable in class org.sandev.basics.structs.TestActionStruct
How the outbound message should be delivered.
commType - Variable in class org.sandev.basics.structs.TestConditionStruct
How the incoming message to be tested will be received.
COMMTYPE_ASYNC - Static variable in class org.sandev.basics.sandmessages.TestAction
Possible value for commType
COMMTYPE_ASYNC - Static variable in class org.sandev.basics.sandmessages.TestCondition
Possible value for commType
COMMTYPE_SYNC - Static variable in class org.sandev.basics.sandmessages.TestAction
Possible value for commType
COMMTYPE_SYNC - Static variable in class org.sandev.basics.sandmessages.TestCondition
Possible value for commType
commTypeActual2Print(String) - Static method in class org.sandev.basics.sandmessages.TestAction
Utility method to transform an actual value for this field into a print value.
commTypeActual2Print(String) - Static method in class org.sandev.basics.sandmessages.TestCondition
Utility method to transform an actual value for this field into a print value.
commTypeLabelToValue(String) - Method in class org.sandev.basics.sandmessages.TestAction
Given a label, return the value for it.
commTypeLabelToValue(String) - Method in class org.sandev.basics.sandmessages.TestCondition
Given a label, return the value for it.
commTypeLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.TestAction
 
commTypeLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.TestCondition
 
commTypePrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.TestAction
Utility method to transform a print value for this field into an actual value.
commTypePrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.TestCondition
Utility method to transform a print value for this field into an actual value.
commTypePrint2Key(String) - Static method in class org.sandev.basics.sandmessages.TestAction
Utility method to transform a print value for this field into a key value.
commTypePrint2Key(String) - Static method in class org.sandev.basics.sandmessages.TestCondition
Utility method to transform a print value for this field into a key value.
commTypeValueToLabel(int) - Method in class org.sandev.basics.sandmessages.TestAction
Given a value, return the declared label for it.
commTypeValueToLabel(int) - Method in class org.sandev.basics.sandmessages.TestCondition
Given a value, return the declared label for it.
commTypeValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.TestAction
 
commTypeValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.TestCondition
 
compare(Object, Object) - Method in class org.sandev.basics.util.ExistingIDOrderComparator
Compare two SandPersistMessage based on their relative uid placement within the array given for initialization.
compare(Object, Object) - Method in class org.sandev.basics.util.LastAccessedComparator
Compare two SandPersistMessages based on their lastAccessedTime.
compareConditions(SandAttrVal[], SandAttrVal[]) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Compare the conditions the two condition arrays and return true if they are the equivalent, false otherwise.
compareMatch(SandAttrVal[], SandStructMessage) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Compare the conditions to the given message and return true if they are a match, false otherwise.
complete - Variable in class org.sandev.basics.sandmessages.BaseUserCollection
support for SandCollectionMessage interface
complete - Variable in class org.sandev.basics.sandmessages.BaseUserEmailCollection
support for SandCollectionMessage interface
complete - Variable in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
support for SandCollectionMessage interface
complete - Variable in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
support for SandCollectionMessage interface
complete - Variable in class org.sandev.basics.sandmessages.CacheStatsCollection
support for SandCollectionMessage interface
complete - Variable in class org.sandev.basics.sandmessages.ErrorInfoCollection
support for SandCollectionMessage interface
complete - Variable in class org.sandev.basics.sandmessages.ServerDeclarationCollection
support for SandCollectionMessage interface
completeCollection(SandQueryMessage, Messageable) - Static method in class org.sandev.basics.util.MessageUtil
A generalized query processing method that will return the entire collection of elements matching the query.
conc(SandMessage[], SandMessage[]) - Static method in class org.sandev.basics.util.ArrayUtils
Concatenate the two arrays, returning a new array.
condition - Variable in class org.sandev.basics.structs.TestStepStruct
The condition that must be met for the action in this step to be taken.
conditionMatch(SandMessage, int) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Return true if the given message matches the condition specified in our current test step, false otherwise.
ConfigException - Exception in org.sandev.basics.nodecommon
Base class for all control related exception conditions.
ConfigException() - Constructor for exception org.sandev.basics.nodecommon.ConfigException
 
ConfigException(String) - Constructor for exception org.sandev.basics.nodecommon.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception org.sandev.basics.nodecommon.ConfigException
 
ConfigException(Throwable) - Constructor for exception org.sandev.basics.nodecommon.ConfigException
 
configFile - Variable in class org.sandev.basics.structs.TestScriptStruct
The name of the configuration file to be used for this test, specified as a relative path.
Configuration - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
Configuration() - Constructor for class org.sandev.basics.sandmessages.Configuration
Default constructor calls init.
configuration - Variable in class org.sandev.basics.sandmessages.ConfigurationUpdate
the contained instance for this update
ConfigurationStruct - Class in org.sandev.basics.structs
A description of an application deployment configuration.
ConfigurationStruct() - Constructor for class org.sandev.basics.structs.ConfigurationStruct
 
ConfigurationUpdate - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
ConfigurationUpdate() - Constructor for class org.sandev.basics.sandmessages.ConfigurationUpdate
Default constructor calls init.
ConfigUtil - Class in org.sandev.basics.nodecommon
Simplified access to Configuration information.
ConfigUtil() - Constructor for class org.sandev.basics.nodecommon.ConfigUtil
 
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.
containsID(long) - Method in class org.sandev.basics.sandmessages.BaseUserCollection
Return true if the collection contains an element with the specified uniqueID, false otherwise
containsID(long) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Return true if the collection contains an element with the specified uniqueID, false otherwise
containsID(SandCollectionMessage, long) - Static method in class org.sandev.basics.util.MessageUtil
Return true if the given collection message contains an instance with the given id, false otherwise.
ControlException - Exception in org.sandev.basics.nodecommon
Base class for all control related exception conditions.
ControlException() - Constructor for exception org.sandev.basics.nodecommon.ControlException
 
ControlException(String) - Constructor for exception org.sandev.basics.nodecommon.ControlException
 
ControlException(String, Throwable) - Constructor for exception org.sandev.basics.nodecommon.ControlException
 
ControlException(Throwable) - Constructor for exception org.sandev.basics.nodecommon.ControlException
 
Controllable - Interface in org.sandev.basics.nodecommon
The Controllable interface defines the methods and constants associated with lifecycle management of a node.
ControlWrapper - Interface in org.sandev.basics.nodecommon
The ControlWrapper interface declares that the implementing class wraps a node for control purposes.
ControlWrapperException - Exception in org.sandev.basics.nodecommon
Base class for all ControlWrapper related exception conditions.
ControlWrapperException() - Constructor for exception org.sandev.basics.nodecommon.ControlWrapperException
 
ControlWrapperException(String) - Constructor for exception org.sandev.basics.nodecommon.ControlWrapperException
 
ControlWrapperException(String, Throwable) - Constructor for exception org.sandev.basics.nodecommon.ControlWrapperException
 
ControlWrapperException(Throwable) - Constructor for exception org.sandev.basics.nodecommon.ControlWrapperException
 
Converter - Interface in org.sandev.basics.DataManager
The Converter interface defines a class which is capable of converting a Persister storage structure.
converter - Variable in class org.sandev.basics.DataManager.DataManagerNode
Our structure recovery object instance
CONVERTER - Static variable in class org.sandev.basics.DataManager.THD_DataManagerInfo
The class name of the Converter we are using.
convertFromXML(String) - Static method in class org.sandev.basics.util.XMLTextProcessing
Performs the inverse of the convertToXML character escapes.
convertSlashFormat(String, DateFormat) - Static method in class org.sandev.basics.util.StringUtil
If the date pattern we are using is not slash separated, and we got a string with slashes in it, then reformat it.
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.
convertsToDate(String, String, String) - Static method in class org.sandev.basics.util.StringUtil
Like the standard convertsToDate but uses the given format string for parsing.
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.
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.AggregateUpdate
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.BaseUserEmail
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.CacheItemSummary
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.CacheStats
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.ErrorInfo
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.IODeclBase
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.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.StringValue
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.TestAction
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.TestCondition
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.TestRunStatus
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.TestStep
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.basics.sandmessages.UIFormControl
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.
copyDataFrom(AuthorizerNodeInstance, boolean) - Method in class org.sandev.basics.Authorizer.AuthorizerNodeInstance
Copy all the data from the specified instance.
copyDataFrom(CacheManagerNodeInstance, boolean) - Method in class org.sandev.basics.CacheManager.CacheManagerNodeInstance
Copy all the data from the specified instance.
copyDataFrom(DataManagerNodeInstance, boolean) - Method in class org.sandev.basics.DataManager.DataManagerNodeInstance
Copy all the data from the specified instance.
copyDataFrom(MessageDriverNodeInstance, boolean) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeInstance
Copy all the data from the specified instance.
copyDataFrom(AggregateUpdate, boolean) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Copy all the data from the specified instance.
copyDataFrom(AuthWrapper, boolean) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Copy all the data from the specified instance.
copyDataFrom(BaseUser, boolean) - Method in class org.sandev.basics.sandmessages.BaseUser
Copy all the data from the specified instance.
copyDataFrom(BaseUserEmail, boolean) - Method in class org.sandev.basics.sandmessages.BaseUserEmail
Copy all the data from the specified instance.
copyDataFrom(CacheAction, boolean) - Method in class org.sandev.basics.sandmessages.CacheAction
Copy all the data from the specified instance.
copyDataFrom(CacheItemSummary, boolean) - Method in class org.sandev.basics.sandmessages.CacheItemSummary
Copy all the data from the specified instance.
copyDataFrom(CacheMemSummary, boolean) - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Copy all the data from the specified instance.
copyDataFrom(CacheStats, boolean) - Method in class org.sandev.basics.sandmessages.CacheStats
Copy all the data from the specified instance.
copyDataFrom(Configuration, boolean) - Method in class org.sandev.basics.sandmessages.Configuration
Copy all the data from the specified instance.
copyDataFrom(DataImportExport, boolean) - Method in class org.sandev.basics.sandmessages.DataImportExport
Copy all the data from the specified instance.
copyDataFrom(ErrorInfo, boolean) - Method in class org.sandev.basics.sandmessages.ErrorInfo
Copy all the data from the specified instance.
copyDataFrom(IODeclBase, boolean) - Method in class org.sandev.basics.sandmessages.IODeclBase
Copy all the data from the specified instance.
copyDataFrom(IODeclCall, boolean) - Method in class org.sandev.basics.sandmessages.IODeclCall
Copy all the data from the specified instance.
copyDataFrom(IODeclReceive, boolean) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Copy all the data from the specified instance.
copyDataFrom(IODeclSend, boolean) - Method in class org.sandev.basics.sandmessages.IODeclSend
Copy all the data from the specified instance.
copyDataFrom(IODeclSubscribe, boolean) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Copy all the data from the specified instance.
copyDataFrom(MessageDescription, boolean) - Method in class org.sandev.basics.sandmessages.MessageDescription
Copy all the data from the specified instance.
copyDataFrom(Ping, boolean) - Method in class org.sandev.basics.sandmessages.Ping
Copy all the data from the specified instance.
copyDataFrom(ServerDeclaration, boolean) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Copy all the data from the specified instance.
copyDataFrom(Stats, boolean) - Method in class org.sandev.basics.sandmessages.Stats
Copy all the data from the specified instance.
copyDataFrom(StringValue, boolean) - Method in class org.sandev.basics.sandmessages.StringValue
Copy all the data from the specified instance.
copyDataFrom(TestAction, boolean) - Method in class org.sandev.basics.sandmessages.TestAction
Copy all the data from the specified instance.
copyDataFrom(TestCondition, boolean) - Method in class org.sandev.basics.sandmessages.TestCondition
Copy all the data from the specified instance.
copyDataFrom(TestNodeParamChange, boolean) - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Copy all the data from the specified instance.
copyDataFrom(TestRunStatus, boolean) - Method in class org.sandev.basics.sandmessages.TestRunStatus
Copy all the data from the specified instance.
copyDataFrom(TestScript, boolean) - Method in class org.sandev.basics.sandmessages.TestScript
Copy all the data from the specified instance.
copyDataFrom(TestStep, boolean) - Method in class org.sandev.basics.sandmessages.TestStep
Copy all the data from the specified instance.
copyDataFrom(UIDisplayDirective, boolean) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Copy all the data from the specified instance.
copyDataFrom(UIFormControl, boolean) - Method in class org.sandev.basics.sandmessages.UIFormControl
Copy all the data from the specified instance.
copyDataFrom(UIFormInitializer, boolean) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Copy all the data from the specified instance.
copyDataFrom(UIFormQuery, boolean) - Method in class org.sandev.basics.sandmessages.UIFormQuery
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.AggregateUpdate
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.BaseUserEmail
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.CacheItemSummary
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.CacheStats
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.ErrorInfo
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.IODeclBase
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.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.StringValue
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.TestAction
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.TestCondition
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.TestRunStatus
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.TestStep
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.basics.sandmessages.UIFormControl
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.
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.
copyValuesFrom(UIFormContext) - Method in class org.sandev.basics.util.UIFormContext
Copy all the values from the given UIFormContext.
createdData - Variable in class org.sandev.basics.structs.TestScriptStruct
Data created during the testSteps, used for reference lookup purposes during test creation to allow references to resolve.
createdDataContains(SandPersistMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Returns true if createdData contains the specified value.
createdDataIndexOf(SandPersistMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Return the index of the specified value in createdData, or -1 if not found.
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.
creationTime - Variable in class org.sandev.basics.sandmessages.BaseUserEmail
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
CSVTransforms - Class in org.sandev.basics.util
Converts an array of basic types to a comma separated value String.
CSVTransforms() - Constructor for class org.sandev.basics.util.CSVTransforms
 
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

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.
DataImportExport - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataImportExport() - Constructor for class org.sandev.basics.sandmessages.DataImportExport
Default constructor calls init.
DataImportExportStruct - Class in org.sandev.basics.structs
A transmittable directive for import/export actions used for system administration or similar purposes.
DataImportExportStruct() - Constructor for class org.sandev.basics.structs.DataImportExportStruct
 
dataIndexOf(SandAttrVal) - Method in class org.sandev.basics.sandmessages.Stats
Return the index of the specified value in data, or -1 if not found.
DataManagerInfo - Interface in org.sandev.basics.DataManager
Provides descriptive information about application persistency.
DataManagerNode - Class in org.sandev.basics.DataManager
Implementation of the DataManagerNode
DataManagerNode() - Constructor for class org.sandev.basics.DataManager.DataManagerNode
 
DataManagerNodeBase - Class in org.sandev.basics.DataManager
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeBase() - Constructor for class org.sandev.basics.DataManager.DataManagerNodeBase
Default constructor calls init.
DataManagerNodeCtrl - Class in org.sandev.basics.DataManager
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 in org.sandev.basics.DataManager
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeDecl - Class in org.sandev.basics.DataManager
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 in org.sandev.basics.DataManager
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
DataManagerNodeInstance() - Constructor for class org.sandev.basics.DataManager.DataManagerNodeInstance
Default constructor calls init.
DATASOURCE - Static variable in class org.sandev.basics.DataManager.THD_DataManagerInfo
The data source initialization string for the Persister we are using.
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 a new one for every date field translation call.
dateFromShortRead(String) - Static method in class org.sandev.basics.util.DateUtil
Inverse of getShortReadDate.
dateToString(Date) - Static method in class org.sandev.basics.util.StringUtil
Return the String value of the given Date.
dateToString(Date, String, String) - Static method in class org.sandev.basics.util.StringUtil
Like the single parameter dateToString but uses the given format to convert the date to a String.
DateUtil - Class in org.sandev.basics.util
Common date manipulation utilities.
DateUtil() - Constructor for class org.sandev.basics.util.DateUtil
 
debug(String) - Method in class org.sandev.basics.util.AuthFilterBase
Log trace level and general information about what the AuthFilter is doing.
debug(Calendar) - Static method in class org.sandev.basics.util.DateUtil
Utility method for dumping out a calendar as a debug string.
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.AggregateUpdate
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.BaseUserEmail
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.CacheItemSummary
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.CacheStats
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.ErrorInfo
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.IODeclBase
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.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.StringValue
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.TestAction
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.TestCondition
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.TestRunStatus
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.TestStep
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.basics.sandmessages.UIFormControl
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(ArrayAssociation, String) - Static method in class org.sandev.basics.util.ArrayAssociation
Return a debug string containing all the array elements and what their values are.
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.
debugDumpActionSupport() - Method in class org.sandev.basics.util.UIFormContext
Write out all the actions and whether they are currently supported or not.
debugDumpMatches(String, SandAttrVal[]) - Method in class org.sandev.basics.util.AuthFilterBase
Dump out the given matches using the debug dump method.
debugDumpMonthNames(String[]) - Static method in class org.sandev.basics.util.StringUtil
Write out the given months array for debug purposes.
debugout(String) - Static method in class org.sandev.basics.util.FormOutput
Used for all debug output.
debugout(String) - Static method in class org.sandev.basics.util.StringUtil
Debug output informational method.
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.AggregateUpdate
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.BaseUserEmail
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.CacheItemSummary
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.CacheStats
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.ErrorInfo
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.IODeclBase
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.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.StringValue
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.TestAction
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.TestCondition
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.TestRunStatus
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.TestStep
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.basics.sandmessages.UIFormControl
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.
defaultUnauthorizedFields(SandInstanceMessage, AuthUser, AuthFilter, Logger) - Static method in class org.sandev.basics.util.MessageUtil
Set any unauthorized fields to their default values.
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
deliverDefaultAsyncSource(SandMessage) - Method in class org.sandev.basics.MessageDriver.MessageDriverNodeBase
Asynchronous inbound SandMessage
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.
directive - Variable in class org.sandev.basics.structs.UIDisplayDirectiveStruct
The directive being captured.
DIRECTIVE_COLLAPSE - Static variable in class org.sandev.basics.sandmessages.UIDisplayDirective
Possible value for directive
DIRECTIVE_EXPAND - Static variable in class org.sandev.basics.sandmessages.UIDisplayDirective
Possible value for directive
DIRECTIVE_NONE - Static variable in class org.sandev.basics.sandmessages.UIDisplayDirective
Possible value for directive
DIRECTIVE_RESERVEMAX - Static variable in class org.sandev.basics.sandmessages.UIDisplayDirective
Possible value for directive
directiveActual2Print(String) - Static method in class org.sandev.basics.sandmessages.UIDisplayDirective
Utility method to transform an actual value for this field into a print value.
directiveLabelToValue(String) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Given a label, return the value for it.
directiveLabelToValueStatic(String) - Static method in class org.sandev.basics.sandmessages.UIDisplayDirective
 
directivePrint2Actual(String) - Static method in class org.sandev.basics.sandmessages.UIDisplayDirective
Utility method to transform a print value for this field into an actual value.
directivePrint2Key(String) - Static method in class org.sandev.basics.sandmessages.UIDisplayDirective
Utility method to transform a print value for this field into a key value.
directives - Variable in class org.sandev.basics.structs.UIFormControlStruct
Zero or more user interface state settings.
directivesContains(UIDisplayDirective) - Method in class org.sandev.basics.sandmessages.UIFormControl
Returns true if directives contains the specified value.
directivesIndexOf(UIDisplayDirective) - Method in class org.sandev.basics.sandmessages.UIFormControl
Return the index of the specified value in directives, or -1 if not found.
directiveValueToLabel(int) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Given a value, return the declared label for it.
directiveValueToLabelStatic(int) - Static method in class org.sandev.basics.sandmessages.UIDisplayDirective
 
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.
doActionCancelHook(UIFormContext) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given the UIFormContext that is being used for adding a new instance or editing an existing instance, preprocess as needed before returning control to the UIFormManager.
doActionCollapse(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has clicked to collapse a collapsible field.
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.
doActionDeleteHook(UIFormContext) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given the UIFormContext that is being used for deleting the current instance, preprocess as needed before returning control to the UIFormManager.
doActionDeref(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has requested that the display shift to a referenced object.
doActionDisplayHook(UIFormContext) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given the UIFormContext that will be used to present a form for displaying an existing instance, preprocess as needed before returning control to the UIFormManager.
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.
doActionExpand(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has clicked to expand a collapsible field.
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.
doActionPageTo(UIFormContext, UIFormOwner) - Method in class org.sandev.basics.util.AbstractFormManager
The user has selected to move to a specific page within the collection display.
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.
doAggregateUpdate(AggregateUpdate) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Create new IDs for anything being added, then put all the updated data into our cache for reference.
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.
doWildcardCleanup(CacheAction) - Method in class org.sandev.basics.CacheManager.CacheManagerNode
Clean up any instances we have that match the source and the messageClass specified.
DummyAuthFilter - Class in org.sandev.basics.Authorizer
A dummy AuthFilter that lets just lets everything through.
DummyAuthFilter() - Constructor for class org.sandev.basics.Authorizer.DummyAuthFilter
 
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.
dumpMap(String, HashMap) - Method in class org.sandev.basics.Authorizer.AuthorizerNode
Utility to dump the contents of a map so we can see what the switchboard looks like.
dumpOutputText() - Method in class org.sandev.basics.util.UIFormContext
Return the output text messages in log dump format.
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, UIFormOwner, Object) - Method in interface org.sandev.basics.util.UIFormAdaptor
If the form display must be preceded by setup output, then this method dumps that output.
dumpParams() - Method in class org.sandev.basics.util.UIFormContext
Debugging method for dumping the first value of each entry in the parameterMap.
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
 
DuplicateReferenceException - Exception in org.sandev.basics.util
A specialized exception for reporting duplicate references.
DuplicateReferenceException() - Constructor for exception org.sandev.basics.util.DuplicateReferenceException
 
DuplicateReferenceException(String) - Constructor for exception org.sandev.basics.util.DuplicateReferenceException
 
DuplicateReferenceException(String, Throwable) - Constructor for exception org.sandev.basics.util.DuplicateReferenceException
 
DuplicateReferenceException(Throwable) - Constructor for exception org.sandev.basics.util.DuplicateReferenceException
 

E

email - Variable in class org.sandev.basics.structs.BaseUserEmailStruct
A unique email address identifying this user for login purposes.
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.
EnvGrabber - Class in org.sandev.basics.util
Legacy utility to return the value of an environment variable.
EnvGrabber() - Constructor for class org.sandev.basics.util.EnvGrabber
 
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.
ErrorInfo - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
ErrorInfo() - Constructor for class org.sandev.basics.sandmessages.ErrorInfo
Default constructor calls init.
ErrorInfoCollection - Class in org.sandev.basics.sandmessages
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
ErrorInfoCollection() - Constructor for class org.sandev.basics.sandmessages.ErrorInfoCollection
Default constructor calls init.
errorInfos - Variable in class org.sandev.basics.sandmessages.ErrorInfoCollection
actual element array
errorInfosContains(ErrorInfo) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Returns true if errorInfos contains the specified value.
errorInfosIndexOf(ErrorInfo) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Return the index of the specified value in errorInfos, or -1 if not found.
ErrorInfoStruct - Class in org.sandev.basics.structs
Describes an error or information status message.
ErrorInfoStruct() - Constructor for class org.sandev.basics.structs.ErrorInfoStruct
 
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.
executeAction(TestAction) - Method in class org.sandev.basics.MessageDriver.MessageDriverNode
Execute the given action, if any.
ExistingIDOrderComparator - Class in org.sandev.basics.util
Compares two SandPersistMessages based on a prior existing ordering with new instances either less than or greater than all previous.
ExistingIDOrderComparator(long[], boolean) - Constructor for class org.sandev.basics.util.ExistingIDOrderComparator
Create a new comparator instance
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.
EXPRESSION_OPERATOR - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Special attribute signifying an extended expression operator.

F

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.
FIELDCHECK_EMPTYSTRINGPRINTVAL - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Error messages involving empty string values tend to look like mistakes because the value prints out as a space.
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
FIELDERROR - Static variable in class org.sandev.basics.util.MessageUtil
A general code used for all field level errors.
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_SUMMARYEDIT - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "summaryedit" field flag.
FIELDFLAG_UNIQUE - Static variable in interface org.sandev.basics.structs.SandInstanceMessage
Constant representing the "unique" field flag.
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.AggregateUpdate
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.BaseUserEmail
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.BaseUserEmailCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.BaseUserEmailUpdate
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.CacheItemSummary
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheItemSummaryQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheStats
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheStatsCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.CacheStatsQuery
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.ErrorInfo
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.ErrorInfoCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.IODeclBase
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.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.ServerDeclarationUpdate
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.StringValue
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestAction
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestActionUpdate
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestCondition
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestConditionUpdate
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestRunStatus
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.TestScriptUpdate
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestStep
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.TestStepUpdate
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.basics.sandmessages.UIFormControl
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.
fieldname - Variable in class org.sandev.basics.structs.ErrorInfoStruct
The name of the field being referenced.
fieldName - Variable in class org.sandev.basics.structs.UIDisplayDirectiveStruct
The name of the field within the message instance we are capturing a directive for.
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.AggregateUpdate
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.BaseUserEmail
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.CacheItemSummary
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.CacheStats
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.ErrorInfo
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.IODeclBase
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.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.StringValue
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.TestAction
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.TestCondition
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.TestRunStatus
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.TestStep
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.basics.sandmessages.UIFormControl
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.
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.AggregateUpdate
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.BaseUserEmail
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.CacheItemSummary
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.CacheStats
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.ErrorInfo
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.IODeclBase
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.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.StringValue
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.TestAction
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.TestCondition
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.TestRunStatus
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.TestStep
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.UIFormControl
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.
FIELDVALIDATIONERRORCODE - Static variable in class org.sandev.basics.util.AbstractFormManager
An identifying code for all field validation level errors.
FileUtil - Class in org.sandev.basics.util
Common file manipulation utilities.
FileUtil() - Constructor for class org.sandev.basics.util.FileUtil
 
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, FormOutput) - Method in interface org.sandev.basics.util.UIFormAdaptorCallback
Given a map of input parameters, filter as necessary and return the result.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.AuthWrapper
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.BaseUser
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.BaseUserEmail
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.CacheAction
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.CacheItemSummary
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.CacheMemSummary
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.CacheStats
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.Configuration
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.DataImportExport
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.ErrorInfo
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.IODeclBase
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.IODeclCall
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.IODeclReceive
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.IODeclSend
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.IODeclSubscribe
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.MessageDescription
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.Ping
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.ServerDeclaration
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.Stats
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.StringValue
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.TestAction
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.TestCondition
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.TestNodeParamChange
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.TestRunStatus
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.TestScript
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.TestStep
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.UIDisplayDirective
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.UIFormControl
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.UIFormInitializer
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in class org.sandev.basics.sandmessages.UIFormQuery
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in interface org.sandev.basics.structs.SandStructMessage
Return a matching collection of all directly contained instances matching the given query.
find(SandQueryMessage) - Method in interface org.sandev.basics.util.IDCache
Iterate through the cache finding all instances that match the given query and return the corresponding collection of all instances found.
find(SandQueryMessage) - Method in class org.sandev.basics.util.IDCacheBase
Return a collection of the messages in the cache matching the specified query.
findCollection - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
The results of the current find action.
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.
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.
findUpdatedInstance(long) - Method in class org.sandev.basics.sandmessages.AggregateUpdate
Find the latest updated instance of the given uniqueID and return it, or null if not found.
firstDuplicate(long[]) - Static method in class org.sandev.basics.util.ArrayUtils
Returns the first duplicated id in the given array, or zero if no duplicate was found.
fix24HourTimeEntry(String, DateFormat) - Static method in class org.sandev.basics.util.StringUtil
If we are on 12 hour time and the time was entered in 24 hour format, then convert it.
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.
fixAMPMSpecification(String, DateFormat) - Static method in class org.sandev.basics.util.StringUtil
Assuming AM or PM needs to be specified and was not, then append the appropriate value.
fixCommaWithNoSpace(String, DateFormat) - Static method in class org.sandev.basics.util.StringUtil
If the date pattern we are using has a comma followed by a space, and what we are reading forgot the space, then add it back in.
fixEnumVal(String, String[], String[], String[]) - Static method in class org.sandev.basics.util.MatchUtil
Read the given value, tokenizing as appropriate, and convert any key or print values back into their actual numeric values.
fixNoTimeSpecified(String) - Static method in class org.sandev.basics.util.StringUtil
If no time was specified, then return a default time of 12:00.
fixSecondsIgnored(String, DateFormat) - Static method in class org.sandev.basics.util.StringUtil
If the format specifies no seconds, and seconds are given then trim them from the string.
fixSecondsRequired(String, DateFormat) - Static method in class org.sandev.basics.util.StringUtil
If seconds are required, but not specified, then add zero seconds to the time spec.
fixSpuriousLeadingZeroForHour(String, DateFormat) - Static method in class org.sandev.basics.util.StringUtil
If the format specifies the base hour without a leading zero, and we have a leading zero, then get rid of it.
fixStructure(String, Object) - Method in interface org.sandev.basics.DataManager.Converter
The storage structure for the specified Struct doesn't match.
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.
formControl - Variable in class org.sandev.basics.structs.UIFormInitializerStruct
Form control directives for the user interface.
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.
FormOutput - Class in org.sandev.basics.util
An extension of a FormItemCollection with some extra utility methods for easy output capture.
FormOutput() - Constructor for class org.sandev.basics.util.FormOutput
 
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.BaseUserEmailQuery
support for SandQueryMessage interface
function - Variable in class org.sandev.basics.sandmessages.BaseUserQuery
support for SandQueryMessage interface
function - Variable in class org.sandev.basics.sandmessages.CacheItemSummaryQuery
support for SandQueryMessage interface
function - Variable in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
support for SandQueryMessage interface
function - Variable in class org.sandev.basics.sandmessages.CacheStatsQuery
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
FUNCTION_AVG - Static variable in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Possible value for function
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.CacheItemSummaryQuery
Possible value for function
FUNCTION_AVG - Static variable in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Possible value for function
FUNCTION_AVG - Static variable in class org.sandev.basics.sandmessages.CacheStatsQuery
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.BaseUserEmailQuery
Possible value for function
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.CacheItemSummaryQuery
Possible value for function
FUNCTION_COUNT - Static variable in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Possible value for function
FUNCTION_COUNT - Static variable in class org.sandev.basics.sandmessages.CacheStatsQuery
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 total count of instances matching the query criteria.
FUNCTION_DATA - Static variable in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Possible value for function
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.CacheItemSummaryQuery
Possible value for function
FUNCTION_DATA - Static variable in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Possible value for function
FUNCTION_DATA - Static variable in class org.sandev.basics.sandmessages.CacheStatsQuery
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.BaseUserEmailQuery
Possible value for function
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.CacheItemSummaryQuery
Possible value for function
FUNCTION_MAX - Static variable in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Possible value for function
FUNCTION_MAX - Static variable in class org.sandev.basics.sandmessages.CacheStatsQuery
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.BaseUserEmailQuery
Possible value for function
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.CacheItemSummaryQuery
Possible value for function
FUNCTION_MIN - Static variable in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Possible value for function
FUNCTION_MIN - Static variable in class org.sandev.basics.sandmessages.CacheStatsQuery
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.BaseUserEmailQuery
Possible value for function
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.CacheItemSummaryQuery
Possible value for function
FUNCTION_SUM - Static variable in class org.sandev.basics.sandmessages.CacheMemSummaryQuery
Possible value for function
FUNCTION_SUM - Static variable in class org.sandev.basics.sandmessages.CacheStatsQuery
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 that this query should return the total value of each of the fields specified in the operationFields.
FUNCTION_UIDS - Static variable in interface org.sandev.basics.structs.SandQueryMessage
Process the query as data, but return the uniqueID values for all matching instances without instantiating them.
functionActual2Print(String) - Static method in class org.sandev.basics.sandmessages.BaseUserEmailQuery
Utility method to transform an actual value for this field into a print value.
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.CacheItemSummaryQuery
Utility method to transform an actual value for this field into a print value.