Serialized Form
attributeName
String attributeName
workflowAttributes
Hashtable workflowAttributes
- The registered attributes
workflowCleanupObjects
Vector workflowCleanupObjects
- The registered cleanup objects
workflowCleanupObjectTable
Hashtable workflowCleanupObjectTable
- The labels of the registered cleanup objects and the reference to their instance
currentState
String currentState
- The label of the current state
definedNextStates
Set definedNextStates
- The set of labels of the states one of which has to follow the
current state.
workflows
Hashtable workflows
- A Map object, which maps label Strings to all Workflow objects
of the user session this WorkflowContainer object belongs to.
primaryLabel
String primaryLabel
- The label of the workflow that is the current primary one.
latestRegisteredWorkflowLabel
String latestRegisteredWorkflowLabel
- The label of the latest registered workflow
latestRegisteredWorkflow
WorkflowMapping.WorkflowData latestRegisteredWorkflow
- The data of the latest registered workflow
workflows
Hashtable workflows
- The workflows for this mapping
workflowNames
Vector workflowNames
- The workflow names for this mapping (kept separately to ensure correct order)
primaryWorkflow
String primaryWorkflow
- The label of the workflow this mapping belongs to
noWorkflowChecks
boolean noWorkflowChecks
- A boolean flag that is set to true, if this is an action on which no workflow
checks are performed. If an action is marked with this flag, it cannot define
any workflows and thus cannot change the state of any workflow container.
authClass
String authClass
- The authentication class which checks the request permissions
Copyright © 2004 Struts Workflow Extension Team. All Rights Reserved.