| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActionConstants
Action-related constants.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| static int | ERROR_RESPONSE_CONTINUEIf an action error occurs, ignore it and continue with the process instance(s) | 
| static int | ERROR_RESPONSE_DEFAULTIf an action error occurs, respond in the default way, as specified in the action registry | 
| static int | ERROR_RESPONSE_DELETEIf an action error occurs, delete the process instance(s) | 
| static int | ERROR_RESPONSE_INSTANCE_DELETEDUsed in the case where the process instance(s) (and possibly the subject) get deleted by the action; the process engine will abort execution immediately | 
| static int | ERROR_RESPONSE_RETRYIf an action error occurs, leave the process instance(s) in the old state | 
| static int | EXECUTION_POLICY_COLLECTIVEAction can be executed on a collective process instance | 
| static int | EXECUTION_POLICY_INDIVIDUALAction requires an individual process instance to execute | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
static final int EXECUTION_POLICY_INDIVIDUAL
static final int EXECUTION_POLICY_COLLECTIVE
static final int ERROR_RESPONSE_DEFAULT
static final int ERROR_RESPONSE_CONTINUE
static final int ERROR_RESPONSE_DELETE
static final int ERROR_RESPONSE_RETRY
static final int ERROR_RESPONSE_INSTANCE_DELETED
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||