Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBWorkFlowContainer

java.lang.Object
  |
  +--com.ibm.mm.beans.workflow.CMBWorkFlowContainer
All Implemented Interfaces:
java.io.Serializable

public class CMBWorkFlowContainer
extends java.lang.Object
implements java.io.Serializable

This class represents a workflow container.

See Also:
CMBWorkItem, CMBWorkFlowQueryService, Serialized Form

Constructor Summary
CMBWorkFlowContainer()
          Default constructor
 
Method Summary
 java.lang.String getActionList()
          Gets action list name
 java.lang.String getActionPerformed()
          Gets action performed
 java.lang.String getActivityName()
          Gets activity name
 java.lang.String getActivityNode()
          Gets activity node
 java.lang.String getPersistentID()
          Gets the persistentID
 int getPriority()
          Gets priority
 int getSemanticClassification()
          Gets semantic classification
 java.lang.String getShowUserVariableDialog()
          Gets show user variable dialog
 java.lang.String getUserVariableName(int index)
          Gets user variable name which is identified by an integer ranging from 0 to 4.
 int getUserVariableNameSize()
          Gets the size of user variable name list
 java.lang.String getUserVariablePrompt(int index)
          Gets user variable prompt which is identified by an integer ranging from 0 to 4.
 int getUserVariablePromptSize()
          Gets the size of user variable prompt list
 java.lang.String getUserVariableShowUser(int index)
          Gets user variable show user which is identified by an integer ranging from 0 to 4.
 java.lang.String getUserVariableValue(int index)
          Gets user variable value which is identified by an integer ranging from 0 to 4.
 int getUserVariableValueSize()
          Gets the size of user variable value list
 void setActionList(java.lang.String actionList)
          Sets action list name
 void setActionPerformed(java.lang.String actionPerformed)
          Sets action performed
 void setPersistentID(java.lang.String persistentID)
          Sets the persistentID
 void setPriority(int priority)
          Sets priority
 void setSemanticClassification(int semanticClassification)
          Sets the semantic classification
 void setUserVariableName(java.lang.String userVariableName, int index)
          Sets user variable name.
 void setUserVariablePrompt(java.lang.String userVariablePrompt, int index)
          Sets user variable prompt.
 void setUserVariableValue(java.lang.String userVariableValue, int index)
          Sets user variable value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBWorkFlowContainer

public CMBWorkFlowContainer()
Default constructor
Method Detail

getPriority

public int getPriority()
Gets priority
Returns:
priority the priority

setPriority

public void setPriority(int priority)
Sets priority
Parameters:
priority -  

getActivityName

public java.lang.String getActivityName()
Gets activity name
Returns:
activity name

getActivityNode

public java.lang.String getActivityNode()
Gets activity node
Returns:
the activity node - a null is returned if activity node is not set.

setPersistentID

public void setPersistentID(java.lang.String persistentID)
Sets the persistentID
Parameters:
persistentID -  

getPersistentID

public java.lang.String getPersistentID()
Gets the persistentID
Returns:
the persistentID - a null is returned if the persistentID is not set.

setSemanticClassification

public void setSemanticClassification(int semanticClassification)
Sets the semantic classification
Parameters:
semanticClassification -  

getSemanticClassification

public int getSemanticClassification()
Gets semantic classification
Returns:
the semanticClassification - 0 is the default

getShowUserVariableDialog

public java.lang.String getShowUserVariableDialog()
Gets show user variable dialog
Returns:
the showUserVariableDialog - the default is FALSE.

setActionList

public void setActionList(java.lang.String actionList)
Sets action list name
Parameters:
actionList - the name of the action list

getActionList

public java.lang.String getActionList()
Gets action list name
Returns:
the name of the action list - a null is returned if action list is not set.

setUserVariablePrompt

public void setUserVariablePrompt(java.lang.String userVariablePrompt,
                                  int index)
Sets user variable prompt. There 5 prompts which may be specified. The index is used to indicate a specific prompt which is identified by an integer ranging from 0 to 4.
Parameters:
userVariablePrompt -  
index -  

getUserVariablePrompt

public java.lang.String getUserVariablePrompt(int index)
Gets user variable prompt which is identified by an integer ranging from 0 to 4.
Returns:
the user variable prompt - an empty string is returned if user variable prompt is not set.

setUserVariableValue

public void setUserVariableValue(java.lang.String userVariableValue,
                                 int index)
Sets user variable value. There 5 prompts which may be specified. The index is used to indicate a specific prompt that is identified by an integer ranging from 0 to 4.
Parameters:
userVariableValue -  
index -  

getUserVariableValue

public java.lang.String getUserVariableValue(int index)
Gets user variable value which is identified by an integer ranging from 0 to 4.
Returns:
the user variable value - an empty string is returned if user variable value is not set.

setUserVariableName

public void setUserVariableName(java.lang.String userVariableName,
                                int index)
Sets user variable name. There are 5 prompts which may be specified. The index is used to indicate a specific prompt which is identified by an integer ranging from 0 to 4.
Parameters:
userVariableName -  
index -  

getUserVariableNameSize

public int getUserVariableNameSize()
Gets the size of user variable name list
Returns:
the size of the user variable name list

getUserVariablePromptSize

public int getUserVariablePromptSize()
Gets the size of user variable prompt list
Returns:
the size of the user variable prompt list

getUserVariableValueSize

public int getUserVariableValueSize()
Gets the size of user variable value list
Returns:
the size of the user variable value list

getUserVariableName

public java.lang.String getUserVariableName(int index)
Gets user variable name which is identified by an integer ranging from 0 to 4.
Returns:
the user variable name -an empty string is returned if user variable prompt is not set.

getUserVariableShowUser

public java.lang.String getUserVariableShowUser(int index)
Gets user variable show user which is identified by an integer ranging from 0 to 4.
Returns:
the user variable name - an empty string is returned if user variable show user is not set.

setActionPerformed

public void setActionPerformed(java.lang.String actionPerformed)
Sets action performed
Parameters:
actionPerformed -  

getActionPerformed

public java.lang.String getActionPerformed()
Gets action performed
Returns:
the action performed - a null is returned if action performed is not set.

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.