ALBPM Process API

fuego.papi
Class EventType

java.lang.Object
  extended by fuego.papi.EventType
All Implemented Interfaces:
fuego.lang.EnumType

public class EventType
extends Object
implements fuego.lang.EnumType

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

INSTANCE_CREATED

public static final int INSTANCE_CREATED
Instance created

See Also:
Constant Field Values

INSTANCE_END

public static final int INSTANCE_END
Instance terminated.

See Also:
Constant Field Values

ACTIVITY_IN

public static final int ACTIVITY_IN
Instance arrived to the activity.

See Also:
Constant Field Values

ACTIVITY_OUT

public static final int ACTIVITY_OUT
Instance went out of the activity.

See Also:
Constant Field Values

GLOBAL_EXECUTED

public static final int GLOBAL_EXECUTED
Task executed over a global activity.

See Also:
Constant Field Values

ITEM_SELECTED

public static final int ITEM_SELECTED
Instance item selected.

See Also:
Constant Field Values

ITEM_UNSELECTED

public static final int ITEM_UNSELECTED
Instance item unselected.

See Also:
Constant Field Values

ITEM_EXECUTED

public static final int ITEM_EXECUTED
Instance item executed.

See Also:
Constant Field Values

INSTANCE_SUSPENDED

public static final int INSTANCE_SUSPENDED
Instance suspended.

See Also:
Constant Field Values

INSTANCE_RESUMED

public static final int INSTANCE_RESUMED
Instance resumed.

See Also:
Constant Field Values

INSTANCE_GRABBED

public static final int INSTANCE_GRABBED
Instance grabbed.

See Also:
Constant Field Values

INSTANCE_UNGRABBED

public static final int INSTANCE_UNGRABBED
Instance ungrabbed.

See Also:
Constant Field Values

INSTANCE_SELECTED

public static final int INSTANCE_SELECTED
Instance selected.

See Also:
Constant Field Values

INSTANCE_UNSELECTED

public static final int INSTANCE_UNSELECTED
Instance unselected.

See Also:
Constant Field Values

SUBFLOW_INSTANCE_CREATED

public static final int SUBFLOW_INSTANCE_CREATED
Subflow instance created.

See Also:
Constant Field Values

INSTANCE_ABORTING

public static final int INSTANCE_ABORTING
Instance aborted.

See Also:
Constant Field Values

INSTANCE_TO_EXCEPTION

public static final int INSTANCE_TO_EXCEPTION
Instance sent to exception.

See Also:
Constant Field Values

INSTANCE_ABORTED

public static final int INSTANCE_ABORTED
Instance aborted.

See Also:
Constant Field Values

ACTIVITY_COMPLETED

public static final int ACTIVITY_COMPLETED
All mandatory items of an activity was completed in the instance.

See Also:
Constant Field Values

INSTANCE_UPDATED

public static final int INSTANCE_UPDATED
A value of the instance was updated.

See Also:
Constant Field Values

USER_EVENT

public static final int USER_EVENT
User event.

See Also:
Constant Field Values

INSTANCE_REASIGN

public static final int INSTANCE_REASIGN
Instance reassigned.

See Also:
Constant Field Values

MEASUREMENT_START

public static final int MEASUREMENT_START
Measurement mark started.

See Also:
Constant Field Values

MEASUREMENT_STOP

public static final int MEASUREMENT_STOP
Measurement mark stopped.

See Also:
Constant Field Values

MEASUREMENT_START_STOP

public static final int MEASUREMENT_START_STOP
Measurement mark start-stop.

See Also:
Constant Field Values

VARIABLE_MEASUREMENT

public static final int VARIABLE_MEASUREMENT
Measurement mark created.

See Also:
Constant Field Values

START_TASK_EXECUTION

public static final int START_TASK_EXECUTION
Start task execution

See Also:
Constant Field Values
Constructor Detail

EventType

public EventType()
Method Detail

getDescription

public static String getDescription(int type,
                                    Locale locale)
Returns the localized description of the specified type in the specified locale.

Parameters:
type - event type number to obtain its description.
locale - locale to localize the description.
Returns:
Event type description localized.

valueOf

public static int valueOf(String id)
Returns the event type number of the specified event type Id.

Parameters:
id - event type Id to obtein its number.
Returns:
Event type number.

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved