|
||||||||||
| 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.ProcessInstanceEvent
Delivers process instance event notifications.
ProcessInstanceListener,
Serialized Form| Field Summary | |
static int |
ABORTED
The process instance was aborted. |
static int |
COMPLETED
The process instance was completed. |
static int |
CREATED
The process instance was created. |
static int |
DELETED
The process instance was deleted. |
static int |
RESUMED
The process instance was resumed. |
static int |
STARTED
The process instance was started. |
static int |
SUSPENDED
The process instance was suspended. |
static int |
TERMINATED
The process instance 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 | |
ProcessInstanceEvent(ProcessInstance source,
int id,
WorkflowEventBroker broker,
WorkflowProcess definition,
int previousState)
Constructs a new process instance event. |
|
| Method Summary | |
int |
getPreviousState()
|
WorkflowProcess |
getProcessDefinition()
Returns the definition of the source process instance. |
ProcessInstance |
getProcessInstance()
Returns the source process instance. |
WMAEventCode |
getWMAEventCode()
Returns the WfMC Interface 5 audit event code (if defined). |
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 COMPLETED
public static final int CREATED
public static final int DELETED
public static final int RESUMED
public static final int STARTED
public static final int SUSPENDED
public static final int TERMINATED
| Constructor Detail |
public ProcessInstanceEvent(ProcessInstance source,
int id,
WorkflowEventBroker broker,
WorkflowProcess definition,
int previousState)
source - id - broker - definition - previousState - | Method Detail |
public ProcessInstance getProcessInstance()
public int getPreviousState()
public WorkflowProcess getProcessDefinition()
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 | |||||||||