|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BusinessProcessEventType
The type of a business process event. Indicates what is happening/has happened, i.e. whether a transition is taken, an activity is entered or left, a task is created, assigned, completed or deleted.
| Nested Class Summary | |
|---|---|
static class |
BusinessProcessEventType.DefaultBusinessProcessEventType
|
| Field Summary | |
|---|---|
static BusinessProcessEventType |
ASSIGN_TASK
Signifies that a task is assigned |
static BusinessProcessEventType |
COMPLETE_TASK
Signifies that a task is completed |
static BusinessProcessEventType |
CREATE_TASK
Signifies that a task is created |
static BusinessProcessEventType |
DELETE_TASK
Signifies that a task is deleted |
static BusinessProcessEventType |
END_ACTIVITY
Signifies that an activity is being left / was left |
static BusinessProcessEventType |
START_ACTIVITY
Signifies that an activity is being entered / war entered |
static BusinessProcessEventType |
TAKE
Signifies that a transition is being taken / was taken |
| Method Summary | |
|---|---|
String |
getTypeName()
|
| Field Detail |
|---|
static final BusinessProcessEventType TAKE
static final BusinessProcessEventType START_ACTIVITY
static final BusinessProcessEventType END_ACTIVITY
static final BusinessProcessEventType CREATE_TASK
static final BusinessProcessEventType ASSIGN_TASK
static final BusinessProcessEventType COMPLETE_TASK
static final BusinessProcessEventType DELETE_TASK
| Method Detail |
|---|
String getTypeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||