Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Field and Description |
---|---|
static AssetStateEnum |
AssetStateEnum.ARCHIVE |
static AssetStateEnum |
AssetStateEnum.DRAFT
The project was created, but not started.
|
static AssetStateEnum |
AssetStateEnum.FINALIZE |
static AssetStateEnum |
AssetStateEnum.LOCK |
Modifier and Type | Method and Description |
---|---|
static AssetStateEnum |
AssetStateEnum.valueOf(java.lang.String name) |
static AssetStateEnum[] |
AssetStateEnum.values() |
Modifier and Type | Method and Description |
---|---|
void |
IPlanAPI.transitionAssetStateByCode(IExecutionContext context,
java.lang.String code,
AssetStateEnum stateEnum,
java.lang.String comments) |