Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Interface CMBWorkFlowConstants


public interface CMBWorkFlowConstants

This interface contains public fields common to the workflow beans package, including:

   property names used programmatically, valid property values, and constants
 


Field Summary
static java.lang.String CMB_ICM_DR_END_NODE
          ICM workflow: a define for a End node
static short CMB_ICM_DR_SELECTION_FILTER_EITHER
          ICM workflow: selection filter is either
static short CMB_ICM_DR_SELECTION_FILTER_NO
          ICM workflow: selection filter is none
static short CMB_ICM_DR_SELECTION_FILTER_YES
          ICM workflow: selection filter is on
static short CMB_ICM_DR_SELECTION_ORDER_PRIORITY
          ICM workflow: selection order is by priority
static short CMB_ICM_DR_SELECTION_ORDER_TIME
          ICM workflow: selection order is by fifo
static java.lang.String CMB_ICM_DR_START_NODE
          ICM workflow: a define for a Start node
static int CMB_STATUS_FAILED
          status: failed.
static int CMB_STATUS_OK
          status: ok.
static short CMB_WF_DELETED
          state of the workflow is deleted
static short CMB_WF_FINISHED
          state of the workflow is finished
static short CMB_WF_NOTSET
          state of the workflow not set
static short CMB_WF_READY
          state of the workflow is ready
static short CMB_WF_RUNNING
          state of the workflow is running
static short CMB_WF_SUSPENDED
          state of the workflow is suspended
static short CMB_WF_SUSPENDING
          state of the workflow is suspending
static short CMB_WF_TERMINATED
          state of the workflow is terminated
static short CMB_WF_TERMINATING
          state of the workflow is terminating
static short CMB_WI_CHECKEDOUT
          state of the workitem checked out
static short CMB_WI_DELETED
          state of the workitem deleted
static short CMB_WI_DISABLED
          state of the workitem disabled
static short CMB_WI_EXECUTED
          state of the workitem executed
static short CMB_WI_FINISHED
          state of the workitem finished
static short CMB_WI_FORCEFINISHED
          state of the workitem force finished
static short CMB_WI_INERROR
          state of the workitem in error
static short CMB_WI_NOTSET
          state of the workitem not set
static short CMB_WI_PLANNING
          state of the workitem planning
static short CMB_WI_READY
          state of the workitem ready
static short CMB_WI_RUNNING
          state of the workitem running
static short CMB_WI_SUSPENDED
          state of the workitem suspended
static short CMB_WI_SUSPENDING
          state of the workitem suspending
static short CMB_WI_TERMINATED
          state of the workitem terminated
static short CMB_WI_TERMINATING
          state of the workitem terminating
static short CMB_WL_MAX_RESULTS
          worklist threshold is max max results
static short CMB_WN_RECEIVE_REASON_BYTRANSFER
          receive reason for the notification is by transfer
static short CMB_WN_RECEIVE_REASON_NORMAL
          receive reason for the notification is normal
static short CMB_WN_RECEIVE_REASON_NOTSET
          receive reason for the notification is not set
static short CMB_WN_RECEIVE_REASON_PROCESSADMINISTRATOR
          receive reason for the notification is process administrator
static short CMB_WN_RECEIVE_REASON_SUBSTITUTE
          receive reason for the notification is substitute
static short CMB_WN_RECEIVE_REASON_SYSTEMADMINISTRATOR
          receive reason for the notification is system administrator
static short CMB_WN_TYPE_FIRSTACTIVITYINSTANCENOTIFICATION
          type of notification is first activity notification
static short CMB_WN_TYPE_NOTSET
          type of notification is not set
static short CMB_WN_TYPE_PROCESSINSTANCENOTIFICATION
          type of notification is process instance notification
static short CMB_WN_TYPE_SECONDACTIVITYINSTANCENOTIFICATION
          type of notification is second activity notification
static short CMB_WPN_DELETED
          state of the process notification deleted
static short CMB_WPN_FINISHED
          state of the process notification finished
static short CMB_WPN_NOTSET
          state of the process notification not set
static short CMB_WPN_READY
          state of the process notification ready
static short CMB_WPN_RUNNING
          state of the process notification running
static short CMB_WPN_SUSPENDED
          state of the process notification suspended
static short CMB_WPN_SUSPENDING
          state of the process notification suspending
static short CMB_WPN_TERMINATED
          state of the process notification terminated
static short CMB_WPN_TERMINATING
          state of the process notification terminating
 

Field Detail

CMB_STATUS_OK

public static final int CMB_STATUS_OK
status: ok.

CMB_STATUS_FAILED

public static final int CMB_STATUS_FAILED
status: failed.

CMB_WF_NOTSET

public static final short CMB_WF_NOTSET
state of the workflow not set

CMB_WF_READY

public static final short CMB_WF_READY
state of the workflow is ready

CMB_WF_RUNNING

public static final short CMB_WF_RUNNING
state of the workflow is running

CMB_WF_FINISHED

public static final short CMB_WF_FINISHED
state of the workflow is finished

CMB_WF_TERMINATED

public static final short CMB_WF_TERMINATED
state of the workflow is terminated

CMB_WF_SUSPENDED

public static final short CMB_WF_SUSPENDED
state of the workflow is suspended

CMB_WF_TERMINATING

public static final short CMB_WF_TERMINATING
state of the workflow is terminating

CMB_WF_SUSPENDING

public static final short CMB_WF_SUSPENDING
state of the workflow is suspending

CMB_WF_DELETED

public static final short CMB_WF_DELETED
state of the workflow is deleted

CMB_WI_NOTSET

