|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.EventType
public class EventType
Enumeration of type of events over an instance.
Field Summary | |
---|---|
static int |
ACTIVITY_COMPLETED
All mandatory items of an activity was completed in the instance. |
static int |
ACTIVITY_IN
Instance arrived to the activity. |
static int |
ACTIVITY_OUT
Instance went out of the activity. |
static int |
GLOBAL_EXECUTED
Task executed over a global activity. |
static int |
INSTANCE_ABORTED
Instance aborted. |
static int |
INSTANCE_ABORTING
Instance aborted. |
static int |
INSTANCE_CREATED
Instance created |
static int |
INSTANCE_END
Instance terminated. |
static int |
INSTANCE_GRABBED
Instance grabbed. |
static int |
INSTANCE_REASIGN
Instance reassigned. |
static int |
INSTANCE_RESUMED
Instance resumed. |
static int |
INSTANCE_SELECTED
Instance selected. |
static int |
INSTANCE_SUSPENDED
Instance suspended. |
static int |
INSTANCE_TO_EXCEPTION
Instance sent to exception. |
static int |
INSTANCE_UNGRABBED
Instance ungrabbed. |
static int |
INSTANCE_UNSELECTED
Instance unselected. |
static int |
INSTANCE_UPDATED
A value of the instance was updated. |
static int |
ITEM_EXECUTED
Instance item executed. |
static int |
ITEM_SELECTED
Instance item selected. |
static int |
ITEM_UNSELECTED
Instance item unselected. |
static int |
MEASUREMENT_START
Measurement mark started. |
static int |
MEASUREMENT_START_STOP
Measurement mark start-stop. |
static int |
MEASUREMENT_STOP
Measurement mark stopped. |
static int |
START_TASK_EXECUTION
Start task execution |
static int |
SUBFLOW_INSTANCE_CREATED
Subflow instance created. |
static int |
USER_EVENT
User event. |
static int |
VARIABLE_MEASUREMENT
Measurement mark created. |
Constructor Summary | |
---|---|
EventType()
|
Method Summary | |
---|---|
static String |
getDescription(int type,
Locale locale)
Returns the localized description of the specified type in the specified locale. |
static int |
valueOf(String id)
Returns the event type number of the specified event type Id. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INSTANCE_CREATED
public static final int INSTANCE_END
public static final int ACTIVITY_IN
public static final int ACTIVITY_OUT
public static final int GLOBAL_EXECUTED
public static final int ITEM_SELECTED
public static final int ITEM_UNSELECTED
public static final int ITEM_EXECUTED
public static final int INSTANCE_SUSPENDED
public static final int INSTANCE_RESUMED
public static final int INSTANCE_GRABBED
public static final int INSTANCE_UNGRABBED
public static final int INSTANCE_SELECTED
public static final int INSTANCE_UNSELECTED
public static final int SUBFLOW_INSTANCE_CREATED
public static final int INSTANCE_ABORTING
public static final int INSTANCE_TO_EXCEPTION
public static final int INSTANCE_ABORTED
public static final int ACTIVITY_COMPLETED
public static final int INSTANCE_UPDATED
public static final int USER_EVENT
public static final int INSTANCE_REASIGN
public static final int MEASUREMENT_START
public static final int MEASUREMENT_STOP
public static final int MEASUREMENT_START_STOP
public static final int VARIABLE_MEASUREMENT
public static final int START_TASK_EXECUTION
Constructor Detail |
---|
public EventType()
Method Detail |
---|
public static String getDescription(int type, Locale locale)
type
- event type number to obtain its description.locale
- locale to localize the description.
public static int valueOf(String id)
id
- event type Id to obtein its number.
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |