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

A

AbstractAttributeHandler - Class in com.sri.emo.dbobj
base class for custom handler
AbstractAttributeHandler(String, Class, String, String) - Constructor for class com.sri.emo.dbobj.AbstractAttributeHandler
 
AbstractComponentController - Class in com.sri.common.controller
The component controller provides the home for two lightweight containers and a link to a third.
AbstractComponentController(Class) - Constructor for class com.sri.common.controller.AbstractComponentController
Constructor that takes a concrete schema instance as its parameter.
AbstractDBController - Class in com.sri.common.controller
Superclass for all TI controllers, for common behavior like logging.
AbstractDBController() - Constructor for class com.sri.common.controller.AbstractDBController
 
AbstractEmoUtility - Class in com.sri.emo.commandline
 
AbstractEmoUtility() - Constructor for class com.sri.emo.commandline.AbstractEmoUtility
 
AbstractExportSupport - Class in com.sri.emo.commandline.defaults
 
AbstractExportSupport(NodeTracker, SqlRowGenerator) - Constructor for class com.sri.emo.commandline.defaults.AbstractExportSupport
 
AbstractMatrixHandler - Class in com.sri.emo.dbobj
base class for custom handler for a matrix
AbstractMatrixHandler(String, Class, String, String) - Constructor for class com.sri.emo.dbobj.AbstractMatrixHandler
 
AbstractModelNode - Class in com.sri.emo.dbobj.model_tree
Simple base class of all the mutable nodes.
AbstractModelNode() - Constructor for class com.sri.emo.dbobj.model_tree.AbstractModelNode
Constructor for when there is no parent.
AbstractModelNode(MutableModelNode) - Constructor for class com.sri.emo.dbobj.model_tree.AbstractModelNode
Constructor for when we want to attach to a parent.
AbstractNodeExportSupport - Class in com.sri.emo.commandline.defaults
Contains functions that
AbstractNodeExportSupport(NodeTracker, SqlRowGenerator) - Constructor for class com.sri.emo.commandline.defaults.AbstractNodeExportSupport
 
AbstractParts - Interface in com.sri.emo.dbobj
parts of an object
AbstractSettingHandler - Class in com.sri.emo.dbobj
base class for custom handler for settings
AbstractSettingHandler(String, Class, String, String) - Constructor for class com.sri.emo.dbobj.AbstractSettingHandler
 
AbstractStepHandler - Class in com.sri.emo.wizard.selection.management
Abstract base class for the step handler.
AbstractStepHandler(String, String) - Constructor for class com.sri.emo.wizard.selection.management.AbstractStepHandler
Constructor that takes a wizard id and a step id and forms its internal state, allowing for easy retrieval of database objects from subclasses.
AbstractWizard - Class in com.sri.emo.wizard
Base class for wizard implementations.
AbstractWizard(WizardMonitor) - Constructor for class com.sri.emo.wizard.AbstractWizard
Constructor for brand new wizard.
acceptVisitor(ModelVisitor) - Method in class com.sri.emo.dbobj.Attribute
 
acceptVisitor(ModelVisitor) - Method in interface com.sri.emo.dbobj.model_tree.ModelVisitable
Accepts the visitor and redirects the visitor to the appropriate type we're dealing with.
acceptVisitor(ModelVisitor) - Method in class com.sri.emo.dbobj.Node
 
acceptVisitor(ModelVisitor) - Method in class com.sri.emo.dbobj.NodeType
 
acceptVisitor(ModelVisitor) - Method in class com.sri.emo.dbobj.Part
 
acceptVisitor(ModelVisitor) - Method in class com.sri.emo.dbobj.PickList
 
acceptVisitor(ModelVisitor) - Method in class com.sri.emo.dbobj.Relation
 
add(String) - Method in class com.sri.emo.annotations.NodeTag
 
add(String) - Method in class com.sri.emo.annotations.NodeTags
 
