| |
|
| org.obe.spi.event.ApplicationEvent org.obe.spi.event.WorkflowEvent org.obe.spi.event.WorkItemEvent
WorkItemEvent | final public class WorkItemEvent extends WorkflowEvent (Code) | | Delivers work item event notifications.
author: Adrian Price |
Field Summary | |
final public static int | ABORTED The work item was aborted. | final public static int | ASSIGNED The work item was assigned or reassigned. | final public static int | COMPLETED The work item was completed. | final public static int | CREATED The work item was created. | final public static int | RESUMED The work item was resumed. | final public static int | STARTED The work item was started. | final public static int | STOPPED The work item was stopped. | final public static int | SUSPENDED The work item was suspended. | final public static int | TERMINATED The work item was terminated. |
ABORTED | final public static int ABORTED(Code) | | The work item was aborted.
|
ASSIGNED | final public static int ASSIGNED(Code) | | The work item was assigned or reassigned.
|
COMPLETED | final public static int COMPLETED(Code) | | The work item was completed.
|
CREATED | final public static int CREATED(Code) | | The work item was created.
|
RESUMED | final public static int RESUMED(Code) | | The work item was resumed.
|
STARTED | final public static int STARTED(Code) | | The work item was started.
|
STOPPED | final public static int STOPPED(Code) | | The work item was stopped.
|
SUSPENDED | final public static int SUSPENDED(Code) | | The work item was suspended.
|
TERMINATED | final public static int TERMINATED(Code) | | The work item was terminated.
|
getPreviousState | public int getPreviousState()(Code) | | |
|
|
|