|
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.CMBWorkFlowDataReplyEvent
Event for replying to the CMBWorkFlowDataRequestEvent. This event is generated by the CMBWorkFlowDataManagement class to reply to the CMBWorkFlowDataRequestEvent.
com.ibm.mm.beans.CMBWorkFlowDataRequestEvent
,
com.ibm.mm.beans.CMBWorkFlowDataReplyListener
, Serialized FormField Summary | |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_CREATE_PROCESS_INSTANCE
Event type ID constant: reply to the data request create process instance |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_RESUME
Event type ID constant: reply to the data request resume workflow |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_START
Event type ID constant: reply to the data request start workflow |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_SUSPEND
Event type ID constant: reply to the data request suspend workflow |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_TERMINATE
Event type ID constant: terminate a workFlow |
static int |
CMB_WORKFLOW_REPLY_WORKITEM_CHECKIN
Event type ID constant: reply to the data request check in item |
static int |
CMB_WORKFLOW_REPLY_WORKITEM_CHECKOUT
Event type ID constant: reply to the data request check out workItem |
static int |
CMB_WORKFLOW_REPLY_WORKITEM_TRANSFER
Event type ID constant: reply to the data request unlock |
static int |
CMB_WORKFLOW_REPLY_WORKNOTIFICATION_CANCEL
Event type ID constant: reply to the data request cancel work notification |
Fields inherited from class com.ibm.mm.beans.CMBEventBase |
CMB_REPLY_NO_CONNECTION |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBWorkFlowDataReplyEvent(java.lang.Object source,
int eventId,
int status)
Construct a CMBWorkFlowDataReplyEvent |
|
CMBWorkFlowDataReplyEvent(java.lang.Object source,
int eventId,
int status,
java.lang.Object data)
Construct a CMBWorkFlowDataReplyEvent. |
|
CMBWorkFlowDataReplyEvent(java.lang.Object source,
int eventId,
int status,
java.lang.Object data,
java.lang.Object extraData)
Construct a CMBWorkFlowDataReplyEvent. |
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_REPLY_WORKFLOW_SUSPEND
public static final int CMB_WORKFLOW_REPLY_WORKFLOW_RESUME
public static final int CMB_WORKFLOW_REPLY_WORKFLOW_START
public static final int CMB_WORKFLOW_REPLY_WORKITEM_CHECKOUT
public static final int CMB_WORKFLOW_REPLY_WORKNOTIFICATION_CANCEL
public static final int CMB_WORKFLOW_REPLY_WORKITEM_CHECKIN
public static final int CMB_WORKFLOW_REPLY_WORKFLOW_CREATE_PROCESS_INSTANCE
public static final int CMB_WORKFLOW_REPLY_WORKITEM_TRANSFER
public static final int CMB_WORKFLOW_REPLY_WORKFLOW_TERMINATE
Constructor Detail |
public CMBWorkFlowDataReplyEvent(java.lang.Object source, int eventId, int status)
source
- the event sourceeventId
- the event type idstatus
- the reply statuspublic CMBWorkFlowDataReplyEvent(java.lang.Object source, int eventId, int status, java.lang.Object data)
source
- the event sourceeventId
- the event type idstatus
- the reply statusdata
- the return data. The data can be one of the following types:
extraData
- the exception object,
if the status is CMBWorkFlowConstants.CMB_STATUS_FAILED, the extraData parameter
is the exception object, otherwise the extraData parameter is
a NULL String object.CMBWorkFlowConstants
,
com.ibm.mm.beans.workflow.CMBWorkFlowDataManagement.checkedOutBy(String)
,
com.ibm.mm.beans.workflow.CMBWorkFlowDataManagement.getWorkItemState(String,String)
public CMBWorkFlowDataReplyEvent(java.lang.Object source, int eventId, int status, java.lang.Object data, java.lang.Object extraData)
source
- the event sourceeventId
- the event type idstatus
- the reply statusdata
- if the data request was successful,
the status parameter is CMBWorkFlowConstants.CMB_STATUS_OK, and the event type id is:
extraData
- if the status parameter is CMBWorkFlowConstants.CMB_STATUS_OK
then the parameter extraData is a NULL object .
If the status parameter is CMBWorkFlowConstants.CMB_STATUS_FAILED then the
the extraData parameter is the exception object
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |