|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.mm.beans.CMBEventBase | +--com.ibm.mm.beans.workflow.event.CMBWorkListRequestEvent
Event for requesting a workflow list
com.ibm.mm.beans.CMBWorkListRequestListener
,
com.ibm.mm.beans.CMBWorkFlowQueryService
, Serialized FormField Summary | |
static int |
CMB_WORKFLOW_REQUEST_ACTION
Event type ID constant: request a CMBWorkFlowAction |
static int |
CMB_WORKFLOW_REQUEST_ACTION_LIST
Event type ID constant: request an action list |
static int |
CMB_WORKFLOW_REQUEST_GET_WORKITEM_STATE
Event type ID constant: request workItem state |
static int |
CMB_WORKFLOW_REQUEST_WORKFLOW_CONTAINER
Event type ID constant: request the workflow container for a workflow process instance |
static int |
CMB_WORKFLOW_REQUEST_WORKFLOW_TEMPLATE_NAMES
Event type ID constant: request a list of workFlow template names |
static int |
CMB_WORKFLOW_REQUEST_WORKFLOW_TEMPLATES
Event type ID constant: request a list of workFlow templates |
static int |
CMB_WORKFLOW_REQUEST_WORKFLOWS
Event type ID constant: request a list of workflows |
static int |
CMB_WORKFLOW_REQUEST_WORKFLOWS_WITH_FILTER
Event type ID constant: request workflows for a given filter |
static int |
CMB_WORKFLOW_REQUEST_WORKITEM
Event type ID constant: request a workItem |
static int |
CMB_WORKFLOW_REQUEST_WORKITEM_CONTAINER
Event type ID constant: request the container for a work item |
static int |
CMB_WORKFLOW_REQUEST_WORKITEMS_FOR_WORKLIST
Event type ID constant: request a collection of work items for a given work list |
static int |
CMB_WORKFLOW_REQUEST_WORKITEMS_WITH_FILTER
Event type ID constant: request work items for a given filter |
static int |
CMB_WORKFLOW_REQUEST_WORKLIST_BYNAME
Event type ID constant: request a CMBWorkList |
static int |
CMB_WORKFLOW_REQUEST_WORKLIST_NAMES
Event type ID constant: request a collection of workList names |
static int |
CMB_WORKFLOW_REQUEST_WORKLISTS
Event type ID constant: request a list of worklists |
static int |
CMB_WORKFLOW_REQUEST_WORKNOTIFICATIONS
Event type ID constant: request a list of the work notifications |
static int |
CMB_WORKFLOW_REQUEST_WORKNOTIFICATIONS_FOR_WORKLIST
Event type ID constant: request a collection of work notifications for a given work list |
Fields inherited from class com.ibm.mm.beans.CMBEventBase |
CMB_REPLY_NO_CONNECTION |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBWorkListRequestEvent(java.lang.Object source,
int eventId)
Construct a CMBWorkListRequestEvent. |
|
CMBWorkListRequestEvent(java.lang.Object source,
int eventId,
boolean checkOutFlag)
Construct a CMBWorkListRequestEvent. |
|
CMBWorkListRequestEvent(java.lang.Object source,
int eventId,
java.lang.String aValue)
Construct a CMBWorkListRequestEvent. |
|
CMBWorkListRequestEvent(java.lang.Object source,
int eventId,
java.lang.String name,
boolean checkOutFlag)
Construct a CMBWorkListRequestEvent. |
|
CMBWorkListRequestEvent(java.lang.Object source,
int eventId,
java.lang.String filter,
java.lang.String sortCriteria,
int threshold)
Construct a CMBWorkListRequestEvent. |
|
CMBWorkListRequestEvent(java.lang.Object source,
int eventId,
java.lang.String workFlowName,
java.lang.String nodeName,
java.lang.String ownerName)
Construct a CMBWorkListRequestEvent. |
Method Summary | |
java.lang.String |
getActionListName()
Gets the action list name. |
java.lang.String |
getActionName()
Gets the action name. |
boolean |
getCheckOutFlag()
Gets the checkOut flag. |
java.lang.String |
getFilter()
Gets the filter. |
java.lang.String |
getNodeName()
Gets the nodeName. |
java.lang.String |
getOwnerName()
Gets the ownerName. |
java.lang.String |
getSortCriteria()
Gets the sort criteria. |
int |
getThreshold()
Gets the threshold. |
java.lang.String |
getWorkFlowName()
Gets the workflow name . |
java.util.Collection |
getWorkList()
Gets the collection of workList objects. |
java.lang.String |
getWorkListName()
Gets the workList name. |
Methods inherited from class com.ibm.mm.beans.CMBEventBase |
getData, getExtraData, getID, getStatus |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CMB_WORKFLOW_REQUEST_WORKNOTIFICATIONS
public static final int CMB_WORKFLOW_REQUEST_WORKLISTS
public static final int CMB_WORKFLOW_REQUEST_WORKFLOWS
public static final int CMB_WORKFLOW_REQUEST_WORKFLOW_TEMPLATES
public static final int CMB_WORKFLOW_REQUEST_ACTION
public static final int CMB_WORKFLOW_REQUEST_WORKFLOW_TEMPLATE_NAMES
public static final int CMB_WORKFLOW_REQUEST_WORKLIST_BYNAME
public static final int CMB_WORKFLOW_REQUEST_WORKITEM
public static final int CMB_WORKFLOW_REQUEST_ACTION_LIST
public static final int CMB_WORKFLOW_REQUEST_WORKLIST_NAMES
public static final int CMB_WORKFLOW_REQUEST_WORKITEMS_FOR_WORKLIST
public static final int CMB_WORKFLOW_REQUEST_WORKNOTIFICATIONS_FOR_WORKLIST
public static final int CMB_WORKFLOW_REQUEST_WORKFLOW_CONTAINER
public static final int CMB_WORKFLOW_REQUEST_WORKITEM_CONTAINER
public static final int CMB_WORKFLOW_REQUEST_GET_WORKITEM_STATE
public static final int CMB_WORKFLOW_REQUEST_WORKFLOWS_WITH_FILTER
public static final int CMB_WORKFLOW_REQUEST_WORKITEMS_WITH_FILTER
Constructor Detail |
public CMBWorkListRequestEvent(java.lang.Object source, int eventId)
source
- the event sourceeventId
- the event type id
Valid id's for this constructor:
public CMBWorkListRequestEvent(java.lang.Object source, int eventId, java.lang.String aValue)
source
- the source of the eventeventId
- the id of the event typeaValue
- if the event type is
CMB_WORKFLOW_REQUEST_ACTIONaValue
- the action name
aValue
- the action list name
aValue
- the work list name
aValue
- the workflow namepublic CMBWorkListRequestEvent(java.lang.Object source, int eventId, java.lang.String name, boolean checkOutFlag)
source
- the source of the eventeventId
- the id of the event typename
- name of the work listcheckOutFlag
- true if the workItems in the workList are to be "checked out"
otherwise false.public CMBWorkListRequestEvent(java.lang.Object source, int eventId, boolean checkOutFlag)
source
- the source of the eventeventId
- the id of the event typecheckOutFlag
- true if the workItems in the workList are to be "checked out"
ohterwise false.public CMBWorkListRequestEvent(java.lang.Object source, int eventId, java.lang.String workFlowName, java.lang.String nodeName, java.lang.String ownerName)
source
- the source of the eventeventId
- the id of the event typeworkFlowName
- the workflow namenodeName
- the nodeName of the work itemownerName
- the owner of the work itempublic CMBWorkListRequestEvent(java.lang.Object source, int eventId, java.lang.String filter, java.lang.String sortCriteria, int threshold)
source
- the source of the eventeventId
- the id of the event typefilter
- the string defining the filtersortCriteria
- the sortCriteriathreshold
- the max number of results to be returnedMethod Detail |
public java.lang.String getWorkFlowName()
public boolean getCheckOutFlag()
public java.lang.String getNodeName()
public int getThreshold()
public java.lang.String getSortCriteria()
public java.lang.String getFilter()
public java.lang.String getOwnerName()
public java.lang.String getWorkListName()
public java.lang.String getActionName()
public java.lang.String getActionListName()
public java.util.Collection getWorkList()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |