|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.caf.eu.gp.process.api.GPActionInstanceStatus
public class GPActionInstanceStatus
| Field Summary | |
|---|---|
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_ACTIVE
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_CANCELLED
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_COMPLETED
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_ERROR
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_FUTURE
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_IN_PROCESS
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_INVALID
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_RUNNING
Status of an action |
static GPActionInstanceStatus |
ACTION_INSTANCE_STATUS_SKIPPED
Status of an action |
static int |
STATUS_IN_PROCESS
Status of an action |
| Method Summary | |
|---|---|
int |
getCode()
|
static GPActionInstanceStatus |
getStatusForCode(int code)
Get the GPActionInstanceStatus instance corresponding to a given code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STATUS_IN_PROCESS
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_IN_PROCESS
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_INVALID
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_ACTIVE
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_RUNNING
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_CANCELLED
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_COMPLETED
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_ERROR
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_FUTURE
public static final GPActionInstanceStatus ACTION_INSTANCE_STATUS_SKIPPED
| Method Detail |
|---|
public int getCode()
public static GPActionInstanceStatus getStatusForCode(int code)
throws IllegalArgumentException
code - the action status code
IllegalArgumentException - if no GPActionInstanceStatus is defined for the given code.
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||