|
SAP NetWeaver 2004S SPS 10 | |||||||||
| 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.GPProcessMultiplicity
| Field Summary | |
static GPProcessMultiplicity |
MULTIPLE_INSTANCES_MULTIPLICITY
The process may have multiple instances. |
static GPProcessMultiplicity |
SINGLE_INSTANCE_MULTIPLICITY
The process may have at most one instance either running or completed. |
static GPProcessMultiplicity |
SINGLE_RUNNING_INSTANCE_MULTIPLICITY
The process may have only one running instance, and possibly some completed instances. |
| Method Summary | |
String |
getCode()
|
static GPProcessMultiplicity |
getMultiplicityForCode(String code)
Get the GPProcessMultiplicity 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 GPProcessMultiplicity MULTIPLE_INSTANCES_MULTIPLICITY
public static final GPProcessMultiplicity SINGLE_RUNNING_INSTANCE_MULTIPLICITY
public static final GPProcessMultiplicity SINGLE_INSTANCE_MULTIPLICITY
| Method Detail |
public String getCode()
public static GPProcessMultiplicity getMultiplicityForCode(String code)
throws IllegalArgumentException
code - a multiplicity code
IllegalArgumentException - if no GPProcessMultiplicity is defined for the given code.
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||