|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowActivityState
This interface represents a Workflow activity instance. A Workflow activity instance represents an instance of a Worklow activity. The instance will have an activity state, indicating the current state of the activity instance within the Workflow model instance.
| Field Summary | |
|---|---|
static java.lang.String |
ACTIVE
Represents the active state |
static java.lang.String |
COMPLETED
Represents the completed state |
static java.lang.String |
INACTIVE
Represents the inactive state |
| Method Summary | |
|---|---|
Permission[] |
getPermissions()
Return the RBAC permissions assigned to this Workflow activity state |
java.lang.String |
getStateName()
Return the name of this activity state |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Field Detail |
|---|
static final java.lang.String INACTIVE
static final java.lang.String ACTIVE
static final java.lang.String COMPLETED
| Method Detail |
|---|
Permission[] getPermissions()
java.lang.String getStateName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||