|
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.CMBWorkListReplyEvent
Event for replying to requests.
com.ibm.mm.beans.CMBWorkListReplyListener
,
com.ibm.mm.beans.CMBWorkListRequestEvent
, Serialized FormField Summary | |
static int |
CMB_WORKFLOW_REPLY_ACTION
Event type ID constant: reply to a action request |
static int |
CMB_WORKFLOW_REPLY_ACTION_LIST
Event type ID constant: reply to an action list request |
static int |
CMB_WORKFLOW_REPLY_GET_WORKITEM_STATE
Event type ID constant: reply to the request get workItem state |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_CONTAINER
Event type ID constant: reply to a request for a process instance container for a given work list. |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_TEMPLATE_NAMES
Event type ID constant: list of workFlowTemplates |
static int |
CMB_WORKFLOW_REPLY_WORKFLOW_TEMPLATES
Event type ID constant: list of workFlowTemplates |
static int |
CMB_WORKFLOW_REPLY_WORKFLOWS
Event type ID constant: list of workflows |
static int |
CMB_WORKFLOW_REPLY_WORKFLOWS_WITH_FILTER
Event type ID constant: reply to the request get workflows with a given filter |
static int |
CMB_WORKFLOW_REPLY_WORKITEM
Event type ID constant: reply to a work item request |
static int |
CMB_WORKFLOW_REPLY_WORKITEM_CONTAINER
Event type ID constant: reply to a request for a work item container for a given work list. |
static int |
CMB_WORKFLOW_REPLY_WORKITEMS_FOR_WORKLIST
Event type ID constant: reply to a request for a collection of all work Items for a given work list. |
static int |
CMB_WORKFLOW_REPLY_WORKITEMS_WITH_FILTER
Event type ID constant: reply to the request get work items with a given filter |
static int |
CMB_WORKFLOW_REPLY_WORKLIST_BYNAME
Event type ID constant: reply to request of a CMBWorkList for a given worklist name. |
static int |
CMB_WORKFLOW_REPLY_WORKLIST_NAMES
Event type ID constant: reply to a request for a collection of workList names |
static int |
CMB_WORKFLOW_REPLY_WORKLISTS
Event type ID constant: list of worklists |
static int |
CMB_WORKFLOW_REPLY_WORKNOTIFICATIONS
Event type ID constant: notification list |
static int |
CMB_WORKFLOW_REPLY_WORKNOTIFICATIONS_FOR_WORKLIST
Event type ID constant: reply to a request for 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 | |
CMBWorkListReplyEvent(java.lang.Object source,
int eventId,
java.lang.Exception data)
Reply a failed request, exception object provided. |
|
CMBWorkListReplyEvent(java.lang.Object source,
int eventId,
int status)
Construct a CMBWorkListReplyEvent, result data provided. |
|
CMBWorkListReplyEvent(java.lang.Object source,
int eventId,
int status,
java.lang.Object data)
Reply a succeeded request, result data provided. |
|
CMBWorkListReplyEvent(java.lang.Object source,
int eventId,
int status,
java.lang.Object data,
java.lang.Object extraData)
Reply a failed request, exception object provided. |
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_WORKNOTIFICATIONS
public static final int CMB_WORKFLOW_REPLY_WORKLISTS
public static final int CMB_WORKFLOW_REPLY_WORKFLOWS
public static final int CMB_WORKFLOW_REPLY_WORKFLOW_TEMPLATES
public static final int CMB_WORKFLOW_REPLY_ACTION
public static final int CMB_WORKFLOW_REPLY_WORKFLOW_TEMPLATE_NAMES
public static final int CMB_WORKFLOW_REPLY_WORKLIST_BYNAME
public static final int CMB_WORKFLOW_REPLY_WORKITEM
public static final int CMB_WORKFLOW_REPLY_ACTION_LIST
public static final int CMB_WORKFLOW_REPLY_WORKLIST_NAMES
public static final int CMB_WORKFLOW_REPLY_WORKITEMS_FOR_WORKLIST
public static final int CMB_WORKFLOW_REPLY_WORKNOTIFICATIONS_FOR_WORKLIST
public static final int CMB_WORKFLOW_REPLY_WORKFLOW_CONTAINER
public static final int CMB_WORKFLOW_REPLY_WORKITEM_CONTAINER
public static final int CMB_WORKFLOW_REPLY_GET_WORKITEM_STATE
public static final int CMB_WORKFLOW_REPLY_WORKFLOWS_WITH_FILTER
public static final int CMB_WORKFLOW_REPLY_WORKITEMS_WITH_FILTER
Constructor Detail |
public CMBWorkListReplyEvent(java.lang.Object source, int eventId, int status)
source
- the event sourceeventId
- the event type idstatus
- the reply statuspublic CMBWorkListReplyEvent(java.lang.Object source, int eventId, int status, java.lang.Object data)
source
- the event sourceeventId
- the event type idstatus
- the event status
CMB_STATUS_OK or CMB_STATUS_FAILEDdata
- if status is CMB_STATUS_OK the data is:
if status is CMB_STATUS_FAILED, data is an error string.
public CMBWorkListReplyEvent(java.lang.Object source, int eventId, java.lang.Exception data)
source
- the event sourceeventId
- the event type iddata
- the result data is the exception datapublic CMBWorkListReplyEvent(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 event status
CMB_STATUS_OK or CMB_STATUS_FAILEDdata
- if status is CMB_STATUS_FAILED, the exception messageextraData
- if status is CMB_STATUS_FAILED, the exception object
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |