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
 
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.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.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.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_PARENT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
An "up" action is the opposite of a "drilldown".
ACTION_PREVIOUS - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
If a collection object is being listed, and there are elements before the first element shown (either actually in the collection, or because the collection does not start with the first element), then the user has an option to list the previous page of collection elements.
ACTION_REFRESH_GLOBAL_DATA - Static variable in interface org.sandev.basics.util.UIFormOwner
Used to indicate shared data has changed.
ACTION_REGISTER - Static variable in class org.sandev.basics.sandmessages.CacheAction
This source requests broadcast any updates of the specified instance.
ACTION_REMOVE - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
Remove the reference or referenced array element.
ACTION_RESTORE - Static variable in class org.sandev.basics.sandmessages.DataImportExport
Indicates the data should be imported, with the lastUpdateTime for each entry preserved.
ACTION_SAVE - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "save" action means write all changes to disk.
ACTION_SELECT - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
A "select" action is used in LISTING mode if we are in the process of adding a reference to an existing object instance, and we are displaying a collection of possible objects as the result of a query.
ACTION_UNDEFINED - Static variable in class org.sandev.basics.sandmessages.CacheAction
Invalid value
ACTION_UNDEFINED - Static variable in class org.sandev.basics.sandmessages.UIFormInitializer
No action was taken.
ACTION_UNDEFINED - Static variable in interface org.sandev.basics.structs.SandUpdateMessage
ACTION_UNDEFINED is considered an invalid value and represents an update message that has not been fully initialized.
ACTION_UNKNOWN - Static variable in class org.sandev.basics.sandmessages.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.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.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.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.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.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.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.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.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.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
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.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.
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
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(SandAttrVal) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.BaseUserQuery
Appends an array of values to matchInfo
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.ServerDeclarationQuery
Appends an array of values to matchInfo
addMatchInfo(SandAttrVal) - Method in class org.sandev.basics.sandmessages.StatsQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.basics.sandmessages.StatsQuery
Appends an array of values to matchInfo
addMatchInfo(SandAttrVal) - Method in 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
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
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_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.
authFilterClassName - Variable in class org.sandev.basics.Authorizer.AuthorizerNodeDecl
The fully qualified name of the AuthFilter class to use when checking authorization.
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
 

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 byt