|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.obe.spi.event.ApplicationEvent
org.obe.spi.event.WorkflowEvent
org.obe.spi.event.WorkItemEvent
Delivers work item event notifications.
| Field Summary | |
static int |
ABORTED
The work item was aborted. |
static int |
ASSIGNED
The work item was assigned or reassigned. |
static int |
COMPLETED
The work item was completed. |
static int |
CREATED
The work item was created. |
static int |
RESUMED
The work item was resumed. |
static int |
STARTED
The work item was started. |
static int |
STOPPED
The work item was stopped. |
static int |
SUSPENDED
The work item was suspended. |
static int |
TERMINATED
The work item was terminated. |
| Fields inherited from class org.obe.spi.event.WorkflowEvent |
_broker, _id, _timestamp |
| Fields inherited from class org.obe.spi.event.ApplicationEvent |
ACTION, CONTENT_TYPE, EMPTY_KEYS, EMPTY_MAP, EXCEPTION_EVENT, SCHEMA, TIMEOUT_EVENT |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
WorkItemEvent(WorkItem source,
int id,
WorkflowEventBroker broker,
Activity definition,
int previousState)
|
|
| Method Summary | |
Activity |
getActivityDefinition()
|
int |
getPreviousState()
|
WMAEventCode |
getWMAEventCode()
Returns the WfMC Interface 5 audit event code (if defined). |
WorkItem |
getWorkItem()
|
java.lang.String |
toString()
|
| Methods inherited from class org.obe.spi.event.WorkflowEvent |
getId, getTimestamp |
| Methods inherited from class org.obe.spi.event.ApplicationEvent |
getAction, getApplication, getContentType, getEventType, getExpiry, getKeys, getProperties, getProperty, getSchema, setApplication, setEventType, setExpiry, setKeys |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ABORTED
public static final int ASSIGNED
public static final int COMPLETED
public static final int CREATED
public static final int RESUMED
public static final int STARTED
public static final int STOPPED
public static final int SUSPENDED
public static final int TERMINATED
| Constructor Detail |
public WorkItemEvent(WorkItem source,
int id,
WorkflowEventBroker broker,
Activity definition,
int previousState)
| Method Detail |
public WorkItem getWorkItem()
public int getPreviousState()
public Activity getActivityDefinition()
public WMAEventCode getWMAEventCode()
WorkflowEvent
getWMAEventCode in class WorkflowEventpublic java.lang.String toString()
toString in class ApplicationEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||