com.ebasetech.ufs.workflow.resource
Class AssignmentMode

java.lang.Object
  extended by com.ebasetech.ufs.workflow.resource.AssignmentMode

public class AssignmentMode
extends java.lang.Object

This enumerates the different assignment modes that define how a particular task gets the specific actor name to which the task is assigned.


Field Summary
static AssignmentMode CUSTOM
           
static int CUSTOM_ID
           
static AssignmentMode FOLLOW_ON_TASK
           
static int FOLLOW_ON_TASK_ID
           
static AssignmentMode JOB_OPENER
           
static int JOB_OPENER_ID
           
static AssignmentMode NAMED_RESOURCE
           
static int NAMED_RESOURCE_ID
           
static AssignmentMode NON_AUTHENTICATED
           
static int NON_AUTHENTICATED_ID
           
static AssignmentMode PROCESS_ATTRIBUTE
           
static int PROCESS_ATTRIBUTE_ID
           
static AssignmentMode RESOURCE_FROM_PREVIOUS_TASK
           
static int RESOURCE_FROM_PREVIOUS_TASK_ID
           
 
Constructor Summary
AssignmentMode(int id, java.lang.String displayName)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 int getId()
           
static AssignmentMode GetMode(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_ID

public static final int CUSTOM_ID
See Also:
Constant Field Values

JOB_OPENER_ID

public static final int JOB_OPENER_ID
See Also:
Constant Field Values

RESOURCE_FROM_PREVIOUS_TASK_ID

public static final int RESOURCE_FROM_PREVIOUS_TASK_ID
See Also:
Constant Field Values

PROCESS_ATTRIBUTE_ID

public static final int PROCESS_ATTRIBUTE_ID
See Also:
Constant Field Values

NAMED_RESOURCE_ID

public static final int NAMED_RESOURCE_ID
See Also:
Constant Field Values

FOLLOW_ON_TASK_ID

public static final int FOLLOW_ON_TASK_ID
See Also:
Constant Field Values

NON_AUTHENTICATED_ID

public static final int NON_AUTHENTICATED_ID
See Also:
Constant Field Values

CUSTOM

public static final AssignmentMode CUSTOM

JOB_OPENER

public static final AssignmentMode JOB_OPENER

RESOURCE_FROM_PREVIOUS_TASK

public static final AssignmentMode RESOURCE_FROM_PREVIOUS_TASK

PROCESS_ATTRIBUTE

public static final AssignmentMode PROCESS_ATTRIBUTE

NAMED_RESOURCE

public static final AssignmentMode NAMED_RESOURCE

FOLLOW_ON_TASK

public static final AssignmentMode FOLLOW_ON_TASK

NON_AUTHENTICATED

public static final AssignmentMode NON_AUTHENTICATED
Constructor Detail

AssignmentMode

public AssignmentMode(int id,
                      java.lang.String displayName)
Method Detail

getId

public int getId()

getDisplayName

public java.lang.String getDisplayName()

GetMode

public static AssignmentMode GetMode(int id)