add(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Begins an 'add' end-user transaction to create a new wizard.
add() - Method in class com.sri.emo.dbobj.Attribute
We override to set dates and provide default ordering if nec.
add() - Method in class com.sri.emo.dbobj.Node
We override to set dates (by superclass) but rather to add default permissions.
add() - Method in class com.sri.emo.dbobj.NodeType
If the user is allowed to add, invoke the superclass add
add() - Method in class com.sri.emo.dbobj.Part
we override not to check permissions (which is done at the table level by superclass) but rather to add default permissions
add() - Method in class com.sri.emo.dbobj.Relation
handle inverse too
add() - Method in class com.sri.emo.dbobj.RelationType
If the user is allowed to add, invoke the superclass add
add() - Method in class com.sri.emo.dbobj.WizDefinition
Adds the record to the defined data source and adds the additional info dataobjects bound to this object as well.
add() - Method in class com.sri.emo.dbobj.WizStep
Overrides add to add attributes and to set the step order automatically if it hasn't been done so yet.
add(CompletionBean) - Method in interface com.sri.emo.wizard.completion.CompletionRepository
Adds a CompletionBean to the underlying data store.
add(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.CompletionEditor
Begins an 'add' end-user transaction to create a new wizard.
add() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Override of add that also adds the completion details as well.
add(CompletionBean) - Method in class com.sri.emo.wizard.completion.persistence.ExpressoCompletionRepository
Adds a CompletionBean to the underlying data store.
add(CreationBeans) - Method in interface com.sri.emo.wizard.creation.CreationRepository
Adds a CompletionBean to the underlying data store.
add(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.CreationEditor
Begins an 'add' end-user transaction to create a new wizard.
add(CreationBean) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
add() - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Override of add that also adds the completion details as well.
add(CreationBeans) - Method in class com.sri.emo.wizard.creation.persistence.ExpressoTemplateRepository
Adds a CompletionBean to the underlying data store.
add(ExpressoRequest, ExpressoResponse) - Method in interface com.sri.emo.wizard.IWizardManager
Begins an 'add' end-user transaction to create a new wizard.
ADD_GROUP - Static variable in class com.sri.emo.controller.NodeAction
 
ADD_MODE - Static variable in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Constant for indication that the handler is adding a step.
addAllSchemaElementsToContainer(MutablePicoContainer) - Method in class com.sri.common.ComponentSchema
 
addAnyRequiredField(String, String[]) - Static method in class com.sri.common.util.QueryUtils
Adds necessary fields to fieldsToRetrieve.
addAttribute(String, String, String) - Method in class com.sri.emo.dbobj.Node
Adds a new attribute to be associated with this node.
addBranch(BranchNode) - Method in class com.sri.emo.wizard.branch.BranchList
 
addBranch(BranchNode, String, BranchList) - Method in class com.sri.emo.wizard.branch.BranchList
addBranch
addChild(ModelNode) - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Add a child node to the given mutable model.
addChild(ModelNode) - Method in interface com.sri.emo.dbobj.model_tree.MutableModelNode
Add a child node to the given mutable model.
addCompletionDetail(CompletionDetails) - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Adds a completion detail to the definition.
addCompletionDetail(CreationDetails) - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Adds a completion detail to the definition.
addConverging(BranchNode) - Method in class com.sri.emo.wizard.branch.BranchList
 
addConvergingWizardPage(WizardPage) - Method in class com.sri.emo.wizard.branch.BranchList
 
addDecisionEntity(int[], String[]) - Method in class com.sri.emo.dbobj.WizDecisionSet
Adds a decision entry into this 'set' of decisions.
addDefault(WizardPage) - Method in class com.sri.emo.wizard.branch.BranchNode
 
addDefaultPageToBranches(WizardPage) - Method in class com.sri.emo.wizard.branch.BranchList
 
ADDED_BY - Static variable in class com.sri.emo.annotations.NodeTags
 
ADDED_ON - Static variable in class com.sri.emo.annotations.NodeTags
 
addEmbeddedParameter(Transition) - Static method in class com.sri.common.controller.AbstractDBController
Adds the 'embedded mode' parameter to a transition.
addError(String) - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
Adds an error to be associated with the current page.
addError(String) - Method in interface com.sri.emo.wizard.WizardPage
Adds an error to be associated with the current page.
addFactory(Serializable, WizardFactory) - Method in class com.sri.emo.wizard.defaults.DefaultWizardRepository
 
addFactory(Serializable, WizardFactory) - Method in interface com.sri.emo.wizard.WizardRepository
Adds a factory to the repository.
addFakeType(NodeType) - Static method in class com.sri.emo.dbobj.PartsFactory
add a new fake type; fake types are just used for getting list of all types (for footer)
addFiltersToMulti(MultiDBObject, Node) - Method in class com.sri.emo.controller.nodefilter.NodeFilter
add any filters to the multiDBObject supplied.
addFinalStepToConstructedSteps(WizDefinition, List) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
 
addFooter(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.EmoAction
// footer contains links to real and 'fake' entities
addHeader(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.EmoAction
 
addIDs(Transition, Map) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
addInputs(ExpressoResponse) - Method in class com.sri.emo.controller.nodefilter.NodeFilter
 
addInputs(String, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptStepType
Adds the inputs to the step.
AdditionalInfo - Interface in com.sri.emo.wizard.persistence
 
addLasteditorFilter(Node) - Method in class com.sri.emo.controller.nodefilter.NodeFilter
add filtering for last editor
addNested(TreeNode) - Method in class com.sri.common.taglib.DefaultTreeNode
Adds a nested tree node to this node.
addNext(String, String, WizardPage) - Method in class com.sri.emo.wizard.branch.BranchNode
 
addNext(String, BranchNode) - Method in class com.sri.emo.wizard.branch.BranchNode
 
AddNodeAction - Class in com.sri.emo.controller
Handle Node manipulation.
AddNodeAction() - Constructor for class com.sri.emo.controller.AddNodeAction
 
addOnFinishWizardParameters(ExpressoRequest, ExpressoResponse, Map) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
 
addOnFinishWizardParameters(ExpressoRequest, ExpressoResponse, Map) - Method in class com.sri.emo.wizard.selection.WizardAction
 
addPageNumberForSequentialWizards(Wizard, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
 
addPicklist(Part, ExpressoRequest, ExpressoResponse, String) - Static method in class com.sri.emo.controller.NodeAction
 
addPicklists(Element, ArrayList) - Method in class com.sri.emo.controller.ModelXMLWriter
Loop through nodes and add all picklists (just once) section to xml
addReturnToSenderParameter(ExpressoRequest, ExpressoResponse, Transition) - Method in class com.sri.emo.controller.NodeController
Adds the return to sender as a parameter in the response
addSearchResult(Serializable) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
 
addSetupValues(InstallLog, String) - Method in class com.sri.emo.EmoSchema
Add specific setup values.
addSingleDecisionEntity(DBConnection, int, String) - Method in class com.sri.emo.dbobj.WizDecisionSet
Adds a single decision entity to the set.
addSingleSettingElem(Element, String, ISetting, ControllerRequest) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
addStateHandler(String, String, Class) - Method in class com.sri.common.controller.AbstractComponentController
Allows adding a state handler by combining adding a state and registering the component instance in the container instance.
addStepAttribute(String, String) - Method in class com.sri.emo.dbobj.WizStep
Add an attribute for the step.
addStepTypeLabel(ExpressoResponse, WizStep) - Method in class com.sri.emo.wizard.selection.management.EditFinalState
Creates output for the text label of what type of step we're dealing with.
addTags(Node, ExpressoRequest, ExpressoResponse) - Static method in class com.sri.emo.controller.AddNodeAction
Grabs all node tags and drops them into a request attribute called 'NodeTags' that the JSP can modify.
addType(NodeType) - Static method in class com.sri.emo.dbobj.PartsFactory
add a new type; typically, there will be no parts associated with new type, but an empty array will be added to hash
addWarning(ExpressoRequest, String) - Method in class com.sri.common.controller.AbstractDBController
Adds warning to request scope, creating list if necessary.
addWarningList(ExpressoRequest) - Method in class com.sri.common.controller.AbstractDBController
Add list to request scope.
AddWizardHandler - Class in com.sri.emo.wizard.wizardgateway
Base class for the 'prompt add' 'do add' Wizard Gateway interfaces.
AddWizardHandler(Controller) - Constructor for class com.sri.emo.wizard.wizardgateway.AddWizardHandler
Default constructor.
addWizardInput(ExpressoResponse, Wizard, PageMetadata) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Adds the wizard page input.
addXML(Attribute, Element, String, ControllerRequest) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
addXML(Attribute, Element, ControllerRequest) - Method in interface com.sri.emo.dbobj.IPartHandler
Add any necessary xml attributes and elements to root for this attribute.
ADMIN_CHK - Static variable in class com.sri.emo.controller.PermissionController
 
ADMIN_GROUP - Static variable in class com.sri.common.util.PermGroup
 
afterFinishState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.CompletionWizardAction
Template method.
afterFinishState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.CreationWizardAction
Template method.
afterFinishState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Template method.
afterFinishState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.WizardAction
Template method.
ALL_FILTER_KEYS - Static variable in interface com.sri.emo.controller.nodefilter.FilterKeyConstants
 
ALL_RELATION_TYPES - Static variable in class com.sri.emo.dbobj.RelationType
we automatically populate this subset of relations
ALL_SORTS - Static variable in class com.sri.emo.controller.NodeAction
 
ALL_USERS_GROUP - Static variable in class com.sri.common.util.PermGroup
Used as default group for all users who register and their reg domain has no other group set.
ALLOWED_HTML - Static variable in class com.sri.emo.wizard.creation.ExtendedAllowedHtmlPlusURLFilter
 
alphaLikeClause(String, String) - Static method in class com.sri.common.util.QueryUtils
See comments in other method signature.
alphaLikeClause(String, String, boolean) - Static method in class com.sri.common.util.QueryUtils
Takes a field and an alphabetical "chunk" and constructs a query to check for values for the field passed in starting with characters within that chunk's (inclusive) range.
ANY_OBJECT - Static variable in class com.sri.emo.dbobj.NodeType
 
APPEND_TO_TITLE - Static variable in class com.sri.emo.controller.AddNodeAction
 
appendIfNotExist(String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
ARE_MULTIPLE_ITEMS - Static variable in class com.sri.emo.controller.NodeAction
 
areMultipleAttributesAllowed() - Method in class com.sri.emo.dbobj.Part
 
areMultipleAttributesAllowed() - Method in class com.sri.emo.dbobj.PartDescriptor
 
ASCENDING_FLAG - Static variable in class com.sri.emo.controller.NodeAction
 
ascendModelTree(ModelNode) - Method in class com.sri.emo.controller.TreeViewVisitor
Registers a pop back up the tree.
ascendModelTree(ModelNode) - Method in interface com.sri.emo.dbobj.model_tree.TreeTraversalListener
 
ASSOC_CHK - Static variable in class com.sri.emo.controller.PermissionController
 
ASSOCIATE_PREFIX - Static variable in class com.sri.emo.controller.PicklistAction
 
ATTRIB - Static variable in class com.sri.emo.controller.PartAction
 
ATTRIB_ID - Static variable in class com.sri.emo.dbobj.MatrixCell
id of attribute linking matrix rows to measurement model attributes for matrices i.e., this attribute is stored as part of the measurement model node, and references information through this MatrixCell
ATTRIB_SET_BLOCK - Static variable in class com.sri.emo.controller.PartAction
 
Attribute - Class in com.sri.emo.dbobj
encapsulate a name-value pair which is associated with a Node object
Attribute() - Constructor for class com.sri.emo.dbobj.Attribute
Default constructor for Attribute creates a new object of this type with no connection yet allocated.
Attribute(DBConnection, int) - Constructor for class com.sri.emo.dbobj.Attribute
Constructor
Attribute(String) - Constructor for class com.sri.emo.dbobj.Attribute
 
Attribute(Node) - Constructor for class com.sri.emo.dbobj.Attribute
attribute for this parent
Attribute(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.Attribute
Constructor
ATTRIBUTE_COMMENT - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_COMMENT_PREFIX - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_CREATED - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_DESCRIPTION - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_DISPLAY_NAME - Static variable in class com.sri.emo.dbobj.Attribute
For now, attribute display name is stored in subclasses of PartDescriptor, as implemented in PartDescriptor.getParts().
ATTRIBUTE_ID - Static variable in class com.sri.emo.dbobj.Attribute
incrementing PK
ATTRIBUTE_ID_PREFIX - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_ID_UNKNOWN - Static variable in class com.sri.emo.dbobj.Attribute
Attribute id is used to discern between multiple attributes with the same name for the same owner node.
ATTRIBUTE_INSTANCE_FIELD - Static variable in class com.sri.emo.dbobj.StepAttributes
the ID of the Part, when step is of type 'attribute of instance'
ATTRIBUTE_INSTANCE_ID - Static variable in class com.sri.emo.dbobj.StepAttributes
the ID of the instance, when step is of type 'attribute of instance'
ATTRIBUTE_JOIN - Static variable in class com.sri.emo.dbobj.Node
 
ATTRIBUTE_MODEL - Static variable in class com.sri.emo.dbobj.StepAttributes
Attribute Constant Supported for 'model'.
ATTRIBUTE_MODEL_FIELD - Static variable in class com.sri.emo.dbobj.StepAttributes
Attribute Constant Supported for 'model field'.
ATTRIBUTE_MODIFIED - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_ORDER - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_PICKLIST_DISPLAY - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_PICKLIST_ID - Static variable in class com.sri.emo.dbobj.StepAttributes
Attribute Constant supported for 'Custom Picklist Id'
ATTRIBUTE_SESSION_KEY - Static variable in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Constant in the session where attributes are stored.
ATTRIBUTE_SESSION_KEY - Static variable in class com.sri.emo.wizard.selection.management.EditFinalState
Constant in the session where attributes are stored.
ATTRIBUTE_TAG - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_TEXT_STYLE - Static variable in class com.sri.emo.dbobj.StepAttributes
Attribute Constant Supported for 'text style'.
ATTRIBUTE_TYPE - Static variable in class com.sri.emo.dbobj.Attribute
Name is internal string, type of attribute (would be PK with nodeId if we didn't save multiple attributes of same type per node ).
ATTRIBUTE_TYPE - Static variable in class com.sri.emo.dbobj.PickList
 
ATTRIBUTE_VALUE - Static variable in class com.sri.emo.dbobj.Attribute
 
ATTRIBUTE_VALUE_PREFIX - Static variable in class com.sri.emo.dbobj.Attribute
 

B

back - Variable in class com.sri.emo.wizard.completion.CompletionBuilder
Back Link.
back - Variable in class com.sri.emo.wizard.creation.CreationBuilder
Back Link.
backupToPage(Serializable) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Allows programmatic rewinding to a previous page.
backupToPage(Serializable) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Allows programmatic rewinding to a previous page.
backupToPage(Serializable) - Method in interface com.sri.emo.wizard.Wizard
Allows programmatic rewinding to a previous page.
BEAN_NAME - Static variable in class com.sri.emo.wizard.completion.management.CompletionBeanManager
Attribute name for what is stored in the session.
BEAN_NAME - Static variable in class com.sri.emo.wizard.creation.management.CreationBeanManager
Attribute name for what is stored in the session.
begin() - Method in class com.sri.emo.wizard.AbstractWizard
 
begin() - Method in interface com.sri.emo.wizard.Wizard
Retrieve the first wizard page and initialize any special data for the Wizard.
branches - Variable in class com.sri.emo.wizard.branch.BranchList
 
BranchingWizard - Class in com.sri.emo.wizard.branch
Title:
BranchingWizard(WizardMonitor, BranchNode[]) - Constructor for class com.sri.emo.wizard.branch.BranchingWizard
Constructor that takes a monitor and an array of steps.
BranchList - Class in com.sri.emo.wizard.branch
Title:
BranchList(int, String) - Constructor for class com.sri.emo.wizard.branch.BranchList
 
BranchNode - Class in com.sri.emo.wizard.branch
Title:
BranchNode(WizardPage, String) - Constructor for class com.sri.emo.wizard.branch.BranchNode
 
BROWSE_TRANSITION - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
 
buffer(String, int, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
inserts a String txt into a buffer of size length.
buffer(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
inserts a String txt into a buffer of size length.
buffer(NumberFormat, double, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
inserts a double value into a buffer of size length.
bufferCenterAlign(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
inserts a String txt into a buffer of size length.
bufferNoTrim(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
inserts a String txt into a buffer of size length.
bufferRightAlign(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
inserts a String txt into a buffer of size length.
bufferRightAlign(String, String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
bufferRightAlign(double, int, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
Makes a right aligned string buffer out of double.
buildAndStoreStepAttributes(ExpressoRequest) - Method in class com.sri.emo.wizard.selection.management.EditFinalState
Parses the appropriate attributes from the controller request and saves it to the session for 'save' retrieval.
buildBackLink(int) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Builds the link that corresponds to the 'back' location.
buildCancelLink(int) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Builds the link that corresponds to the 'cancel' location.
buildCancelTransition() - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Builds a cancel transition to allow easy exiting while in any State of editing the wizard step.
buildDecisionMatrix(ControllerRequest, ControllerResponse, Block, WizDefinition) - Method in class com.sri.emo.controller.SelectionWizardManager
Builds the decision matrix for the current wizard.
buildEditTypeTransition(WizStep) - Method in class com.sri.emo.wizard.selection.management.EditFinalState
Constructs a transition that determines the 'step type'.
buildFinishLink(int) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Builds the link that corresponds to the 'finish' location.
buildModel() - Method in class com.sri.emo.dbobj.model_tree.DefaultModelFactory
Function that builds the actual model that has been defined in the constructor.
buildNextLink(int) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Builds the link that corresponds to the 'next' location.
buildSaveAndReturnTransition(WizStep) - Method in class com.sri.emo.wizard.selection.management.EditFinalState
Constructs the 'save and return' transition.
buildTree() - Method in class com.sri.emo.controller.TreeViewFactory
Builds a Tree for the Tree node.
buildWizard() - Method in class com.sri.emo.wizard.completion.EmoCompletionFactory
Constructs a new wizard instance and returns it.
buildWizard() - Method in class com.sri.emo.wizard.creation.EmoCreationWizardFactory
Constructs a new wizard instance and returns it.
buildWizard() - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
 
buildWizard() - Method in interface com.sri.emo.wizard.WizardFactory
Constructs a new wizard instance and returns it.
buildWizardSteps(ControllerRequest, Block, WizDefinition) - Method in class com.sri.emo.controller.SelectionWizardManager
Builds the steps for the current wizard.

C

cancel - Variable in class com.sri.emo.wizard.completion.CompletionBuilder
Cancel link.
cancel - Variable in class com.sri.emo.wizard.creation.CreationBuilder
Cancel link.
CANCEL_STATE - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Cancel State.
canRequesterAdd() - Method in class com.sri.emo.wizard.expressoimpl.SelectionWizDefinitionRepository
Returns true if the current requester can add.
canRequesterAdd() - Method in interface com.sri.emo.wizard.WizDefinitionRepository
Returns true if the current requester can add.
canWrite(int, boolean) - Method in interface com.sri.emo.dbobj.ISetting
 
canWrite(int, boolean) - Method in class com.sri.emo.dbobj.Setting
 
CARDINALITY - Static variable in class com.sri.emo.dbobj.Part
 
CARDINALITY_CHOICES - Static variable in class com.sri.emo.dbobj.Part
 
CELL_ID - Static variable in class com.sri.emo.dbobj.AbstractMatrixHandler
 
CENTER_ALIGN - Static variable in class com.sri.emo.wizard.creation.StringUtil
 
ChainedSelectionWizard - Class in com.sri.emo.wizard.selection
The chained selection wizard clones nodes like the selection wizard does.
ChainedSelectionWizard(WizardMonitor, WizardPage[]) - Constructor for class com.sri.emo.wizard.selection.ChainedSelectionWizard
Constructs a chained selection wizard.
changeRelations(String) - Method in class com.sri.emo.dbobj.Part
change all relations associated with this part IFF the nodeRelation changed
checkAgainstIllegalJump(int) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Checks that there were no illegally jumping forward moves caused by parameter manipulation.
checkAgainstIllegalJump(WizardPage) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Checks that there were no illegally jumping forward moves caused by parameter manipulation.
checkAllReferredToBy() - Method in class com.sri.common.util.PermGroup
Check referential integrity of objects referring to this object.
checkArgs(String[]) - Static method in class com.sri.emo.commandline.AbstractEmoUtility
 
checkEmbedded(ExpressoRequest, Transition) - Static method in class com.sri.emo.controller.NodeAction
add a parameter to any transition if we are embedded
checkField(String, String) - Method in class com.sri.emo.dbobj.WizDefinition
Override of standard checkfield to verify class name and factory name.
clear() - Method in class com.sri.emo.dbobj.WizDefinition
Clears all field data as well as additional info.
clearCachedNode() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
Clear before redisplaying the page.
clearMatrix(HashMap) - Static method in class com.sri.emo.dbobj.AbstractMatrixHandler
note: this call is done during 'validate' (which any reader can do), so it uses superuser priv.
clearSelectedSearchResults() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
clone() - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
Creates and returns a copy of this object.
clone(Attribute, Attribute) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
clone data from existing to clone
clone(Attribute, Attribute) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
clone data from existing to clone
clone(String) - Method in class com.sri.emo.dbobj.Attribute
deep copy fields to new attribute into attribute which attaches to node with given ID; expects fully saved Attribute (with ID) as source.
clone(String, String) - Method in class com.sri.emo.dbobj.Attribute
deep copy fields to new attribute into attribute which attaches to node with given ID; expects fully saved Attribute (with ID) as source.
clone(Attribute, Attribute) - Method in interface com.sri.emo.dbobj.IPartHandler
Clone data from existing to clone.
clone() - Method in interface com.sri.emo.dbobj.IPartHandler
Public implementation of the Clone object.
clone(String, String) - Method in class com.sri.emo.dbobj.Relation
Deep copy fields.
clone(String, String, String) - Method in class com.sri.emo.dbobj.Relation
Deep copy fields.
clone() - Method in class com.sri.emo.wizard.expressoimpl.ExpressoLink
 
cloneAsOrphan(ErrorCollection) - Method in class com.sri.emo.controller.NodeCloner
 
cloneAsSibling(ErrorCollection) - Method in class com.sri.emo.controller.NodeCloner
 
cloneOrphan(String) - Method in class com.sri.emo.dbobj.Node
Create clone which copies all EXCEPT "upstream" links.
cloneSibling(String) - Method in class com.sri.emo.dbobj.Node
Creates and returns a deep copy of this object--everything, including links to "contained by" objects above this one.
cloneTransition(ExpressoLink, String) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
 
cloneTree(String, HashMap) - Method in class com.sri.emo.dbobj.Node
Recursively clone contained tree beneath this node, including this node.
COL_ID - Static variable in class com.sri.emo.dbobj.MatrixCell
the column id is null for continuous SMVs, is SMV Category ID for discrete SMVs for a scoring matrix is the id of the observable variables for a design matrix
collapseAllFolders() - Method in class com.sri.common.taglib.DefaultTreeNode
Collapses all folders by marking the root node as unselected.
collapseAllFolders() - Method in interface com.sri.common.taglib.TreeNode
Collapses all folders by marking the root node as unselected.
collateMatrix(List) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
from list of cells, determine lists of columns
COLUMN - Static variable in class com.sri.common.controller.AbstractDBController
Column Constant.
com.sri.common - package com.sri.common
This is the base package for the common untility classes not tied to EMO proper.
com.sri.common.controller - package com.sri.common.controller
This package contains utility classes for Controllers used by other SRI programs such as EMO.
com.sri.common.dbobj - package com.sri.common.dbobj
 
com.sri.common.taglib - package com.sri.common.taglib
This package contains tags that are often used inside EMO or other SRI classes..
com.sri.common.util - package com.sri.common.util
Utility classes, not explictly tied to EMO proper.
com.sri.emo - package com.sri.emo
This is the base package for the main classes for the EMO modelling program.
com.sri.emo.annotations - package com.sri.emo.annotations
 
com.sri.emo.auth - package com.sri.emo.auth
 
com.sri.emo.commandline - package com.sri.emo.commandline
 
com.sri.emo.commandline.defaults - package com.sri.emo.commandline.defaults
 
com.sri.emo.controller - package com.sri.emo.controller
This package contains controller classes for the modelling program.
com.sri.emo.controller.nodefilter - package com.sri.emo.controller.nodefilter
 
com.sri.emo.dbobj - package com.sri.emo.dbobj
 
com.sri.emo.dbobj.model_tree - package com.sri.emo.dbobj.model_tree
This package allows assembling of Emo nodes into a tree hierarchy where related nodes, attributes, parts, etc are loaded into this tree.
com.sri.emo.dbobj.selectiontree - package com.sri.emo.dbobj.selectiontree
 
com.sri.emo.wizard - package com.sri.emo.wizard
This package provides framework for wizard creation as well as EMO specific bindings.
com.sri.emo.wizard.branch - package com.sri.emo.wizard.branch
 
com.sri.emo.wizard.completion - package com.sri.emo.wizard.completion
This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node.
com.sri.emo.wizard.completion.management - package com.sri.emo.wizard.completion.management
This package contains all the classes required to handle the editing and defining of completion wizards.
com.sri.emo.wizard.completion.model - package com.sri.emo.wizard.completion.model
Underlying model for completion Wizard.
com.sri.emo.wizard.completion.persistence - package com.sri.emo.wizard.completion.persistence
This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database.
com.sri.emo.wizard.creation - package com.sri.emo.wizard.creation
This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node.
com.sri.emo.wizard.creation.management - package com.sri.emo.wizard.creation.management
This package contains all the classes required to handle the editing and defining of completion wizards.
com.sri.emo.wizard.creation.model - package com.sri.emo.wizard.creation.model
Underlying model for completion Wizard.
com.sri.emo.wizard.creation.persistence - package com.sri.emo.wizard.creation.persistence
This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database.
com.sri.emo.wizard.defaults - package com.sri.emo.wizard.defaults
This package contains default implementations of the interfaces defined in the com.sri.emo.wizard package.
com.sri.emo.wizard.expressoimpl - package com.sri.emo.wizard.expressoimpl
This directory contains various adapter classes to bridge the Wizard APIs with Expresso.
com.sri.emo.wizard.persistence - package com.sri.emo.wizard.persistence
 
com.sri.emo.wizard.selection - package com.sri.emo.wizard.selection
The selection wizard walks users through steps to determine which node on the system would best suit their needs.
com.sri.emo.wizard.selection.management - package com.sri.emo.wizard.selection.management
This package contains all classes related to editing Selection Wizard Steps.
com.sri.emo.wizard.wizardgateway - package com.sri.emo.wizard.wizardgateway
The wizard gateway provides a central location to dispatch to wizards for execution or editing.
COMMENT - Static variable in class com.sri.emo.dbobj.PickList
 
COMMENT - Static variable in class com.sri.emo.dbobj.Setting
 
COMMON_FOOTER_HANDLER - Static variable in class com.sri.common.controller.AbstractDBController
Constant for common footer handler.
COMMON_HEADER_HANDLER - Static variable in class com.sri.common.controller.AbstractDBController
Constant for common header handler.
commonTransitionConstruction(int) - Method in class com.sri.emo.wizard.completion.EmoCompletionFactory
Override of base class to change controller
commonTransitionConstruction(int) - Method in class com.sri.emo.wizard.creation.EmoCreationWizardFactory
Override of base class to change controller
commonTransitionConstruction(int) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
 
compare(Object, Object) - Method in class com.sri.emo.dbobj.IndentComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.sri.emo.dbobj.NodeRowIdOrderingComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.sri.emo.dbobj.PickList
implement comparator interface
compare(Object, Object) - Method in class com.sri.emo.dbobj.WizDecisionEntities.DecisionComparator
Compares its two arguments for order.
compareTo(Object) - Method in class com.sri.emo.dbobj.Node
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.sri.emo.dbobj.NodeType
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.sri.emo.dbobj.Part
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.sri.emo.dbobj.PickList
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.sri.emo.dbobj.Relation
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
Compares this object with the specified object for order.
COMPLETE - Static variable in class com.sri.emo.dbobj.model_tree.ModelFillStatus
All slots in the model (Parts) have values.
COMPLETE_NODE - Static variable in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Instance representing a complete node.
COMPLETION_FIXED - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Completion wizard use fixed constant.
COMPLETION_FIXED - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Completion wizard use fixed constant.
COMPLETION_WIZARD - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Completion method use wizard constant.
COMPLETION_WIZARD - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Completion method use wizard constant.
COMPLETION_WIZARD - Static variable in class com.sri.emo.wizard.wizardgateway.AddWizardHandler
The key name for completion wizards.
CompletionBean - Class in com.sri.emo.wizard.completion.model
Bean for handling action form.
CompletionBean() - Constructor for class com.sri.emo.wizard.completion.model.CompletionBean
Default constructor.
CompletionBeanManager - Class in com.sri.emo.wizard.completion.management
Class for managing the completion bean in the session.
CompletionBeanManager() - Constructor for class com.sri.emo.wizard.completion.management.CompletionBeanManager
Default constructor.
CompletionBuilder - Class in com.sri.emo.wizard.completion
Base class for things that build Completion Wizards.
CompletionBuilder(CompletionRepository) - Constructor for class com.sri.emo.wizard.completion.CompletionBuilder
Constructs a completion builder.
CompletionDBObjConverter - Interface in com.sri.emo.wizard.completion.persistence
Completion DBObject Converter provides an adapter to bridge pure POJO repository classes with Expresso DBObjects.
CompletionDBObjConverterImpl - Class in com.sri.emo.wizard.completion.persistence
 
CompletionDBObjConverterImpl() - Constructor for class com.sri.emo.wizard.completion.persistence.CompletionDBObjConverterImpl
Default constructor.
CompletionDefinition - Class in com.sri.emo.wizard.completion.persistence
Gateway class to the completion definition.
CompletionDefinition() - Constructor for class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Default constructor to create a new object.
CompletionDefinition(DBConnection) - Constructor for class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Constructor that takes a DBConnection for use inside a transaction.
CompletionDefinition(ReadOnlyUser) - Constructor for class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Constructor taht takes a ReadOnlyUser security context.
completionDetails - Variable in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
 
CompletionDetails - Class in com.sri.emo.wizard.completion.persistence
Per-Part Details of the Completion Wizards.
CompletionDetails() - Constructor for class com.sri.emo.wizard.completion.persistence.CompletionDetails
Default constructor to create a new object.
CompletionDetails(DBConnection) - Constructor for class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constructor that takes a DBConnection for use inside a transaction.
CompletionDetails(ReadOnlyUser) - Constructor for class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constructor taht takes a ReadOnlyUser security context.
completionDetails - Variable in class com.sri.emo.wizard.creation.persistence.CreationDefinition
 
CompletionEditor - Class in com.sri.emo.wizard.completion.management
Controller that manages completion wizards.
CompletionEditor() - Constructor for class com.sri.emo.wizard.completion.management.CompletionEditor
Default constructor.
CompletionMementoConverter - Class in com.sri.emo.wizard.completion
Writes a CompletionWizard to and from a compact form.
CompletionMementoConverter(CompletionRepository) - Constructor for class com.sri.emo.wizard.completion.CompletionMementoConverter
 
CompletionPartsBean - Class in com.sri.emo.wizard.completion.model
Metadata for each completion part.
CompletionPartsBean(CompletionBean, Part) - Constructor for class com.sri.emo.wizard.completion.model.CompletionPartsBean
Constructor that takes the parent bean and an associated Part object.
CompletionPartsPage - Class in com.sri.emo.wizard.completion
The completion parts page represents the special needs of the Completion wizard when it comes to filling out the various parts of the nodes.
CompletionPartsPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.completion.CompletionPartsPage
Main constructor.
CompletionRepository - Interface in com.sri.emo.wizard.completion
The boundary interface between the controller and the underlying DBObjects.
CompletionWizardAction - Class in com.sri.emo.controller
Controller that runs the completion controller.
CompletionWizardAction() - Constructor for class com.sri.emo.controller.CompletionWizardAction
Default constructor -- no added state.s
CompletionWizardSelector - Class in com.sri.emo.wizard.completion
Allows for locating completion wizards for a given node.
CompletionWizardSelector() - Constructor for class com.sri.emo.wizard.completion.CompletionWizardSelector
 
ComponentSchema - Class in com.sri.common
Abstract Base class for Schemas that wish to serve as a component factory.
ComponentSchema() - Constructor for class com.sri.common.ComponentSchema
 
ComponentServiceLocator - Interface in com.sri.common.controller
Helps locate services/other objects.
ComponentSPI - Interface in com.sri.common
Service Provider Interface.
CONFIRM_DELETE_RELATION - Static variable in class com.sri.emo.controller.PartAction
 
constructMonitor() - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Override to provide your own monitor, possibly for testing purposes.
constructWizard(WizDefinition, List) - Method in class com.sri.emo.wizard.branch.EmoBranchingWizardFactory
Constructs the wizard itself.
constructWizard(WizDefinition, List) - Method in class com.sri.emo.wizard.completion.EmoCompletionFactory
Constructs the wizard itself.
constructWizard(WizDefinition, BranchList) - Method in class com.sri.emo.wizard.creation.EmoCreationWizardFactory
Constructs the wizard itself.
constructWizard(WizDefinition, List) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Constructs the wizard itself.
contains(String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
tests to see whether the child string is contained within the parent
containsTransitionTo(BranchNode) - Method in class com.sri.emo.wizard.branch.BranchNode
 
CONTINUOUS_SMV_TYPE - Static variable in class com.sri.emo.dbobj.PickList
 
CONTROLLER_NAME - Static variable in class com.sri.emo.controller.PartAction
 
ControllerUtil - Class in com.sri.common.controller
Utility and convenience methods that are related to controllers.
convertKeyToPageId(Serializable) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Forgivingly converts page id to an internal integer.
convertKeyToPageId(Serializable) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Forgivingly converts page id to an internal integer.
convertToBean(WizDefinition) - Method in interface com.sri.emo.wizard.completion.persistence.CompletionDBObjConverter
Converts a wizard definition to a completion bean.
convertToBean(WizDefinition) - Method in class com.sri.emo.wizard.completion.persistence.CompletionDBObjConverterImpl
Converts a wizard definition to a completion bean.
convertToBean(WizDefinition) - Method in interface com.sri.emo.wizard.creation.persistence.CreationDBObjConverter
Converts a wizard definition to a completion bean.
convertToBean(WizDefinition) - Method in class com.sri.emo.wizard.creation.persistence.CreationDBObjConverterImpl
Converts a wizard definition to a completion bean.
convertToDBObject(CompletionBean) - Method in interface com.sri.emo.wizard.completion.persistence.CompletionDBObjConverter
Converts a Completion Bean to a Wiz Definition bean.
convertToDBObject(CompletionBean) - Method in class com.sri.emo.wizard.completion.persistence.CompletionDBObjConverterImpl
Converts a Completion Bean to a Wiz Definition bean.
convertToDBObject(CreationBeans) - Method in interface com.sri.emo.wizard.creation.persistence.CreationDBObjConverter
Converts a Completion Bean to a Wiz Definition bean.
convertToDBObject(CreationBeans) - Method in class com.sri.emo.wizard.creation.persistence.CreationDBObjConverterImpl
Converts a Completion Bean to a Wiz Definition bean.
copyParams(Transition, Map) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
countNonEmptyStrings(String[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
CREATE_TRANSITION - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
 
createAttrib(Node, String) - Static method in class com.sri.emo.dbobj.AbstractMatrixHandler
Important: we use the ID of the owner of the node in order to add an attribute here.
createColumn(Attribute, String, Object[], Object[]) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
createNodesFromXml(boolean, boolean, List, List, Node, ExpressoRequest, Element, List) - Method in class com.sri.emo.controller.ModelXMLReader
 
createOrRetrieveActionForm(ExpressoRequest) - Method in class com.sri.emo.wizard.completion.management.CompletionBeanManager
 
createOrRetrieveActionForm(ExpressoRequest) - Method in interface com.sri.emo.wizard.completion.management.ICompletionBeanManager
Creates or retrieves the action form.
createOrRetrieveActionForm(ExpressoRequest) - Method in class com.sri.emo.wizard.creation.management.CreationBeanManager
 
createOrRetrieveActionForm(ExpressoRequest) - Method in interface com.sri.emo.wizard.creation.management.ICreationBeanManager
Creates or retrieves the action form.
createString(char, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
createString(String, int, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
Creates a string with VAL repeated WIDTH times in a line and height many lines.
createString(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
CreationBean - Class in com.sri.emo.wizard.creation.model
Bean for handling action form.
CreationBean() - Constructor for class com.sri.emo.wizard.creation.model.CreationBean
Default constructor.
CreationBeanManager - Class in com.sri.emo.wizard.creation.management
Class for managing the completion bean in the session.
CreationBeanManager() - Constructor for class com.sri.emo.wizard.creation.management.CreationBeanManager
Default constructor.
CreationBeans - Class in com.sri.emo.wizard.creation.model
Bean for holding multiple CreationBean objects
CreationBeans() - Constructor for class com.sri.emo.wizard.creation.model.CreationBeans
 
CreationBuilder - Class in com.sri.emo.wizard.creation
Base class for things that build Completion Wizards.
CreationBuilder(CreationRepository) - Constructor for class com.sri.emo.wizard.creation.CreationBuilder
Constructs a completion builder.
CreationDBObjConverter - Interface in com.sri.emo.wizard.creation.persistence
Completion DBObject Converter provides an adapter to bridge pure POJO repository classes with Expresso DBObjects.
CreationDBObjConverterImpl - Class in com.sri.emo.wizard.creation.persistence
 
CreationDBObjConverterImpl() - Constructor for class com.sri.emo.wizard.creation.persistence.CreationDBObjConverterImpl
Default constructor.
CreationDefinition - Class in com.sri.emo.wizard.creation.persistence
Gateway class to the completion definition.
CreationDefinition() - Constructor for class com.sri.emo.wizard.creation.persistence.CreationDefinition
Default constructor to create a new object.
CreationDefinition(DBConnection) - Constructor for class com.sri.emo.wizard.creation.persistence.CreationDefinition
Constructor that takes a DBConnection for use inside a transaction.
CreationDefinition(ReadOnlyUser) - Constructor for class com.sri.emo.wizard.creation.persistence.CreationDefinition
Constructor taht takes a ReadOnlyUser security context.
CreationDetails - Class in com.sri.emo.wizard.creation.persistence
Per-Part Details of the Completion Wizards.
CreationDetails() - Constructor for class com.sri.emo.wizard.creation.persistence.CreationDetails
Default constructor to create a new object.
CreationDetails(DBConnection) - Constructor for class com.sri.emo.wizard.creation.persistence.CreationDetails
Constructor that takes a DBConnection for use inside a transaction.
CreationDetails(ReadOnlyUser) - Constructor for class com.sri.emo.wizard.creation.persistence.CreationDetails
Constructor taht takes a ReadOnlyUser security context.
CreationEditor - Class in com.sri.emo.wizard.creation.management
Controller that manages completion wizards.
CreationEditor() - Constructor for class com.sri.emo.wizard.creation.management.CreationEditor
Default constructor.
CreationMementoConverter - Class in com.sri.emo.wizard.creation
Writes a CompletionWizard to and from a compact form.
CreationMementoConverter(CreationRepository) - Constructor for class com.sri.emo.wizard.creation.CreationMementoConverter
 
CreationMetadata - Interface in com.sri.emo.wizard.creation
Title:
CreationPageMetadata - Class in com.sri.emo.wizard.creation
Relation Page-specific metadata.
CreationPageMetadata() - Constructor for class com.sri.emo.wizard.creation.CreationPageMetadata
 
CreationPartsBean - Class in com.sri.emo.wizard.creation.model
Metadata for each completion part.
CreationPartsBean(CreationBean, Part) - Constructor for class com.sri.emo.wizard.creation.model.CreationPartsBean
Constructor that takes the parent bean and an associated Part object.
CreationPartsPage - Class in com.sri.emo.wizard.creation
The completion parts page represents the special needs of the Completion wizard when it comes to filling out the various parts of the nodes.
CreationPartsPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.creation.CreationPartsPage
Main constructor.
CreationRepository - Interface in com.sri.emo.wizard.creation
The boundary interface between the controller and the underlying DBObjects.
CreationWizardAction - Class in com.sri.emo.controller
 
CreationWizardAction() - Constructor for class com.sri.emo.controller.CreationWizardAction
Default constructor -- no added state.s
CreationWizardSelector - Class in com.sri.emo.wizard.creation
Allows for locating completion wizards for a given node.
CreationWizardSelector() - Constructor for class com.sri.emo.wizard.creation.CreationWizardSelector
 
CssTag - Class in com.sri.common.taglib
Creates a Dynamic-Link tag that allows for switching of CSS depending on what application we're dealing with.
CssTag() - Constructor for class com.sri.common.taglib.CssTag
Default constructor.
CURRENT_PAGE_NUM - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Current page number constant.
CUSTOM_ATTRIBUTE - Static variable in class com.sri.emo.dbobj.Attribute
 
CUSTOM_PICKLIST - Static variable in class com.sri.emo.dbobj.WizStep
Constant for steps that have a custom picklist.
CUSTOM_PICKLIST - Static variable in class com.sri.emo.wizard.selection.management.PromptStepType
Constant for steps that have a custom picklist.
CustomPartHandlerMetadata - Class in com.sri.emo.wizard.completion
Constructs metadata for a custom part handler.
CustomPartHandlerMetadata() - Constructor for class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
Default constructor.
CustomPartHandlerMetadata - Class in com.sri.emo.wizard.creation
Constructs metadata for a custom part handler.
CustomPartHandlerMetadata() - Constructor for class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
Default constructor.
CustomPartHandlerPage - Class in com.sri.emo.wizard.completion
Custom Part Handler Page.
CustomPartHandlerPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.completion.CustomPartHandlerPage
Constructor that builds the part handler page.
CustomPartHandlerPage - Class in com.sri.emo.wizard.creation
Custom Part Handler Page.
CustomPartHandlerPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.creation.CustomPartHandlerPage
Constructor that builds the part handler page.

D

DATA_NODES - Static variable in class com.sri.emo.controller.ModelXMLWriter
The key of the node id used to separate Entities from their respective Nodes.
DEC_ATTRIB_ORDER - Static variable in class com.sri.emo.controller.AddNodeAction
 
DEC_REL_ORDER - Static variable in class com.sri.emo.controller.AddNodeAction
 
DecisionMatrix - Class in com.sri.emo.controller
Class that allows for execution of the decision matrix.
DecisionMatrix(String) - Constructor for class com.sri.emo.controller.DecisionMatrix
Constructor that takes a wizard id as an argument.
DecisionMatrix(int) - Constructor for class com.sri.emo.controller.DecisionMatrix
Constructor that takes a wizard id as an argument.
DEFAULT_CONTROLLER - Variable in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Constant for the default controller used for Emo.
DEFAULT_EDITING_CONTROLLER - Static variable in class com.sri.emo.dbobj.WizDefinition
The default controller for editing a wizard.
DEFAULT_SORT_ORDER - Static variable in interface com.sri.emo.wizard.WizDefinitionRepository
Constant to specify that no sort order is specified when listing Wizards.
DEFAULT_TRANSITION - Static variable in class com.sri.emo.wizard.branch.BranchNode
 
DEFAULT_TRANSITION_KEY - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
 
DefaultModel - Class in com.sri.emo.dbobj.model_tree
Default implementation of the 'model' interface.
DefaultModel(ModelNode) - Constructor for class com.sri.emo.dbobj.model_tree.DefaultModel
Constructor that takes the
DefaultModelFactory - Class in com.sri.emo.dbobj.model_tree
Factory that builds a tree hierarchy from the Nodes.
DefaultModelFactory(Node, ExpressoResponse, int) - Constructor for class com.sri.emo.dbobj.model_tree.DefaultModelFactory
Constructs a Default Model Factory.
DefaultModelNode - Class in com.sri.emo.dbobj.model_tree
Default Model node used for nesting ModelVisitable data.
DefaultModelNode(ModelVisitable) - Constructor for class com.sri.emo.dbobj.model_tree.DefaultModelNode
Constructor used for a root node.
DefaultModelNode(ModelVisitable, MutableModelNode) - Constructor for class com.sri.emo.dbobj.model_tree.DefaultModelNode
Constructor to indicate a nested node.
DefaultSQLGenerator - Class in com.sri.emo.commandline.defaults
Generates an insertion.
DefaultSQLGenerator() - Constructor for class com.sri.emo.commandline.defaults.DefaultSQLGenerator
 
DefaultSQLGenerator(boolean) - Constructor for class com.sri.emo.commandline.defaults.DefaultSQLGenerator
 
defaultTransitionKey - Variable in class com.sri.emo.wizard.branch.BranchList
 
DefaultTreeExporter - Class in com.sri.emo.commandline.defaults
 
DefaultTreeExporter(NodeTracker, SqlRowGenerator) - Constructor for class com.sri.emo.commandline.defaults.DefaultTreeExporter
 
DefaultTreeNode - Class in com.sri.common.taglib
Default implementation of the tree node.
DefaultTreeNode() - Constructor for class com.sri.common.taglib.DefaultTreeNode
Default constructor.
DefaultTreeNode(DefaultTreeNode) - Constructor for class com.sri.common.taglib.DefaultTreeNode
Constructor that takes a parent node.
DefaultWizardRepository - Class in com.sri.emo.wizard.defaults
Default instance of wizard repository.
DefaultWizardRepository() - Constructor for class com.sri.emo.wizard.defaults.DefaultWizardRepository
Default Constructor
delete() - Method in class com.sri.common.util.PermGroup
Extend the super.delete() method to first delete the GroupMembers elements that refer to the group being deleted
delete(Attribute) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
delete(Attribute) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
delete(boolean) - Method in class com.sri.emo.dbobj.Attribute
We override to provide call to handler, if any, and reorder remaining, if nec.
delete(Attribute) - Method in interface com.sri.emo.dbobj.IPartHandler
Delete a part.
delete(boolean) - Method in class com.sri.emo.dbobj.Node
Delete row.
delete() - Method in class com.sri.emo.dbobj.Part
Delete a part; deletes all attribs or relations associated with this part, unless the part has a KEEP_DETAILS attribute (an expresso attribute associated with the dbobject)
delete(boolean) - Method in class com.sri.emo.dbobj.Relation
Handle inverse too.
delete() - Method in class com.sri.emo.dbobj.RelationType
Delete a record from the target table
delete(boolean) - Method in class com.sri.emo.dbobj.WizDefinition
Override of delete that deletes 'additional info' 1-1 mappings as well.
delete(int) - Method in interface com.sri.emo.wizard.completion.CompletionRepository
Deletes the completion bean from the underlying data store.
delete(int) - Method in class com.sri.emo.wizard.completion.persistence.ExpressoCompletionRepository
Deletes the completion bean from the underlying data store.
delete(int) - Method in interface com.sri.emo.wizard.creation.CreationRepository
Deletes the completion bean from the underlying data store.
delete(int) - Method in class com.sri.emo.wizard.creation.persistence.ExpressoTemplateRepository
Deletes the completion bean from the underlying data store.
DELETE_STRAY_ATTRIBUTES - Static variable in class com.sri.emo.controller.AddNodeAction
 
deleteAttributes(List, Node) - Static method in class com.sri.emo.controller.AddNodeAction
 
deleteJoinedRelations(List, Node) - Static method in class com.sri.emo.controller.AddNodeAction
 
deleteRelations() - Method in class com.sri.emo.dbobj.Part
Delete all relations associated with this part.
DELIMIT - Static variable in class com.sri.common.controller.AbstractDBController
Delimiter constant.
DELIMITER - Static variable in class com.sri.emo.controller.ModelXMLWriter
 
DELIMITER - Static variable in class com.sri.emo.dbobj.Part
 
DELIMITER - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
DELIMITER - Static variable in class com.sri.emo.dbobj.PartsFactory
 
DEMO_GROUP - Static variable in class com.sri.common.util.PermGroup
 
DependentNodesNotTaggedException - Exception in com.sri.emo.commandline.defaults
Thrown when a wizard requires the use of a Node that has not been tagged for export.
DependentNodesNotTaggedException(WizDefinition, Node) - Constructor for exception com.sri.emo.commandline.defaults.DependentNodesNotTaggedException
 
DependentNodesNotTaggedException(WizDefinition, Node[]) - Constructor for exception com.sri.emo.commandline.defaults.DependentNodesNotTaggedException
 
DESC_SORT - Static variable in class com.sri.common.util.QueryUtils
 
DESCENDING_FLAG - Static variable in class com.sri.emo.controller.NodeAction
 
descendModelTree(ModelNode) - Method in class com.sri.emo.controller.TreeViewVisitor
Registers descending through the tree.
descendModelTree(ModelNode) - Method in interface com.sri.emo.dbobj.model_tree.TreeTraversalListener
 
DESCRIPTION - Static variable in class com.sri.emo.annotations.DoAddTag
 
DESCRIPTION - Static variable in class com.sri.emo.annotations.DoDelete
 
DESCRIPTION - Static variable in class com.sri.emo.annotations.PromptAddTag
 
DESCRIPTION - Static variable in class com.sri.emo.annotations.PromptDeleteTag
 
DEST_ASSOCIATED_SRC - Static variable in class com.sri.emo.dbobj.RelationType
 
DEST_CONTAINS_SRC - Static variable in class com.sri.emo.dbobj.RelationType
 
DEST_IS_EXAMPLE_OF_SRC - Static variable in class com.sri.emo.dbobj.RelationType
 
DEST_IS_PART_OF_SRC - Static variable in class com.sri.emo.dbobj.RelationType
 
DEST_NODE_REF - Static variable in class com.sri.emo.dbobj.Part
 
destroy() - Method in class com.sri.emo.auth.SSLCertFilter
 
destroy() - Method in class com.sri.emo.wizard.AbstractWizard
 
destroy() - Method in interface com.sri.emo.wizard.Wizard
De-initialize all data for the wizard.
destroyActionForm(ExpressoRequest) - Method in class com.sri.emo.wizard.completion.management.CompletionBeanManager
 
destroyActionForm(ExpressoRequest) - Method in interface com.sri.emo.wizard.completion.management.ICompletionBeanManager
Destroys the completion bean from the session.
destroyActionForm(ExpressoRequest) - Method in class com.sri.emo.wizard.creation.management.CreationBeanManager
 
destroyActionForm(ExpressoRequest) - Method in interface com.sri.emo.wizard.creation.management.ICreationBeanManager
Destroys the completion bean from the session.
determineDeletionTree(Node, Collection, Collection) - Method in class com.sri.emo.dbobj.selectiontree.TreeDeletionSelector
After step 1 is completed (see class-level javadoc), this function performs the remaining deletion steps.
DISABLED - Static variable in class com.sri.emo.controller.PermissionController
 
DISPLAY_IN_PICKLIST - Static variable in class com.sri.emo.dbobj.PickList
 
DISPLAY_STATE - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Display Page State.
DISPLAY_TITLE - Static variable in class com.sri.emo.dbobj.NodeType
 
DisplaySummaryPage - Class in com.sri.emo.wizard.selection
Page that displays the selected node and the choices that lead to that choice.
DisplaySummaryPage(PageMetadata) - Constructor for class com.sri.emo.wizard.selection.DisplaySummaryPage
Constructor for the summary page.
DisplaySummaryPage.SelectionResults - Class in com.sri.emo.wizard.selection
Record Structure that provides a list of step names and their appropriate values.
DisplaySummaryPage.SelectionResults(int, String, String) - Constructor for class com.sri.emo.wizard.selection.DisplaySummaryPage.SelectionResults
 
DO_ADD_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
DO_ADD_ITEM - Static variable in class com.sri.emo.controller.PicklistAction
 
DO_ADD_PART - Static variable in class com.sri.emo.controller.PartAction
 
DO_ADD_RELATION - Static variable in class com.sri.emo.controller.PartAction
 
DO_ATTRIB_PICK - Static variable in class com.sri.emo.controller.NodeAction
 
DO_CHANGE_PASSWORD - Static variable in class com.sri.common.controller.LoginAction
Constant for state do change password.
DO_CHANGE_PREFS - Static variable in class com.sri.common.controller.LoginAction
Constant for state change preferences.
DO_CLONE_NODE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Clone a Single Node"
DO_CLONE_TREE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Clone a Tree Of Nodes"
DO_DEC_ITEM_ORDER - Static variable in class com.sri.emo.controller.PicklistAction
 
DO_DEC_PART_NUM - Static variable in class com.sri.emo.controller.PartAction
 
DO_DELETE_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
DO_DELETE_ITEM - Static variable in class com.sri.emo.controller.PicklistAction
 
DO_DELETE_NODE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Delete Node"
DO_DELETE_ONE_ATTRIB - Static variable in class com.sri.emo.controller.NodeAction
 
DO_DELETE_PART - Static variable in class com.sri.emo.controller.PartAction
 
DO_DELETE_RELATION - Static variable in class com.sri.emo.controller.PartAction
 
DO_EDIT_ATTRIB - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Save Node Attributes"
DO_EDIT_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
DO_EDIT_GROUP - Static variable in class com.sri.emo.controller.PermissionController
 
DO_EDIT_ITEM - Static variable in class com.sri.emo.controller.PicklistAction
Constant value for state 'Save Picklist Item'
DO_EDIT_MORE_ATTRIB - Static variable in class com.sri.emo.controller.NodeAction
 
DO_EDIT_NODE - Static variable in class com.sri.emo.controller.AddNodeAction
 
DO_EDIT_ONE_ATTRIB - Static variable in class com.sri.emo.controller.NodeAction
 
DO_EDIT_PART - Static variable in class com.sri.emo.controller.PartAction
 
DO_EDIT_PERMS - Static variable in class com.sri.emo.controller.PermissionController
 
DO_EDIT_RELATION - Static variable in class com.sri.emo.controller.PartAction
 
DO_EXPORT_NODE - Static variable in class com.sri.emo.controller.AddNodeAction
 
DO_IMPORT_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
DO_IMPORT_NODE - Static variable in class com.sri.emo.controller.AddNodeAction
 
DO_INC_ITEM_ORDER - Static variable in class com.sri.emo.controller.PicklistAction
 
DO_INC_PART_NUM - Static variable in class com.sri.emo.controller.PartAction
 
DO_LOGIN - Static variable in class com.sri.common.controller.LoginAction
Constant for state do login.
DO_LOGOUT - Static variable in class com.sri.common.controller.LoginAction
Constant for state do logout.
DO_ORPHAN_CLONE_NODE - Static variable in class com.sri.emo.controller.NodeAction
 
DO_PICKLIST_NODE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Save Picklist for nodes"
DO_SEND_PASSWORD - Static variable in class com.sri.common.controller.LoginAction
Constant for state do send password.
DoAddTag - Class in com.sri.emo.annotations
Adds the tags defined in the tag.
DoAddTag(Controller) - Constructor for class com.sri.emo.annotations.DoAddTag
 
DoAddWizard - Class in com.sri.emo.wizard.wizardgateway
Handles the redirection of the Add wizard user to the appropriate wizard manager.
DoAddWizard(Controller) - Constructor for class com.sri.emo.wizard.wizardgateway.DoAddWizard
Constructs this particular state handler.
DoCancel - Class in com.sri.emo.wizard.completion.management
 
DoCancel(ICompletionBeanManager) - Constructor for class com.sri.emo.wizard.completion.management.DoCancel
Constructs a cancel state handler with the given completion bean manager.
DoCancel - Class in com.sri.emo.wizard.creation.management
 
DoCancel(ICreationBeanManager) - Constructor for class com.sri.emo.wizard.creation.management.DoCancel
Constructs a cancel state handler with the given completion bean manager.
DoChooseCriteria - Class in com.sri.emo.wizard.completion.management
 
DoChooseCriteria(Controller, CompletionRepository, ICompletionBeanManager) - Constructor for class com.sri.emo.wizard.completion.management.DoChooseCriteria
Constructor that takes the owner controller as a paramter.
DoChooseCriteria - Class in com.sri.emo.wizard.creation.management
 
DoChooseCriteria(Controller, CreationRepository, ICreationBeanManager) - Constructor for class com.sri.emo.wizard.creation.management.DoChooseCriteria
Constructor that takes the owner controller as a paramter.
DoChooseNodeStep - Class in com.sri.emo.wizard.completion.management
 
DoChooseNodeStep(Controller) - Constructor for class com.sri.emo.wizard.completion.management.DoChooseNodeStep
Constructor that takes the owner controller as a paramter.
DoChooseNodeStep - Class in com.sri.emo.wizard.creation.management
 
DoChooseNodeStep(Controller) - Constructor for class com.sri.emo.wizard.creation.management.DoChooseNodeStep
Constructor that takes the owner controller as a paramter.
DoChooseParts - Class in com.sri.emo.wizard.completion.management
 
DoChooseParts(Controller) - Constructor for class com.sri.emo.wizard.completion.management.DoChooseParts
 
DoChooseParts - Class in com.sri.emo.wizard.creation.management
 
DoChooseParts(Controller) - Constructor for class com.sri.emo.wizard.creation.management.DoChooseParts
 
DoDelete - Class in com.sri.emo.annotations
Deletes the tag.
DoDelete() - Constructor for class com.sri.emo.annotations.DoDelete
 
DoDeleteWizard - Class in com.sri.emo.wizard.wizardgateway
 
DoDeleteWizard(Controller, WizDefinitionRepository) - Constructor for class com.sri.emo.wizard.wizardgateway.DoDeleteWizard
Constructs this particular state handler.
doEndTag() - Method in class com.sri.common.taglib.CssTag
Process the end tag for this instance.
doEndTag() - Method in class com.sri.common.taglib.InputTag
Standard doEndTag.
doEndTag() - Method in class com.sri.common.taglib.TreeMenuTag
Process the end tag for this instance.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sri.emo.auth.SSLCertFilter
 
DoFilterNodes - Class in com.sri.emo.controller.nodefilter
sets filtering criteria
DoFilterNodes() - Constructor for class com.sri.emo.controller.nodefilter.DoFilterNodes
 
doStartTag() - Method in class com.sri.common.taglib.InputTag
Do nothing until end tag.
DUMMY_NODE_TYPE - Static variable in class com.sri.emo.dbobj.PickList
string constant to use for custom pick list which is INDEPENDENT of any given node type.
DuplicateTracker - Interface in com.sri.emo.commandline
 

E

edit(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Begins an 'edit' end-user transaction to edit an existing wizard.
edit(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.CompletionEditor
Begins an 'edit' end-user transaction to edit an existing wizard.
edit(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.CreationEditor
Begins an 'edit' end-user transaction to edit an existing wizard.
edit(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in interface com.sri.emo.wizard.IWizardManager
Begins an 'edit' end-user transaction to edit an existing wizard.
EDIT_GROUP_DISPLAY - Static variable in class com.sri.common.controller.AbstractDBController
Jsp constant.
EDIT_GROUP_DISPLAY - Static variable in class com.sri.emo.controller.AddNodeAction
 
EDIT_MODE - Static variable in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Constant for indication that the handler is editing a step.
EditFinalState - Class in com.sri.emo.wizard.selection.management
Combines common controls into a step editor.
EditFinalState(String, String) - Constructor for class com.sri.emo.wizard.selection.management.EditFinalState
Default constructor.
EditWizard - Class in com.sri.emo.wizard.wizardgateway
Edits a wizard.
EditWizard(Controller, WizDefinitionRepository) - Constructor for class com.sri.emo.wizard.wizardgateway.EditWizard
Constructs this particular state handler.
EMBEDDED_MODE - Static variable in class com.sri.common.controller.AbstractDBController
Parameter to indicate 'embedded mode'.
EMO_GROUP - Static variable in class com.sri.emo.EmoSchema
 
EmoAction - Class in com.sri.emo.controller
Common methods (header, footer) which are typically called via a strategy pattern.
EmoAction() - Constructor for class com.sri.emo.controller.EmoAction
 
EmoBranchingWizardFactory - Class in com.sri.emo.wizard.branch
Title:
EmoBranchingWizardFactory() - Constructor for class com.sri.emo.wizard.branch.EmoBranchingWizardFactory
 
EmoCompletionFactory - Class in com.sri.emo.wizard.completion
Constructs Completion Wizards.
EmoCompletionFactory(CompletionRepository) - Constructor for class com.sri.emo.wizard.completion.EmoCompletionFactory
Constructs a given wizard.
EmoCompletionWizard - Class in com.sri.emo.wizard.completion
A completion wizard.
EmoCompletionWizard(WizardMonitor, WizardPage[]) - Constructor for class com.sri.emo.wizard.completion.EmoCompletionWizard
Constructs an emo completion wizard.
EmoCreationWizard - Class in com.sri.emo.wizard.creation
A completion wizard.
EmoCreationWizard(WizardMonitor, BranchNode[]) - Constructor for class com.sri.emo.wizard.creation.EmoCreationWizard
Constructs an emo completion wizard.
EmoCreationWizardFactory - Class in com.sri.emo.wizard.creation
Constructs Completion Wizards.
EmoCreationWizardFactory(CreationRepository) - Constructor for class com.sri.emo.wizard.creation.EmoCreationWizardFactory
Constructs a given wizard.
EmoCreationWizardOld - Class in com.sri.emo.wizard.creation
A creation wizard, as originally copied from Completion wizard with some modifications done to allow for the initialization page to be inserted For the completion wizard pages, ids are java.lang.Integer types with values <= 0 are special pages.
EmoCreationWizardOld(WizardMonitor, WizardPage[]) - Constructor for class com.sri.emo.wizard.creation.EmoCreationWizardOld
Constructs an emo completion wizard.
EmoDebugWizardPage - Class in com.sri.emo.wizard.creation
Title:
EmoDebugWizardPage(Integer, PageMetadata, ValidValue[]) - Constructor for class com.sri.emo.wizard.creation.EmoDebugWizardPage
 
EmoRegistration - Class in com.sri.emo.controller
This is the implementation of Registration.
EmoRegistration() - Constructor for class com.sri.emo.controller.EmoRegistration
constructor.
EmoSchema - Class in com.sri.emo
Register the Schemas for entire web application.
EmoSchema() - Constructor for class com.sri.emo.EmoSchema
Default constructor.
EmoSelectionWizard - Class in com.sri.emo.wizard.selection
Overrides Sequential Wizard to allow processing of the EMO Decision Matrix for processing finish.
EmoSelectionWizard(WizardMonitor, WizardPage[]) - Constructor for class com.sri.emo.wizard.selection.EmoSelectionWizard
Constructor that the Wizard Factory uses to instantiate the sequential wizard.
EmoSelectionWizardFactory - Class in com.sri.emo.wizard.selection
Wizard Factory for EMO wizards.
EmoSelectionWizardFactory() - Constructor for class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Constructor that takes a data context.
EmoWizardMetadata - Class in com.sri.emo.wizard.defaults
Wizard Metadata instance.
EmoWizardMetadata() - Constructor for class com.sri.emo.wizard.defaults.EmoWizardMetadata
Constructor that takes constructed links.
EmoWizardPage - Class in com.sri.emo.wizard.defaults
Wizard Page implementation for Emo.
EmoWizardPage(Integer, PageMetadata, ValidValue[]) - Constructor for class com.sri.emo.wizard.defaults.EmoWizardPage
Constructor that takes a PageMetadata object and a page definition object to build itself.
EMPTY - Static variable in class com.sri.emo.dbobj.model_tree.ModelFillStatus
No slots in the model have values.
EMPTY_NODE_CLOSED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: un-completed node de-selected.
EMPTY_NODE_OPEN - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: un-completed node selected.
EMPTY_SLOT_SELECTED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: multiple attribute not filled out selected.
EMPTY_SLOT_UNSELECTED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: multiple attribute not filled out unselected.
ENCLOSE_CHAR - Static variable in class com.sri.common.util.QueryUtils
 
ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
equals(Object) - Method in class com.sri.emo.dbobj.model_tree.ModelFillStatus
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Model Recursion status objects are equal if they are the same status type and if they are, they point to the same recursive node.
equals(Object) - Method in class com.sri.emo.dbobj.WizDecisionEntities.DecisionComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class com.sri.emo.dbobj.WizDecisionSet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.wizard.AbstractWizard
Checks for equality field by field.
equals(Object) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Override of Object.equals to check field by field.
equals(Object) - Method in class com.sri.emo.wizard.branch.BranchNode
 
equals(Object) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.wizard.completion.model.FieldCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.wizard.creation.model.CreationBean
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
equals(Object) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.wizard.creation.model.FieldCompletion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sri.emo.wizard.defaults.DefaultWizardRepository
 
equals(Object) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Override of equals().
equals(Object) - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
Override to performs field comparison.
equals(Object) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Override of equals.
equals(Object) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Override of Object.equals to check field by field.
ESCAPE_CHAR - Static variable in class com.sri.common.util.QueryUtils
 
escapeChar(String, String) - Static method in class com.sri.common.util.QueryUtils
Precedes each instance of a character passed in with the escape character in the string passed in.
EXISTING_ITEM_PREFIX - Static variable in class com.sri.emo.controller.PicklistAction
 
expandAllFolders() - Method in class com.sri.common.taglib.DefaultTreeNode
Expands all folder nodes by marking them selected without marking any leaf nodes necessarily selected.
expandAllFolders() - Method in interface com.sri.common.taglib.TreeNode
Expands all folder nodes by marking them selected without marking any leaf nodes necessarily selected.
Export - Class in com.sri.emo.commandline
 
Export(NodeTracker, SqlRowGenerator, TagSelectionFactory) - Constructor for class com.sri.emo.commandline.Export
 
exportAllWizards(PrintWriter) - Method in class com.sri.emo.commandline.defaults.WizardExporter
Exports all wizards to the printwriter.
exportAttributes(PrintWriter, Node) - Method in class com.sri.emo.commandline.defaults.AbstractNodeExportSupport
 
exportNode(PrintWriter, Node) - Method in class com.sri.emo.commandline.defaults.DefaultTreeExporter
Exports a node and all of its related attributes, security settings, and relations.
exportNodes(PrintWriter) - Method in class com.sri.emo.commandline.Export
 
exportNodeTags(PrintWriter, Node) - Method in class com.sri.emo.commandline.defaults.AbstractNodeExportSupport
 
exportNodeTree(PrintWriter, Node) - Method in class com.sri.emo.commandline.defaults.DefaultTreeExporter
 
exportNodeTree(PrintWriter, Node) - Method in interface com.sri.emo.commandline.TreeExporter
Exports the given node and all related objecst to the given output stream.
exportNodeType(PrintWriter, String) - Method in class com.sri.emo.commandline.defaults.AbstractNodeExportSupport
 
exportParts(PrintWriter, NodeType) - Method in class com.sri.emo.commandline.defaults.AbstractNodeExportSupport
 
exportPicklists(PrintWriter, NodeType) - Method in class com.sri.emo.commandline.defaults.AbstractNodeExportSupport
 
exportRelations(PrintWriter, Node) - Method in class com.sri.emo.commandline.defaults.AbstractNodeExportSupport
This function exports the relations where the parameter owner is the SOURCE.
exportSecuredDBobjectEntries(DBObject) - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
 
exportSecurityEntries(RowSecuredDBObject) - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
Creates default Row security for each row secured object being export.
ExpressoAwareWizardRepository - Class in com.sri.emo.wizard.defaults
Version that allows, not only dynamic runtime, but also checks the underlying Expresso data objects for defined wizards.
ExpressoAwareWizardRepository(ComponentServiceLocator) - Constructor for class com.sri.emo.wizard.defaults.ExpressoAwareWizardRepository
 
ExpressoCompletionRepository - Class in com.sri.emo.wizard.completion.persistence
Expresso-specific implementation that converts the completion beans to DBObjects.
ExpressoCompletionRepository(CompletionDBObjConverter) - Constructor for class com.sri.emo.wizard.completion.persistence.ExpressoCompletionRepository
Completion Repository constructor that takes a converter.
ExpressoLink - Class in com.sri.emo.wizard.expressoimpl
Link bridge between Wizard links and Expresso Transitions.
ExpressoLink() - Constructor for class com.sri.emo.wizard.expressoimpl.ExpressoLink
Do not use except for Externalization.
ExpressoLink(Transition) - Constructor for class com.sri.emo.wizard.expressoimpl.ExpressoLink
Construction takes an Expresso Transition as its
ExpressoTemplateRepository - Class in com.sri.emo.wizard.creation.persistence
Expresso-specific implementation that converts the completion beans to DBObjects.
ExpressoTemplateRepository(CreationDBObjConverter) - Constructor for class com.sri.emo.wizard.creation.persistence.ExpressoTemplateRepository
Completion Repository constructor that takes a converter.
ExtendedAllowedHtmlPlusURLFilter - Class in com.sri.emo.wizard.creation
Title:
ExtendedAllowedHtmlPlusURLFilter() - Constructor for class com.sri.emo.wizard.creation.ExtendedAllowedHtmlPlusURLFilter
No-arg constructor required Just append special html filtering string list with allowed html
extractPostedWizardData(ExpressoRequest) - Method in class com.sri.emo.controller.CompletionWizardAction
For relation pages, this version extracts the entire request paramter map because the relation wizard needs all that nasty hard-to-read checkbox data.
extractPostedWizardData(ExpressoRequest) - Method in class com.sri.emo.controller.CreationWizardAction
For relation pages, this version extracts the entire request paramter map because the relation wizard needs all that nasty hard-to-read checkbox data.
extractPostedWizardData(ExpressoRequest) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Template Method, override in your derived classes if desired.

F

FieldCompletion - Class in com.sri.emo.wizard.completion.model
Enumeration type for field completion.
FieldCompletion(String) - Constructor for class com.sri.emo.wizard.completion.model.FieldCompletion
Constructor that takes the description.
FieldCompletion - Class in com.sri.emo.wizard.creation.model
Enumeration type for field completion.
FieldCompletion(String) - Constructor for class com.sri.emo.wizard.creation.model.FieldCompletion
Constructor that takes the description.
fieldEqualsManyValuesClause(String, String[]) - Static method in class com.sri.common.util.QueryUtils
Constructs a SQL where clause checking if a field equals any of the values in the array passed in.
fieldEqualsManyValuesClause(String, String[], boolean, boolean) - Static method in class com.sri.common.util.QueryUtils
Constructs a SQL where clause checking if a field equals any of the values in the array passed in.
fieldEqualsNullClause(String, boolean) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if the values is null a given field of an object.
fieldEqualsValueClause(String[], String[]) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if the values exist for the given fields of an object.
fieldEqualsValueClause(String[], String[], boolean, boolean, boolean) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if the values exist for the given fields of an object.
fieldEqualsValueClause(String, String) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if the values exist for the given fields of an object.
fieldEqualsValueClause(String, String, boolean, boolean) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if the values exist for the given fields of an object.
fieldInSetClause(String, String[], boolean) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if a field has a value in the given set of values.
fieldIsBlankClause(String, boolean) - Static method in class com.sri.common.util.QueryUtils
Returns a REGEXP clause to determine if a field is blank.
fieldLikeValue(String, String) - Static method in class com.sri.common.util.QueryUtils
Return a LIKE clause of the form LIKE '%%' Returns null if value or field is null.
FIELDS_INDICATING_MATRIX_NEEDS_UPDATING - Static variable in class com.sri.emo.dbobj.WizStep
 
FILLED_NODE_CLOSED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: Completed Node de-selected.
FILLED_NODE_OPEN - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: Completed Node selected.
FILLED_SLOT_CLOSED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: multiple attribute completed unselected.
FILLED_SLOT_SELECTED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: multiple attribute completed selected.
FILTER_GROUP - Static variable in interface com.sri.emo.controller.nodefilter.FilterKeyConstants
 
FILTER_KEY - Static variable in interface com.sri.emo.controller.nodefilter.FilterKeyConstants
Key for storage of the filter map of info.
FILTER_LAST_EDITOR - Static variable in interface com.sri.emo.controller.nodefilter.FilterKeyConstants
 
FILTER_SESSION_KEY - Static variable in class com.sri.emo.controller.NodeAction
 
FILTER_TAGS - Static variable in interface com.sri.emo.controller.nodefilter.FilterKeyConstants
 
FILTER_WORDS - Static variable in interface com.sri.emo.controller.nodefilter.FilterKeyConstants
 
filterAttribs(List, Part, ArrayList) - Static method in class com.sri.emo.controller.AddNodeAction
iterate through list of all attributes and filter those that belong to the specified Part into the output list
filterIamPartOfJoinedRelations(List) - Static method in class com.sri.emo.controller.AddNodeAction
remove relations of type "I am a part of" because these are reflexive relations, not intended as true parts
filterJoinedDataObjectRelations(List, Part, List) - Static method in class com.sri.emo.controller.AddNodeAction
 
FilterKeyConstants - Interface in com.sri.emo.controller.nodefilter
Key constants used by node filtering.
FINAL_PAGE_ID - Static variable in class com.sri.emo.wizard.completion.EmoCompletionWizard
Constant for the last page (where 'finish' appears) id.
FINAL_PAGE_ID - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
Constant for the last page (where 'finish' appears) id.
FINAL_PAGE_ID - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizardOld
Constant for the last page (where 'finish' appears) id.
find(Serializable) - Method in class com.sri.emo.wizard.defaults.DefaultWizardRepository
 
find(Serializable) - Method in class com.sri.emo.wizard.defaults.ExpressoAwareWizardRepository
Provides bridging of not only the usual find, but also in comparison to security requests.
find(Serializable) - Method in interface com.sri.emo.wizard.WizardRepository
Retrieve a wizard based on id.
findById(int) - Method in interface com.sri.emo.wizard.completion.CompletionRepository
Finds the completion bean by id number.
findById(Object) - Method in interface com.sri.emo.wizard.completion.CompletionRepository
Finds the bean by an id that was generated earlier by other pieces of the factory.
findById(int) - Method in class com.sri.emo.wizard.completion.persistence.ExpressoCompletionRepository
 
findById(Object) - Method in class com.sri.emo.wizard.completion.persistence.ExpressoCompletionRepository
 
findById(int) - Method in interface com.sri.emo.wizard.creation.CreationRepository
Finds the completion bean by id number.
findById(Object) - Method in interface com.sri.emo.wizard.creation.CreationRepository
Finds the bean by an id that was generated earlier by other pieces of the factory.
findById(int) - Method in class com.sri.emo.wizard.creation.persistence.ExpressoTemplateRepository
 
findById(Object) - Method in class com.sri.emo.wizard.creation.persistence.ExpressoTemplateRepository
 
findById(int) - Method in class com.sri.emo.wizard.expressoimpl.SelectionWizDefinitionRepository
Find a wizard definition by id.
findById(int) - Method in interface com.sri.emo.wizard.WizDefinitionRepository
Find a wizard definition by id.
findWizardPageIndex(WizardPage) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Find the wizard page index so we can define what the next page is.
findWizardPageIndex(WizardPage) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Find the wizard page index so we can define what the next page is.
finish - Variable in class com.sri.emo.wizard.completion.CompletionBuilder
Finish link.
finish - Variable in class com.sri.emo.wizard.creation.CreationBuilder
Finish link.
FINISH_IMPORT - Static variable in class com.sri.emo.controller.AddNodeAction
 
FINISH_REQUEST - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Parameter for Wizard's finish to get the ExpressoRequest object.
FINISH_RESPONSE - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Parameter for the Wizard's finish method to get the ExpressoResponse object.
FINISH_STATE - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Finish State.
finished - Variable in class com.sri.emo.wizard.branch.BranchingWizard
Internal boolean flag -- if finished then page history's index will include the last page.
finished - Variable in class com.sri.emo.wizard.defaults.SequentialWizard
Internal boolean flag -- if finished then page history's index will include the last page.
FINITE_SMV_TYPE - Static variable in class com.sri.emo.dbobj.PickList
 
FIXED - Static variable in class com.sri.emo.wizard.completion.model.FieldCompletion
Field completion for 'fixed' completion type.
FLD_ADDITIONAL_INFO - Static variable in class com.sri.emo.dbobj.WizDefinition
Field that is the classname of any 1-1 mapping database object that provides additional information for this wizard.
FLD_ATTRIBUTEKEY - Static variable in class com.sri.emo.dbobj.StepAttributes
Public constant for access to field "Attribute Key"
FLD_ATTRIBUTEVALUE - Static variable in class com.sri.emo.dbobj.StepAttributes
Public constant for access to field "Attribute Value"
FLD_BROWSE - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
added by rich Constant for acces to field 'isSearch'
FLD_BROWSE_TXT - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
 
FLD_COMPLETION - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Field Completion Type
FLD_COMPLETION - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Field Completion Type
FLD_CONTROLLER - Static variable in class com.sri.emo.dbobj.WizDefinition
Name of the controller.
FLD_CREATE - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
added by rich Constant for acces to field 'isSearch'
FLD_CREATE_TXT - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
 
FLD_DECISIONRESULT - Static variable in class com.sri.emo.dbobj.WizDecisionSet
Public constant for access to field "Decision Result"
FLD_DECISIONTITLE - Static variable in class com.sri.emo.dbobj.WizDecisionSet
Public constant for access to field "Example Title"
FLD_DIRECTIVE - Static variable in class com.sri.emo.dbobj.WizStep
Public constant for access to field "New Field".
FLD_DIRECTIVE - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant for acces to field 'Directive'
FLD_DIRECTIVE - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant for acces to field 'Directive'
FLD_EDITOR_CONTROLLER - Static variable in class com.sri.emo.dbobj.WizDefinition
The classname of the contorller for adding.
FLD_FACTORY - Static variable in class com.sri.emo.dbobj.WizDefinition
Public constant for access to field "Factory".
FLD_FREETEXT - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant for access to field 'Is FreeText'
FLD_FREETEXT - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant for access to field 'Is FreeText'
FLD_HELPTEXT - Static variable in class com.sri.emo.dbobj.WizStep
Public constant for access to field "Help Text".
FLD_HELPTEXT - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant fo access ot field 'Help Text';
FLD_HELPTEXT - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant fo access ot field 'Help Text';
FLD_ID - Static variable in class com.sri.emo.dbobj.StepAttributes
Public constant for access to field "Item ID"
FLD_ID - Static variable in class com.sri.emo.dbobj.WizDecisionEntities
Public constant for access to field "Item ID"
FLD_ID - Static variable in class com.sri.emo.dbobj.WizDecisionSet
Public constant for access to field "Item ID"
FLD_ID - Static variable in class com.sri.emo.dbobj.WizDefinition
Public constant for access to field "Item ID".
FLD_ID - Static variable in class com.sri.emo.dbobj.WizStep
Public constant for access to field "Item ID".
FLD_ID - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
 
FLD_ID - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDefinition
 
FLD_MAX_ENTRIES - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant for access to field 'Max Entries'
FLD_MAX_ENTRIES - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant for access to field 'Max Entries'
FLD_MIN_ENTRIES - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant for access to field 'Min Entries'
FLD_MIN_ENTRIES - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant for access to field 'Min Entries'
FLD_NAME - Static variable in class com.sri.emo.dbobj.WizDefinition
Public constant for access to field "Name".
FLD_ORDER - Static variable in class com.sri.emo.dbobj.WizStep
Public constant for access to field "Page Order List".
FLD_PART_ID - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant for access to field 'Part Id'
FLD_PART_ID - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant for access to field 'Part Id'
FLD_PART_ORDER - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
 
FLD_PART_ORDER - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
 
FLD_REQUIRED - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
added by rich Constant for acces to field 'isSearch'
FLD_SEARCH - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
added by rich Constant for acces to field 'isSearch'
FLD_SEARCH_TXT - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
 
FLD_SETID - Static variable in class com.sri.emo.dbobj.WizDecisionEntities
Public constant for access to field "Decision Set ID"
FLD_SINGLE_ENTRY - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Field for single entry.
FLD_SINGLE_ENTRY - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Field for single entry.
FLD_STEP_TYPE - Static variable in class com.sri.emo.dbobj.WizStep
Public constant for access to field "Step Type".
FLD_STEPID - Static variable in class com.sri.emo.dbobj.StepAttributes
Public constant for access to field "Wizard Step ID"
FLD_STEPID - Static variable in class com.sri.emo.dbobj.WizDecisionEntities
Public constant for access to field "Wizard Step Id"
FLD_STEPVALUE - Static variable in class com.sri.emo.dbobj.WizDecisionEntities
Public constant for access to field "Step Value"
FLD_SUMMARY - Static variable in class com.sri.emo.dbobj.WizDefinition
Public constant for access to field "Bean".
FLD_SURROGATE_KEY - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant for access to field 'Completion Details Number'.
FLD_SURROGATE_KEY - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant for access to field 'Completion Details Number'.
FLD_TARGET_NODE - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
 
FLD_TARGET_NODE - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDefinition
 
FLD_TITLE - Static variable in class com.sri.emo.dbobj.WizStep
Public constant for access to field "New Field".
FLD_WIZARD - Static variable in class com.sri.emo.dbobj.WizDefinition
Public constant for access to field "wizard class".
FLD_WIZARD_ID - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Constant for access to field 'Wizard Id'
FLD_WIZARD_ID - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Constant for access to field 'Wizard Id'
FLD_WIZID - Static variable in class com.sri.emo.dbobj.WizDecisionSet
Public constant for access to field "Wizard Id"
FLD_WIZID - Static variable in class com.sri.emo.dbobj.WizStep
Public constant for access to field "Wizard Id".
FOOTER - Static variable in class com.sri.common.controller.AbstractDBController
Footer constant.
format(double, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
fromMemento(Serializable) - Method in class com.sri.emo.wizard.completion.CompletionMementoConverter
Re-fleshes out the wizard into usable forms.
fromMemento(Serializable) - Method in class com.sri.emo.wizard.creation.CreationMementoConverter
Re-fleshes out the wizard into usable forms.
fromMemento(Serializable) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
 
fromMemento(Serializable) - Method in interface com.sri.emo.wizard.WizardMementoConverter
Re-fleshes out the wizard into usable forms.
FULL_XML - Static variable in interface com.sri.emo.dbobj.IPartHandler
constant for indicating that default XML should be generated for all custom parts if they have no saved settings
FULL_XML - Static variable in class com.sri.emo.dbobj.Node
 

G

GENERATE_ALL_ENTITY_DOCBOOK - Static variable in class com.sri.emo.controller.PartAction
 
GENERATE_DOCS - Static variable in class com.sri.emo.controller.PartAction
 
GENERATE_ENTITY_XML_DOCS - Static variable in class com.sri.emo.controller.PartAction
 
GENERATE_GUIDE_DOCS - Static variable in class com.sri.emo.controller.PartAction
 
generateAdd(DataObject) - Method in class com.sri.emo.commandline.defaults.DefaultSQLGenerator
 
generateInsert(DBObject) - Method in class com.sri.emo.commandline.defaults.DefaultSQLGenerator
 
generateInsert(DBObject) - Method in interface com.sri.emo.commandline.SqlRowGenerator
Generates an insert statement
generateNewBranchList() - Method in class com.sri.emo.wizard.branch.BranchList
 
generatePageTransitions(ExpressoRequest, RecordPaginator, int) - Method in class com.sri.emo.controller.NodeAction
Generates the page transitions.
generateReflextiveTransition(Map, Class, String) - Static method in class com.sri.common.controller.ControllerUtil
Generate a Transition that if invoked would result in a redirection directly back to self with identical parameters as when a transition was first invoked.
get(int) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
getActionForm(ExpressoRequest) - Method in class com.sri.emo.wizard.completion.management.CompletionBeanManager
 
getActionForm(ExpressoRequest) - Method in interface com.sri.emo.wizard.completion.management.ICompletionBeanManager
Retrieve an action form.
getActionForm(ExpressoRequest) - Method in class com.sri.emo.wizard.creation.management.CreationBeanManager
 
getActionForm(ExpressoRequest) - Method in interface com.sri.emo.wizard.creation.management.ICreationBeanManager
Retrieve an action form.
getActionForwarding(String, String) - Method in class com.sri.common.controller.AbstractDBController
Look up the forward used for 'state' param, suitable for use with setStyle().
getAddedBy() - Method in class com.sri.emo.annotations.NodeTag
 
getAddedBy() - Method in class com.sri.emo.annotations.NodeTags
 
getAddedOn() - Method in class com.sri.emo.annotations.NodeTag
 
getAddedOn() - Method in class com.sri.emo.annotations.NodeTags
 
getAdditionalInfo() - Method in class com.sri.emo.dbobj.model_tree.DefaultModelNode
This is a method to allow 'tagging' particular nodes with application specific information and processing the node differently based on that information.
getAdditionalInfo() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
This is a method to allow 'tagging' particular nodes with application specific information and processing the node differently based on that information.
getAdditionalInfo() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Does nothing.
getAdditionalInfo() - Method in class com.sri.emo.dbobj.WizDefinition
Retrieves an additional information object associated with this class.
getAdditionalInfoClass() - Method in class com.sri.emo.dbobj.WizDefinition
Retrieves the additional information class.
getAllData() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Retrieve all the data for the wizard keyed by page id.
getAllData() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Retrieve all the data for the wizard keyed by page id.
getAllData() - Method in interface com.sri.emo.wizard.Wizard
Retrieve all the data for the wizard keyed by page id.
getAllNodes() - Method in class com.sri.emo.dbobj.NodeType
Potentially hazardous function due to memory requirements for lots of nodes, but for small node sets, this is a valueable function for navigating the hierarchy of nodes.
getAllNodes() - Method in class com.sri.emo.wizard.branch.BranchNode
 
getAllParts() - Static method in class com.sri.emo.dbobj.PartsFactory
 
getAllSteps() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Retrieve all the steps for the wizard.
getAllSteps() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Retrieve all the steps for the wizard.
getAllTransitions() - Method in class com.sri.emo.wizard.branch.BranchNode
 
getAllTypes() - Static method in class com.sri.emo.dbobj.NodeType
 
getAllValues() - Method in class com.sri.common.util.ObjectCombinator
Protected getter.
getApplicationContainer() - Method in class com.sri.common.ComponentSchema
 
getApplicationContainer() - Method in interface com.sri.common.ComponentSPI
 
getAttrib(ControllerRequest) - Method in class com.sri.emo.dbobj.MatrixCell
 
getAttribComment() - Method in class com.sri.emo.dbobj.Attribute
 
getAttribCommentRaw() - Method in class com.sri.emo.dbobj.Attribute
 
getAttribCreated() - Method in class com.sri.emo.dbobj.Attribute
 
getAttribId() - Method in class com.sri.emo.dbobj.Attribute
 
getAttribId() - Method in class com.sri.emo.dbobj.MatrixCell
 
getAttribLimit() - Method in class com.sri.emo.dbobj.PartDescriptor
 
getAttribModified() - Method in class com.sri.emo.dbobj.Attribute
 
getAttribName() - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
getAttribPart(String, String) - Static method in class com.sri.emo.dbobj.PartsFactory
 
getAttribType() - Method in class com.sri.emo.dbobj.Attribute
 
getAttribute(Node) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
find single attribute, warning if > 1 are found.
getAttributeInputBlock(String, String, ExpressoRequest, String) - Method in class com.sri.emo.controller.AddNodeAction
utility to create an input block for a given attribute part.
getAttributeInputBlock(Attribute[], Part, ExpressoRequest, boolean) - Method in class com.sri.emo.controller.NodeAction
Utility to create an input block for a given attribute part.
getAttributeKey() - Method in class com.sri.emo.dbobj.StepAttributes
Retrieve the attribute key field.
getAttributeOutputBlock(Node, ExpressoRequest, Part, boolean, List) - Method in class com.sri.emo.controller.AddNodeAction
Utility to create an output block for a given attribute part.
getAttributes(String, ExpressoRequest, String) - Method in class com.sri.emo.controller.AddNodeAction
Return an attributes of this node, of this type.
getAttributes(String) - Method in class com.sri.emo.dbobj.Node
Fetch any attributes of this node, of this type, in alpha order by value.
getAttributes() - Method in class com.sri.emo.dbobj.Node
Fetch all attributes of this node OF ALL KINDS.
getAttributesAssumeSecure(String) - Method in class com.sri.emo.dbobj.Node
Fetch any attributes of this node, of this type, in alpha order by value, using System ID to speed recall w/o permissions check.
getAttributeType(String, int) - Static method in class com.sri.emo.dbobj.PartsFactory
necessary since the JSP doesn't know anything, but must iterate to display attributes and send back edits with some discernable connection between input text and attribute destination.
getAttributeValue() - Method in class com.sri.emo.dbobj.StepAttributes
Retrieve the attribute value field.
getAttribValue() - Method in class com.sri.emo.dbobj.Attribute
 
getAttribValueRaw() - Method in class com.sri.emo.dbobj.Attribute
 
getBackTrace() - Method in class com.sri.emo.wizard.AbstractWizard
Retrieve the backtrace stack
getBlock(Node, ExpressoRequest, Part, boolean, List, List) - Method in class com.sri.emo.controller.AddNodeAction
 
getBoolStr(String, boolean) - Static method in class com.sri.common.util.QueryUtils
Returns a boolean string for use in a database query, given the database context found in the request.
getBranches() - Method in class com.sri.emo.wizard.branch.BranchList
 
getBrowseText() - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
getBrowseText() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
getBrowseText() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
getBrowseText() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getCachedNodeId() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
 
getCancel() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
getCancel() - Method in interface com.sri.emo.wizard.PageMetadata
Return link instance, NullLink if there is no finish link on this page.
getCancelTransition() - Method in class com.sri.emo.controller.CompletionWizardAction
Override to provide backlink to list wizards page in EMO.
getCancelTransition() - Method in class com.sri.emo.controller.CreationWizardAction
Override to provide backlink to list wizards page in EMO.
getCancelTransition() - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Location for transition on cancel instances.
getCancelTransition() - Method in class com.sri.emo.wizard.selection.WizardAction
Override to provide backlink to list wizards page in EMO.
getCardinality() - Method in class com.sri.emo.dbobj.Part
 
getCardinalityLabel() - Method in class com.sri.emo.dbobj.Part
Retrieves the label for the cardinality.
getCardinalityString() - Method in class com.sri.emo.dbobj.PartDescriptor
 
getCheckbox(String, String, String, boolean) - Static method in class com.sri.common.controller.AbstractDBController
Get a checkbox with the given name, label, default value, and optionally select it.
getChildFrame() - Method in class com.sri.common.taglib.TreeMenuTag
Retrieve the id of the child frame to target for javascript links.
getChildren() - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Retrieve the items in the composite model.
getChildren() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Retrieve the items in the composite model.
getChildren() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Throws UnsupportedOperationException - not implemented for obvious reasons.
getColumnID(Object) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
getColumnId() - Method in class com.sri.emo.dbobj.MatrixCell
 
getColumnObjects(Node) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
getComment() - Method in interface com.sri.emo.dbobj.ISetting
 
getComment() - Method in class com.sri.emo.dbobj.PickList
 
getComment() - Method in class com.sri.emo.dbobj.Setting
 
getComment() - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
getComment() - Method in class com.sri.emo.wizard.ValidValueWithComment
Retrieve the comment associated with the valid value.
getCompletionBean() - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
 
getCompletionBean() - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
 
getCompletionBean() - Method in class com.sri.emo.wizard.creation.EmoCreationWizardOld
 
getCompletionDetails() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Retrieve a list of all completion details.
getCompletionDetails() - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Retrieve a list of all completion details.
getCompletionParts() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Retrieve all completion parts.
getCompletionParts() - Method in class com.sri.emo.wizard.creation.model.CreationBean
Retrieve all completion parts.
getController() - Method in class com.sri.emo.dbobj.WizDefinition
 
getControllerForKey(String) - Method in class com.sri.emo.wizard.wizardgateway.AddWizardHandler
Grab the controller based on the key.
getControllerResponse() - Method in class com.sri.emo.controller.TreeViewVisitor
 
getCreateText() - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
getCreateText() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
getCreateText() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
getCreateText() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getCreationBean(int) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
getCreationBeanByPartId(String) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
getCreationBeanByPartId
getCurrentBean() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
getCurrentModelNode() - Method in class com.sri.emo.controller.TreeViewVisitor
 
getCurrentNode() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Retrieve the currently set node.
getCurrentNode() - Method in class com.sri.emo.wizard.creation.model.CreationBean
Retrieve the currently set node.
getCurrentNodeType() - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
getCurrentPage() - Method in class com.sri.emo.wizard.AbstractWizard
 
getCurrentPage(ExpressoRequest, Wizard) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Retrieves the current page as set in the displayed page.
getCurrentPage() - Method in interface com.sri.emo.wizard.Wizard
Retrieves a pointer to the current page in the wizard.
getCurrentPageIndex() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Retrieve the index of the current wizard.
getCurrentPageIndex() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Retrieve the index of the current wizard.
getCurrentSearchBean() - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
 
getCurrentWizard(ExpressoRequest) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Retrieves the current wizard from session.
getCustomHandler() - Method in class com.sri.emo.dbobj.Attribute
 
getCustomHandler() - Method in class com.sri.emo.dbobj.NodeType
Retrieve a custom handler, null if there is none.
getCustomHandler() - Method in class com.sri.emo.dbobj.Part
 
getCustomHandler() - Method in class com.sri.emo.dbobj.PartDescriptor
 
getCustomHandler() - Method in class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
create instance of custom handler; uses 'forName' and depends on no-args constructor
getCustomHandler() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
create instance of custom handler; uses 'forName' and depends on no-args constructor
getData() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
 
getData() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
Retrieve the data associated with the page.
getData() - Method in interface com.sri.emo.wizard.WizardPage
Retrieve the data associated with the page.
getDecision(Map) - Method in class com.sri.emo.controller.DecisionMatrix
Retrieves the decision.
getDecisionEntities() - Method in class com.sri.emo.dbobj.WizDecisionSet
Retrieve all details for this object.
getDecisionNode() - Method in class com.sri.emo.dbobj.WizDecisionSet
Retrieves the node associated with this decision set.
getDecisionResult() - Method in class com.sri.emo.dbobj.WizDecisionSet
 
getDecisionValue() - Method in class com.sri.emo.dbobj.WizDecisionEntities
 
getDefault() - Method in class com.sri.emo.wizard.branch.BranchNode
 
getDefaultComponentCode() - Method in class com.sri.emo.EmoSchema
Returns the default component code for this schema.
getDefaultDescription() - Method in class com.sri.emo.EmoSchema
Returns the default description for this schema.
getDefaultTransitionKey() - Method in class com.sri.emo.wizard.branch.BranchList
 
getDefinition(boolean) - Method in class com.sri.emo.dbobj.Part
for definition page,
getDefinition() - Method in class com.sri.emo.wizard.completion.CompletionBuilder
 
getDefinition() - Method in class com.sri.emo.wizard.creation.CreationBuilder
 
getDefinition() - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Retreives the definition associated with the step.
getDeleteTrans(String) - Static method in class com.sri.emo.controller.NodeAction
 
getDestId() - Method in class com.sri.emo.dbobj.Relation
 
getDestNode() - Method in class com.sri.emo.dbobj.Relation
 
getDestRelations() - Method in class com.sri.emo.dbobj.Node
Get relations for which my ID is marked as destination.
getDirective() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
getDirective() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getDirective() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
getDirective() - Method in interface com.sri.emo.wizard.PageMetadata
Get the page directions.
getDisplayName(String) - Static method in class com.sri.emo.dbobj.NodeType
Convenience method.
getDisplayName() - Method in class com.sri.emo.dbobj.NodeType
 
getDisplayString() - Method in class com.sri.emo.dbobj.PickList
 
getDisplayTitleOfParentNodeType(int) - Method in class com.sri.emo.dbobj.Part
Return display title of node type of parent node, or empty string "" if not found.
getDisplayTitleOfParentNodeType(int) - Method in class com.sri.emo.dbobj.PartDescriptor
return display title of node type of parent node, or empty string "" if not found
getDisplayValue() - Method in interface com.sri.emo.dbobj.ISetting
 
getDisplayValue() - Method in class com.sri.emo.dbobj.Setting
 
getEditTrans(Map) - Method in class com.sri.emo.dbobj.Attribute
Provide a transition for SPECIAL editing of this object, suitable for creating an HTTP link.
getEditTrans() - Method in class com.sri.emo.dbobj.Attribute
Provide a transition for editing of this object, suitable for creating an HTTP link.
getEditTrans(String, Map) - Method in class com.sri.emo.dbobj.Part
provide a transition for editing this part, suitable for creating an HTTP link
getEditTransition(Map) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
get transition for editing
getEditTransition(Map) - Method in interface com.sri.emo.dbobj.IPartHandler
Get the part 'edit' transition.
getEntities() - Static method in class com.sri.emo.dbobj.PartsFactory
 
getEntity() - Method in class com.sri.emo.dbobj.Node
Get node type; will throw if node type is not set or cannot be found.
getEntity(String) - Static method in class com.sri.emo.dbobj.PartsFactory
 
getEntityDescription() - Method in class com.sri.emo.dbobj.NodeType
 
getEntityName() - Method in class com.sri.emo.dbobj.NodeType
 
getExplicitPart() - Method in class com.sri.emo.dbobj.Attribute
Returns the value for an explicit Part if it has been set.
getFakeEntities() - Static method in class com.sri.emo.dbobj.PartsFactory
 
getField(String) - Method in class com.sri.emo.dbobj.Attribute
Extends the normal getField method to handle virtual fields.
getField(String) - Method in class com.sri.emo.dbobj.WizDecisionSet
Override of getField to provide for virtual field 'decision title'
getFieldCompletion() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
getFieldCompletion() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getFilterAttribute() - Method in class com.sri.emo.controller.nodefilter.NodeFilter
attribute filtering involves some field of an attribute associated with a given node
getFinish() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
getFinish() - Method in interface com.sri.emo.wizard.PageMetadata
Return link instance, NullLink if there is no finish link on this page.
getFromId(int) - Static method in class com.sri.emo.dbobj.NodeType
 
getFromTypeString(String) - Static method in class com.sri.emo.dbobj.NodeType
 
getGenerator() - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
Retrieve the SQL generator.
getGlobalId() - Method in class com.sri.emo.dbobj.Node
For creating universally unique IDs ("global" ids) by combining machine name with internal ID.
getGroup(String) - Static method in class com.sri.common.util.PermGroup
 
getGroupDescription() - Method in class com.sri.common.util.PermGroup
convenience method
getGroupName() - Method in class com.sri.common.util.PermGroup
convenience method
getHelpText() - Method in class com.sri.emo.dbobj.WizStep
 
getHelpText() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
getHelpText() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getHelpText() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
getHelpText() - Method in interface com.sri.emo.wizard.PageMetadata
Get the page help text.
getHelpTextRaw() - Method in class com.sri.emo.dbobj.WizStep
 
getIconUrl() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieve url of the icon associated with the node.
getIconUrl() - Method in interface com.sri.common.taglib.TreeNode
Retrieve url of the icon associated with the node.
getId() - Method in class com.sri.emo.dbobj.NodeType
 
getId() - Method in class com.sri.emo.dbobj.Part
 
getID() - Method in class com.sri.emo.dbobj.PickList
 
getId() - Method in class com.sri.emo.dbobj.WizDefinition
Get the Wizard id.
getId() - Method in class com.sri.emo.dbobj.WizStep
Retrieves the id field.
getId() - Method in class com.sri.emo.wizard.AbstractWizard
Retrieve the id of the Wizard.
getId() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
 
getId() - Method in interface com.sri.emo.wizard.Wizard
Retrieve the id of the Wizard.
getId() - Method in interface com.sri.emo.wizard.WizardPage
Every page must have an id that is serializable.
getIdField() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Attribute to know what the id field of the additional information database object is.
getIdField() - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Attribute to know what the id field of the additional information database object is.
getIdField() - Method in interface com.sri.emo.wizard.persistence.AdditionalInfo
Attribute to know what the id field of the additional information database object is.
getIgnoredRelations(ExpressoRequest) - Static method in class com.sri.emo.dbobj.Node
 
getIndexNum() - Method in class com.sri.emo.dbobj.PickList
 
getInitialPage() - Method in class com.sri.emo.wizard.AbstractWizard
Retrieve the initial page defined for the wizard in the sequence.
getInitialPage() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Retrieve the initial page for the wizard.
getInitialPage() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Retrieve the initial page for the wizard.
getInitPage() - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
 
getInput() - Method in class com.sri.common.taglib.InputTag
Retrieve the input for the control.
getInputList() - Method in class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
 
getInputList() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
getInputs(String) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
get a map of Inputs for all settings.
getInsertStatements(AbstractNodeExportSupport, DBObject) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
getInsertStatements(AbstractNodeExportSupport, DBObject, ISetting) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
getInsertStatements(AbstractNodeExportSupport, DBObject) - Method in interface com.sri.emo.dbobj.IPartHandler
 
getInstance(String, String) - Method in interface com.sri.emo.dbobj.ISetting
 
getInstance(String, String) - Method in class com.sri.emo.dbobj.Setting
 
getInverseRel() - Method in class com.sri.emo.dbobj.RelationType
 
getInverseRelType() - Method in class com.sri.emo.dbobj.RelationType
 
getIth(int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
getJavaScript() - Method in class com.sri.common.taglib.InputTag
Get the javascript actions.
getLabel() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieve the Label of the tree node.
getLabel() - Method in interface com.sri.common.taglib.TreeNode
Retrieve the Label of the tree node.
getLabel() - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Retrieve the label assigned to the node.
getLabel() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Retrieve the label assigned to the node.
getLabel() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Retrieve the label assigned to the node.
getLink() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieve the link if the node is clicked.
getLink() - Method in interface com.sri.common.taglib.TreeNode
Retrieve the link if the node is clicked.
getLink() - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Retrieve the edit link
getLink() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Retrieve the link to get to the node for editing.
getLink() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Retrieve the link to get to the node for editing.
getLink() - Method in class com.sri.emo.wizard.expressoimpl.ExpressoLink
 
getLink() - Method in interface com.sri.emo.wizard.Link
Provides a context-relative URL to something else.
getListTransition(String) - Static method in class com.sri.emo.controller.NodeAction
 
getListTransition(ControllerRequest) - Method in interface com.sri.emo.dbobj.INodeHandler
Supply list transition suitable for this type of object.
getLogger() - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
convenience for getting logger for current (sub) class
getLogger() - Method in class com.sri.emo.dbobj.IndentComparator
 
getLogger() - Static method in class com.sri.emo.dbobj.PartsFactory
convenience for getting logger for current (sub) class
getMainStepHistory() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Will return a history of steps without accounting for any of the branching
getManagingController() - Method in class com.sri.emo.dbobj.WizDefinition
Returns the managing contorller
getMatrix(Node) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
get matrix, creating it from scratch if necessary
getMaxEntries() - Method in class com.sri.emo.wizard.completion.MinMaxPageMetadata
Retrieve the maximum number of entries for the given page.
getMaxEntries() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
getMaxEntries() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
Retrieve the maximum number of entries for the given page.
getMaxEntries() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getMaxlength() - Method in class com.sri.common.taglib.InputTag
Getter method for maxlength.
getMementoConverter() - Method in class com.sri.emo.controller.CompletionWizardAction
Template Method.
getMementoConverter() - Method in class com.sri.emo.controller.CreationWizardAction
Template Method.
getMementoConverter() - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Template Method.
getMemLocation() - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
getMenu() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
Retrieve the picklist value for the map.
getMenu() - Method in interface com.sri.emo.wizard.WizardPage
Retrieve the picklist value for the map.
getMenuAttribLabel() - Method in class com.sri.emo.dbobj.WizStep
Get the description to the valid value portion for the current field settting for FLD_MODELFIELD.
getMenuItems() - Method in class com.sri.emo.dbobj.WizStep
Retrieve the menu items as a valid value array.
getMessage() - Method in exception com.sri.emo.commandline.defaults.DependentNodesNotTaggedException
 
getMessage() - Method in exception com.sri.emo.commandline.defaults.IncompleteDecisionMatrixException
 
getMessageBundlePath() - Method in class com.sri.emo.EmoSchema
Return the path, relative to the classpath, of the MessageBundle file for this schema.
getMetadata() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
 
getMetadata() - Method in interface com.sri.emo.wizard.WizardPage
Retrieve the metadata associated with the page.
getMinEntries() - Method in class com.sri.emo.wizard.completion.MinMaxPageMetadata
Retrieve the minimum entries for the page.
getMinEntries() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
getMinEntries() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
Retrieve the minimum entries for the page.
getMinEntries() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getMissingDetail() - Method in exception com.sri.emo.wizard.completion.persistence.IncompleteDetailsException
 
getMissingDetail() - Method in exception com.sri.emo.wizard.creation.persistence.IncompleteDetailsException
 
getModelField() - Method in class com.sri.emo.dbobj.WizStep
Get the model field.
getModelFillStatus() - Method in class com.sri.emo.dbobj.model_tree.DefaultModelNode
Contains status about the node itself -- are all parts and subparts completely filled?
getModelFillStatus() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Contains status about the node itself -- are all parts and subparts completely filled?
getModelFillStatus() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Default implementation of fill status.
getModelName() - Method in class com.sri.emo.dbobj.WizStep
Retrieve the model.
getMonitor() - Method in class com.sri.emo.wizard.AbstractWizard
Retreieve the monitor associated with this wizard.
getMulti(Node) - Method in class com.sri.emo.controller.nodefilter.NodeFilter
 
getMultiMetadata() - Method in class com.sri.emo.wizard.completion.MultiEntryWizardPage
 
getMultiMetadata() - Method in class com.sri.emo.wizard.creation.MultiEntryWizardPage
 
getMultiValuedAttributeMenu() - Method in class com.sri.emo.dbobj.Node
 
getMyOwner() - Method in class com.sri.common.controller.TestStateHandler
 
getMyOwner() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
 
getName() - Method in class com.sri.common.taglib.InputTag
Getter method for Name.
getNested() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieve all children (may be an empty array) if no children.
getNested() - Method in interface com.sri.common.taglib.TreeNode
Retrieve all children (may be an empty array) if no children.
getNext(String) - Method in class com.sri.emo.wizard.branch.BranchNode
 
getNext() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
getNext() - Method in interface com.sri.emo.wizard.PageMetadata
Return link instance, NullLink if there is no finish link on this page.
getNode(ExpressoRequest, String) - Static method in class com.sri.emo.controller.NodeAction
 
getNode(ExpressoRequest) - Static method in class com.sri.emo.controller.NodeAction
 
getNode() - Method in class com.sri.emo.wizard.creation.model.SearchNode
 
getNodeAnnotation() - Method in class com.sri.emo.dbobj.Node
 
getNodeAnnotationRaw() - Method in class com.sri.emo.dbobj.Node
 
getNodeComment() - Method in class com.sri.emo.dbobj.Node
 
getNodeCommentRaw() - Method in class com.sri.emo.dbobj.Node
 
getNodeCompletionStatus() - Method in class com.sri.emo.dbobj.model_tree.DefaultModelNode
Returns a node completion status which represents whether the factory was able to build a non-recursive complete model for the given node in question or
getNodeCompletionStatus() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Returns a node completion status which represents whether the factory was able to build a non-recursive complete model for the given node in question or
getNodeCompletionStatus() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Returns a node completion status which represents whether the factory was able to build a non-recursive complete model for the given node in question or
getNodeCreated() - Method in class com.sri.emo.dbobj.Node
 
getNodeId() - Method in class com.sri.emo.annotations.NodeTag
 
getNodeId() - Method in class com.sri.emo.annotations.NodeTags
 
getNodeId() - Method in class com.sri.emo.dbobj.Node
 
getNodeId() - Method in class com.sri.emo.wizard.completion.RelationPageMetadata
 
getNodeId() - Method in class com.sri.emo.wizard.creation.CreationPageMetadata
 
getNodeModified() - Method in class com.sri.emo.dbobj.Node
 
getNodeOwner() - Method in class com.sri.emo.dbobj.Node
 
getNodeRelation() - Method in class com.sri.emo.dbobj.Part
Return code for node relation type.
getNodeRelationEntity() - Method in class com.sri.emo.dbobj.Part
 
getNodeRelationLabel(ExpressoRequest) - Method in class com.sri.emo.dbobj.Part
 
getNodeRelationObjectLabel() - Method in class com.sri.emo.dbobj.Part
 
getNodes() - Method in class com.sri.emo.wizard.branch.BranchList
 
getNodes() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
getNodesInStronglyRelatedTree(ExpressoRequest, HashMap) - Method in class com.sri.emo.dbobj.Node
Get ALL related nodes in tree beneath this node EXCEPT types indicated for omission recurses into tree; side-effect: adds attribute 'level' with node level w/i tree to each node.
getNodesInStronglyRelatedTree(Map) - Method in class com.sri.emo.dbobj.Node
Get ALL related nodes in tree beneath this node EXCEPT types indicated for omission recurses into tree; side-effect: adds attribute 'level' with node level w/i tree to each node.
getNodesInStronglyRelatedTree() - Method in class com.sri.emo.dbobj.selectiontree.TreeSelectionFactory
Get ALL related nodes in tree beneath this node EXCEPT types indicated for omission recurses into tree; side-effect: adds attribute 'level' with node level w/i tree to each node.
getNodesInStronglyRelatedTreeRecursive(Node, Map) - Static method in class com.sri.emo.dbobj.selectiontree.TreeSelectionFactory
Handles the recursive traversal through related nodes in a tree.
getNodesInTree() - Method in class com.sri.emo.dbobj.selectiontree.TagSelectionFactory
Get ALL related nodes in tree beneath tagged node(s).
getNodesInTree() - Method in class com.sri.emo.dbobj.selectiontree.TreeSelectionFactory
Get ALL related nodes in tree beneath this node.
getNodeTitle() - Method in class com.sri.emo.dbobj.Node
Get the node's title.
getNodeTitle() - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
getNodeTitleRaw() - Method in class com.sri.emo.dbobj.Node
 
getNodeTracker() - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
Retrieve the node tracker.
getNodeType() - Method in class com.sri.emo.dbobj.Node
 
getNodeType() - Method in class com.sri.emo.dbobj.PickList
 
getNodeType() - Method in class com.sri.emo.dbobj.WizStep
Return the node type associated with this step.
getNodeType() - Method in class com.sri.emo.wizard.completion.RelationPageMetadata
 
getNodeType() - Method in class com.sri.emo.wizard.creation.CreationPageMetadata
 
getNodeType() - Method in class com.sri.emo.wizard.creation.SearchListPage
 
getNodeTypesWithRefOnly_Map(ExpressoRequest) - Static method in class com.sri.emo.dbobj.Node
 
getNumAvailableRelations() - Method in class com.sri.emo.wizard.completion.RelationWizardPage
 
getNumAvailableRelations() - Method in class com.sri.emo.wizard.creation.RelationWizardPage
 
getNumEntries() - Method in class com.sri.emo.wizard.completion.MultiEntryWizardPage
 
getNumEntries() - Method in class com.sri.emo.wizard.creation.MultiEntryWizardPage
 
getNumNodes() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
getOnClick() - Method in class com.sri.common.taglib.InputTag
Getter method for javascript onClick method.
getOnKeyPress() - Method in class com.sri.common.taglib.InputTag
Getter method for javascript : onKeyPress.
getOrder() - Method in class com.sri.emo.dbobj.Attribute
 
getOrder() - Method in class com.sri.emo.dbobj.Relation
 
getOrder() - Method in class com.sri.emo.dbobj.WizStep
 
getOrderInt() - Method in class com.sri.emo.dbobj.Attribute
 
getOrderInt() - Method in class com.sri.emo.dbobj.Relation
 
getOrderNum() - Method in class com.sri.emo.dbobj.PickList
 
getOrderNumInt() - Method in class com.sri.emo.dbobj.PickList
 
getOrigOV(Node[], Map) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
getOVCat() - Method in class com.sri.emo.dbobj.MatrixCell
will throw if OV Category not found
getOVCatId() - Method in class com.sri.emo.dbobj.MatrixCell
 
getOwner() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
getOwner() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getOwner() - Method in class com.sri.emo.wizard.wizardgateway.AddWizardHandler
Retrieve the owning controller of this state handler.
getOwner() - Method in class com.sri.emo.wizard.wizardgateway.WizardGatewayHandler
Method that grabs the owning controller.
getPage() - Method in class com.sri.emo.wizard.branch.BranchNode
 
getPageById(Serializable) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Retrieve a page by a given id.
getPageById(Serializable) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Retrieve a page by a given id.
getPageById(Serializable) - Method in interface com.sri.emo.wizard.Wizard
Retrieve a page by a given id.
getPageDefinitions() - Method in class com.sri.emo.dbobj.WizDefinition
Retrieves all page definitions associated with this wizard definition.
getPageErrors() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
Retrieve an error collection (if any) that is associated with this page.
getPageErrors() - Method in interface com.sri.emo.wizard.WizardPage
Retrieve an error collection (if any) that is associated with this page.
getPageId() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
getPageNumber() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage.SelectionResults
 
getParent() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieve the parent to allow bi-direction navigation through the tree.
getParent() - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Retrieves the parent or returns NO_PARENT if we are already at the top of the node.
getParent() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Retrieves the parent or returns NO_PARENT if we are already at the top of the node.
getParent() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Throws UnsupportedOperationException - not implemented for obvious reasons.
getParentAttrib() - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
getParentEntity() - Method in class com.sri.emo.dbobj.Part
 
getParentNode() - Method in class com.sri.emo.dbobj.Attribute
 
getParentNodeId() - Method in class com.sri.emo.dbobj.Attribute
 
getParentNodeType() - Method in class com.sri.emo.dbobj.Attribute
 
getParentObjectType() - Method in class com.sri.emo.dbobj.PartDescriptor
 
getParentType() - Method in class com.sri.emo.dbobj.Part
 
getPart() - Method in class com.sri.emo.dbobj.Attribute
Retrieve the part why which this attribute belongs to.
getPart(String, String, String) - Static method in class com.sri.emo.dbobj.PartsFactory
 
getPart(int) - Static method in class com.sri.emo.dbobj.PartsFactory
convenience method to get part from ID; hits db, so not as effective as other methods which retrieve from hash table.
getPart(String) - Static method in class com.sri.emo.dbobj.PartsFactory
convenience method to get part from ID; hits db, so not as effective as other methods which retrieve from hash table.
getPart() - Method in class com.sri.emo.dbobj.WizStep
Get the part that is associated with this step.
getPart() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
getPart() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Retrieve the part.
getPart() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getPart() - Method in class com.sri.emo.wizard.creation.persistence.CreationDetails
Retrieve the part.
getPartDescription() - Method in class com.sri.emo.dbobj.Part
 
getPartDescriptionRaw() - Method in class com.sri.emo.dbobj.Part
 
getPartFromXMLName(String) - Static method in class com.sri.emo.dbobj.Part
 
getPartId() - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
getPartId() - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
getPartLabel() - Method in class com.sri.emo.dbobj.Part
 
getPartNodeRelation() - Method in class com.sri.emo.wizard.completion.RelationPageMetadata
 
getPartNodeRelation() - Method in class com.sri.emo.wizard.creation.CreationPageMetadata
 
getPartNum() - Method in class com.sri.emo.dbobj.Part
 
getPartNumInt() - Method in class com.sri.emo.dbobj.Part
 
getParts() - Method in interface com.sri.emo.dbobj.AbstractParts
order of parts is important--will be used as layout order, and the number of each attribute in this list will be used to encode/decode the field name as a fixed string + num.
getParts() - Method in class com.sri.emo.dbobj.Node
Get all parts within this node.
getParts() - Method in class com.sri.emo.dbobj.NodeType
queries db for all parts; not efficient for repeated use.
getParts(String) - Static method in class com.sri.emo.dbobj.PartsFactory
 
getParts() - Method in class com.sri.emo.dbobj.RelationType
Get parts of ANY object with this relation type from database, NOT from cache.
getPartsBeanFromPart(Part) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Retrieve a specific parts bean given the specified part.
getPartsBeanFromPart(Part) - Method in class com.sri.emo.wizard.creation.model.CreationBean
Retrieve a specific parts bean given the specified part.
getPartsValidValues() - Method in class com.sri.emo.dbobj.WizStep
Retrieve a list of a valid value objects for use in the list of attributes.
getPartsWithPicklists() - Static method in class com.sri.emo.dbobj.PartsFactory
 
getPartType() - Method in class com.sri.emo.dbobj.Part
 
getPartUniqueId() - Method in class com.sri.emo.dbobj.Part
 
getPassword(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
Retrieves a password from the request and error-checks it.
getPermissionManagerTransition(RowSecuredDBObject) - Method in class com.sri.emo.wizard.wizardgateway.ListWizards
Retrieve the permission transition for the row secured dbobject.
getPermsTrans(RowSecuredDBObject) - Method in class com.sri.common.controller.AbstractDBController
Retrieve the permission transition for the row secured dbobject.
getPertinentDecisionSteps() - Method in class com.sri.emo.dbobj.WizDefinition
Retrieve a list of pertinent decision steps for the current wizard.
getPick(String) - Static method in class com.sri.emo.dbobj.PickList
 
getPickAttribType() - Method in class com.sri.emo.dbobj.PickList
 
getPickFast(String, String) - Static method in class com.sri.emo.dbobj.PickList
speedy version that skips permission check (for xml)
getPicklist(ExpressoRequest) - Method in class com.sri.emo.dbobj.Part
 
getPickList(String, int) - Method in class com.sri.emo.dbobj.Part
 
getPickList() - Method in class com.sri.emo.dbobj.Part
 
getPicklist(int) - Method in class com.sri.emo.dbobj.PartDescriptor
 
getPicklistArray(ExpressoRequest) - Method in class com.sri.emo.dbobj.Part
 
getPicklistArray(int) - Method in class com.sri.emo.dbobj.PartDescriptor
 
getPicklistArrayAssumeSecure() - Method in class com.sri.emo.dbobj.Part
 
getPicklistID(String, String, String, String) - Static method in class com.sri.emo.dbobj.PickList
determine ID for particular items
getPicklistMenu(String) - Method in class com.sri.emo.dbobj.WizStep
Retrieve a list of valid value items for the picklist menu that may be associated with the wizsteps.
getPickListValidValues() - Method in class com.sri.emo.dbobj.Part
 
getPicklistXMLName() - Method in class com.sri.emo.dbobj.Part
 
getPlural(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
getPrettyXML(Element) - Static method in class com.sri.common.controller.AbstractDBController
Get nicely formatted XML.
getPrevious() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
getPrevious() - Method in interface com.sri.emo.wizard.PageMetadata
Return link instance, NullLink if there is no finish link on this page.
getPrintableData() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
 
getPrintableData() - Method in interface com.sri.emo.wizard.WizardPage
Retrieve the data in a printable fashion.
getRawRelated(String, String) - Method in class com.sri.emo.dbobj.Node
 
getRawRelated() - Method in class com.sri.emo.dbobj.Node
return all nodes related to this node as source
getRawRelatedAssumeSecure(String, String, String) - Method in class com.sri.emo.dbobj.Node
Get related nodes, without ID test (for speed).
getRawRelatedUsingDataObjects() - Method in class com.sri.emo.dbobj.Node
Grabs a list of joined data objects based on the matrix join.
getRecentEditor() - Method in class com.sri.emo.dbobj.Node
 
getRecursiveNode() - Method in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Retrieves the recursive node that is located elsewhere inside the model tree.
getRelatedNodes(String, String) - Method in class com.sri.emo.dbobj.Node
 
getRelatedNodesHash(String, String, List) - Method in class com.sri.emo.dbobj.Node
Find all properly-typed nodes related to this source node, with relation of given type.
getRelatedNodesMenu() - Method in class com.sri.emo.wizard.completion.RelationWizardPage
Retrieve the menu.
getRelatedNodesMenu() - Method in class com.sri.emo.wizard.creation.RelationWizardPage
Retrieve the menu.
getRelationPageMetadata() - Method in class com.sri.emo.wizard.completion.RelationWizardPage
Type safe page getter.
getRelationPageMetadata() - Method in class com.sri.emo.wizard.creation.RelationWizardPage
Type safe page getter.
getRelations() - Method in class com.sri.emo.dbobj.Part
 
getRelations() - Method in class com.sri.emo.dbobj.RelationType
get all Relations of this type, across entire universe of object types
getRelationTypeName() - Method in class com.sri.emo.dbobj.Relation
 
getRelTypeDescrip() - Method in class com.sri.emo.dbobj.RelationType
 
getRelTypeDisplayName(String) - Static method in class com.sri.emo.dbobj.RelationType
 
getRelTypeDisplayName() - Method in class com.sri.emo.dbobj.RelationType
 
getRelTypeName() - Method in class com.sri.emo.dbobj.RelationType
 
getRepAttribute(List, Node, String) - Static method in class com.sri.emo.controller.NodeAction
 
getRepAttribute(Attribute[], Node, String) - Method in class com.sri.emo.controller.NodeAction
 
getRepository() - Method in class com.sri.emo.wizard.wizardgateway.WizardGatewayHandler
Method that grabs the repository we are to use for accessing wizard definition objects.
getRoot() - Method in class com.sri.emo.dbobj.model_tree.DefaultModel
Retrieves the root of the tree hierarchy to allow for manual manipulation if needed.
getRoot() - Method in interface com.sri.emo.dbobj.model_tree.Model
Retrieves the root of the tree hierarchy to allow for manual manipulation if needed.
getRowComparator(Node) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
ASSUMES that rows are nodes.
getRowID(Object) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
getRowId() - Method in class com.sri.emo.dbobj.MatrixCell
 
getRowIndex(Iterator, int) - Method in class com.sri.common.util.ObjectCombinator
Retrieves where we are in the current iteration for a particular column.
getRowObjects(Node) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
getRunningController() - Method in class com.sri.emo.dbobj.WizDefinition
Retrieve the controller to 'run' the wizard.
getSearchBean() - Method in class com.sri.emo.wizard.creation.SearchListPage
 
getSearchListPage(Serializable) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
 
getSearchPage() - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
getSearchResult(Serializable) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
 
getSearchText() - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
getSearchText() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
getSearchText() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
getSearchText() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
getSelectedNode() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
Runs the previous step history through the Decision Matrix to
getSelectedNode() - Method in class com.sri.emo.wizard.selection.NameNodePage
 
getSelectedNodes() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
getSelectedRelations() - Method in class com.sri.emo.wizard.completion.RelationWizardPage
 
getSelectedRelations() - Method in class com.sri.emo.wizard.creation.RelationWizardPage
 
getSelectedStyle() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieve the CSS style for the node when it is selected.
getSelectedStyle() - Method in interface com.sri.common.taglib.TreeNode
Retrieve the CSS style for the node when it is selected.
getSelectionResults() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
Retrive all selection results up to this given page.
getSessionKey(String, Serializable) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Retrieve where a particular wizard is stored in the session.
getSettingPrototype() - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
getSettingPrototype() - Method in class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
 
getSettingPrototype() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
getSettingTarget() - Method in interface com.sri.emo.dbobj.ISetting
 
getSettingTarget() - Method in class com.sri.emo.dbobj.Setting
will throw if not found
getSettingTargetId() - Method in interface com.sri.emo.dbobj.ISetting
 
getSettingTargetId() - Method in class com.sri.emo.dbobj.Setting
 
getShallowContainedNodes(String, ExpressoRequest) - Method in class com.sri.emo.dbobj.Node
Find nodes contained just beneath this one.
getSharedNodeBlock(Node, ExpressoRequest, Part, boolean, List) - Method in class com.sri.emo.controller.AddNodeAction
Utility to create an output block for a given shared node part.
getSharedNodeBlock(String, String, ExpressoRequest, Part, String, boolean) - Method in class com.sri.emo.controller.NodeAction
Utility to create an output block for a given shared node part.
getShowlabel() - Method in class com.sri.common.taglib.InputTag
Getter Method for showlabel.
getSingleDependentNode() - Method in exception com.sri.emo.commandline.defaults.DependentNodesNotTaggedException
 
getSize() - Method in class com.sri.common.taglib.InputTag
Getter method for size.
getSMV(ControllerRequest) - Method in class com.sri.emo.dbobj.MatrixCell
will throw if SMV not found
getSMV() - Method in class com.sri.emo.dbobj.MatrixCell
will throw if SMV not found
getSMV_fromXML(String, Map, Element, ControllerRequest) - Static method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
getSMVId() - Method in class com.sri.emo.dbobj.MatrixCell
 
getSourcePageId() - Method in class com.sri.emo.wizard.creation.SearchListPage
 
getSpecialHandlerName() - Method in class com.sri.emo.dbobj.NodeType
 
getSpecialHandlerName() - Method in class com.sri.emo.dbobj.Part
 
getSQL(DBObject) - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
generate list of INSERT statements for given object (and any security objects associated with the target object), IFF that object hasn't already been visited.
getSQL(DBObject) - Method in interface com.sri.emo.commandline.TreeExporter
Retrieves the sql insert strings for the
getSrcId() - Method in class com.sri.emo.dbobj.Relation
 
getSrcNode() - Method in class com.sri.emo.dbobj.Relation
 
getSrcRelations() - Method in class com.sri.emo.dbobj.Node
Fet relations for which my ID is marked as source.
getStateNameForKey(String) - Method in class com.sri.emo.wizard.wizardgateway.AddWizardHandler
Grab the state name based on the key.
getStep() - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Retreieves the step based on the id given to us.
getStep() - Method in class com.sri.emo.wizard.selection.management.StepDefinition
Retrieve the current step.
getStepAttribute(String) - Method in class com.sri.emo.dbobj.WizStep
Retrieve a a value for a step attribute.
getStepAttributeList() - Method in class com.sri.emo.dbobj.WizStep
Retrieve a list of attributes associated with this step.
getStepAttributes() - Method in class com.sri.emo.dbobj.WizStep
Retrieve a map of all attributes associated with this step.
getStepFromParameters(ExpressoRequest, ErrorCollection) - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Function that delegates to the StepParameterParser class.
getStepHistory() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Retrieve all Pages in the order that the person has stepped through them.
getStepHistory() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Retrieve all Pages in the order that the person has stepped through them.
getStepHistory() - Method in interface com.sri.emo.wizard.Wizard
Retrieve all Pages in the order that the person has stepped through them.
getStepId() - Method in class com.sri.emo.dbobj.WizDecisionEntities
 
getStepName() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage.SelectionResults
 
getStepName() - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Retrieve the step name
getStepTitle() - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Retrieve the title of the current step.
getStepType() - Method in class com.sri.emo.dbobj.WizStep
Retrieves the type of step.
getStepValue() - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage.SelectionResults
 
getStrength() - Method in class com.sri.emo.dbobj.RelationType
 
getStronglyRelatedNodes() - Method in class com.sri.emo.dbobj.Node
get all nodes that have this node as 'src' for some strong relation
getSummary() - Method in class com.sri.emo.dbobj.WizDefinition
 
getSummary() - Method in class com.sri.emo.wizard.AbstractWizard
 
getSummary() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Get the wizard directive.
getSummary() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Get the wizard directive.
getSummary() - Method in interface com.sri.emo.wizard.Wizard
Retrieve the text summary of the wizard.
getSummaryNonRaw() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
getSummaryRaw() - Method in class com.sri.emo.dbobj.WizDefinition
 
getTaggedNodes() - Method in class com.sri.emo.annotations.NodeTag
 
getTaggedNodes() - Method in class com.sri.emo.dbobj.selectiontree.TagSelectionFactory
Get nodes in with given tag.
getTagId() - Method in class com.sri.emo.annotations.NodeTag
 
getTagId() - Method in class com.sri.emo.annotations.NodeTags
 
getTags() - Method in class com.sri.emo.dbobj.Node
 
getTags() - Method in class com.sri.emo.dbobj.selectiontree.TagSelectionFactory
Retrieve the tags we're looking to handle.
getTagValue() - Method in class com.sri.emo.annotations.NodeTag
 
getTagValue() - Method in class com.sri.emo.annotations.NodeTags
 
getTargetId() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Retrieve the target node id.
getTargetId() - Method in class com.sri.emo.wizard.creation.model.CreationBean
Retrieve the target node id.
getTargetNode() - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
 
getTargetNode() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Retrieve the associated target node.
getTargetNodeId() - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
 
getTargetNodeId() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Retrieve the target node id.
getTargetNodeId() - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Retrieve the target node id.
getTemplateId() - Method in interface com.sri.emo.dbobj.ISetting
 
getTemplateId() - Method in class com.sri.emo.dbobj.Setting
 
getTextArea(String, String, int, int) - Static method in class com.sri.common.controller.AbstractDBController
Get a text area with the given name and default value.
getTextArea(String, String) - Static method in class com.sri.common.controller.AbstractDBController
Get a text area with 4 rows and 40 columns.
getTextStyleValidValues() - Method in class com.sri.emo.dbobj.WizStep
 
getTitle() - Method in class com.sri.common.controller.LoginAction
Returns the title of this controller.
getTitle() - Method in class com.sri.emo.annotations.NodeTagController
 
getTitle() - Method in class com.sri.emo.controller.AddNodeAction
Returns the title of this controller.
getTitle() - Method in class com.sri.emo.controller.EmoAction
Return the title of this Controller
getTitle() - Method in class com.sri.emo.controller.ImportExportModel
Override of Controller.getTitle() to provide a meaningful name to this controller.
getTitle() - Method in class com.sri.emo.controller.NodeAction
Returns the title of this controller
getTitle() - Method in class com.sri.emo.controller.PartAction
Returns the title of this controller
getTitle() - Method in class com.sri.emo.controller.PermissionController
Returns the title of this controller
getTitle() - Method in class com.sri.emo.controller.PicklistAction
Returns the title of this controller
getTitle() - Method in class com.sri.emo.controller.SelectionWizardManager
Override of Controller.getTitle() to provide a meaningful name to this controller.
getTitle() - Method in class com.sri.emo.dbobj.WizStep
 
getTitle() - Method in class com.sri.emo.wizard.AbstractWizard
 
getTitle() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
getTitle() - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Return the title of this Controller.
getTitle() - Method in interface com.sri.emo.wizard.PageMetadata
Return the page title.
getTitle() - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Override of Controller.getTitle() to provide a meaningful name to this controller.
getTitle() - Method in interface com.sri.emo.wizard.Wizard
Retrieve the title of the wizard.
getTotalPages() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Retrieve the total number of pages in this sequential wizard.
getTransition() - Method in class com.sri.emo.wizard.expressoimpl.ExpressoLink
Returns the transition for the link.
getTransitionKey() - Method in class com.sri.emo.wizard.branch.BranchNode
 
getTree() - Method in class com.sri.emo.controller.TreeViewVisitor
Retrieve the tree that is suitable for viewing.that has been built.
getType() - Method in class com.sri.common.taglib.InputTag
Getter method for Type.
getType() - Method in class com.sri.emo.dbobj.Relation
 
getType() - Method in class com.sri.emo.dbobj.WizStep
 
getUnselectedStyle() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieve the CSS style for the node when it is unselected.
getUnselectedStyle() - Method in interface com.sri.common.taglib.TreeNode
Retrieve the CSS style for the node when it is unselected.
getUrl() - Method in class com.sri.emo.auth.SSLClient
Retrieves the URL to connect.
getValidValues(String) - Method in class com.sri.emo.dbobj.RelationType
Popup list for inverse relations.
getValidValues(String) - Method in class com.sri.emo.dbobj.StepAttributes
Retrieves the attributes allowable.
getValidValues(String) - Method in class com.sri.emo.dbobj.WizStep
Override to provide 'custom type' for value list.
getValidValues(String) - Method in class com.sri.emo.wizard.completion.persistence.CompletionDetails
New method to replace getValues with a structure of valid values and descriptions.
getValidValues(String) - Method in class com.sri.emo.wizard.creation.persistence.CreationDetails
New method to replace getValues with a structure of valid values and descriptions.
getValue() - Method in class com.sri.common.taglib.InputTag
Getter Method for Value.
getValue() - Method in class com.sri.common.taglib.TreeMenuTag
Retrieve the bean value.
getValue() - Method in class com.sri.emo.dbobj.MatrixCell
 
getValue() - Method in class com.sri.emo.dbobj.Setting
 
getValues() - Method in class com.sri.common.util.PermGroup
Gets the valid values, specifically it returns a map of GroupNames to GroupDescriptions
getValues() - Method in class com.sri.emo.dbobj.NodeType
Override of getValues to provide specific name to display formatting.
getVersion() - Method in class com.sri.emo.dbobj.Node
 
getVersion() - Method in class com.sri.emo.dbobj.NodeType
 
getVersion() - Method in class com.sri.emo.EmoSchema
Method to return the current version number of an application Schema.
getViewComment(Map) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
getViewComment(Map) - Method in class com.sri.emo.dbobj.Attribute
Retrieve the view comment as an output.
getViewComment(Map) - Method in interface com.sri.emo.dbobj.IPartHandler
Retrieve the view comment as an output.
getViewId() - Method in class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
Overrides the view id to return the custom handler entry.
getViewId() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
Overrides the view id to return the custom handler entry.
getViewId() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Retrieve the view id.
getViewId() - Method in interface com.sri.emo.wizard.PageMetadata
Retrieve a view id that corresponds to Struts/JSF/whatever special view.
getViewTrans() - Method in class com.sri.common.util.PermGroup
Provide a transition for viewing this object, suitable for creating an HTTP link.
getViewTrans(String) - Static method in class com.sri.emo.controller.AddNodeAction
 
getViewTrans() - Method in class com.sri.emo.dbobj.Attribute
Provide a transition for viewing this object, suitable for creating an HTTP link.
getViewTrans(Map) - Method in class com.sri.emo.dbobj.Attribute
Provide a transition for viewing this object, suitable for creating an HTTP link.
getViewTrans() - Method in interface com.sri.emo.dbobj.IViewable
Provide a transition for viewing this object, suitable for creating an HTTP link.
getViewTrans() - Method in class com.sri.emo.dbobj.Node
provide a transition for viewing this object, suitable for creating an HTTP link
getViewTrans() - Method in class com.sri.emo.dbobj.NodeType
provide a transition for viewing this object, suitable for creating an HTTP link
getViewTrans() - Method in class com.sri.emo.dbobj.Part
provide a transition for viewing this object, suitable for creating an HTTP link
getViewTrans() - Method in class com.sri.emo.dbobj.PickList
provide a transition for viewing this object, suitable for creating an HTTP link
getViewTrans() - Method in class com.sri.emo.dbobj.Relation
This version assumes that we're looking at the node that is the source node since we don't have enough information to choose otherwise.
getViewTrans() - Method in class com.sri.emo.dbobj.RelationType
provide a transition for viewing this object, suitable for creating an HTTP link
getViewTrans() - Method in class com.sri.emo.dbobj.WizDefinition
Provide a transition for viewing this object, suitable for creating an HTTP link.
getViewTrans() - Method in class com.sri.emo.dbobj.WizStep
Provide a transition for viewing this object, suitable for creating an HTTP link.
getViewTransition(Map) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
getViewTransition(Map) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
getViewTransition(Map) - Method in interface com.sri.emo.dbobj.IPartHandler
Get the View Transition.
getVisitable() - Method in class com.sri.emo.dbobj.model_tree.DefaultModelNode
Retrieve the viewable interface of what we are dealing with.
getVisitable() - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Retrieve the viewable interface of what we are dealing with.
getVisitable() - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Throws UnsupportedOperationException - not implemented for obvious reasons.
getWarningList(ExpressoRequest) - Method in class com.sri.common.controller.AbstractDBController
Get list from request scope.
getWizardClass() - Method in class com.sri.emo.dbobj.WizDefinition
 
getWizardClass() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Retrieve the wizard class.
getWizardClass() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Retrieve the wizard class.
getWizardCompletionParts() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Retrieve the set of all completion parts that have the field completion value set to 'wizard'.
getWizardCompletionParts() - Method in class com.sri.emo.wizard.creation.model.CreationBean
Retrieve the set of all completion parts that have the field completion value set to 'wizard'.
getWizardController() - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Retrieve the controller for the wizard.
getWizardDefinition() - Method in class com.sri.emo.dbobj.WizStep
Allows up navigation to the owner hierarchy.
getWizardDefinition() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Retrieve the wizard definition.
getWizardDefinition() - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Retrieve the wizard definition.
getWizardId() - Method in class com.sri.emo.dbobj.WizDecisionSet
Retrieve the wizard id for this decision set.
getWizardId() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
 
getWizardId() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
getWizardId() - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
getWizardId
getWizardPage(EmoWizardMetadata) - Method in class com.sri.emo.dbobj.WizStep
Builds a wizard page given an instance of the metadata.
getWizardRepository() - Method in class com.sri.emo.commandline.defaults.WizardExporter
Factory method to create the selection wizard repository.
getWizardRepository(String) - Method in class com.sri.emo.EmoSchema
Return an instance of the WizardRepository to retrieve what you need.
getWizardTitle() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Get the wizard title.
getWizardTitle() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Get the wizard title.
getWizardTitle() - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Retrieves the wizard title.
getWizardTypeList() - Method in class com.sri.emo.wizard.wizardgateway.AddWizardHandler
Grab a common list among types of handlers.
getWizDef(ExpressoRequest) - Method in class com.sri.emo.wizard.wizardgateway.WizardGatewayHandler
Retrieve the wizard definition based upon the parameters in the controller request.
getWizDefinition() - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Retrieve the WizDefinition associated with the defined id in the constructor.
getWizId() - Method in class com.sri.emo.dbobj.WizStep
 
getWizName() - Method in class com.sri.emo.dbobj.WizDefinition
Get the Wizard name.
getXML(ExpressoRequest, boolean) - Method in class com.sri.emo.dbobj.Attribute
 
getXML(ExpressoRequest, ArrayList) - Method in class com.sri.emo.dbobj.Node
Format XML for this node.
getXmlData(ExpressoRequest, ErrorCollection) - Method in class com.sri.emo.controller.ImportExportModel
Parse the XML data from either the data parameter or the file parameter.
GROUP_DESCRIP_MAX_LEN - Static variable in class com.sri.common.util.PermGroup
 
GROUP_DESCRIPTION - Static variable in class com.sri.common.util.PermGroup
 
GROUP_NAME_FIELD - Static variable in class com.sri.common.util.PermGroup
 
GROUP_NAME_MAX_LEN - Static variable in class com.sri.common.util.PermGroup
 
GROUP_OF_OWNER - Static variable in class com.sri.emo.dbobj.Node
virtual field; convenience for sorting
GROUP_SORT - Static variable in class com.sri.emo.controller.NodeAction
 
GROUP_SORT_DESC - Static variable in class com.sri.emo.controller.NodeAction
 

H

handleNoEntryErrorInPage(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Method that handles no-data entry if pages that should have occurred.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in interface com.sri.common.controller.StateHandler
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.TestStateHandler
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.annotations.DoAddTag
Adds the tags defined.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.annotations.DoDelete
 
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.annotations.PromptAddTag
Displays the add input box and add/cancel transitions.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.annotations.PromptDeleteTag
 
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.nodefilter.DoFilterNodes
The public parent.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.ViewNodeAsTree
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.DoCancel
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.DoChooseCriteria
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.DoChooseNodeStep
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.DoChooseParts
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.PromptChooseCriteria
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.PromptChooseNode
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.PromptChooseParts
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.PromptEditWizard
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.DoCancel
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.DoChooseCriteria
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.DoChooseNodeStep
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.DoChooseParts
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.PromptChooseCriteria
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.PromptChooseNode
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.PromptChooseParts
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.PromptEditWizard
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptInstructions
Prompts for any instructions.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptModelField
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptNodeAttribute
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptNodeInstance
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptPicklist
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptSelectModel
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptStepType
Displays the 'prompt step type' state.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.PromptTextEntry
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.StepDefinition
Base class parses some parameters and loads the step definition based on that.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.wizardgateway.DoAddWizard
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.wizardgateway.DoDeleteWizard
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.wizardgateway.EditWizard
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.wizardgateway.ListWizards
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.wizardgateway.PromptAddWizard
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.wizardgateway.PromptDeleteWizard
Called to handle the request.
handleRequest(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.wizardgateway.RunWizard
Called to handle the request.
handleRequestCalled - Variable in class com.sri.common.controller.TestStateHandler
 
handleSessionTimeout(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.CompletionBeanManager
 
handleSessionTimeout(ExpressoRequest, ExpressoResponse) - Method in interface com.sri.emo.wizard.completion.management.ICompletionBeanManager
Checks if session has timed out and redirects to 'list wizards' state if it has.
handleSessionTimeout(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.CreationBeanManager
 
handleSessionTimeout(ExpressoRequest, ExpressoResponse) - Method in interface com.sri.emo.wizard.creation.management.ICreationBeanManager
Checks if session has timed out and redirects to 'list wizards' state if it has.
hasCreationBeanByPartId(String) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
hasCustomHandler() - Method in class com.sri.emo.dbobj.Attribute
 
hasCustomHandler() - Method in class com.sri.emo.dbobj.NodeType
 
hasCustomHandler() - Method in class com.sri.emo.dbobj.PartDescriptor
 
hashCode() - Method in class com.sri.emo.dbobj.model_tree.ModelFillStatus
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
hashCode() - Method in class com.sri.emo.dbobj.WizDecisionEntities.DecisionComparator
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.dbobj.WizDecisionSet
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.AbstractWizard
Returns hashcode of the title.
hashCode() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.completion.model.FieldCompletion
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.creation.model.CreationBean
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
hashCode() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.creation.model.FieldCompletion
Returns a hash code value for the object.
hashCode() - Method in class com.sri.emo.wizard.defaults.DefaultWizardRepository
 
hashCode() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Override of Hashcode().
hashCode() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
Override of hashcode.
hashCode() - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Since all log4j wizard monitors are equal, hash the class.
hashCode() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Returns a hash code value for the object.
hasInverseRelation(String) - Method in class com.sri.emo.dbobj.RelationType
 
hasNext() - Method in class com.sri.emo.dbobj.model_tree.ModelDepthFirstIterator
Returns true if the iteration has more elements.
hasNoDataEntryAndShould(Object, WizardPage) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Function that allows for consistent checking for whether data was entered.
hasPartsBeanFromPart(Part) - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
hasPicklist() - Method in class com.sri.emo.dbobj.Attribute
 
hasPicklist() - Method in class com.sri.emo.dbobj.Part
 
hasPicklist() - Method in class com.sri.emo.dbobj.PartDescriptor
 
hasTransition(String) - Method in class com.sri.emo.wizard.branch.BranchNode
 

I

ICompletionBeanManager - Interface in com.sri.emo.wizard.completion.management
Interface that adapts the CompletionBean to the Webapp Session.
ICreationBeanManager - Interface in com.sri.emo.wizard.creation.management
Interface that adapts the CompletionBean to the Webapp Session.
ID - Static variable in class com.sri.emo.annotations.NodeTags
 
ID_DELIMITER - Static variable in class com.sri.emo.dbobj.Node
Used to separate machine name from internal ID, for creating universally unique IDs ("global" ids).
IDENT_TAG_NAME - Static variable in class com.sri.emo.dbobj.Node
 
IFooterStateHandler - Interface in com.sri.common.controller
Provide contract method for adding common footer to all pages.
IGNORE_RELATIONS - Static variable in class com.sri.emo.dbobj.Node
 
IHeaderStateHandler - Interface in com.sri.common.controller
Provides contract method for adding common header to all pages.
Import - Class in com.sri.emo.commandline
Allows import of a file of sql statements to be dropped into a database.
Import() - Constructor for class com.sri.emo.commandline.Import
 
ImportExportModel - Class in com.sri.emo.controller
Allows import and export of Entities and their related nodes.
ImportExportModel() - Constructor for class com.sri.emo.controller.ImportExportModel
Creates an instance of ImportExportModel.
INC_ATTRIB_ORDER - Static variable in class com.sri.emo.controller.AddNodeAction
 
INC_REL_ORDER - Static variable in class com.sri.emo.controller.AddNodeAction
 
includeInMainStep(BranchNode) - Method in class com.sri.emo.wizard.branch.BranchingWizard
 
includeInMainStep(BranchNode) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
 
IncompleteDecisionMatrixException - Exception in com.sri.emo.commandline.defaults
 
IncompleteDecisionMatrixException(WizDefinition) - Constructor for exception com.sri.emo.commandline.defaults.IncompleteDecisionMatrixException
 
IncompleteDetailsException - Exception in com.sri.emo.wizard.completion.persistence
Exception that is thrown when some completion details are missing.
IncompleteDetailsException(String, CompletionDetails) - Constructor for exception com.sri.emo.wizard.completion.persistence.IncompleteDetailsException
 
IncompleteDetailsException(String, Throwable, CompletionDetails) - Constructor for exception com.sri.emo.wizard.completion.persistence.IncompleteDetailsException
 
IncompleteDetailsException(Throwable, CompletionDetails) - Constructor for exception com.sri.emo.wizard.completion.persistence.IncompleteDetailsException
 
IncompleteDetailsException - Exception in com.sri.emo.wizard.creation.persistence
Exception that is thrown when some completion details are missing.
IncompleteDetailsException(String, CreationDetails) - Constructor for exception com.sri.emo.wizard.creation.persistence.IncompleteDetailsException
 
IncompleteDetailsException(String, Throwable, CreationDetails) - Constructor for exception com.sri.emo.wizard.creation.persistence.IncompleteDetailsException
 
IncompleteDetailsException(Throwable, CreationDetails) - Constructor for exception com.sri.emo.wizard.creation.persistence.IncompleteDetailsException
 
incrementCurrentCreationBean() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
incrementVersion() - Method in class com.sri.emo.dbobj.NodeType
 
INDENT - Static variable in class com.sri.emo.dbobj.Node
optional attribute which will hold indentation level for tree access
IndentComparator - Class in com.sri.emo.dbobj
Compare nodes by indent attribute, and failing that, by title.
IndentComparator() - Constructor for class com.sri.emo.dbobj.IndentComparator
 
INDEX - Static variable in class com.sri.emo.controller.NodeAction
 
indexOf(String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
Finds the first index of any character (represented by searchCharacter) within the string.
init(FilterConfig) - Method in class com.sri.emo.auth.SSLCertFilter
Currently does nothing.
init(Node) - Method in interface com.sri.emo.dbobj.INodeHandler
Add special initialization for this type of object; called after a Node object of this type is added.
INITIALIZATION_PAGE_ID - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
Constant for the initialization page id
INITIALIZATION_PAGE_ID - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizardOld
Constant for the initialization page id
InitializationPageMetadata - Class in com.sri.emo.wizard.creation
 
InitializationPageMetadata() - Constructor for class com.sri.emo.wizard.creation.InitializationPageMetadata
 
initializeApplicationContainer() - Method in class com.sri.common.ComponentSchema
Initialize the application container.
initializeApplicationContainer() - Method in interface com.sri.common.ComponentSPI
Initialize the application container.
initializeApplicationContainer() - Method in class com.sri.emo.EmoSchema
Initialize the application container.
initializeControllerContainer(MutablePicoContainer) - Method in class com.sri.common.controller.AbstractComponentController
Template method that allows sub-controllers to register any particular objects they wish.
initializeFromNodeId(ErrorCollection) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Initialize from the node id.
initializeFromNodeId(ErrorCollection) - Method in class com.sri.emo.wizard.creation.model.CreationBean
Initialize from the node id.
InMemoryNodeTracker - Class in com.sri.emo.commandline.defaults
Stores all ids into an internal TreeMap.
InMemoryNodeTracker() - Constructor for class com.sri.emo.commandline.defaults.InMemoryNodeTracker
 
INodeHandler - Interface in com.sri.emo.dbobj
Special handling for nodes.
InputTag - Class in com.sri.common.taglib
An adaptation of Expresso's version of InputTag to customize and add functionality as well as fix errors.
InputTag() - Constructor for class com.sri.common.taglib.InputTag
Default Constructor.
INSTANCE_PICKLIST - Static variable in class com.sri.emo.dbobj.WizStep
Constant for steps that have a per-instance picklist.
INSTANCE_PICKLIST - Static variable in class com.sri.emo.wizard.selection.management.PromptStepType
Constant for steps that have a per-instance picklist.
INSTRUCTIONS_ONLY - Static variable in class com.sri.emo.dbobj.WizStep
Constant for steps that have custom instructions only.
INSTRUCTIONS_ONLY - Static variable in class com.sri.emo.wizard.selection.management.PromptStepType
Constant for steps that have custom instructions only.
InternalPageMetadata - Interface in com.sri.emo.wizard.defaults
Title: EMO
intersect(ModelFillStatus) - Method in class com.sri.emo.dbobj.model_tree.ModelFillStatus
Since ModelStatus represents a completion.
INVALID_MARKER - Static variable in class com.sri.emo.wizard.completion.CustomPartHandlerPage
 
INVALID_MARKER - Static variable in class com.sri.emo.wizard.creation.CustomPartHandlerPage
 
IPartHandler - Interface in com.sri.emo.dbobj
Interface for custom handling of parts, when display and storage of a part is out of the ordinary.
IS_CHANGE_TITLE - Static variable in class com.sri.emo.controller.AddNodeAction
 
IS_LAST_EDITOR_RADIO - Static variable in class com.sri.emo.controller.nodefilter.NodeFilter
 
IS_NODE_OBJECT - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
IS_OWNED - Static variable in class com.sri.emo.controller.PartAction
 
IS_OWNED - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
IS_PARENT_OF - Static variable in class com.sri.emo.dbobj.selectiontree.TagSelectionFactory
 
IS_PARENT_OF - Static variable in class com.sri.emo.dbobj.selectiontree.TreeSelectionFactory
 
IS_TAG_RADIO - Static variable in class com.sri.emo.controller.nodefilter.NodeFilter
 
isAdmin - Variable in class com.sri.emo.controller.Privs
 
isAllowed(String) - Method in class com.sri.emo.dbobj.Attribute
OVERRIDE to use parent node permissions
isAllowed(String) - Method in class com.sri.emo.dbobj.Part
See if the current user of this DB object is allowed to perform the requested function, given the function's code.
isAllowed(String) - Method in class com.sri.emo.dbobj.PickList
OVERRIDE to use node type permissions
isAllowed(String) - Method in class com.sri.emo.dbobj.Setting
OVERRIDE to use parent node permissions
isAttribute() - Method in class com.sri.emo.dbobj.PartDescriptor
 
isAttribute() - Method in class com.sri.emo.dbobj.WizStep
Returns true if we're using a multi-valued node attribute for this step.
isBrowse() - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
isBrowse() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
isBrowse() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
isBrowse() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isCreate() - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
isCreate() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
isCreate() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
isCreate() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isDynamicTarget() - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
Returns true if the dynamic target has been specified.
isDynamicTarget() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
 
isDynamicTarget() - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
Returns true if the dynamic target has been specified.
isDynamicTarget() - Method in class com.sri.emo.wizard.creation.EmoCreationWizardOld
Returns true if the dynamic target has been specified.
isDynamicTarget() - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
isEditing() - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Returns true if we're in editing mode for a particular page.
isEmbeddedMode(ExpressoRequest) - Static method in class com.sri.common.controller.AbstractDBController
Checks the controller request for the 'embedded mode' parameter.
isEntry() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
isEntryRequired() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Retrurn false if the user can skip a step without entering anything.
isEntryRequired() - Method in interface com.sri.emo.wizard.PageMetadata
Retrurn false if the user can skip a step without entering anything.
ISetting - Interface in com.sri.emo.dbobj
 
isFilled() - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
isFiltered() - Method in class com.sri.emo.controller.nodefilter.NodeFilter
 
isFilteringWords() - Method in class com.sri.emo.controller.nodefilter.NodeFilter
 
isFreeTextAllowed() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
isFreeTextAllowed() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isFreeTextEntry() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
isFreeTextEntry() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isHasEntry() - Method in class com.sri.emo.wizard.completion.MinMaxPageMetadata
Set to true if the page has text entry.
isHasEntry() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
Set to true if the page has text entry.
isHasEntry() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Set to true if there is some sort of entry to occur on a page.
isHasEntry() - Method in interface com.sri.emo.wizard.PageMetadata
Set to true if the page has text entry.
isHaveCustomHandler() - Method in class com.sri.emo.dbobj.Part
 
isInitialized() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Checks to make sure the bean is initialize.d
isInitialized() - Method in class com.sri.emo.wizard.creation.model.CreationBean
Checks to make sure the bean is initialize.d
isMinMaxAllowed() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
isMinMaxAllowed() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isMultipleAllowed() - Method in class com.sri.emo.dbobj.Part
can be for attribute OR shared relation; simply describes cardinality
isNeededInFullXML() - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
used especially with matrix items that need default values if not set
isNeededInFullXML() - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
isNeededInFullXML() - Method in interface com.sri.emo.dbobj.IPartHandler
flag as to whether this attribute is required to make sense of XML.
isNeedingRollback(WizardPage) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Checks the backtrace for presence of the given wizard page.
isNeedingRollback(WizardPage) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Checks the backtrace for presence of the given wizard page.
isNeedTransitionOnError(ErrorCollection, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.EditFinalState
Returns true if we didn't try to save and we got an error collection.
isNode() - Method in class com.sri.emo.dbobj.PartDescriptor
 
isNodeVisited(DBObject) - Method in interface com.sri.emo.commandline.DuplicateTracker
Tracks current dbobjects that have been already visited when exporting trees.
isObjectVisited(DBObject) - Method in class com.sri.emo.commandline.defaults.InMemoryNodeTracker
 
isObjectVisited(DBObject) - Method in interface com.sri.emo.commandline.NodeTracker
Checks to see if a given node has been visited.
isOwnedAttribute() - Method in class com.sri.emo.dbobj.Part
 
isOwnedAttribute(boolean) - Method in class com.sri.emo.dbobj.Part
 
isParent() - Method in class com.sri.common.taglib.DefaultTreeNode
Retrieves whether or not this is a parent node.
isPartsPage(Integer) - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
Checks if the given page Id indicates it is a 'Parts' page.
isPartsPage(Integer) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
Checks if the given page Id indicates it is a 'Parts' page.
isPartsPage(Integer) - Method in class com.sri.emo.wizard.creation.EmoCreationWizardOld
Checks if the given page Id indicates it is a 'Parts' page.
isRead - Variable in class com.sri.emo.controller.Privs
 
isRecursive() - Method in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Returns true if this is a recursive node.
isReferenceIdPreferred() - Method in class com.sri.emo.dbobj.NodeType
Whether or not this node type prefers to export xml as a reference or not.
isReferenceIdPreferred(boolean) - Method in class com.sri.emo.dbobj.NodeType
Whether or not this node type prefers to export xml as a reference or not.
isReflexive() - Method in class com.sri.emo.dbobj.Relation
 
isReflexive() - Method in class com.sri.emo.dbobj.RelationType
 
isRequired() - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
isRequired() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
isRequired() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
isRequired() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isRowAllowed(String) - Method in class com.sri.emo.dbobj.Attribute
override to use parent node perms for attrib.
isRowAllowed(String) - Method in class com.sri.emo.dbobj.Part
override to use permissions of parent node type
isRowAllowed(String) - Method in class com.sri.emo.dbobj.PickList
determine if this function is allowed for this requesting user
isRowAllowed(String) - Method in class com.sri.emo.dbobj.Setting
override to use parent node perms for attrib.
isSearch() - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
isSearch() - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
isSearch() - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
isSearch() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isSearched() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
isSelected() - Method in class com.sri.common.taglib.DefaultTreeNode
Returns true if this node is selected.
isSelected() - Method in interface com.sri.common.taglib.TreeNode
Returns true if this node is selected.
isSelected() - Method in class com.sri.emo.wizard.creation.model.SearchNode
 
isSelected() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
isSelected() - Method in class com.sri.emo.wizard.ValidValueWithComment
Returns true if the valid value is selected.
isSharedNodeAttrib() - Method in class com.sri.emo.dbobj.Part
 
isSingleEntry() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
isSingleEntry() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
isSingleValued() - Method in class com.sri.emo.dbobj.Part
Can be for attribute OR shared relation; simply describes cardinality.
isStrong() - Method in class com.sri.emo.dbobj.Relation
 
isStrong() - Method in class com.sri.emo.dbobj.RelationType
 
isSummary() - Method in class com.sri.emo.dbobj.Part
 
isSummary() - Method in class com.sri.emo.dbobj.PartDescriptor
 
isTruncated() - Method in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Returns true if this is a truncated node.
isUpstreamLink(String) - Method in class com.sri.emo.dbobj.Relation
 
isValidAndPopulated(DBObject, String[], String, ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.AbstractDBController
Populates DBObject with any parameters which match field names.
isValidType(String) - Static method in class com.sri.emo.dbobj.NodeType
 
isValueInAlphaChunk(String, String, boolean) - Static method in class com.sri.common.util.QueryUtils
Return true if the value passed in is in the alphabetical chunk passed in.
isWrite - Variable in class com.sri.emo.controller.Privs
 
iterator() - Method in class com.sri.common.util.ObjectCombinator
Iterate over the picklists.
iterator() - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Allows for iteration of the contents of the node, possibly removing them if the iterator supports removal.
iterator() - Method in class com.sri.emo.dbobj.model_tree.DefaultModel
Allows for the client to visit the nodes one-by-one.
iterator(TreeTraversalListener) - Method in class com.sri.emo.dbobj.model_tree.DefaultModel
Allows for client to visit nodes one by one as well as be notified whenever traversal in the internal composite tree occurs.
iterator() - Method in interface com.sri.emo.dbobj.model_tree.Model
Allows for the client to visit the nodes one-by-one.
iterator(TreeTraversalListener) - Method in interface com.sri.emo.dbobj.model_tree.Model
Allows for client to visit the nodes one-by-one but still engage in the semantics of tree traversal by firing an event whenever a 'level' in the tree is entered and exited.
iterator() - Method in interface com.sri.emo.dbobj.model_tree.MutableModelNode
Allows for iteration of the contents of the node, possibly removing them if the iterator supports removal.
iterator() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
IViewable - Interface in com.sri.emo.dbobj
provide a transition for viewing, suitable for creating an HTTP link when all you have is a reference to this object.
IWizardManager - Interface in com.sri.emo.wizard
Common interface for all wizard managers regardless of wizard type.

K

KEEP_DETAILS - Static variable in class com.sri.emo.dbobj.Part
 
KEY_FIELD_VALUES - Static variable in class com.sri.emo.controller.PermissionController
Name of incoming parameter which has values for key fields of RowSecuredDBObject, delimited by bar (|).
KEYWORD_SORT - Static variable in class com.sri.emo.controller.NodeAction
 
KEYWORD_SORT_DESC - Static variable in class com.sri.emo.controller.NodeAction
 
keywordMatchClause(String[], String) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if all of the keywords exist in the given field of an object using AND.
keywordMatchClause(String[], String[]) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if all of the keywords exist in the given fields of an object using AND.
keywordMatchClause(String, String) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if the keywords exist in the given fields of an object.
keywordMatchClause(String, String[]) - Static method in class com.sri.common.util.QueryUtils
Generate a subclause that determines if the keywords exist in the given fields of an object.

L

label() - Method in class com.sri.emo.dbobj.PartDescriptor
the label for this part which will appear in displays
LEFT_ALIGN - Static variable in class com.sri.emo.wizard.creation.StringUtil
 
LIKE_WILDCARDS - Static variable in class com.sri.common.util.QueryUtils
 
Link - Interface in com.sri.emo.wizard
Link to something else.
list(Node, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
List all nodes of type indicated by samplenode.
list(Node, AbstractDBController, ControllerRequest, ControllerResponse) - Method in interface com.sri.emo.dbobj.INodeHandler
List all nodes of type indicated by samplenode.
list() - Method in class com.sri.emo.wizard.defaults.DefaultWizardRepository
 
list() - Method in interface com.sri.emo.wizard.WizardRepository
Retrieve instances of all wizards stored in the repository.
LIST_ALL_TYPES - Static variable in class com.sri.emo.controller.NodeAction
 
LIST_ENTITIES - Static variable in class com.sri.emo.controller.PartAction
 
LIST_ID - Static variable in class com.sri.emo.dbobj.PickList
 
LIST_NODE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "List Nodes"
LIST_PICKLISTS - Static variable in class com.sri.emo.controller.PicklistAction
Constant value for state 'List All Picklists'
LIST_RELATIONS - Static variable in class com.sri.emo.controller.PartAction
 
listAll(String) - Method in class com.sri.emo.wizard.expressoimpl.SelectionWizDefinitionRepository
Lists all wizards defined by the system.
listAll(String) - Method in interface com.sri.emo.wizard.WizDefinitionRepository
List all wizards available on the system
ListWizards - Class in com.sri.emo.wizard.wizardgateway
Lists all wizards available in the system that the person has 'read' permisison for.
ListWizards(Controller, WizDefinitionRepository) - Constructor for class com.sri.emo.wizard.wizardgateway.ListWizards
Constructs this particular state handler.
loadWizard(String) - Method in class com.sri.emo.wizard.defaults.ExpressoAwareWizardRepository
Loads the wizard.
locate(Object) - Method in class com.sri.common.ComponentSchema
Retrieves the desired service defined by the key.
locate(Object) - Method in class com.sri.common.controller.AbstractComponentController
Retrieves the desired service defined by the key.
locate(Object) - Method in interface com.sri.common.controller.ComponentServiceLocator
Retrieves the desired service defined by the key.
locateCompletionWizardForNode(String, String) - Method in class com.sri.emo.wizard.completion.CompletionWizardSelector
Resolves a definingNodeId to a CompletionWizard.
locateCompletionWizardForNode(String, String) - Method in class com.sri.emo.wizard.creation.CreationWizardSelector
Resolves a definingNodeId to a CompletionWizard.
locator() - Method in class com.sri.common.controller.AbstractComponentController
Retrieve the application locator.
log - Variable in class com.sri.emo.commandline.defaults.DefaultTreeExporter
Log4j logger.
Log4jWizMonitor - Class in com.sri.emo.wizard.defaults
Default implementation that logs to Log4j Logger when the various events are invoked.
Log4jWizMonitor() - Constructor for class com.sri.emo.wizard.defaults.Log4jWizMonitor
 
LoginAction - Class in com.sri.common.controller
Extension of Expresso's SimpleLoginController for EMO customization.
LoginAction() - Constructor for class com.sri.common.controller.LoginAction
 
longestString(List) - Static method in class com.sri.emo.wizard.creation.StringUtil
Determines he first longest from a list of strings
longestString(Iterator) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
longestString(Object[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
Determines he first longest from a array of strings

M

main(String[]) - Static method in class com.sri.emo.auth.SSLClient
Runs the program.
main(String[]) - Static method in class com.sri.emo.commandline.Export
 
main(String[]) - Static method in class com.sri.emo.commandline.Import
 
map - Variable in class com.sri.emo.wizard.branch.BranchNode
 
markObjectAsVisited(DBObject) - Method in class com.sri.emo.commandline.defaults.InMemoryNodeTracker
 
markObjectAsVisited(DBObject) - Method in interface com.sri.emo.commandline.NodeTracker
Adds the dbobject class and id into internal storage that prevents duplication.
MATRIX_DESCRIPTION - Static variable in class com.sri.emo.dbobj.MatrixCell
 
MatrixCell - Class in com.sri.emo.dbobj
a row in a scoring or design matrix or covar matrix.
MatrixCell() - Constructor for class com.sri.emo.dbobj.MatrixCell
 
MatrixCell(Attribute, String, int, String) - Constructor for class com.sri.emo.dbobj.MatrixCell
constructor for new cell
MatrixCell(String) - Constructor for class com.sri.emo.dbobj.MatrixCell
 
MatrixCell(DBConnection, int) - Constructor for class com.sri.emo.dbobj.MatrixCell
Constructor
MatrixCell(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.MatrixCell
Constructor for security setup.
MAX_CHARS_OUTPUT - Static variable in class com.sri.common.controller.AbstractDBController
Limit number of chars that appear in display for a given field.
MAX_CHARS_OUTPUT - Static variable in class com.sri.emo.controller.AddNodeAction
limit number of chars that appear in display for a given field
MAX_TEXTAREA_LENGTH - Static variable in class com.sri.common.controller.AbstractDBController
Max Text Area Length constant.
maxEntries - Variable in class com.sri.emo.wizard.completion.MinMaxPageMetadata
Maximum entries allwoed.
maxEntries - Variable in class com.sri.emo.wizard.creation.MinMaxPageMetadata
Maximum entries allwoed.
MAXIMUM_LABEL_LENGTH - Static variable in class com.sri.common.taglib.DefaultTreeNode
Sets the maximum label length and truncates if the label is to long
menuitems - Variable in class com.sri.emo.wizard.selection.management.PromptStepType
Array of menu items that occur for the step type.
MIN_PASSWD_LENGTH - Static variable in class com.sri.common.controller.LoginAction
Minimum password length constant.
minEntries - Variable in class com.sri.emo.wizard.completion.MinMaxPageMetadata
Minimum entries.
minEntries - Variable in class com.sri.emo.wizard.creation.MinMaxPageMetadata
Minimum entries.
MinMaxPageMetadata - Class in com.sri.emo.wizard.completion
Page Metadata base class that supports min/max settings.
MinMaxPageMetadata() - Constructor for class com.sri.emo.wizard.completion.MinMaxPageMetadata
Default constructor.
MinMaxPageMetadata - Class in com.sri.emo.wizard.creation
Page Metadata base class that supports min/max settings.
MinMaxPageMetadata() - Constructor for class com.sri.emo.wizard.creation.MinMaxPageMetadata
Default constructor.
MISCELLANEOUS_ASSOCIATIONS - Static variable in interface com.sri.emo.dbobj.AbstractParts
 
Model - Interface in com.sri.emo.dbobj.model_tree
This represents the 'public' interface for traversing the model and reading it.
MODEL_EDIT_GROUP_DEFAULT_SETUP_CODE - Static variable in class com.sri.emo.controller.PartAction
 
MODEL_PICKLIST - Static variable in class com.sri.emo.dbobj.WizStep
Constant for steps that have a per-model picklist.
MODEL_PICKLIST - Static variable in class com.sri.emo.wizard.selection.management.PromptStepType
Constant for steps that have a per-model picklist.
ModelDepthFirstIterator - Class in com.sri.emo.dbobj.model_tree
Implementation of Iterator that allows depth first iteratation over all the nodes in a model.
ModelDepthFirstIterator(ModelNode) - Constructor for class com.sri.emo.dbobj.model_tree.ModelDepthFirstIterator
Constructor that takes the root of what it is suppsoed to iterate.
ModelDepthFirstIterator(ModelNode, TreeTraversalListener) - Constructor for class com.sri.emo.dbobj.model_tree.ModelDepthFirstIterator
Constructor that takes a listener as well as a root of what it is supposed to iterate.
ModelFillStatus - Class in com.sri.emo.dbobj.model_tree
A pseudo enumeration type for defining status of the model tree in terms of filled out slots.
ModelNode - Interface in com.sri.emo.dbobj.model_tree
Represents a particular node on the model tree.
ModelVisitable - Interface in com.sri.emo.dbobj.model_tree
Interface that extends IViewable to include Visitor capabilities.
ModelVisitor - Interface in com.sri.emo.dbobj.model_tree
Visitor that allows for visiting of IViewable interface objects.
ModelXMLReader - Class in com.sri.emo.controller
Reads Models from XML, nodes and all if desired.
ModelXMLReader() - Constructor for class com.sri.emo.controller.ModelXMLReader
Default constructor.
ModelXMLWriter - Class in com.sri.emo.controller
Extraction of XML writing to a separate class.
ModelXMLWriter() - Constructor for class com.sri.emo.controller.ModelXMLWriter
Default constructor.
MultiEntryMetadata - Class in com.sri.emo.wizard.completion
Metadata for multiple attributes.
MultiEntryMetadata() - Constructor for class com.sri.emo.wizard.completion.MultiEntryMetadata
Default constructor.
MultiEntryMetadata - Class in com.sri.emo.wizard.creation
Metadata for multiple attributes.
MultiEntryMetadata() - Constructor for class com.sri.emo.wizard.creation.MultiEntryMetadata
Default constructor.
MultiEntryWizardPage - Class in com.sri.emo.wizard.completion
Page Entry Data for Multiple Attribute Entry Pages.
MultiEntryWizardPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.completion.MultiEntryWizardPage
Default constructor.
MultiEntryWizardPage - Class in com.sri.emo.wizard.creation
Page Entry Data for Multiple Attribute Entry Pages.
MultiEntryWizardPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.creation.MultiEntryWizardPage
Default constructor.
MULTIPLE_ALLOWED - Static variable in class com.sri.emo.dbobj.Part
attribute limitation constants (could be in other "def" table)
MULTIPLE_ITEM_ALLOWED - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
MULTIPLE_TEXTAREA_NUM_LINES - Static variable in class com.sri.common.controller.AbstractDBController
Number of lines for multiple text area.
MutableModelNode - Interface in com.sri.emo.dbobj.model_tree
A node in the model tree that can have its children modified

N

NAME - Static variable in class com.sri.emo.annotations.DoAddTag
 
NAME - Static variable in class com.sri.emo.annotations.DoDelete
 
NAME - Static variable in class com.sri.emo.annotations.PromptAddTag
 
NAME - Static variable in class com.sri.emo.annotations.PromptDeleteTag
 
NAME - Static variable in class com.sri.emo.dbobj.AbstractMatrixHandler
 
NameNodePage - Class in com.sri.emo.wizard.selection
Handles the execution of the decision matrix to find a wizard node and then provides a prompt to name the given wizard.
NameNodePage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.selection.NameNodePage
 
NEW_ITEM_PREFIX - Static variable in class com.sri.emo.controller.PicklistAction
 
NEW_PASSWORD - Static variable in class com.sri.common.controller.LoginAction
Constant for Input 'new password'.
newExpressoState(String, ExpressoRequest) - Method in class com.sri.common.controller.AbstractComponentController
This is the method where all of the real work of the controller is done.
newWizard(ExpressoRequest) - Method in class com.sri.emo.controller.CompletionWizardAction
Override of WizardController to provide for the unique capabilities and requirements of an ExpressoAwareWizardRepository as defined in the Schema.
newWizard(ExpressoRequest) - Method in class com.sri.emo.controller.CreationWizardAction
Override of WizardController to provide for the unique capabilities and requirements of an ExpressoAwareWizardRepository as defined in the Schema.
newWizard(ExpressoRequest) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Create a new wizard and store it to session.
newWizard(ExpressoRequest) - Method in class com.sri.emo.wizard.selection.WizardAction
Override of WizardController to provide for the unique capabilities and requirements of an ExpressoAwareWizardRepository as defined in the Schema.
next() - Method in class com.sri.emo.dbobj.model_tree.ModelDepthFirstIterator
Returns the next element in the iteration.
next(WizardPage, Serializable) - Method in class com.sri.emo.wizard.AbstractWizard
 
next(WizardPage, Serializable, Serializable) - Method in class com.sri.emo.wizard.branch.BranchingWizard
next(WizardPage, Serializable) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Execute the next page in the wizard.
next - Variable in class com.sri.emo.wizard.completion.CompletionBuilder
Next page link
next - Variable in class com.sri.emo.wizard.creation.CreationBuilder
Next page link
next(WizardPage, Serializable) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Execute the next page in the wizard.
next(WizardPage, Serializable) - Method in interface com.sri.emo.wizard.Wizard
Execute the next page in the wizard.
NEXT_STATE - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Next State constant.
nf - Static variable in class com.sri.emo.wizard.creation.StringUtil
 
NO_CHILDREN - Static variable in interface com.sri.common.taglib.TreeNode
If there are no children then getNested() returns NO_CHILDREN which is a Special Case of no children nodes.
NO_CHILDREN - Static variable in interface com.sri.emo.dbobj.model_tree.ModelNode
Special Case for when there are no children for a particular node in the model.
NO_LINK - Static variable in interface com.sri.emo.dbobj.model_tree.ModelNode
Special Case for when there is no link to view or edit the node.
NO_PARAMETERS - Static variable in interface com.sri.emo.dbobj.IPartHandler
Special Case for functions that take no parameters as an alternative for passing in null.
NO_PARENT - Static variable in interface com.sri.emo.dbobj.model_tree.ModelNode
Special Case for when there is no parent node for a particular model.
NO_RESULTS - Static variable in interface com.sri.emo.wizard.WizDefinitionRepository
Special Case constant in case there are no wizards defined.
NO_WIZ_ERROR_MESSAGE - Static variable in class com.sri.emo.wizard.selection.WizardAction
No wizard error message constant.
Node - Class in com.sri.emo.dbobj
Encapsulate an element in a linked graph.
Node(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.Node
 
Node() - Constructor for class com.sri.emo.dbobj.Node
Constructor without parameters is required by framework, but if you use this constructor, be sure to setRequestingUid() after instantiation.
Node(DBConnection, int) - Constructor for class com.sri.emo.dbobj.Node
Constructor.
Node(ExpressoRequest, String) - Constructor for class com.sri.emo.dbobj.Node
Constructs a Node with the given 'context' and the given Id.
Node(String) - Constructor for class com.sri.emo.dbobj.Node
Constructs a Node that has the given string id.
Node(ExpressoRequest) - Constructor for class com.sri.emo.dbobj.Node
 
Node(SecuredDBObject) - Constructor for class com.sri.emo.dbobj.Node
Constructs a node using another object as the security credentials.
Node(Element) - Constructor for class com.sri.emo.dbobj.Node
Constructs a Node from an XML Element.
Node(ExpressoRequest, Element) - Constructor for class com.sri.emo.dbobj.Node
Construct node from XML--just basic XML attributes, NOT related nodes, or model-app Attributes side-effect: also adds DBObject.setAttribute() items for root param, and one for ident.
node - Variable in class com.sri.emo.wizard.creation.model.SearchNode
 
NODE_ANNOTATION - Static variable in class com.sri.emo.dbobj.Node
 
NODE_COMMENT - Static variable in class com.sri.emo.dbobj.Node
 
NODE_CREATED - Static variable in class com.sri.emo.dbobj.Node
 
NODE_ID - Static variable in class com.sri.emo.dbobj.Attribute
 
NODE_ID - Static variable in class com.sri.emo.dbobj.Node
 
NODE_JOIN - Static variable in class com.sri.emo.dbobj.Node
 
NODE_MIME_TYPE - Static variable in class com.sri.emo.dbobj.Node
 
NODE_MODIFIED - Static variable in class com.sri.emo.dbobj.Node
 
NODE_OWNER - Static variable in class com.sri.emo.dbobj.Node
 
NODE_PART_RELATION_TYPE - Static variable in class com.sri.emo.dbobj.Part
 
NODE_PATH - Static variable in class com.sri.emo.dbobj.Node
 
NODE_TABLE - Static variable in class com.sri.emo.dbobj.Node
 
NODE_TITLE - Static variable in class com.sri.emo.dbobj.Node
 
NODE_TYPE - Static variable in class com.sri.emo.dbobj.Attribute
Field NODE_TYPE breaks normalization by storing data in two places, but is convenient for finding all attributes for a given node type;
NODE_TYPE - Static variable in class com.sri.emo.dbobj.Node
 
NODE_TYPE - Static variable in class com.sri.emo.dbobj.PickList
 
NODE_TYPE_DESCRIP - Static variable in class com.sri.emo.dbobj.NodeType
 
NODE_TYPE_HANDLER - Static variable in class com.sri.emo.dbobj.NodeType
Class name for special handling if any.
NODE_TYPE_ID - Static variable in class com.sri.emo.dbobj.NodeType
 
NODE_TYPE_NAME - Static variable in class com.sri.emo.dbobj.NodeType
 
NODE_TYPE_TABLE_NAME - Static variable in class com.sri.emo.dbobj.NodeType
 
NODE_TYPE_VERSION - Static variable in class com.sri.emo.dbobj.NodeType
 
NodeAction - Class in com.sri.emo.controller
Handle Node manipulation.
NodeAction() - Constructor for class com.sri.emo.controller.NodeAction
 
NodeCloner - Class in com.sri.emo.controller
 
NodeCloner(Node, String) - Constructor for class com.sri.emo.controller.NodeCloner
 
NodeCompletionStatus - Class in com.sri.emo.dbobj.model_tree
Object represents a recursive/truncation/completion status inside the model.
NodeCompletionStatus(ModelNode) - Constructor for class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Constructs a recursive model status node.
NodeController - Class in com.sri.emo.controller
Intermediate Controller Class that provides services common to editing nodes.
NodeController() - Constructor for class com.sri.emo.controller.NodeController
Default constructor.
NodeController(Class) - Constructor for class com.sri.emo.controller.NodeController
 
NodeFilter - Class in com.sri.emo.controller.nodefilter
Provides a session storage wrapper around the filter criteria.
NodeFilter(ExpressoRequest) - Constructor for class com.sri.emo.controller.nodefilter.NodeFilter
Constructs a filter for the given request
NodeRowIdOrderingComparator - Class in com.sri.emo.dbobj
Provides comparison based on the user-specified order, provided in the constructor
NodeRowIdOrderingComparator(Node[]) - Constructor for class com.sri.emo.dbobj.NodeRowIdOrderingComparator
 
nodes - Variable in class com.sri.emo.wizard.branch.BranchList
 
nodes - Variable in class com.sri.emo.wizard.creation.model.SearchResultBean
 
NodeTag - Class in com.sri.emo.annotations
Table of tags associated with the given nodes.
NodeTag() - Constructor for class com.sri.emo.annotations.NodeTag
 
NodeTag(DBConnection) - Constructor for class com.sri.emo.annotations.NodeTag
 
NodeTag(DBConnection, String) - Constructor for class com.sri.emo.annotations.NodeTag
 
NodeTag(ControllerRequest) - Constructor for class com.sri.emo.annotations.NodeTag
 
NodeTag(ReadOnlyUser) - Constructor for class com.sri.emo.annotations.NodeTag
 
NodeTagController - Class in com.sri.emo.annotations
Handles adding and deletion of nodes.
NodeTagController() - Constructor for class com.sri.emo.annotations.NodeTagController
 
NodeTags - Class in com.sri.emo.annotations
Table of tags associated with the given nodes.
NodeTags() - Constructor for class com.sri.emo.annotations.NodeTags
 
NodeTags(DBConnection) - Constructor for class com.sri.emo.annotations.NodeTags
 
NodeTags(DBConnection, String) - Constructor for class com.sri.emo.annotations.NodeTags
 
NodeTags(ControllerRequest) - Constructor for class com.sri.emo.annotations.NodeTags
 
NodeTags(ReadOnlyUser) - Constructor for class com.sri.emo.annotations.NodeTags
 
NodeTracker - Interface in com.sri.emo.commandline
Tracks which nodes have been duplicated.
NodeType - Class in com.sri.emo.dbobj
Encapsulate the finite list of types allowed for a node.
NodeType() - Constructor for class com.sri.emo.dbobj.NodeType
Default constructor for NodeType creates a new object of this type with no connection yet allocated.
NodeType(ExpressoRequest) - Constructor for class com.sri.emo.dbobj.NodeType
Deprecated. Use RequestRegistry to propagate request contexts.
NodeType(DBConnection, int) - Constructor for class com.sri.emo.dbobj.NodeType
Constructor
NodeType(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.NodeType
Constructor that takes the user security context.
nodeType - Variable in class com.sri.emo.wizard.creation.SearchListPage
 
NoParentNode - Class in com.sri.emo.dbobj.model_tree
Special Case instance for no parents in a model.
NoParentNode() - Constructor for class com.sri.emo.dbobj.model_tree.NoParentNode
Default constructor
NoSuchServiceException - Exception in com.sri.common.controller
Exception thrown when we are unable to locate the given service specified in the service locator
NoSuchServiceException() - Constructor for exception com.sri.common.controller.NoSuchServiceException
 
NoSuchServiceException(String) - Constructor for exception com.sri.common.controller.NoSuchServiceException
 
NoSuchServiceException(Throwable) - Constructor for exception com.sri.common.controller.NoSuchServiceException
 
NoSuchServiceException(String, Throwable) - Constructor for exception com.sri.common.controller.NoSuchServiceException
 
NOT_INCLUDED - Static variable in class com.sri.emo.wizard.creation.model.FieldCompletion
Field completion for 'fixed' completion type.
NOT_REG_USERS_GROUP - Static variable in class com.sri.common.util.PermGroup
 
NOT_SPECIFIED_DISPLAY - Static variable in class com.sri.emo.dbobj.PickList
 
NOT_SPECIFIED_DISPLAY - Static variable in class com.sri.emo.dbobj.Setting
 
NOT_SPECIFIED_ENTRY_INDEX - Static variable in class com.sri.emo.dbobj.Setting
 
NOT_SPECIFIED_ID - Static variable in class com.sri.emo.dbobj.Part
 
NULL_LISTENER - Static variable in interface com.sri.emo.dbobj.model_tree.TreeTraversalListener
Special Case for no listeners.
numCalls - Static variable in class com.sri.emo.dbobj.Node
 
numDisplayLines() - Method in class com.sri.emo.dbobj.Part
 
numDisplayLines() - Method in class com.sri.emo.dbobj.PartDescriptor
 

O

OBJ_TYPE - Static variable in class com.sri.emo.controller.PermissionController
 
ObjectCombinator - Class in com.sri.common.util
This class allows the generation of all combinations of Object items available throughout the wizard steps.
ObjectCombinator(Object[][], Class) - Constructor for class com.sri.common.util.ObjectCombinator
Constructs a PicklistCombinator object given a two dimensional array representing all choices available during the execution of a wizard.
ObjectNotFoundException - Exception in com.sri.common.dbobj
Error that is thrown when Repositories do not find the resulting object.
ObjectNotFoundException() - Constructor for exception com.sri.common.dbobj.ObjectNotFoundException
Default constructor.
ObjectNotFoundException(String) - Constructor for exception com.sri.common.dbobj.ObjectNotFoundException
Constructor that takes a message.
ObjectNotFoundException(Throwable) - Constructor for exception com.sri.common.dbobj.ObjectNotFoundException
Constructor that takes a nested exception/error.
ObjectNotFoundException(String, Throwable) - Constructor for exception com.sri.common.dbobj.ObjectNotFoundException
Constructor that takes a message and a nested exception.
OBSERVABLE_ID_XMLTAG - Static variable in class com.sri.emo.dbobj.AbstractAttributeHandler
 
OMIT_TYPES - Static variable in class com.sri.emo.controller.NodeAction
setup code for list of node types to omit from a tree listing; use "|" to delimit items in one string.
onBack(WizardPage) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Logs with debug priority the source event toString().
onBack(WizardPage) - Method in interface com.sri.emo.wizard.WizardMonitor
Fired when back id is pressed on a wizard page.
onCancel(WizardPage) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Logs with info priority the source event toString().
onCancel(WizardPage) - Method in interface com.sri.emo.wizard.WizardMonitor
Fired when the cancel button is pressed on a wizard page.
onEnterPage(WizardPage) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Logs with debug priority the source event toString().
onEnterPage(WizardPage) - Method in interface com.sri.emo.wizard.WizardMonitor
Debugging event for when a page is fired.
onError(WizardPage, Throwable) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Logs with error priority the source event toString() and the exception.
onError(WizardPage, Throwable) - Method in interface com.sri.emo.wizard.WizardMonitor
Fired when an error occurs while processing the wizard page.
onFinish(WizardPage) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Logs with debug priority the source event toString().
onFinish(WizardPage) - Method in interface com.sri.emo.wizard.WizardMonitor
Fired when the finish button is pressed on a wizard page.
onForward(WizardPage) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Logs with debug priority the source event toString().
onForward(WizardPage) - Method in interface com.sri.emo.wizard.WizardMonitor
Fired when forward id pressed on a wizard page.
ONLINE_RESOURCE - Static variable in interface com.sri.emo.dbobj.AbstractParts
 
onNextPage(WizardPage, WizardPage, Serializable) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Template method that gets called after the next page has been determined in the sequence.
onNextPage(WizardPage, WizardPage, Serializable) - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
Override of Sequential's onNextPage to allow for validation of values as they're entered.
onNextPage(WizardPage, WizardPage, Serializable) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
Override of Sequential's onNextPage to allow for validation of values as they're entered.
onNextPage(WizardPage, WizardPage, Serializable) - Method in class com.sri.emo.wizard.creation.EmoCreationWizardOld
Override of Sequential's onNextPage to allow for validation of values as they're entered.
onNextPage(WizardPage, WizardPage, Serializable) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Template method that gets called after the next page has been determined in the sequence.
onNextPage(WizardPage, WizardPage, Serializable) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizard
This particular implementation performs some pre-processing for some special pages.
ORDER_NUM - Static variable in class com.sri.emo.dbobj.PickList
 
OTHERS_READ_ALWAYS - Static variable in class com.sri.emo.controller.PermissionController
Setup item in expresso schema for whether others (in unix sense--all other users) can read always.
otherSetup(InstallLog, String) - Method in class com.sri.emo.EmoSchema
Perform any additional setup/intialize functions required by this schema.
othersReadAlways() - Static method in class com.sri.emo.controller.PermissionController
Setup item in expresso schema for whether others (in unix sense--all other users) can read always.
outputXML(Document, ExpressoRequest) - Method in class com.sri.common.controller.AbstractDBController
Output XML for given document.
owner - Variable in class com.sri.emo.wizard.wizardgateway.WizardGatewayHandler
The parent controller.
OWNER_SORT - Static variable in class com.sri.emo.controller.NodeAction
 
OWNER_SORT_DESC - Static variable in class com.sri.emo.controller.NodeAction
 

P

page - Variable in class com.sri.emo.wizard.branch.BranchNode
 
PAGE_ID - Static variable in class com.sri.emo.wizard.selection.DisplaySummaryPage
My own page id.
PAGE_ID - Static variable in class com.sri.emo.wizard.selection.NameNodePage
Name the node page id.
pageId - Variable in class com.sri.emo.wizard.creation.model.SearchResultBean
 
PageMetadata - Interface in com.sri.emo.wizard
Metadata for any wizard page.
PARAM_COLLAPSE_ALL - Static variable in class com.sri.emo.controller.ViewNodeAsTree
Parameter for collapse all command.
PARAM_DIRECTIVE - Static variable in class com.sri.emo.wizard.selection.management.EditFinalState
Constant for directive field.
PARAM_DIRECTIVE_ID - Static variable in class com.sri.emo.wizard.selection.management.StepDefinition
The parameter name of the directive parameter.
PARAM_EXPAND_ALL - Static variable in class com.sri.emo.controller.ViewNodeAsTree
Parameter for expand all comand.
PARAM_HELPTEXT - Static variable in class com.sri.emo.wizard.selection.management.EditFinalState
Constant for helptext field.
PARAM_HELPTEXT_ID - Static variable in class com.sri.emo.wizard.selection.management.StepDefinition
The parameter name of the helptext parameter.
PARAM_INPUT_ID - Static variable in class com.sri.emo.wizard.selection.management.PromptInstructions
Id of the input parameter on the form.
PARAM_MODEL_ID - Static variable in class com.sri.emo.wizard.selection.management.PromptSelectModel
Id of the input parameter on the form.
PARAM_MODEL_ID - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for parameter name 'model id'.
PARAM_NAME_ID - Static variable in class com.sri.emo.wizard.selection.management.StepDefinition
The parameter name of the title parameter.
PARAM_NODE_ID - Static variable in class com.sri.emo.annotations.DoAddTag
 
PARAM_PREFIX - Static variable in class com.sri.emo.dbobj.AbstractMatrixHandler
 
PARAM_PREFIX - Static variable in class com.sri.emo.wizard.completion.RelationWizardPage
The prefix of all ids that this class culls from the parameters.
PARAM_PREFIX - Static variable in class com.sri.emo.wizard.creation.RelationWizardPage
The prefix of all ids that this class culls from the parameters.
PARAM_PREFIX - Static variable in class com.sri.emo.wizard.creation.SearchListPage
The prefix of all ids that this class culls from the parameters.
PARAM_RETURN_URL - Static variable in class com.sri.emo.controller.NodeController
Location of the return URL.
PARAM_RETURN_URL - Static variable in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Parameter for Reference URL
PARAM_TAG - Static variable in class com.sri.emo.annotations.DoDelete
 
PARAM_TAG_VALUE - Static variable in class com.sri.emo.annotations.DoAddTag
 
PARAM_TARGET_ID - Static variable in class com.sri.emo.controller.CompletionWizardAction
 
PARAM_TARGET_ID - Static variable in class com.sri.emo.controller.CreationWizardAction
 
PARAM_TITLE - Static variable in class com.sri.emo.wizard.selection.management.EditFinalState
Constant for title field.
PARAM_WIZARD_TYPE - Static variable in class com.sri.emo.wizard.wizardgateway.AddWizardHandler
The name of the parameter that gets the 'wizard type'
PARENT_NODE - Static variable in class com.sri.emo.annotations.NodeTags
 
PARENT_TYPE - Static variable in class com.sri.emo.dbobj.Part
 
parentController - Variable in class com.sri.emo.annotations.DoAddTag
 
parseAndAddNodes(boolean, ExpressoRequest, HashMap, Node, List) - Method in class com.sri.emo.controller.ModelXMLReader
 
parseAndValidate(ErrorCollection) - Method in class com.sri.emo.wizard.selection.management.StepParameterParser
Similar to parseStep, but it validates as well.
parseDoubleTokens(String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
parseEntityAndParts(Element) - Method in class com.sri.emo.controller.ModelXMLReader
Parses an entity and its associated parts.
parseImportXmlAndCreateNodes(boolean, boolean, Element, ExpressoRequest, String) - Method in class com.sri.emo.controller.ModelXMLReader
Parses and creates the appropriate nodes as received in the import.
parseIntegerTokens(String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
parseSingleSetting(Map, Element, ISetting) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
parseStep(ErrorCollection) - Method in class com.sri.emo.wizard.selection.management.StepParameterParser
Returns a wizard step instance based on the parameters set in the constructor.
parseStepAttributes(ExpressoRequest) - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Parses the appropriate attributes from the controller request and saves it to the session for 'save' retrieval.
parseTags(String) - Static method in class com.sri.emo.commandline.Export
 
parseXML(Reader) - Static method in class com.sri.emo.controller.PartAction
Parses the XML into Elements.
parseXML(Element, Attribute, Map, ControllerRequest) - Method in class com.sri.emo.dbobj.AbstractSettingHandler
 
parseXML(Element, Attribute, Map, ControllerRequest) - Method in interface com.sri.emo.dbobj.IPartHandler
Parse xml into this attribute format.
parseXMLAttributes(Map, ExpressoRequest, Map) - Method in class com.sri.emo.dbobj.Node
Parse xml to create relations and attributes; nodes are assumed already created by Node(xml) constructor, and allNodes has map of all nodes.
parseXmlDataString(String) - Method in class com.sri.emo.controller.ImportExportModel
Returns an element from the given data.
parseXMLRelations(Map, boolean) - Method in class com.sri.emo.dbobj.Node
Parse xml to create relations; all nodes from xml are assumed already created by Node(xml) constructor.
PART - Static variable in class com.sri.emo.controller.PartAction
 
Part - Class in com.sri.emo.dbobj
A part of an "entity" (a Node object).
Part() - Constructor for class com.sri.emo.dbobj.Part
Default constructor for Part creates a new object of this type with no connection yet allocated.
Part(ControllerRequest) - Constructor for class com.sri.emo.dbobj.Part
Deprecated.  
Part(SecuredDBObject) - Constructor for class com.sri.emo.dbobj.Part
 
PART_DESCRIP - Static variable in class com.sri.emo.dbobj.Part
 
PART_DISPAY_NAME - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
PART_DISPLAY_NAME - Static variable in class com.sri.emo.dbobj.Part
 
PART_HELP_STRING - Static variable in class com.sri.emo.dbobj.Part
 
PART_HELP_STRING - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
PART_ID - Static variable in class com.sri.emo.dbobj.Part
field names
PART_IS_ATTRIB - Static variable in class com.sri.emo.dbobj.Part
 
PART_LABEL - Static variable in class com.sri.emo.dbobj.Part
 
PART_NUM - Static variable in class com.sri.emo.dbobj.Part
 
PART_TYPE - Static variable in class com.sri.emo.dbobj.Part
 
PART_TYPE_TABLE_NAME - Static variable in class com.sri.emo.dbobj.Part
 
PartAction - Class in com.sri.emo.controller
manipulate the parts of an entity--the metadata handler
PartAction() - Constructor for class com.sri.emo.controller.PartAction
 
PartDescriptor - Class in com.sri.emo.dbobj
Encapsulation of a part of a node.
PartDescriptor(String, boolean, String, int, String) - Constructor for class com.sri.emo.dbobj.PartDescriptor
constructor for shared nodes
PartDescriptor(String, boolean, String, int, int) - Constructor for class com.sri.emo.dbobj.PartDescriptor
constructor for attributes which have no summary
PartDescriptor(String, boolean, String, int, int, String) - Constructor for class com.sri.emo.dbobj.PartDescriptor
constructor for attributes which HAVE summary
PARTIAL_NODE_CLOSED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: Partially-completed node de-selected.
PARTIAL_NODE_OPEN - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: Partially-completed node selected.
PARTIAL_SLOT_CLOSED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: multiple attribute partially filled unselected.
PARTIAL_SLOT_OPEN - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: multiple attribute partially filled selected.
PARTIALLY_FILLED - Static variable in class com.sri.emo.dbobj.model_tree.ModelFillStatus
Some slots in the model have values.
partNum() - Method in class com.sri.emo.dbobj.PartDescriptor
 
PartsFactory - Class in com.sri.emo.dbobj
Factory for determing the parts of each type of node.
PartsFactory() - Constructor for class com.sri.emo.dbobj.PartsFactory
 
PASS_VERIFY - Static variable in class com.sri.common.controller.LoginAction
Constant for Input 'password verify'.
PermGroup - Class in com.sri.common.util
Version of UserGroup which has RowSecuredDBObject as superclass.
PermGroup() - Constructor for class com.sri.common.util.PermGroup
Construct object with superuser privileges.
PermGroup(ControllerRequest) - Constructor for class com.sri.common.util.PermGroup
For using DBObjects within Controllers.
PermGroup(DBConnection) - Constructor for class com.sri.common.util.PermGroup
Constructor for db transactions; object will have superuser privileges unless you separately call setRequestingUid().
PermissionController - Class in com.sri.emo.controller
Handle manipulation of permissions.
PermissionController() - Constructor for class com.sri.emo.controller.PermissionController
 
PERMS_BLOCK - Static variable in class com.sri.emo.controller.NodeAction
 
PICK_LIST_ITEM - Static variable in class com.sri.emo.controller.AddNodeAction
checkbox name
PICK_LIST_ITEM - Static variable in class com.sri.emo.controller.NodeAction
checkbox name
PickList - Class in com.sri.emo.dbobj
Provide picklists for any attribute.
PickList(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.PickList
 
PickList() - Constructor for class com.sri.emo.dbobj.PickList
constructor without parameters is required by framework, but if you use this constructor, be sure to setRequestingUid() after instantiation
PickList(DBConnection, int) - Constructor for class com.sri.emo.dbobj.PickList
Constructor
PickList(ControllerRequest) - Constructor for class com.sri.emo.dbobj.PickList
 
PickList(ControllerRequest, String) - Constructor for class com.sri.emo.dbobj.PickList
 
PickList(String, String) - Constructor for class com.sri.emo.dbobj.PickList
 
PICKLIST_SINGLE_ALLOWED - Static variable in class com.sri.emo.dbobj.Part
 
PICKLIST_SINGLE_ITEM - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
PicklistAction - Class in com.sri.emo.controller
handle Picklist manipulation
PicklistAction() - Constructor for class com.sri.emo.controller.PicklistAction
 
PICKLISTS_TAGNAME - Static variable in class com.sri.emo.controller.AddNodeAction
 
populateDBObject(DBObject, ExpressoRequest) - Static method in class com.sri.common.controller.AbstractDBController
fill in any fields found in request
populateDefaultValues() - Method in class com.sri.common.util.PermGroup
Add rowsecured privileges for built-in groups.
populateDefaultValues() - Method in class com.sri.emo.dbobj.Node
Add sample record.
postPerform(State, ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.AbstractComponentController
Template Method, allowing a subclass to into actions after the invocation of any state in this controller.
postPerform(State, ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.AbstractDBController
Template Method, allowing a subclass to into actions before any state in this controller is performed.
prepEqualsValue(String) - Static method in class com.sri.common.util.QueryUtils
Prepares a value to be in a equals clause by escaping the enclosing character and stripping any characters db can't handle.
prePerform(State, ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.AbstractComponentController
Template Method, allowing a subclass to do an action after any state in this controller is performed.
prePerform(State, ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.AbstractDBController
Template Method, allowing a subclass to do an action after any state in this controller is performed.
prepLikeValue(String) - Static method in class com.sri.common.util.QueryUtils
Prepares a value to be in a like clause by escaping the enclosing character and any wildcards and stripping any characters db can't handle.
previous() - Method in class com.sri.emo.wizard.AbstractWizard
Backtracks the stack.
previous() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Backtracks the stack.
previous() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Backtracks the stack.
previous() - Method in interface com.sri.emo.wizard.Wizard
Retrieve the first wizard page and initialize any special data for the Wizard.
PREVIOUS_STATE - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Previous State.
Privs - Class in com.sri.emo.controller
Permission 'Structure' in the classic C++ sense.
Privs() - Constructor for class com.sri.emo.controller.Privs
 
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.AbstractWizard
Processes the final finish and returns some sort of data that can be whatever is desired.
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Processes the final finish and returns some sort of data that can be whatever is desired.
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
This version returns a Node instance if one has been successfully created.
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
This version returns a Node instance if one has been successfully created.
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.creation.EmoCreationWizardOld
This version returns a Node instance if one has been successfully created.
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Processes the final finish and returns some sort of data that can be whatever is desired.
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.selection.ChainedSelectionWizard
Overrides the normal EmoSelectionWizard processing by cloning the node myself and then either redirecting to an appropriate completion wizard and
processFinish(WizardPage, Serializable, Map) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizard
This version returns a Node instance if one has been found.
processFinish(WizardPage, Serializable, Map) - Method in interface com.sri.emo.wizard.Wizard
Processes the final finish and returns some sort of data that can be whatever is desired.
processPostRegistration(ExpressoRequest, ExpressoResponse, User, RegistrationDomain, String) - Method in class com.sri.emo.controller.EmoRegistration
Processes post Registration If the user is done.
PROMPT_ADD_ATTRIB - Static variable in class com.sri.emo.controller.NodeAction
 
PROMPT_ADD_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_ADD_ITEM - Static variable in class com.sri.emo.controller.PicklistAction
 
PROMPT_ADD_PART - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_ADD_PART_OWNED - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_ADD_PART_SHARED - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_ADD_RELATION - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_ATTRIB_PICK - Static variable in class com.sri.emo.controller.NodeAction
 
PROMPT_CHANGE_PASSWORD - Static variable in class com.sri.common.controller.LoginAction
Constant for state prompt change password.
PROMPT_CHANGE_PREFS - Static variable in class com.sri.common.controller.LoginAction
Constant for state prompt change preferences.
PROMPT_CLONE_NODE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Prompt Clone Node"
PROMPT_CLONE_TREE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Prompt Clone Node and its Parts"
PROMPT_DELETE_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_DELETE_ITEM - Static variable in class com.sri.emo.controller.PicklistAction
 
PROMPT_DELETE_NODE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Prompt Delete Node"
PROMPT_DELETE_NODE_TREE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Prompt Delete A Node Tree"
PROMPT_DELETE_PART - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_EDIT_ATTRIB - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Prompt Edit Attribute"
PROMPT_EDIT_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_EDIT_GROUP - Static variable in class com.sri.emo.controller.PermissionController
 
PROMPT_EDIT_ITEM - Static variable in class com.sri.emo.controller.PicklistAction
 
PROMPT_EDIT_NODE - Static variable in class com.sri.emo.controller.AddNodeAction
 
PROMPT_EDIT_ONE_ATTRIB - Static variable in class com.sri.emo.controller.NodeAction
 
PROMPT_EDIT_PART - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_EDIT_PERMS - Static variable in class com.sri.emo.controller.NodeAction
 
PROMPT_EDIT_PERMS - Static variable in class com.sri.emo.controller.PermissionController
 
PROMPT_EDIT_RELATION - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_EXPORT_NODE - Static variable in class com.sri.emo.controller.AddNodeAction
 
PROMPT_IMPORT_ENTITY - Static variable in class com.sri.emo.controller.PartAction
 
PROMPT_IMPORT_NODE - Static variable in class com.sri.emo.controller.AddNodeAction
 
PROMPT_LIST - Static variable in class com.sri.emo.controller.PicklistAction
edit picklist state
PROMPT_LOGIN - Static variable in class com.sri.common.controller.LoginAction
Constant for state prompt login.
PROMPT_PICKLIST_NODE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "Prompt Edit Picklist For Nodes"
PROMPT_SEND_PASSWORD - Static variable in class com.sri.common.controller.LoginAction
Constant for state send password.
PromptAddTag - Class in com.sri.emo.annotations
 
PromptAddTag(Controller) - Constructor for class com.sri.emo.annotations.PromptAddTag
 
PromptAddWizard - Class in com.sri.emo.wizard.wizardgateway
Prompts for adding a wizard.
PromptAddWizard(Controller) - Constructor for class com.sri.emo.wizard.wizardgateway.PromptAddWizard
Constructs this particular state handler.
PromptChooseCriteria - Class in com.sri.emo.wizard.completion.management
 
PromptChooseCriteria(Controller) - Constructor for class com.sri.emo.wizard.completion.management.PromptChooseCriteria
Constructor that takes the owner controller as a paramter.
PromptChooseCriteria(Controller, CompletionBeanManager) - Constructor for class com.sri.emo.wizard.completion.management.PromptChooseCriteria
Special construcor that allows substitution of the bean manager.
PromptChooseCriteria - Class in com.sri.emo.wizard.creation.management
 
PromptChooseCriteria(Controller) - Constructor for class com.sri.emo.wizard.creation.management.PromptChooseCriteria
Constructor that takes the owner controller as a paramter.
PromptChooseCriteria(Controller, CreationBeanManager) - Constructor for class com.sri.emo.wizard.creation.management.PromptChooseCriteria
Special construcor that allows substitution of the bean manager.
PromptChooseNode - Class in com.sri.emo.wizard.completion.management
 
PromptChooseNode(Controller) - Constructor for class com.sri.emo.wizard.completion.management.PromptChooseNode
Constructor that takes the owner controller as a paramter.
PromptChooseNode - Class in com.sri.emo.wizard.creation.management
 
PromptChooseNode(Controller) - Constructor for class com.sri.emo.wizard.creation.management.PromptChooseNode
Constructor that takes the owner controller as a paramter.
PromptChooseParts - Class in com.sri.emo.wizard.completion.management
 
PromptChooseParts(Controller) - Constructor for class com.sri.emo.wizard.completion.management.PromptChooseParts
Constructor that takes the owner controller as a paramter.
PromptChooseParts - Class in com.sri.emo.wizard.creation.management
 
PromptChooseParts(Controller) - Constructor for class com.sri.emo.wizard.creation.management.PromptChooseParts
Constructor that takes the owner controller as a paramter.
PromptDeleteTag - Class in com.sri.emo.annotations
Prompts for deleting a tag.
PromptDeleteTag(Controller) - Constructor for class com.sri.emo.annotations.PromptDeleteTag
 
PromptDeleteWizard - Class in com.sri.emo.wizard.wizardgateway
Prompts to delete a wizard.
PromptDeleteWizard(Controller, WizDefinitionRepository) - Constructor for class com.sri.emo.wizard.wizardgateway.PromptDeleteWizard
Constructs this particular state handler.
PromptEditWizard - Class in com.sri.emo.wizard.completion.management
 
PromptEditWizard(Controller, CompletionRepository, ICompletionBeanManager) - Constructor for class com.sri.emo.wizard.completion.management.PromptEditWizard
Constructor.
PromptEditWizard - Class in com.sri.emo.wizard.creation.management
 
PromptEditWizard(Controller, CreationRepository, ICreationBeanManager) - Constructor for class com.sri.emo.wizard.creation.management.PromptEditWizard
Constructor.
PromptInstructions - Class in com.sri.emo.wizard.selection.management
State that prompts for instructions.
PromptInstructions(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptInstructions
Default constructor.
PromptModelField - Class in com.sri.emo.wizard.selection.management
This handler is called when the user indicates that the picklist to use is based on an attribute defined in the model.
PromptModelField(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptModelField
Constructor that takes a wizard id and a step id and forms its internal state, allowing for easy retrieval of database objects from subclasses.
PromptNodeAttribute - Class in com.sri.emo.wizard.selection.management
Prompts the Node Attribute to use for the picklist.
PromptNodeAttribute(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptNodeAttribute
Constructor that takes a wizard id and step id to handle the state.
PromptNodeInstance - Class in com.sri.emo.wizard.selection.management
Prompts For The Node Instance to use for per-node steps.
PromptNodeInstance(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptNodeInstance
Constructor that takes a wizard id and step id to handle the state.
PromptPicklist - Class in com.sri.emo.wizard.selection.management
Prompts for a picklist id to use.
PromptPicklist(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptPicklist
Constructor that takes a wizard id and a step id and forms its internal state, allowing for easy retrieval of database objects from subclasses.
PromptSelectModel - Class in com.sri.emo.wizard.selection.management
This state prompts for the model that should be used in locating the attribute to use for building the menus.
PromptSelectModel(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptSelectModel
Constructor that takes a wizard id and a step id and forms its internal state, allowing for easy retrieval of database objects from subclasses.
PromptStepType - Class in com.sri.emo.wizard.selection.management
Handles the 'choose step type' state.
PromptStepType(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptStepType
Default Constructor that takes a step and an (optional) step id.
PromptTextEntry - Class in com.sri.emo.wizard.selection.management
Prompts for the type of text entry available for the user.
PromptTextEntry(String, String) - Constructor for class com.sri.emo.wizard.selection.management.PromptTextEntry
Constructor that takes a wizard id and step id to handle the state.
propagateReturnToSenderParameter(ExpressoRequest, ExpressoResponse, Transition) - Method in class com.sri.emo.controller.NodeController
Sets any previously set 'return to sender' URLS if they have been set.

Q

QueryUtils - Class in com.sri.common.util
Title: QueryUtils
QueryUtils() - Constructor for class com.sri.common.util.QueryUtils
 

R

READ_CHK - Static variable in class com.sri.emo.controller.PermissionController
 
READ_GROUP - Static variable in class com.sri.emo.controller.PartAction
 
READ_GROUP_DEFAULT_SETUP_CODE - Static variable in class com.sri.emo.controller.PartAction
 
readExternal(ObjectInput) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Nothing to read.
readExternal(ObjectInput) - Method in class com.sri.emo.wizard.expressoimpl.ExpressoLink
 
redirectAfterSave(ControllerRequest, ControllerResponse, WizStep) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Redirects to the list wizard state when a save of a step is complete.
redirectToSender(ServletControllerRequest, String) - Method in class com.sri.emo.controller.NodeController
Detects if we are running in embedded mode and redirects to the sender based on the return url (if supplied).
REF_ID - Static variable in class com.sri.emo.dbobj.Node
 
REFERENCE - Static variable in class com.sri.emo.dbobj.Node
 
REFERENCES - Static variable in interface com.sri.emo.dbobj.AbstractParts
 
refreshCache(String) - Static method in class com.sri.emo.dbobj.PartsFactory
after adding or deleting parts, call this
refreshSpecialHandlerCache() - Method in class com.sri.emo.dbobj.Part
 
REFS_ONLY - Static variable in class com.sri.emo.dbobj.Node
 
REL_REF - Static variable in class com.sri.emo.dbobj.Part
 
RELATED - Static variable in class com.sri.emo.dbobj.Node
 
RELATED_DELIMITER - Static variable in class com.sri.emo.dbobj.Node
XML: used to seperate 2 halves of name for related node tags.
RELATED_ENTITY_TYPE - Static variable in class com.sri.emo.controller.PartAction
 
relation() - Method in class com.sri.emo.dbobj.PartDescriptor
 
Relation - Class in com.sri.emo.dbobj
Encapsulate a linkage between two nodes.
Relation() - Constructor for class com.sri.emo.dbobj.Relation
Default constructor for Relation creates a new object of this type with no connection yet allocated.
Relation(DBConnection) - Constructor for class com.sri.emo.dbobj.Relation
Constructor
Relation(DBConnection, int) - Constructor for class com.sri.emo.dbobj.Relation
Constructor
Relation(ControllerRequest) - Constructor for class com.sri.emo.dbobj.Relation
Deprecated. Use RequestRegistry to propage these parameters instead.
Relation(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.Relation
Constructor for security setup.
Relation(SecuredDBObject) - Constructor for class com.sri.emo.dbobj.Relation
 
RELATION_ANNOTATION - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_CREATED - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_DEST - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_INVERSE - Static variable in class com.sri.emo.dbobj.RelationType
marker for whether this relation has an inverse ("reflexive" relations have inverses)
RELATION_JOIN - Static variable in class com.sri.emo.dbobj.Node
 
RELATION_MODIFIED - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_ORDER - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_OWNER - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_SRC - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_STRENGTH - Static variable in class com.sri.emo.dbobj.RelationType
 
RELATION_TARGET - Static variable in class com.sri.emo.controller.NodeAction
 
RELATION_TYPE - Static variable in class com.sri.emo.dbobj.Relation
 
RELATION_TYPE_DESCRIP - Static variable in class com.sri.emo.dbobj.RelationType
 
RELATION_TYPE_DISPLAY_NAME - Static variable in class com.sri.emo.dbobj.RelationType
 
RELATION_TYPE_JOIN - Static variable in class com.sri.emo.dbobj.Node
 
RELATION_TYPE_NAME - Static variable in class com.sri.emo.dbobj.RelationType
 
RelationPageMetadata - Class in com.sri.emo.wizard.completion
Relation Page-specific metadata.
RelationPageMetadata() - Constructor for class com.sri.emo.wizard.completion.RelationPageMetadata
 
RelationType - Class in com.sri.emo.dbobj
The types of relations between nodes in the model.
RelationType() - Constructor for class com.sri.emo.dbobj.RelationType
Default constructor for RelationType creates a new object of this type with no connection yet allocated.
RelationWizardPage - Class in com.sri.emo.wizard.completion
Wizard page that handles the selection of various relations available.
RelationWizardPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.completion.RelationWizardPage
Standard constructor for a wizard page.
RelationWizardPage - Class in com.sri.emo.wizard.creation
Wizard page that handles the selection of various relations available.
RelationWizardPage(Integer, PageMetadata) - Constructor for class com.sri.emo.wizard.creation.RelationWizardPage
Standard constructor for a wizard page.
releaseWizard(ExpressoRequest, Wizard) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Removes the wizard resources from the session.
remove() - Method in class com.sri.emo.dbobj.model_tree.ModelDepthFirstIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
REMOVE_GROUP - Static variable in class com.sri.emo.controller.NodeAction
 
removeAllAttributes() - Method in class com.sri.emo.dbobj.WizStep
Delete all attributes.
removeBeanByPart(String) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
removeBeanByPart
REMOVED_REG_FIELDS - Static variable in class com.sri.emo.EmoSchema
 
removeErrors() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
Clear all errors associated with the page.
removeErrors() - Method in interface com.sri.emo.wizard.WizardPage
Clear all errors associated with the page.
removeOuterChar(String, char, char) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
removeOuterChars(String, char, char) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
removeQuotes(String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
removeQuotesNoTrim(String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
removeStepAttribute(String) - Method in class com.sri.emo.dbobj.WizStep
Remove an attribute to be associated with the step.
removeWizard(Serializable) - Method in class com.sri.emo.wizard.defaults.DefaultWizardRepository
Removes a particular wizard from the repository.
removeWizard(Serializable) - Method in interface com.sri.emo.wizard.WizardRepository
Removes a particular wizard from the repository.
renderCommonControls(WizStep, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.EditFinalState
Renders the controls that are common to each of the 'last definition' steps.
renderEntityAsXml(NodeType, ExpressoRequest, boolean) - Method in class com.sri.emo.controller.ModelXMLWriter
Renders the entity and nodes as XML.
renderEntityAsXml(NodeType) - Method in class com.sri.emo.controller.ModelXMLWriter
Render an entity as an XML document.
renderNodeAsXml(Node, ExpressoRequest) - Method in class com.sri.emo.controller.ModelXMLWriter
Converts a particular node to XML.
renderNodesAsXml(Node[], ExpressoRequest) - Method in class com.sri.emo.controller.ModelXMLWriter
Similar to the above list, but renders an array of XML nodes in succession to the resulting document.
repository - Variable in class com.sri.emo.wizard.completion.CompletionBuilder
The completion repository to use for querying the wizard.
repository - Variable in class com.sri.emo.wizard.creation.CreationBuilder
The completion repository to use for querying the wizard.
RepositoryConversionException - Exception in com.sri.common.dbobj
Exception indicates a general error in adapting a Database object to a POJO.
RepositoryConversionException() - Constructor for exception com.sri.common.dbobj.RepositoryConversionException
Default constructor.
RepositoryConversionException(String) - Constructor for exception com.sri.common.dbobj.RepositoryConversionException
Constructor that takes a message.
RepositoryConversionException(Throwable) - Constructor for exception com.sri.common.dbobj.RepositoryConversionException
Constructor that takes a nested exception/error.
RepositoryConversionException(String, Throwable) - Constructor for exception com.sri.common.dbobj.RepositoryConversionException
Constructor that takes a message and a nested exception.
RepositoryException - Exception in com.sri.common.dbobj
Runtime Exception for underlying repository errors.
RepositoryException() - Constructor for exception com.sri.common.dbobj.RepositoryException
Default constructor.
RepositoryException(String) - Constructor for exception com.sri.common.dbobj.RepositoryException
Constructor that takes a message.
RepositoryException(Throwable) - Constructor for exception com.sri.common.dbobj.RepositoryException
Constructor that takes a nested exception/error.
RepositoryException(String, Throwable) - Constructor for exception com.sri.common.dbobj.RepositoryException
Constructor that takes a message and a nested exception.
REQUEST_ATTRIBUTES - Static variable in class com.sri.emo.wizard.selection.management.EditFinalState
Constant for where attributes are stored in the Request context.
REQUEST_CONTAINER - Static variable in class com.sri.common.controller.AbstractComponentController
The mutable pico container is stored here.
REQUEST_CONTAINER - Static variable in class com.sri.common.controller.AbstractDBController
Key where the RequestContainer is stored in the session.
REQUEST_ID - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Key for the current wizard in the request.
retrieveWizStep(ExpressoRequest) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Helper function to retrieve the WizStep object from the controller request.
RETURN_TO - Static variable in class com.sri.emo.controller.AddNodeAction
 
RIGHT_ALIGN - Static variable in class com.sri.emo.wizard.creation.StringUtil
 
rollbackBacktrace(WizardPage) - Method in class com.sri.emo.wizard.branch.BranchingWizard
Rolls back the backtrace stack if the src page is already on the stack, indicating that the browser pushed the back button.
rollbackBacktrace(WizardPage) - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Rolls back the backtrace stack if the src page is already on the stack, indicating that the browser pushed the back button.
ROW - Static variable in class com.sri.common.controller.AbstractDBController
Row Constant.
ROW - Static variable in class com.sri.emo.dbobj.AbstractMatrixHandler
XML tag names
ROW_BLOCK - Static variable in class com.sri.common.controller.AbstractDBController
Row Block Constant.
ROW_ID - Static variable in class com.sri.emo.dbobj.MatrixCell
row id, which is the attribute ID for the observable variable category or, for covar matrix, for SMV id
run() - Method in class com.sri.emo.auth.SSLClient
Main method.
run(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the wizard that the manager is associated with.
run(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.completion.management.CompletionEditor
Runs the wizard that the manager is associated with.
run(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.creation.management.CreationEditor
Runs the wizard that the manager is associated with.
run(WizDefinition, ExpressoRequest, ExpressoResponse) - Method in interface com.sri.emo.wizard.IWizardManager
Runs the wizard that the manager is associated with.
runAddGroupState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Edit permission groups for this node.
runBeginState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Runs the begin state.
runCancelState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Runs the cancel state.
runConfirmDeleteEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to confirm delete entity.
runConfirmDeletePartState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to confirm deletion an Part.
runConfirmDeleteRelationState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Confirm deletion of a relation.
runDecAttribOrderState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
increment order of this attribute
runDecRelOrderState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Dec order of this relation.
runDisplayState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Displays the result of the wizard.
runDoAddEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to add an Entity.
runDoAddItemState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Do to add pick item.
runDoAddPartState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the addition for part.
runDoAddRelationState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the addition for part.
runDoAddState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the Complete Add Wizard state.
runDoAddState(ServletControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Runs the Commit 'Add Step' state.
runDoAttribPickState(ServletControllerRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Saves the picklist attributes.
runDoChangePasswordState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
 
runDoChangePrefsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
 
runDoCloneNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Clone either orphan or sibling.
runDoCloneTreeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Clone either orphan or sibling.
runDoDecItemOrderState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Decrement pick item order number.
runDoDecPartNumState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Decrement Part number.
runDoDeleteAttribState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
 
runDoDeleteEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to confirm delete entity.
runDoDeleteItemState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Delete single pick item.
runDoDeleteNodeState(ServletControllerRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Performs the deletion of the node after prompt state.
runDoDeletePartState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the deletion of part.
runDoDeleteRelationState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the addition for relation.
runDoDeleteState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the Delete Wizard state.
runDoDeleteState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Runs the Delete Step state.
runDoEditAttribState(ServletControllerRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Attribute info comes in as sets.
runDoEditEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the edits.
runDoEditItemState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Do for editing single pick item.
runDoEditMoreAttribState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Optional submit button for adding attributes AND getting chance to add more.
runDoEditNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
handle updates to node info--not attributes or shared relations, but the few fields that the node owns: title, annotation, comment
runDoEditPartState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the edits for parts.
runDoEditPermsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PermissionController
Do for editing single pick item.
runDoEditRelationState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the addition for relation.
runDoEditState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the complete update state.
runDoEditState(ServletControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Runs the Commit 'Edit Step' state.
runDoExportNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Prompt for preferred xml format.
runDoImportEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Import XML for a given object type; update existing if found.
runDoImportNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Prompt import of node from xml.
runDoIncItemOrderState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Increment pick item order number.
runDoIncPartNumState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Increment Part number.
runDoLoginState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
Process a login request.
runDoLogoutState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
Process a logout request.
runDoPickListNodesState(ServletControllerRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
 
runDoSelectStepTypeState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Processes the results from the inputs generated by promptSelectStepType handler and transitions to the appropriate state based on the results.
runDoSendPasswordState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
Send an email to the user with a URL to click to get their new password
runExportModelState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.ImportExportModel
Runs the Export an Entire Model with Nodes state
runFinishState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Run the finish state.
runFooterState(ControllerRequest, ControllerResponse) - Method in interface com.sri.common.controller.IFooterStateHandler
A special state call will execute this state.
runFooterState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.EmoAction
footer will be executed here.
runGenerateAllEntityDocbookState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Generate XML format documentation for a given object.
runGenerateDocsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Generate html doc for all entities, with their parts.
runGenerateEntityXMLDocsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Generate XML format documentation for a given object.
runGenGuideDocsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Generate html doc for all entities, with their parts.
runHeaderState(ControllerRequest, ControllerResponse) - Method in interface com.sri.common.controller.IHeaderStateHandler
A special state call will execute this state.
runHeaderState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.EmoAction
a special state call will execute this state
runImportModelState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.ImportExportModel
Runs the Import an Entire Model With Nodes state
runIncAttribOrderState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Increment order of this attribute
runIncRelOrderState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Increment order of this relation.
runIndexState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Generate an index of all nodes--just use shortcuts from (auto) footer.
runJumpBackwardsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Runs the state that jumps the wizard backwards to some sort of previous page.
runListAllTypesState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
List of lists.
runListEntitiesState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
 
runListNodesState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Lists the nodes for a particular type.
runListRelationsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Do the addition for part.
runNextState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.CreationWizardAction
Runs the next state.
runNextState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Runs the next state.
runOrderDownState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Runs the Order Down state.
runOrderUpState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Runs the Order Up state.
runPreviousState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Runs the begin state.
runProcessLogoutState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
override to remove dep.
runPromptAddAttribState(ServletControllerRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Prompts for adding an attribute.
runPromptAddEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to add an Entity.
runPromptAddItemState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Prompt to add pick item.
runPromptAddPartState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to add an Part.
runPromptAddRelationState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to add an relation.
runPromptAddWizardState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the Add Wizard Prompt state.
runPromptAttribPickState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Prompts for editing a picklist attribute.
runPromptChangePasswordState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
 
runPromptChangePrefsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
 
runPromptCloneNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Prompts for cloning the node.
runPromptCloneTreeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Prompts for cloning an entire tree of nodes.
runPromptDeleteItemState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Prompt for deleting single pick item.
runPromptDeleteNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Prompt to confirm delete.
runPromptDeleteNodeTreeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
show lists of contained nodes that will be deleted (with checkmarks for opt-out) and list of contained nodes that will not because they are contained 'externally' to this tree.
runPromptDeleteState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the Prompt Delete Wizard state.
runPromptDeleteState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Runs the Prompt Delete Step state.
runPromptEditAttribState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Prompts for editing a node attribute.
runPromptEditEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt for one entity.
runPromptEditGroupState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.PermissionController
prompt editing of group; just reuses prompt edit for any RowSec object, using a PermGroup, a wrapper on UserGroup
runPromptEditItemState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Prompt for editing single pick item.
runPromptEditNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
prompt for NEW node or updates to node info--not attributes or shared relations, but the few fields that the node owns: title, annotation, comment.
runPromptEditOneAttribState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Edits a single attribute.
runPromptEditPartState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt for edits.
runPromptEditPermsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Edit permission groups for this node.
runPromptEditPermsState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PermissionController
Prompt for edits.
runPromptEditPicklistState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Prompt for edits.
runPromptEditRelationState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Prompt to edit a relation.
runPromptEditState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the Edit Wizard state.
runPromptEditState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Runs the Edit Step state.
runPromptExportModelState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.ImportExportModel
Runs the Prompt Export.
runPromptExportNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Prompt for preferred xml format.
runPromptImportEntityState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PartAction
Import XML for a given object type; update existing if found.
runPromptImportModelState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.ImportExportModel
Prompts for input.
runPromptImportNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Prompt import of node from xml.
runPromptInstructionsState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Dispatches to the PromptInstructions state handler.
runPromptLoginState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
 
runPromptModelFieldState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Selects the model field and etc for use in the step.
runPromptNodeAttributeState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Selects the node attribute to use for a picklist.
runPromptNodeInstanceState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Selects the model instance to use in the step.
runPromptPickListNodesState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Display list with checkboxes and submit, in order to add relation to some other node.
runPromptPicklistState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Selects the picklist to use.
runPromptSelectModelState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Selects the model to use for the step.
runPromptSelectStepTypeState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Handles the select step type state.
runPromptSendPasswordState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.common.controller.LoginAction
 
runPromptState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.ImportExportModel
Runs the Prompt state.
runPromptTemplateNameState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.WizardAction
Prompts for the name of the template to clone as defined by the decision matrix.
runPromptTextEntryState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.wizard.selection.management.WizardStepController
Prompts for Text entry.
runPublicListState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
synonym for wizard gateway 'list wizards'
runRemoveGroupState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Edit permission groups for this node.
runRunWizardState(ControllerRequest, ControllerResponse) - Method in class com.sri.emo.controller.SelectionWizardManager
Runs the Run Wizard state.
runSortByAlphaState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.PicklistAction
Sort by alpha of display name of items.
runViewNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Show view of node.
runViewNodeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
synonym for method in AddNodeAction
runViewPartState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Views all attributes or relations of a given part.
runViewSingleAttributeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Views a single attribute in its entirety.
runViewTreeState(ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.NodeAction
Executes the view tree command.
RunWizard - Class in com.sri.emo.wizard.wizardgateway
Runs the wizard.
RunWizard(Controller, WizDefinitionRepository) - Constructor for class com.sri.emo.wizard.wizardgateway.RunWizard
Constructs this particular state handler.

S

saveAttribute(ExpressoRequest, int) - Method in class com.sri.emo.controller.AddNodeAction
Write changes in attribute to DB.
saveAttribute(ExpressoRequest, int) - Method in class com.sri.emo.controller.NodeAction
Write changes in attribute to DB.
saveInput(Input) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
saveInput(Input) - Method in interface com.sri.emo.dbobj.IPartHandler
given an input, save the value in the custom manner.
saveNewCriteria() - Method in class com.sri.emo.controller.nodefilter.NodeFilter
get criteria from request and replace in session
SEARCH_TRANSITION - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
 
searchAndRetrieveList() - Method in interface com.sri.emo.dbobj.ISetting
 
searchBean - Variable in class com.sri.emo.wizard.creation.SearchListPage
 
searched - Variable in class com.sri.emo.wizard.creation.model.SearchResultBean
 
SearchListPage - Class in com.sri.emo.wizard.creation
Title:
SearchListPage(Integer, PageMetadata, ValidValue[]) - Constructor for class com.sri.emo.wizard.creation.SearchListPage
 
SearchNode - Class in com.sri.emo.wizard.creation.model
Title:
SearchNode() - Constructor for class com.sri.emo.wizard.creation.model.SearchNode
 
SearchResultBean - Class in com.sri.emo.wizard.creation.model
Title:
SearchResultBean() - Constructor for class com.sri.emo.wizard.creation.model.SearchResultBean
 
selected - Variable in class com.sri.emo.wizard.creation.model.SearchNode
 
SELECTION_WIZARD - Static variable in class com.sri.emo.wizard.wizardgateway.AddWizardHandler
The key name for selection wizards.
SelectionWizardManager - Class in com.sri.emo.controller
Provides CRUD capabilities for Wizard DBObjects.
SelectionWizardManager() - Constructor for class com.sri.emo.controller.SelectionWizardManager
Creates an instance of WizardManager.
SelectionWizDefinitionRepository - Class in com.sri.emo.wizard.expressoimpl
Expresso-aware wizard repository.
SelectionWizDefinitionRepository() - Constructor for class com.sri.emo.wizard.expressoimpl.SelectionWizDefinitionRepository
Default Cosntructor.
SequentialWizard - Class in com.sri.emo.wizard.defaults
Wizard for sequential wizards.
SequentialWizard(WizardMonitor, WizardPage[]) - Constructor for class com.sri.emo.wizard.defaults.SequentialWizard
Constructor that takes a monitor and an array of steps.
SESSION_CONTAINER - Static variable in class com.sri.common.controller.AbstractDBController
Key where the session container is stored.
SESSION_STATE_KEY_PREFIX - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Key for session state for the Wizard.
setAddedBy() - Method in class com.sri.emo.annotations.NodeTag
Sets the current user for the 'added by' node value.
setAddedBy(String) - Method in class com.sri.emo.annotations.NodeTag
Set who it was added by.
setAddedBy() - Method in class com.sri.emo.annotations.NodeTags
Sets the current user for the 'added by' node value.
setAddedBy(String) - Method in class com.sri.emo.annotations.NodeTags
Set who it was added by.
setAddedOn() - Method in class com.sri.emo.annotations.NodeTag
Sets the current date for the item.
setAddedOn(Date) - Method in class com.sri.emo.annotations.NodeTag
 
setAddedOn() - Method in class com.sri.emo.annotations.NodeTags
Sets the current date for the item.
setAddedOn(Date) - Method in class com.sri.emo.annotations.NodeTags
 
setAdditionalInfo(Serializable) - Method in class com.sri.emo.dbobj.model_tree.DefaultModelNode
Sets the additional tag information to be associated with this node.
setAdditionalInfo(Serializable) - Method in interface com.sri.emo.dbobj.model_tree.ModelNode
Sets the additional tag information to be associated with this node.
setAdditionalInfo(Serializable) - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Sets the additional tag information to be associated with this node.
setAdditionalInfo(Class) - Method in class com.sri.emo.dbobj.WizDefinition
Default class for additional information.
setAdditionalInfo(JDBCDataObject) - Method in class com.sri.emo.dbobj.WizDefinition
Sets a new object to the additional info placeholder.
setApplicationContainer(MutablePicoContainer) - Method in class com.sri.common.ComponentSchema
 
setAttribID(String) - Method in class com.sri.emo.dbobj.MatrixCell
 
setAttributeComment(String) - Method in class com.sri.emo.dbobj.Attribute
 
setAttributeId(String) - Method in class com.sri.emo.dbobj.Attribute
 
setAttributeType(String) - Method in class com.sri.emo.dbobj.Attribute
 
setAttributeValue(String) - Method in class com.sri.emo.dbobj.Attribute
 
setBrowse(boolean) - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
setBrowse(boolean) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setBrowse(boolean) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
setBrowse(boolean) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setBrowseText(String) - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
setBrowseText(String) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setBrowseText(String) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
setBrowseText(String) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setCachedNodeId(String) - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
 
setCancelLink(Link) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
setCardinality(int) - Method in class com.sri.emo.dbobj.PartDescriptor
 
setChildFrame(String) - Method in class com.sri.common.taglib.TreeMenuTag
Sets the id of the child frame for a target with javascript.
setColId(String) - Method in class com.sri.emo.dbobj.MatrixCell
 
setComment(String) - Method in interface com.sri.emo.dbobj.ISetting
 
setComment(String) - Method in class com.sri.emo.dbobj.Setting
 
setComment(String) - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
setCompletionBean(CompletionBean) - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
Sets the underlying completion bean.
setCompletionBean(ExpressoRequest, CompletionBean) - Method in class com.sri.emo.wizard.completion.management.CompletionBeanManager
 
setCompletionBean(ExpressoRequest, CompletionBean) - Method in interface com.sri.emo.wizard.completion.management.ICompletionBeanManager
Saves the specified completion bean to session.
setCompletionBean(CreationBean) - Method in class com.sri.emo.wizard.creation.EmoCreationWizardOld
Sets the underlying completion bean.
setCompletionBean(ExpressoRequest, CreationBeans) - Method in class com.sri.emo.wizard.creation.management.CreationBeanManager
 
setCompletionBean(ExpressoRequest, CreationBeans) - Method in interface com.sri.emo.wizard.creation.management.ICreationBeanManager
Saves the specified completion bean to session.
setCompletionBeans(CreationBeans) - Method in class com.sri.emo.wizard.creation.EmoCreationWizard
Sets the underlying completion bean.
setCreate(boolean) - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
setCreate(boolean) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setCreate(boolean) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
setCreate(boolean) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setCreateText(String) - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
setCreateText(String) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setCreateText(String) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
setCreateText(String) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setCurrentBean(CreationBean) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
setCurrentModelNode(ModelNode) - Method in class com.sri.emo.controller.TreeViewVisitor
 
setCurrentPage(WizardPage) - Method in class com.sri.emo.wizard.AbstractWizard
Set the current page for the wizard.
setCustomHandler(String) - Method in class com.sri.emo.dbobj.NodeType
 
setCustomHandler(String) - Method in class com.sri.emo.dbobj.Part
 
setCustomHandler(IPartHandler) - Method in class com.sri.emo.dbobj.PartDescriptor
 
setCustomHandlerClassName(String) - Method in class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
 
setCustomHandlerClassName(String) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setData(Serializable) - Method in class com.sri.emo.wizard.completion.CustomPartHandlerPage
Sets the data associated with the page.
setData(Serializable) - Method in class com.sri.emo.wizard.completion.MultiEntryWizardPage
Sets the data associated with the page.
setData(Serializable) - Method in class com.sri.emo.wizard.completion.RelationWizardPage
Intercepts the setData call (which is a Map), grabs the parameters we're interested in, and calls the super.setData() with a Set of all relations that are listed as 'checked'.
setData(Serializable) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerPage
Sets the data associated with the page.
setData(Serializable) - Method in class com.sri.emo.wizard.creation.EmoDebugWizardPage
 
setData(Serializable) - Method in class com.sri.emo.wizard.creation.MultiEntryWizardPage
Sets the data associated with the page.
setData(Serializable) - Method in class com.sri.emo.wizard.creation.RelationWizardPage
Intercepts the setData call (which is a Map), grabs the parameters we're interested in, and calls the super.setData() with a Set of all relations that are listed as 'checked'.
setData(Serializable) - Method in class com.sri.emo.wizard.creation.SearchListPage
 
setData(Serializable) - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
 
setData(Serializable) - Method in class com.sri.emo.wizard.selection.NameNodePage
Sets the data associated with the page.
setData(Serializable) - Method in interface com.sri.emo.wizard.WizardPage
Sets the data associated with the page.
setDecisionResult(int) - Method in class com.sri.emo.dbobj.WizDecisionSet
 
setDecisionValue(int) - Method in class com.sri.emo.dbobj.WizDecisionEntities
 
setDefaultReadWriteGroups(String) - Method in class com.sri.emo.EmoSchema
 
setDestId(String) - Method in class com.sri.emo.dbobj.Relation
 
setDirective(String) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
setDirective(String) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setDirective(String) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Sets the directive string.
setDisplayName(String) - Method in class com.sri.emo.dbobj.NodeType
 
setDisplayValue(String) - Method in class com.sri.emo.dbobj.PickList
 
setDynamicTarget(boolean) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
 
setDynamicTarget(boolean) - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
setEditing(Boolean) - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Allows definition of whether the state is editing a current wizard.
setEntityDescription(String) - Method in class com.sri.emo.dbobj.NodeType
 
setEntityName(String) - Method in class com.sri.emo.dbobj.NodeType
set name.
setEntry(boolean) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
True if there is data entry for this page.
setEntryRequired(boolean) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Sets whether the data entry is required or not.
setExplicitPart(Part) - Method in class com.sri.emo.dbobj.Attribute
Sets the part for this attribute explicitly.
setFieldCompletion(FieldCompletion) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
setFieldCompletion(FieldCompletion) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setFilled(boolean) - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
setFinishLink(Link) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
setGroupName(String) - Method in class com.sri.common.util.PermGroup
convenience method
setHelpText(String) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
setHelpText(String) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setHelpText(String) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Sets the help text.
setIconUrl(String) - Method in class com.sri.common.taglib.DefaultTreeNode
Sets the icon url.
setId(String) - Method in class com.sri.emo.dbobj.NodeType
 
setId(String) - Method in class com.sri.emo.dbobj.Part
 
setID(String) - Method in class com.sri.emo.dbobj.PickList
 
setId(String) - Method in class com.sri.emo.dbobj.WizDefinition
 
setId(int) - Method in class com.sri.emo.dbobj.WizDefinition
 
setId(String) - Method in class com.sri.emo.dbobj.WizStep
 
setId(int) - Method in class com.sri.emo.dbobj.WizStep
 
setId(Object) - Method in class com.sri.emo.wizard.AbstractWizard
Sets the wizard Id.
setInputList(List) - Method in class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
 
setInputList(List) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setInverseRel(String) - Method in class com.sri.emo.dbobj.RelationType
 
setLabel(String) - Method in class com.sri.common.taglib.DefaultTreeNode
Sets the label for the node.
setLabel(String) - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Set the label of the node.
setLink(String) - Method in class com.sri.common.taglib.DefaultTreeNode
Sets the link for the node.
setLink(Transition) - Method in class com.sri.emo.dbobj.model_tree.AbstractModelNode
Set the transition.
setMaxEntries(Integer) - Method in class com.sri.emo.wizard.completion.MinMaxPageMetadata
Sets the maximum number of entries for a given page.
setMaxEntries(int) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
setMaxEntries(Integer) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
Sets the maximum number of entries for a given page.
setMaxEntries(int) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setMaxlength(String) - Method in class com.sri.common.taglib.InputTag
Setter method for maxlength.
setMinEntries(Integer) - Method in class com.sri.emo.wizard.completion.MinMaxPageMetadata
Sets the minimum number of entries for the page.
setMinEntries(int) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
setMinEntries(Integer) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
Sets the minimum number of entries for the page.
setMinEntries(int) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setModelFilledStatus(ModelFillStatus) - Method in class com.sri.emo.dbobj.model_tree.DefaultModelNode
Set the model status in terms of 'filled parts'.
setMyOwner(Wizard) - Method in class com.sri.emo.wizard.selection.DisplaySummaryPage
 
setName(String) - Method in class com.sri.common.taglib.InputTag
Sets the name parameter to retreive from the ControllerResponse.
setNextLink(Link) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
setNode(Node) - Method in class com.sri.emo.wizard.creation.model.SearchNode
 
setNodeAnnotation(String) - Method in class com.sri.emo.dbobj.Node
 
setNodeComment(String) - Method in class com.sri.emo.dbobj.Node
 
setNodeCompletionStatus(NodeCompletionStatus) - Method in class com.sri.emo.dbobj.model_tree.DefaultModelNode
Sets the node completion status.
setNodeCompletionStatus(NodeCompletionStatus) - Method in class com.sri.emo.dbobj.model_tree.NoParentNode
Sets the node completion status.
setNodeId(Integer) - Method in class com.sri.emo.annotations.NodeTag
Sets the parent node id.
setNodeId(String) - Method in class com.sri.emo.annotations.NodeTag
 
setNodeId(Integer) - Method in class com.sri.emo.annotations.NodeTags
Sets the parent node id.
setNodeId(String) - Method in class com.sri.emo.dbobj.Node
 
setNodeId(String) - Method in class com.sri.emo.wizard.completion.RelationPageMetadata
 
setNodeId(String) - Method in class com.sri.emo.wizard.creation.CreationPageMetadata
 
setNodeOwner(String) - Method in class com.sri.emo.dbobj.Node
 
setNodeRelation(String) - Method in class com.sri.emo.dbobj.Part
 
setNodes(List) - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
setNodeTitle(String) - Method in class com.sri.emo.dbobj.Node
 
setNodeTitle(String) - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
setNodeType(String) - Method in class com.sri.emo.dbobj.Node
 
setNodeType(String) - Method in class com.sri.emo.dbobj.PickList
 
setNodeType(String) - Method in class com.sri.emo.wizard.completion.RelationPageMetadata
 
setNodeType(String) - Method in class com.sri.emo.wizard.creation.CreationPageMetadata
 
setNodeType(String) - Method in class com.sri.emo.wizard.creation.SearchListPage
setNodeType
setNumAvailableRelations(int) - Method in class com.sri.emo.wizard.completion.RelationWizardPage
 
setNumAvailableRelations(int) - Method in class com.sri.emo.wizard.creation.RelationWizardPage
 
setNumEntries(int) - Method in class com.sri.emo.wizard.completion.MultiEntryWizardPage
 
setNumEntries(int) - Method in class com.sri.emo.wizard.creation.MultiEntryWizardPage
 
setOnClick(String) - Method in class com.sri.common.taglib.InputTag
Setter method for javascript onClick method.
setOnKeyPress(String) - Method in class com.sri.common.taglib.InputTag
Setter method for javascript : onKeyPress.
setOrder(String) - Method in class com.sri.emo.dbobj.Attribute
 
setOrder(int) - Method in class com.sri.emo.dbobj.Attribute
 
setOrder(String) - Method in class com.sri.emo.dbobj.Relation
 
setOrder(int) - Method in class com.sri.emo.dbobj.Relation
 
setOrder(String) - Method in class com.sri.emo.dbobj.WizStep
 
setOrderNum(int) - Method in class com.sri.emo.dbobj.PickList
 
setPageId(Serializable) - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
setParentAttrib(Attribute) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
 
setParentNode(Node) - Method in class com.sri.emo.dbobj.Attribute
 
setParentNodeId(String) - Method in class com.sri.emo.dbobj.Attribute
note: new nodes need BOTH id and type from parent
setParentNodeType(String) - Method in class com.sri.emo.dbobj.Attribute
note: new nodes need BOTH id and type from parent
setParentObjectType(String) - Method in class com.sri.emo.dbobj.PartDescriptor
 
setParentType(String) - Method in class com.sri.emo.dbobj.Part
 
setPartCardinality(String) - Method in class com.sri.emo.dbobj.Part
 
setPartDescrip(String) - Method in class com.sri.emo.dbobj.Part
 
setPartId(int) - Method in class com.sri.emo.dbobj.Part
 
setPartId(String) - Method in class com.sri.emo.dbobj.Part
 
setPartId(String) - Method in class com.sri.emo.wizard.creation.InitializationPageMetadata
 
setPartId(int) - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
setPartLabel(String) - Method in class com.sri.emo.dbobj.Part
 
setPartNodeRelation(String) - Method in class com.sri.emo.wizard.completion.RelationPageMetadata
 
setPartNodeRelation(String) - Method in class com.sri.emo.wizard.creation.CreationPageMetadata
 
setPartNum(int) - Method in class com.sri.emo.dbobj.Part
 
setPartType(String) - Method in class com.sri.emo.dbobj.Part
 
setPickAttribType(String) - Method in class com.sri.emo.dbobj.PickList
 
setPreviousLink(Link) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
 
setRecentEditor(String) - Method in class com.sri.emo.dbobj.Node
 
setRelationTypeName(String) - Method in class com.sri.emo.dbobj.Relation
 
setRelDescrip(String) - Method in class com.sri.emo.dbobj.RelationType
 
setRelDisplayName(String) - Method in class com.sri.emo.dbobj.RelationType
 
setRelType(String) - Method in class com.sri.emo.dbobj.RelationType
 
setRequired(boolean) - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
setRequired(boolean) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setRequired(boolean) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
setRequired(boolean) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setRowId(String) - Method in class com.sri.emo.dbobj.MatrixCell
 
setRowId(int) - Method in class com.sri.emo.dbobj.MatrixCell
 
setSearch(boolean) - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
setSearch(boolean) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setSearch(boolean) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
setSearch(boolean) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setSearchBean(SearchResultBean) - Method in class com.sri.emo.wizard.creation.SearchListPage
 
setSearched(boolean) - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
setSearchPage(SearchListPage) - Method in class com.sri.emo.wizard.creation.model.CreationBean
 
setSearchText(String) - Method in interface com.sri.emo.wizard.creation.CreationMetadata
 
setSearchText(String) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setSearchText(String) - Method in class com.sri.emo.wizard.creation.MinMaxPageMetadata
 
setSearchText(String) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setSelected(boolean) - Method in class com.sri.common.taglib.DefaultTreeNode
Sets whether the node is selected or not.
setSelected(boolean) - Method in interface com.sri.common.taglib.TreeNode
Manipulator that sets the selected value to true.
setSelected(boolean) - Method in class com.sri.emo.wizard.creation.model.SearchNode
 
setSelected(boolean) - Method in class com.sri.emo.wizard.ValidValueWithComment
Sets the valid value as selected.
setSelectedNode(int) - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
setSelectedNode
setSelectedNodeId(String) - Method in class com.sri.emo.wizard.selection.NameNodePage
 
setSelectedStyle(String) - Method in class com.sri.common.taglib.DefaultTreeNode
Sets the node selected style.
setSettingPrototype(ISetting) - Method in class com.sri.emo.wizard.completion.CustomPartHandlerMetadata
 
setSettingPrototype(ISetting) - Method in class com.sri.emo.wizard.creation.CustomPartHandlerMetadata
 
setSettingTargetId(String) - Method in interface com.sri.emo.dbobj.ISetting
 
setSettingTargetId(String) - Method in class com.sri.emo.dbobj.Setting
 
setShowlabel(String) - Method in class com.sri.common.taglib.InputTag
Setter method for showlabel.
setSingleEntry(boolean) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
 
setSingleEntry(boolean) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
 
setSize(String) - Method in class com.sri.common.taglib.InputTag
Setter method for size.
setSourcePageId(Serializable) - Method in class com.sri.emo.wizard.creation.SearchListPage
 
setSpecialHandler(String) - Method in class com.sri.emo.dbobj.Part
 
setSrcId(String) - Method in class com.sri.emo.dbobj.Relation
 
setStepAttributes(Map) - Method in class com.sri.emo.dbobj.WizStep
Sets the step attributes.
setStepId(String) - Method in class com.sri.emo.dbobj.StepAttributes
 
setStepId(int) - Method in class com.sri.emo.dbobj.WizDecisionEntities
 
setStrength(String) - Method in class com.sri.emo.dbobj.RelationType
 
setStrongRelation(boolean) - Method in class com.sri.emo.dbobj.RelationType
 
setSummary(String) - Method in class com.sri.emo.wizard.AbstractWizard
Set the summary text of the wizard.
setSummary(String) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Sets the wizard directive.
setSummary(String) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Sets the wizard directive.
setSummaryNonRaw(String) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
setTagValue(String) - Method in class com.sri.emo.annotations.NodeTag
Sets the value of the tag.
setTagValue(String) - Method in class com.sri.emo.annotations.NodeTags
Sets the value of the tag.
setTargetId(int) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Sets the target id (as integer)
setTargetId(String) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Sets the target id.
setTargetId(int) - Method in class com.sri.emo.wizard.creation.model.CreationBean
Sets the target id (as integer)
setTargetId(String) - Method in class com.sri.emo.wizard.creation.model.CreationBean
Sets the target id.
setTargetNodeId(String) - Method in class com.sri.emo.wizard.completion.EmoCompletionWizard
 
setTemplateId(String) - Method in interface com.sri.emo.dbobj.ISetting
 
setTemplateId(String) - Method in class com.sri.emo.dbobj.Setting
 
SETTING - Static variable in class com.sri.emo.dbobj.AbstractSettingHandler
 
Setting - Class in com.sri.emo.dbobj
A setting for a variable.
Setting() - Constructor for class com.sri.emo.dbobj.Setting
 
Setting(String, String) - Constructor for class com.sri.emo.dbobj.Setting
 
Setting(DBConnection, int) - Constructor for class com.sri.emo.dbobj.Setting
Constructor
Setting(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.Setting
Constructor for security setup.
SETTING_DESCRIPTION - Static variable in class com.sri.emo.dbobj.Setting
 
SETTING_NODE_ID - Static variable in class com.sri.emo.dbobj.Setting
for this particular node, somehow associated with template, this setting applies
setTitle(String) - Method in class com.sri.emo.wizard.AbstractWizard
Set the title of the wizard.
setTitle(String) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Sets the title.
setType(String) - Method in class com.sri.common.taglib.InputTag
Setter method for type.
setUnselectedStyle(String) - Method in class com.sri.common.taglib.DefaultTreeNode
Sets the nodes unselected style.
setupEmailValidation(ExpressoRequest, ExpressoResponse, User, RegistrationDomain, String) - Method in class com.sri.emo.controller.EmoRegistration
Creates the validation entry for validating email.
setupExpresso(String) - Static method in class com.sri.emo.commandline.AbstractEmoUtility
 
setupFields() - Method in class com.sri.common.util.PermGroup
 
setupFields() - Method in class com.sri.emo.annotations.NodeTag
 
setupFields() - Method in class com.sri.emo.annotations.NodeTags
 
setupFields() - Method in class com.sri.emo.dbobj.Attribute
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.MatrixCell
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.Node
Defines the database table name and fields for this DB object.
setupFields() - Method in class com.sri.emo.dbobj.NodeType
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.Part
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.PickList
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.Relation
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.RelationType
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.Setting
Defines the database table name and fields for this DB object
setupFields() - Method in class com.sri.emo.dbobj.StepAttributes
One time intiialization of all the field types.
setupFields() - Method in class com.sri.emo.dbobj.WizDecisionEntities
One time intiialization of all the field types.
setupFields() - Method in class com.sri.emo.dbobj.WizDecisionSet
One time intiialization of all the field types.
setupFields() - Method in class com.sri.emo.dbobj.WizDefinition
One time intiialization of all the field types.
setupFields() - Method in class com.sri.emo.dbobj.WizStep
One time intiialization of all the field types.
setupFields() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Method to set up the fields for this database object.
setupFields() - Method in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Method to set up the fields for this database object.
setupFields() - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Method to set up the fields for this database object.
setupFields() - Method in class com.sri.emo.wizard.creation.persistence.CreationDetails
Method to set up the fields for this database object.
setupSubclassLog() - Method in class com.sri.emo.dbobj.IndentComparator
 
setUrl(String) - Method in class com.sri.emo.auth.SSLClient
Sets the URL to connect to.
setValue(String) - Method in class com.sri.common.taglib.InputTag
Setter method for value.
setValue(String) - Method in class com.sri.common.taglib.TreeMenuTag
Sets the name of the bean object we're supposed to render.
setValue(String) - Method in interface com.sri.emo.dbobj.ISetting
 
setValue(String) - Method in class com.sri.emo.dbobj.MatrixCell
 
setValue(String) - Method in class com.sri.emo.dbobj.Setting
 
setViewId(String) - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Set the view id.
setWizardClass(Class) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Sets the wizard class to use.
setWizardClass(String) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Sets the wizard class to use
setWizardClass(Class) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Sets the wizard class to use.
setWizardClass(String) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Sets the wizard class to use
setWizardDefinition(WizDefinition) - Method in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
Sets the wizard definition.
setWizardDefinition(WizDefinition) - Method in class com.sri.emo.wizard.creation.persistence.CreationDefinition
Sets the wizard definition.
setWizardId(int) - Method in class com.sri.emo.dbobj.WizDecisionSet
Set the wizard id for this decision set.
setWizardId(String) - Method in class com.sri.emo.dbobj.WizDecisionSet
Set the wizard id for this decision set.
setWizardId(int) - Method in class com.sri.emo.wizard.completion.CompletionBuilder
To be set by the factory.
setWizardId(Integer) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Sets the wizard id.
setWizardId(int) - Method in class com.sri.emo.wizard.creation.CreationBuilder
To be set by the factory.
setWizardId(Integer) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Sets the wizard id.
setWizardId(int) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
Sets the wizard id for the given selection factory.
setWizardId(int) - Method in interface com.sri.emo.wizard.WizardFactorySPI
To be set by the factory.
setWizardTitle(String) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Sets the wizard title.
setWizardTitle(String) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Sets the wizard title.
setWizId(String) - Method in class com.sri.emo.dbobj.WizStep
 
shouldUpdateDecisionMatrix() - Method in class com.sri.emo.dbobj.WizStep
Assumes that this object has been retrieved and then certain fields have been set from request parameters.
SIBLING_MARKER - Static variable in class com.sri.emo.controller.NodeAction
flavors for cloning
SINGLE_ALLOWED - Static variable in class com.sri.emo.dbobj.Part
 
SINGLE_CARDINALITY_CHOICES - Static variable in class com.sri.emo.dbobj.Part
 
SINGLE_ITEM_ALLOWED - Static variable in class com.sri.emo.dbobj.PartDescriptor
cardinalities
SINGLE_SELECTED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: single attribute selected.
SINGLE_TEXTAREA_NUM_LINES - Static variable in class com.sri.common.controller.AbstractDBController
Number of lines for a text area.
SINGLE_UNSELECTED - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: single attribute unselected.
size() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
SKIP_IGNORE_SYNTAX - Static variable in class com.sri.emo.commandline.defaults.DefaultSQLGenerator
 
SM_VAR_ID - Static variable in class com.sri.emo.dbobj.AbstractMatrixHandler
 
SM_VAR_NAME - Static variable in class com.sri.emo.dbobj.AbstractMatrixHandler
 
SORT_BY_ALPHA - Static variable in class com.sri.emo.controller.PicklistAction
 
SORT_PARAM - Static variable in class com.sri.emo.controller.NodeAction
 
sortMatrixRows(HashMap, Comparator) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
 
sourcePageId - Variable in class com.sri.emo.wizard.creation.SearchListPage
 
space(int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
SPECIAL_HANDLER - Static variable in class com.sri.emo.dbobj.Part
 
SqlRowGenerator - Interface in com.sri.emo.commandline
Converts dbobjects into SQL statements.
src - Variable in class com.sri.emo.controller.NodeCloner
 
SRC_NODE_REF - Static variable in class com.sri.emo.dbobj.Part
 
SSLCertFilter - Class in com.sri.emo.auth
Allows for authentication against an X.509 certificate.
SSLCertFilter() - Constructor for class com.sri.emo.auth.SSLCertFilter
 
SSLClient - Class in com.sri.emo.auth
This is a sample client that can use grab the contents of a page.
SSLClient() - Constructor for class com.sri.emo.auth.SSLClient
 
STATE_BEGIN - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Start state constant.
STATE_CLONE_TEMPLATE - Static variable in class com.sri.emo.wizard.selection.WizardAction
Constant for state "Clone Template"
STATE_DESCRIPTION - Static variable in class com.sri.emo.controller.nodefilter.DoFilterNodes
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.DoCancel
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.DoChooseCriteria
 
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.DoChooseNodeStep
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.DoChooseParts
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.PromptChooseCriteria
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.PromptChooseNode
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.PromptChooseParts
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.completion.management.PromptEditWizard
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.DoCancel
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.DoChooseCriteria
 
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.DoChooseNodeStep
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.DoChooseParts
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.PromptChooseCriteria
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.PromptChooseNode
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.PromptChooseParts
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.creation.management.PromptEditWizard
The description of this state as referred to by the Expresso Controller.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptInstructions
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptModelField
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptNodeAttribute
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptNodeInstance
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptPicklist
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptSelectModel
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptStepType
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.selection.management.PromptTextEntry
Constant for description of this state.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.wizardgateway.DoAddWizard
Friendly description of this handler.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.wizardgateway.DoDeleteWizard
Friendly description of this handler.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.wizardgateway.EditWizard
Friendly description of this handler.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.wizardgateway.ListWizards
The state description.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.wizardgateway.PromptAddWizard
Friendly description of this handler.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.wizardgateway.PromptDeleteWizard
Friendly description of this handler.
STATE_DESCRIPTION - Static variable in class com.sri.emo.wizard.wizardgateway.RunWizard
Friendly description of this handler.
STATE_DO_ADD - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Save Add.
STATE_DO_ADDWIZARD - Static variable in class com.sri.emo.controller.SelectionWizardManager
Finishes the post to state.
STATE_DO_DELETE - Static variable in class com.sri.emo.controller.SelectionWizardManager
Constant for access to state: Delete Wizard.
STATE_DO_DELETE - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Delete Step.
STATE_DO_EDIT - Static variable in class com.sri.emo.controller.SelectionWizardManager
Finishes the edit to update state.
STATE_DO_EDIT - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Save Edit.
STATE_DO_SELECT_STEP_TYPE - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Do Select Step Type
STATE_EXPORTMODEL - Static variable in class com.sri.emo.controller.ImportExportModel
Constant for access to state: Export an Entire Model with Nodes
STATE_IMPORTMODEL - Static variable in class com.sri.emo.controller.ImportExportModel
Constant for access to state: Import an Entire Model With Nodes
STATE_JUMP_BACKWARDS - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
State name to allow jumping backwards.
STATE_NAME - Static variable in class com.sri.emo.controller.nodefilter.DoFilterNodes
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.DoCancel
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.DoChooseCriteria
 
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.DoChooseNodeStep
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.DoChooseParts
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.PromptChooseCriteria
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.PromptChooseNode
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.PromptChooseParts
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.completion.management.PromptEditWizard
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.DoCancel
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.DoChooseCriteria
 
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.DoChooseNodeStep
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.DoChooseParts
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.PromptChooseCriteria
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.PromptChooseNode
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.PromptChooseParts
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.creation.management.PromptEditWizard
The name of this state as referred to by the Expresso Controller
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptInstructions
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptModelField
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptNodeAttribute
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptNodeInstance
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptPicklist
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptSelectModel
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptStepType
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.selection.management.PromptTextEntry
Constant for access to this state.
STATE_NAME - Static variable in class com.sri.emo.wizard.wizardgateway.DoAddWizard
Name of the State for which this handler deals with.
STATE_NAME - Static variable in class com.sri.emo.wizard.wizardgateway.DoDeleteWizard
Name of the State for which this handler deals with.
STATE_NAME - Static variable in class com.sri.emo.wizard.wizardgateway.EditWizard
Name of the State for which this handler deals with.
STATE_NAME - Static variable in class com.sri.emo.wizard.wizardgateway.ListWizards
The state name for listing the wizards.
STATE_NAME - Static variable in class com.sri.emo.wizard.wizardgateway.PromptAddWizard
Name of the State for which this handler deals with.
STATE_NAME - Static variable in class com.sri.emo.wizard.wizardgateway.PromptDeleteWizard
Name of the State for which this handler deals with.
STATE_NAME - Static variable in class com.sri.emo.wizard.wizardgateway.RunWizard
Name of the State for which this handler deals with.
STATE_NAME_TEMPLATE - Static variable in class com.sri.emo.wizard.selection.WizardAction
Constant for state "Prompt Template Name"
STATE_ORDERDOWN - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Order Down.
STATE_ORDERUP - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Order Up.
STATE_PROMPT - Static variable in class com.sri.emo.controller.ImportExportModel
Constant for access to state: Prompt
STATE_PROMPT_ADDWIZARD - Static variable in class com.sri.emo.controller.SelectionWizardManager
Constant for access to state: Add Wizard.
STATE_PROMPT_DELETE - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Prompt Delete.
STATE_PROMPT_EDIT - Static variable in class com.sri.emo.controller.SelectionWizardManager
Constant for access to state: Edit Wizard.
STATE_PROMPT_EDIT - Static variable in class com.sri.emo.wizard.selection.management.WizardStepController
Constant for access to state: Edit Step.
STATE_PROMPT_EXPORT - Static variable in class com.sri.emo.controller.ImportExportModel
Constant for access to state: Prompt Export Model
STATE_PROMPT_IMPORTMODEL - Static variable in class com.sri.emo.controller.ImportExportModel
Constant for access to state: Prompt Import
STATE_PUBLIC_LIST - Static variable in class com.sri.emo.controller.SelectionWizardManager
synonym to serve old URLs
STATE_RUNWIZARD - Static variable in class com.sri.emo.controller.SelectionWizardManager
Constant for access to state: Run Wizard.
stateAllowed(String, ExpressoRequest) - Method in class com.sri.common.controller.AbstractDBController
Override to permit any logged in user.
stateAllowed(String, ExpressoRequest) - Method in class com.sri.common.controller.LoginAction
Override the normal stateAllowed method to always allow access to this controller for certain states - otherwise no-one can ever log in :-)
stateAllowed(String, ExpressoRequest) - Method in class com.sri.emo.controller.EmoRegistration
For database controllers, we check if the new state is allowed against the database objects for that purpose
StateHandler - Interface in com.sri.common.controller
This interface is an alternative for external state classes produced inside expresso.
StepAttributes - Class in com.sri.emo.dbobj
This is a collection of attributes for a particular wizard step.
StepAttributes() - Constructor for class com.sri.emo.dbobj.StepAttributes
Creates an instance of StepAttributes.
StepAttributes(DBConnection) - Constructor for class com.sri.emo.dbobj.StepAttributes
Creates an instance of StepAttributes that uses an already grabbed DBConnection object.
StepAttributes(DBConnection, String) - Constructor for class com.sri.emo.dbobj.StepAttributes

Constructor that sets a connection as the object is created - typically this is used when a particular DBConnection is required for the purposes of maintaining a database transaction.

StepAttributes(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.StepAttributes
Constructor for security setup.
StepDefinition - Class in com.sri.emo.wizard.selection.management
Base class for step definitions.
StepDefinition(String, String) - Constructor for class com.sri.emo.wizard.selection.management.StepDefinition
Default Constructor.
StepParameterParser - Class in com.sri.emo.wizard.selection.management
This object takes a a set of strings equaling parameters and constructs and validates a wizard step object based on those parameters.
StepParameterParser(ExpressoRequest) - Constructor for class com.sri.emo.wizard.selection.management.StepParameterParser
Constructor that takes a map of parameters usually as defined by the Expresso's ExpressoRequest object.
storeWizInSession(ExpressoRequest, Wizard, Integer) - Method in class com.sri.emo.wizard.expressoimpl.WizardController
Stores a new wizard to session.
str(String) - Static method in class com.sri.common.controller.AbstractDBController
Make sure output strings are not empty for tables, and insure that anchor tags are completed.
StringUtil - Class in com.sri.emo.wizard.creation
Created by Richard Vorp to include all of the utility function which deal with string manipulation or string creation
STRIP_CHARS - Static variable in class com.sri.common.util.QueryUtils
 
stripChars(String) - Static method in class com.sri.common.util.QueryUtils
Removes undesirable characters from a string.
STRONG_RELATION - Static variable in class com.sri.emo.dbobj.RelationType
Strong relations will result in a child being destroyed with the parent (Unless the child also belongs to a strong relation of another parent.
strTrunc(String, int) - Method in class com.sri.common.controller.AbstractDBController
Ensure a non-empty string (for <td columns), and also truncate as specified WHILE INSURING that an anchor link (<a ) is not cut in half.
STYLE_SHEET_MEDIUM_BOLD - Static variable in class com.sri.common.taglib.InputTag
Medium Bold Stylesheet class.
STYLE_SHEET_MEDIUM_TEXT - Static variable in class com.sri.common.taglib.InputTag
Medium text stylesheet class.
SUMMARY_SINGLE_ALLOWED - Static variable in class com.sri.emo.dbobj.Part
 
SUMMARY_SINGLE_ITEM - Static variable in class com.sri.emo.dbobj.PartDescriptor
 
SUMMARY_TRANSITION - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
 

T

TABLE_NAME - Static variable in class com.sri.emo.dbobj.Attribute
 
TABLE_NAME - Static variable in class com.sri.emo.dbobj.PickList
 
TABLE_NAME - Static variable in class com.sri.emo.dbobj.StepAttributes
DBObject table name
TABLE_NAME - Static variable in class com.sri.emo.dbobj.WizDefinition
Table name.
TABLE_NAME - Static variable in class com.sri.emo.dbobj.WizStep
 
TABLE_NAME - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDefinition
 
TABLE_NAME - Static variable in class com.sri.emo.wizard.completion.persistence.CompletionDetails
Table Name
TABLE_NAME - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDefinition
 
TABLE_NAME - Static variable in class com.sri.emo.wizard.creation.persistence.CreationDetails
Table Name
TAG_ADDED_BY - Static variable in class com.sri.emo.annotations.NodeTag
 
TAG_ADDED_ON - Static variable in class com.sri.emo.annotations.NodeTag
 
TAG_ID - Static variable in class com.sri.emo.annotations.NodeTag
 
TAG_ID - Static variable in class com.sri.emo.annotations.PromptDeleteTag
 
TAG_OR_LAST_EDITOR_RADIO - Static variable in interface com.sri.emo.controller.nodefilter.FilterKeyConstants
 
TAG_PARENT_NODE - Static variable in class com.sri.emo.annotations.NodeTag
 
TAG_VALUE - Static variable in class com.sri.emo.annotations.NodeTag
 
TAG_VALUE - Static variable in class com.sri.emo.annotations.NodeTags
 
TAG_VALUE - Static variable in class com.sri.emo.annotations.PromptDeleteTag
 
TAGS_TABLE - Static variable in class com.sri.emo.annotations.NodeTag
 
TagSelectionFactory - Class in com.sri.emo.dbobj.selectiontree
Selects a tree of nodes where the root node(s) have a given tag.
TagSelectionFactory(String[]) - Constructor for class com.sri.emo.dbobj.selectiontree.TagSelectionFactory
 
TASK_SPECIFICATION_MENU_VALUE - Static variable in class com.sri.emo.dbobj.PickList
 
TEMPLATE_MENU_VALUE - Static variable in class com.sri.emo.dbobj.PickList
 
TEMPLATE_NODE_ID - Static variable in class com.sri.emo.dbobj.Setting
TEMPLATE node id.
TESTER_UID - Static variable in class com.sri.emo.commandline.defaults.AbstractExportSupport
The expected UID of the tester.
TestStateHandler - Class in com.sri.common.controller
Title: EMO
TestStateHandler(Controller) - Constructor for class com.sri.common.controller.TestStateHandler
 
TEXT_ENTRY - Static variable in class com.sri.emo.dbobj.WizStep
Constant for steps that have custom text entry.
TEXT_ENTRY - Static variable in class com.sri.emo.wizard.selection.management.PromptStepType
Constant for steps that have custom text entry.
TEXT_VV_MULTILINE - Static variable in class com.sri.emo.dbobj.StepAttributes
Valid value constant for text type atttribute for multiline entry.
TEXT_VV_MULTILINE - Static variable in class com.sri.emo.dbobj.WizStep
Valid value constant for text type atttribute for multiline entry.
TEXT_VV_SINGLELINE - Static variable in class com.sri.emo.dbobj.StepAttributes
Valid value constant for text type attribute.
TEXT_VV_SINGLELINE - Static variable in class com.sri.emo.dbobj.WizStep
Valid value constant for text type attribute.
TEXT_VV_UNDEFINED - Static variable in class com.sri.emo.dbobj.WizStep
Valid value constant for text type attribute Undefined.
TEXTAREA_NUM_COLS - Static variable in class com.sri.common.controller.AbstractDBController
Number of columns for a test area.
title - Variable in class com.sri.emo.controller.NodeCloner
 
TITLE_PAGE_ID - Static variable in class com.sri.emo.wizard.completion.EmoCompletionWizard
Constant for the title page id.
TITLE_PAGE_ID - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizard
Constant for the title page id.
TITLE_PAGE_ID - Static variable in class com.sri.emo.wizard.creation.EmoCreationWizardOld
Constant for the title page id.
TITLE_SORT - Static variable in class com.sri.emo.controller.NodeAction
sorting columns for lists
TITLE_SORT_DESC - Static variable in class com.sri.emo.controller.NodeAction
 
toMemento(Wizard) - Method in class com.sri.emo.wizard.completion.CompletionMementoConverter
Breaks the wizard down into minimal component state parts that can be stored in the session or client.
toMemento(Wizard) - Method in class com.sri.emo.wizard.creation.CreationMementoConverter
Breaks the wizard down into minimal component state parts that can be stored in the session or client.
toMemento(Wizard) - Method in class com.sri.emo.wizard.selection.EmoSelectionWizardFactory
 
toMemento(Wizard) - Method in interface com.sri.emo.wizard.WizardMementoConverter
Breaks the wizard down into minimal component state parts that can be stored in the session or client.
toShortString() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
toString() - Method in class com.sri.emo.dbobj.model_tree.ModelFillStatus
toString() - Method in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
toString() - Method in class com.sri.emo.dbobj.WizDefinition
 
toString() - Method in class com.sri.emo.wizard.AbstractWizard
Override of toString().
toString() - Method in class com.sri.emo.wizard.branch.BranchingWizard
Override of toString().
toString() - Method in class com.sri.emo.wizard.branch.BranchNode
 
toString() - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Returns a string representation of the object.
toString() - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
Returns a string representation of the object.
toString() - Method in class com.sri.emo.wizard.completion.model.FieldCompletion
Returns a string representation of the object.
toString() - Method in exception com.sri.emo.wizard.completion.persistence.IncompleteDetailsException
Returns a string representation of the object.
toString() - Method in class com.sri.emo.wizard.creation.model.CreationBean
Returns a string representation of the object.
toString() - Method in class com.sri.emo.wizard.creation.model.CreationBeans
 
toString() - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
Returns a string representation of the object.
toString() - Method in class com.sri.emo.wizard.creation.model.FieldCompletion
Returns a string representation of the object.
toString() - Method in class com.sri.emo.wizard.creation.model.SearchResultBean
 
toString() - Method in exception com.sri.emo.wizard.creation.persistence.IncompleteDetailsException
Returns a string representation of the object.
toString(Map) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(String[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Collection) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Collection, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Collection, String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Enumeration) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Enumeration, String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Iterator) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Iterator, String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Object[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(Object[], String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(int[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(int[], String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(int[][]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(int[][], String, String, String, String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(double[], String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(boolean[], String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(double[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(boolean[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(double[][][], String, String, String, String, String, String, String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(double[][][]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(double[][], String, String, String, String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(double[][]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(boolean[][]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString(boolean[][], String, String, String, String, String, String) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
toString() - Method in class com.sri.emo.wizard.defaults.DefaultWizardRepository
 
toString() - Method in class com.sri.emo.wizard.defaults.EmoWizardMetadata
Override of toString().
toString() - Method in class com.sri.emo.wizard.defaults.EmoWizardPage
Override of toString(), returns the Id.
toString() - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Override of toString();
toString() - Method in class com.sri.emo.wizard.defaults.SequentialWizard
Override of toString().
toStringLn(Object[]) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
TOTAL_PAGES - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Total Pages constant.
touch() - Method in class com.sri.emo.dbobj.Node
Set recent editor and modification date.
TRANSITION_EDIT - Static variable in class com.sri.emo.wizard.selection.management.EditFinalState
Name of the edit transition.
TRANSITION_SAVE - Static variable in class com.sri.emo.wizard.selection.management.EditFinalState
Name of the save transition.
transitionKey - Variable in class com.sri.emo.wizard.branch.BranchNode
 
transitionOnError(Class, String, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.wizard.selection.management.AbstractStepHandler
Transitions to another class, usually on error.
traverseModelTree(Model) - Method in class com.sri.emo.controller.TreeViewVisitor
Traverse the model tree.
TREE_VIEW_ATTRIBUTE - Static variable in class com.sri.emo.controller.ViewNodeAsTree
The attribute in the request where the tree view data structure is stored.
TreeDeletionSelector - Class in com.sri.emo.dbobj.selectiontree
Helps with the the selection of nodes in an association tree.
TreeDeletionSelector(Map) - Constructor for class com.sri.emo.dbobj.selectiontree.TreeDeletionSelector
Build the selector with all nodes in the tree to delete.
TreeExporter - Interface in com.sri.emo.commandline
Exports the SQL of an entire tree of nodes (defined by the node baseNode).
TreeMenuTag - Class in com.sri.common.taglib
Renders a tree menu tag.
TreeMenuTag() - Constructor for class com.sri.common.taglib.TreeMenuTag
Default tag.
TreeNode - Interface in com.sri.common.taglib
Composite Tree Node interface.
TreeSelectionFactory - Class in com.sri.emo.dbobj.selectiontree
Selects a tree of associated nodes.
TreeSelectionFactory(Node) - Constructor for class com.sri.emo.dbobj.selectiontree.TreeSelectionFactory
Construct a TreeSelectionFactory given the root ndoe.
TreeTraversalListener - Interface in com.sri.emo.dbobj.model_tree
Specific to the Iterator inherant with the model tree.
TREEVIEW_NESTING_LIMIT - Static variable in class com.sri.emo.EmoSchema
name of setup value for how many levels deep a tree fetches by default
TreeViewFactory - Class in com.sri.emo.controller
A factory for building the data structure needed for a tree view.
TreeViewFactory(Node, ExpressoResponse, int) - Constructor for class com.sri.emo.controller.TreeViewFactory
Constructs a tree view factory.
TreeViewVisitor - Class in com.sri.emo.controller
TreeView Visitor transforms the model tree into a unified hiearchial tree that TreeMenuTag can understand for rendering a javascript tree.
TreeViewVisitor(ExpressoResponse) - Constructor for class com.sri.emo.controller.TreeViewVisitor
Default constructor.
trim(String, char) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
trimAllTextFields(DBObject) - Static method in class com.sri.common.controller.AbstractDBController
 
TRUNCATED_NODE - Static variable in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Instance representing a truncated node.
TRUNCATED_STYLE - Static variable in class com.sri.emo.controller.TreeViewVisitor
CSS Style: Truncated nodes
TYPE_CHECKBOX - Static variable in class com.sri.common.taglib.InputTag
Input type checkbox.
TYPE_CHECKBOX_VERT - Static variable in class com.sri.common.taglib.InputTag
Input type checkbox-vertical.
TYPE_DROPDOWN - Static variable in class com.sri.common.taglib.InputTag
Input type select list: dropdown.
TYPE_FILE - Static variable in class com.sri.common.taglib.InputTag
Input type file.
TYPE_HIDDEN - Static variable in class com.sri.common.taglib.InputTag
Input type hidden.
TYPE_LISTBOX - Static variable in class com.sri.common.taglib.InputTag
Input type select list: listbox.
TYPE_PASSWORD - Static variable in class com.sri.common.taglib.InputTag
Input type password [Not yet supported].
TYPE_RADIO - Static variable in class com.sri.common.taglib.InputTag
Input type radio.
TYPE_RADIO_VERT - Static variable in class com.sri.common.taglib.InputTag
Input type radio vertical.
TYPE_READONLY - Static variable in class com.sri.common.taglib.InputTag
Input type read only input.
TYPE_TEXT - Static variable in class com.sri.common.taglib.InputTag
Input type text [Not yet supported].
TYPE_TEXTAREA - Static variable in class com.sri.common.taglib.InputTag
Input type text area.
TYPE_TRANS - Static variable in class com.sri.emo.controller.NodeAction
 
typeOfPart() - Method in class com.sri.emo.dbobj.PartDescriptor
 

U

UNDEFINED_STATUS - Static variable in class com.sri.emo.dbobj.model_tree.NodeCompletionStatus
Instance representing an undefined status.
UNKNOWN_USERS_GROUP - Static variable in class com.sri.common.util.PermGroup
Groups created as part of DBTool.setupSecurity bootstrap.
UNKNOWN_VALUE - Static variable in class com.sri.common.util.QueryUtils
 
update() - Method in class com.sri.emo.dbobj.Attribute
We override to set dates and fix ordering if nec.
update() - Method in class com.sri.emo.dbobj.Node
We override to set dates, and make sure perms are complete.
update() - Method in class com.sri.emo.dbobj.NodeType
Update the database with the new info SIDE-EFFECT: increments version number each time there is an update
update() - Method in class com.sri.emo.dbobj.Part
add cache maintenance
update() - Method in class com.sri.emo.dbobj.Relation
we override to handle case where relation type is manipulated.
update() - Method in class com.sri.emo.dbobj.WizDefinition
Updates this object and any additional info objects bound to this wizard.
update() - Method in class com.sri.emo.dbobj.WizStep
Override of Normal Update to save all attributes to disk.
update(CompletionBean) - Method in interface com.sri.emo.wizard.completion.CompletionRepository
Updates the completion bean.
update(CompletionBean) - Method in class com.sri.emo.wizard.completion.persistence.ExpressoCompletionRepository
Updates the completion bean.
update(CreationBeans) - Method in interface com.sri.emo.wizard.creation.CreationRepository
Updates the completion bean.
update(CreationBeans) - Method in class com.sri.emo.wizard.creation.persistence.ExpressoTemplateRepository
Updates the completion bean.
updateAttribute(String, String, String) - Method in class com.sri.emo.dbobj.Node
Saves an attributes for the node, touching the node as necessary, etc.
updateNodeRelations(String, String, String[]) - Method in class com.sri.emo.dbobj.Node
Updates the specified node relation to reflect the new values specified in the targetNodeIds.
updateOrder() - Method in class com.sri.emo.dbobj.Attribute
Update without triggering reordering; useful for 'transaction' where order of part A should be set before manipulating order of part B, as opposed to a deletion or otherwise, where reordering of all remaining is required.
updateOrder() - Method in class com.sri.emo.dbobj.Relation
normal update is disallowed, but update JUST for order is ok since we are not updating primary key that way
updateStepAttribute(String, String) - Method in class com.sri.emo.dbobj.WizStep
Update an attribute for the step.
usage() - Static method in class com.sri.emo.commandline.Export
Ok, so I need to come up with a better usage statement.
USE_ID_FOR_REFERENCE - Static variable in class com.sri.emo.dbobj.NodeType
boolean for whether, when outputting xml, this node type should be 'abbreviated' as an ID rather than a full XML tree.
USE_IGNORE_SYNTAX - Static variable in class com.sri.emo.commandline.defaults.DefaultSQLGenerator
 

V

validate(ErrorCollection) - Method in class com.sri.emo.controller.NodeCloner
 
validate(String, String) - Method in class com.sri.emo.dbobj.AbstractAttributeHandler
this default no-op implementation returns 'false' always; override in subclasses
validate(String, String) - Method in interface com.sri.emo.dbobj.IPartHandler
 
validate(ExpressoRequest, ErrorCollection) - Method in class com.sri.emo.wizard.completion.management.CompletionBeanManager
 
validate(ExpressoRequest, ErrorCollection) - Method in interface com.sri.emo.wizard.completion.management.ICompletionBeanManager
Validate the bean and return any action errors.
validate(ErrorCollection) - Method in class com.sri.emo.wizard.completion.model.CompletionBean
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validate(ExpressoRequest, ErrorCollection) - Method in class com.sri.emo.wizard.creation.management.CreationBeanManager
 
validate(ExpressoRequest, ErrorCollection) - Method in interface com.sri.emo.wizard.creation.management.ICreationBeanManager
Validate the bean and return any action errors.
validate(ErrorCollection) - Method in class com.sri.emo.wizard.creation.model.CreationBean
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validate(ErrorCollection) - Method in class com.sri.emo.wizard.creation.model.CreationBeans
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validateAndAdjust(ErrorCollection) - Method in class com.sri.emo.wizard.completion.model.CompletionPartsBean
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validateAndAdjust(ErrorCollection) - Method in class com.sri.emo.wizard.creation.model.CreationPartsBean
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validateClass(String, String, Class) - Method in class com.sri.emo.dbobj.WizDefinition
Validates a class by (1) name, and (2) makes sure it derives from the specified class.
validateMatrix(HashMap, Attribute, Object[], Object[]) - Method in class com.sri.emo.dbobj.AbstractMatrixHandler
note: this call is done as 'validate' (which any reader can do), so it uses superuser priv.
ValidValueWithComment - Class in com.sri.emo.wizard
ValidValueWithComment extends Expresso's idea of a Name/Value pair by being able to add an optional 3rd 'field' which is a comment field.
ValidValueWithComment(String, String) - Constructor for class com.sri.emo.wizard.ValidValueWithComment
Creates a ValidValueWithComment Without a comment.
ValidValueWithComment(String, String, String) - Constructor for class com.sri.emo.wizard.ValidValueWithComment
Creates a valid value witha comment attached.
VALUE - Static variable in class com.sri.emo.dbobj.MatrixCell
 
VALUE - Static variable in class com.sri.emo.dbobj.Setting
the chosen category
verifyWizardParameters(ControllerRequest, ErrorCollection, WizDefinition) - Method in class com.sri.emo.controller.SelectionWizardManager
Checks the parameters for add and edit wizard state pertaining to the wizard definition itself.
view(Node, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.controller.AddNodeAction
Views a given node.
view(Node, AbstractDBController, ControllerRequest, ControllerResponse) - Method in interface com.sri.emo.dbobj.INodeHandler
View the node.
view(AbstractDBController, ExpressoRequest, ExpressoResponse) - Method in class com.sri.emo.dbobj.Node
Allow a special hander to create custom view, while providing default view also.
VIEW_NODE - Static variable in class com.sri.emo.controller.AddNodeAction
 
VIEW_PART - Static variable in class com.sri.emo.controller.AddNodeAction
 
VIEW_SINGLE_ATTRIBUTE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "View Single Attribute"
VIEW_TRANS - Static variable in class com.sri.emo.controller.PermissionController
 
VIEW_TREE - Static variable in class com.sri.emo.controller.NodeAction
Constant for access to state "View Node as Tree"
ViewNodeAsTree - Class in com.sri.emo.controller
This is a state handler that renders the node into a javascript-based tree menu.
ViewNodeAsTree(Node) - Constructor for class com.sri.emo.controller.ViewNodeAsTree
Constructor that takes the node to render as a parameter.
viewRoot - Variable in class com.sri.emo.controller.TreeViewVisitor
The root of the 'view tree' we're building.
ViewVisitorException - Exception in com.sri.emo.dbobj.model_tree
Exception that is thrown whenever something happens while visiting a node.
ViewVisitorException() - Constructor for exception com.sri.emo.dbobj.model_tree.ViewVisitorException
Default constructor, no message, no nested exception.
ViewVisitorException(String) - Constructor for exception com.sri.emo.dbobj.model_tree.ViewVisitorException
Constructor that takes a message.
ViewVisitorException(String, Throwable) - Constructor for exception com.sri.emo.dbobj.model_tree.ViewVisitorException
Constructor that takes a message and a nested exception.
ViewVisitorException(Throwable) - Constructor for exception com.sri.emo.dbobj.model_tree.ViewVisitorException
Constructor that takes a nested exception.
visitAttribute(Attribute) - Method in class com.sri.emo.controller.TreeViewVisitor
Visits an attribute.
visitAttribute(Attribute) - Method in interface com.sri.emo.dbobj.model_tree.ModelVisitor
Visits an attribute.
visitNode(Node) - Method in class com.sri.emo.controller.TreeViewVisitor
Visits a Node.
visitNode(Node) - Method in interface com.sri.emo.dbobj.model_tree.ModelVisitor
Visits a Node.
visitNodeType(NodeType) - Method in class com.sri.emo.controller.TreeViewVisitor
Visits a node type.
visitNodeType(NodeType) - Method in interface com.sri.emo.dbobj.model_tree.ModelVisitor
Visits a NodeType
visitPart(Part) - Method in class com.sri.emo.controller.TreeViewVisitor
Populates the view with a Part (or Slot)
visitPart(Part) - Method in interface com.sri.emo.dbobj.model_tree.ModelVisitor
Visits a Part
visitPickList(PickList) - Method in class com.sri.emo.controller.TreeViewVisitor
Visits a picklist.
visitPickList(PickList) - Method in interface com.sri.emo.dbobj.model_tree.ModelVisitor
Visits a picklist.
visitRelation(Relation) - Method in class com.sri.emo.controller.TreeViewVisitor
 
visitRelation(Relation) - Method in interface com.sri.emo.dbobj.model_tree.ModelVisitor
Visits a Relation

W

WARNING_LIST - Static variable in class com.sri.common.controller.AbstractDBController
Constant for warning list location.
WEAK_RELATION - Static variable in class com.sri.emo.dbobj.RelationType
Indicates that there is an association, but there is no use of it for dealing with entity traversals when selecting trees.
WIZ_DATA_ID - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Constant for what data is sent us.
WIZ_PAGE_PARAMETER - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Current Page ID Parameter name.
WIZ_PARAMETER_ID - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Constant for the id of the EMO Wizard that is being executed.
WIZ_RESULT_ID - Static variable in class com.sri.emo.wizard.expressoimpl.WizardController
Where the wizard is stored in the request context when finish() is called.
WIZARD - Static variable in class com.sri.emo.wizard.completion.model.FieldCompletion
Field completion for 'wizard' completion type.
WIZARD - Static variable in class com.sri.emo.wizard.creation.model.FieldCompletion
Field completion for 'wizard' completion type.
Wizard - Interface in com.sri.emo.wizard
The interface for generic wizards.
WizardAction - Class in com.sri.emo.wizard.selection
Derived controller for Wizard steps in EMO.
WizardAction() - Constructor for class com.sri.emo.wizard.selection.WizardAction
Default constructor.
WizardController - Class in com.sri.emo.wizard.expressoimpl
Wizard Controller is basically a thin wrapper over the Wizard domain model which does the actual thinking.
WizardController() - Constructor for class com.sri.emo.wizard.expressoimpl.WizardController
Generic wizard controller.
WizardException - Exception in com.sri.emo.wizard
Exception for wizard-based exceptions.
WizardException() - Constructor for exception com.sri.emo.wizard.WizardException
Default constructor.
WizardException(String) - Constructor for exception com.sri.emo.wizard.WizardException
Constructs an exception with a message.
WizardException(String, Throwable) - Constructor for exception com.sri.emo.wizard.WizardException
Constructs an exception with a message and a nested exception.
WizardException(Throwable) - Constructor for exception com.sri.emo.wizard.WizardException
Constructs an exception wrapping another exception.
WizardExporter - Class in com.sri.emo.commandline.defaults
Exports wizards.
WizardExporter(NodeTracker, SqlRowGenerator, String[]) - Constructor for class com.sri.emo.commandline.defaults.WizardExporter
Constructs a wizard exporter with the specified services.
WizardFactory - Interface in com.sri.emo.wizard
Interface for building a Wizard.
WizardFactorySPI - Interface in com.sri.emo.wizard
 
WizardGatewayController - Class in com.sri.emo.wizard.wizardgateway
WizardGatewayControlller provides dispatching and isolation of the various underlying wizard types by allowing different editors to be hidden underneath the gateway.
WizardGatewayController() - Constructor for class com.sri.emo.wizard.wizardgateway.WizardGatewayController
Registers all the state handlers for resolving upon controller request.
WizardGatewayHandler - Class in com.sri.emo.wizard.wizardgateway
 
WizardGatewayHandler(Controller, WizDefinitionRepository) - Constructor for class com.sri.emo.wizard.wizardgateway.WizardGatewayHandler
Constructor for a wizard gateway handler that takes a reference to the controller and the Repository interface
WizardMementoConverter - Interface in com.sri.emo.wizard
This interface is for controllers to allow Wizards to be transformed between usable wizards and opaque serializable objects that are meant to be as 'slim' as possible.
WizardMonitor - Interface in com.sri.emo.wizard
Monitor that often delegates to logging packages, but can be extended for more useful monitoring.
WizardPage - Interface in com.sri.emo.wizard
Interface for a wizard page.
WizardRepository - Interface in com.sri.emo.wizard
Location where all instances of Wizards may be retrieved.
WizardStepController - Class in com.sri.emo.wizard.selection.management
Controller that manages Wizard Steps.
WizardStepController() - Constructor for class com.sri.emo.wizard.selection.management.WizardStepController
Creates an instance of WizardStepController.
WizDecisionEntities - Class in com.sri.emo.dbobj
This function represents the many objects that are available to the decision set.
WizDecisionEntities() - Constructor for class com.sri.emo.dbobj.WizDecisionEntities
Creates an instance of WizDecisionEntities.
WizDecisionEntities(DBConnection) - Constructor for class com.sri.emo.dbobj.WizDecisionEntities
Creates an instance of WizDecisionEntities that uses an already grabbed DBConnection object.
WizDecisionEntities(DBConnection, String) - Constructor for class com.sri.emo.dbobj.WizDecisionEntities

Constructor that sets a connection as the object is created - typically this is used when a particular DBConnection is required for the purposes of maintaining a database transaction.

WizDecisionEntities.DecisionComparator - Class in com.sri.emo.dbobj
Comparator that sorts on id.
WizDecisionEntities.DecisionComparator() - Constructor for class com.sri.emo.dbobj.WizDecisionEntities.DecisionComparator
Default constructor.
WizDecisionSet - Class in com.sri.emo.dbobj
WizDecisionSet represents a set of responses that make up a "row" in the decision matrix.
WizDecisionSet() - Constructor for class com.sri.emo.dbobj.WizDecisionSet
Creates an instance of WizDecisionSet.
WizDecisionSet(DBConnection, int) - Constructor for class com.sri.emo.dbobj.WizDecisionSet

Constructor that sets a connection as the object is created - typically this is used when a particular DBConnection is required for the purposes of maintaining a database transaction.

WizDecisionSet(ReadOnlyUser) - Constructor for class com.sri.emo.dbobj.WizDecisionSet
Creates an instance of WizDecisionSet automatically setting the object's requesting user.
WizDefinition - Class in com.sri.emo.dbobj
Definition of an Emo Wizard.
WizDefinition() - Constructor for class com.sri.emo.dbobj.WizDefinition
Creates an instance of WizDefinition.
WizDefinition(DBConnection, int) - Constructor for class com.sri.emo.dbobj.WizDefinition
Creates an instance of WizDefinition that uses an already grabbed DBConnection object.
WizDefinition(DBConnection) - Constructor for class com.sri.emo.dbobj.WizDefinition
 
WizDefinitionRepository - Interface in com.sri.emo.wizard
Repository Interface for wizard definitions.
WizStep - Class in com.sri.emo.dbobj
WizStep is a definition of each step in the wizard.
WizStep() - Constructor for class com.sri.emo.dbobj.WizStep
Creates an instance of WizStep.
WizStep(DBConnection) - Constructor for class com.sri.emo.dbobj.WizStep
Creates an instance of WizStep that uses an already grabbed DBConnection object.
wrap(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
wrapLines(String, int) - Static method in class com.sri.emo.wizard.creation.StringUtil
 
WRITE_CHK - Static variable in class com.sri.emo.controller.PermissionController
 
WRITE_GROUP - Static variable in class com.sri.emo.controller.PartAction
 
WRITE_GROUP_DEFAULT_SETUP_CODE - Static variable in class com.sri.emo.controller.PartAction
 
writeDBObject(PrintWriter, DBObject) - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
Exports a dbobject.
writeDBObject(PrintWriter, List) - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
Writes a list of dbobjects to the output stream.
writeExternal(ObjectOutput) - Method in class com.sri.emo.wizard.defaults.Log4jWizMonitor
Nothing to write.
writeExternal(ObjectOutput) - Method in class com.sri.emo.wizard.expressoimpl.ExpressoLink
 
writeSql(PrintWriter, List) - Method in class com.sri.emo.commandline.defaults.AbstractExportSupport
Writes a list of sql statements to the printwriter.

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

Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.