public static final short CMB_WI_NOTSET
state of the workitem not set

CMB_WI_READY

public static final short CMB_WI_READY
state of the workitem ready

CMB_WI_RUNNING

public static final short CMB_WI_RUNNING
state of the workitem running

CMB_WI_FINISHED

public static final short CMB_WI_FINISHED
state of the workitem finished

CMB_WI_TERMINATED

public static final short CMB_WI_TERMINATED
state of the workitem terminated

CMB_WI_SUSPENDED

public static final short CMB_WI_SUSPENDED
state of the workitem suspended

CMB_WI_DISABLED

public static final short CMB_WI_DISABLED
state of the workitem disabled

CMB_WI_CHECKEDOUT

public static final short CMB_WI_CHECKEDOUT
state of the workitem checked out

CMB_WI_INERROR

public static final short CMB_WI_INERROR
state of the workitem in error

CMB_WI_EXECUTED

public static final short CMB_WI_EXECUTED
state of the workitem executed

CMB_WI_PLANNING

public static final short CMB_WI_PLANNING
state of the workitem planning

CMB_WI_FORCEFINISHED

public static final short CMB_WI_FORCEFINISHED
state of the workitem force finished

CMB_WI_DELETED

public static final short CMB_WI_DELETED
state of the workitem deleted

CMB_WI_TERMINATING

public static final short CMB_WI_TERMINATING
state of the workitem terminating

CMB_WI_SUSPENDING

public static final short CMB_WI_SUSPENDING
state of the workitem suspending

CMB_WPN_NOTSET

public static final short CMB_WPN_NOTSET
state of the process notification not set

CMB_WPN_READY

public static final short CMB_WPN_READY
state of the process notification ready

CMB_WPN_RUNNING

public static final short CMB_WPN_RUNNING
state of the process notification running

CMB_WPN_FINISHED

public static final short CMB_WPN_FINISHED
state of the process notification finished

CMB_WPN_TERMINATED

public static final short CMB_WPN_TERMINATED
state of the process notification terminated

CMB_WPN_SUSPENDED

public static final short CMB_WPN_SUSPENDED
state of the process notification suspended

CMB_WPN_TERMINATING

public static final short CMB_WPN_TERMINATING
state of the process notification terminating

CMB_WPN_SUSPENDING

public static final short CMB_WPN_SUSPENDING
state of the process notification suspending

CMB_WPN_DELETED

public static final short CMB_WPN_DELETED
state of the process notification deleted

CMB_WN_TYPE_NOTSET

public static final short CMB_WN_TYPE_NOTSET
type of notification is not set

CMB_WN_TYPE_PROCESSINSTANCENOTIFICATION

public static final short CMB_WN_TYPE_PROCESSINSTANCENOTIFICATION
type of notification is process instance notification

CMB_WN_TYPE_FIRSTACTIVITYINSTANCENOTIFICATION

public static final short CMB_WN_TYPE_FIRSTACTIVITYINSTANCENOTIFICATION
type of notification is first activity notification

CMB_WN_TYPE_SECONDACTIVITYINSTANCENOTIFICATION

public static final short CMB_WN_TYPE_SECONDACTIVITYINSTANCENOTIFICATION
type of notification is second activity notification

CMB_WN_RECEIVE_REASON_NOTSET

public static final short CMB_WN_RECEIVE_REASON_NOTSET
receive reason for the notification is not set

CMB_WN_RECEIVE_REASON_NORMAL

public static final short CMB_WN_RECEIVE_REASON_NORMAL
receive reason for the notification is normal

CMB_WN_RECEIVE_REASON_SUBSTITUTE

public static final short CMB_WN_RECEIVE_REASON_SUBSTITUTE
receive reason for the notification is substitute

CMB_WN_RECEIVE_REASON_PROCESSADMINISTRATOR

public static final short CMB_WN_RECEIVE_REASON_PROCESSADMINISTRATOR
receive reason for the notification is process administrator

CMB_WN_RECEIVE_REASON_SYSTEMADMINISTRATOR

public static final short CMB_WN_RECEIVE_REASON_SYSTEMADMINISTRATOR
receive reason for the notification is system administrator

CMB_WN_RECEIVE_REASON_BYTRANSFER

public static final short CMB_WN_RECEIVE_REASON_BYTRANSFER
receive reason for the notification is by transfer

CMB_WL_MAX_RESULTS

public static final short CMB_WL_MAX_RESULTS
worklist threshold is max max results

CMB_ICM_DR_SELECTION_FILTER_NO

public static final short CMB_ICM_DR_SELECTION_FILTER_NO
ICM workflow: selection filter is none

CMB_ICM_DR_SELECTION_FILTER_YES

public static final short CMB_ICM_DR_SELECTION_FILTER_YES
ICM workflow: selection filter is on

CMB_ICM_DR_SELECTION_FILTER_EITHER

public static final short CMB_ICM_DR_SELECTION_FILTER_EITHER
ICM workflow: selection filter is either

CMB_ICM_DR_SELECTION_ORDER_PRIORITY

public static final short CMB_ICM_DR_SELECTION_ORDER_PRIORITY
ICM workflow: selection order is by priority

CMB_ICM_DR_SELECTION_ORDER_TIME

public static final short CMB_ICM_DR_SELECTION_ORDER_TIME
ICM workflow: selection order is by fifo

CMB_ICM_DR_START_NODE

public static final java.lang.String CMB_ICM_DR_START_NODE
ICM workflow: a define for a Start node

CMB_ICM_DR_END_NODE

public static final java.lang.String CMB_ICM_DR_END_NODE
ICM workflow: a define for a End node

EIP JavaBeans

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