|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.processmodel.Activity
public abstract class Activity
Field Summary | |
---|---|
static int |
AUTOMATIC
Automatic activity, generally used to run server-side components |
static int |
BEGIN
Automatic activity, the first activity in a process |
static int |
COMPENSATE
Compensate and automatic activity |
static int |
CONDITIONAL
Conditional and automatic acitivity |
static int |
CREATION
Activity that creates instances in a process. |
static int |
DECISION
Decision activity (is interactive) |
static int |
END
Automatic activity, the last activity in a process |
static int |
GLOBAL
Activity that runs CILs independently of process instances |
static int |
GLOBAL_AUTOMATIC
Automatic activity, used to perform server-side automatic tasks independently of process instances, according to schedules, event notifications or interval polling |
static int |
GLOBAL_CREATION
Interactive activity, usually used to create process instances |
static int |
GRAB
Ativity, used to grab an instance from another activity |
static int |
GROUP
Automatic activity, groups activities |
static int |
INTERACTIVE
Interactive activity, generally used to run client-side interactive components |
static int |
INTERACTIVE_COMPONENT_CALL
Interactive component call activity, used to run a client-side interactive component |
static int |
INTERACTIVE_GRAB
Field INTERACTIVE_GRAB |
static int |
JOIN
Automatic activity, used to join multiple threads |
static int |
NOTIFICATION_WAIT
Automatic activity, used to wait for a notification from another process |
static int |
PROCESS_CREATION
Automatic activity, used to create an instance in another process |
static int |
PROCESS_NOTIFICATION
Automatic activity, used to send a notification to another process |
static int |
SPLIT
Automatic activity, used to create multiple threads |
static int |
SPLIT_N
Automatic activity, used to create multiple threads over the same activity block |
static int |
SUBFLOW
Automatic activity, used to create a child instance in another process |
static int |
SUBPROCESS
Automatic activity, used to create an instance in another process |
static int |
TERMINATION_WAIT
Automatic activity, used to wait the termination of a previously created subprocess |
Constructor Summary | |
---|---|
Activity()
|
Method Summary | |
---|---|
abstract String |
getDescription(Locale locale)
|
String |
getName()
|
int |
getType()
Returns the type of this activity |
boolean |
hasType(int type)
Returns whether or not this activity belongs to the specified type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AUTOMATIC
public static final int INTERACTIVE
public static final int GLOBAL
public static final int CREATION
public static final int GRAB
public static final int BEGIN
public static final int END
public static final int SPLIT
public static final int SPLIT_N
public static final int JOIN
public static final int SUBPROCESS
public static final int PROCESS_CREATION
public static final int TERMINATION_WAIT
public static final int PROCESS_NOTIFICATION
public static final int NOTIFICATION_WAIT
public static final int SUBFLOW
public static final int GROUP
public static final int INTERACTIVE_COMPONENT_CALL
public static final int CONDITIONAL
public static final int COMPENSATE
public static final int GLOBAL_AUTOMATIC
public static final int GLOBAL_CREATION
public static final int INTERACTIVE_GRAB
public static final int DECISION
Constructor Detail |
---|
public Activity()
Method Detail |
---|
public abstract String getDescription(Locale locale)
public String getName()
public int getType()
public boolean hasType(int type)
type
-
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |