-
Attach a lifecycle to the object
The operation is not allowed to be put in an user transaction.
Cancel a scheduled demotion
The operation is not allowed to be put in an user transaction.
Cancel a scheduled promotion
The operation is not allowed to be put in an user transaction.
Cancel a scheduled resumption
The operation is not allowed to be put in an user transaction.
Cancel a scheduled suspension
The operation is not allowed to be put in an user transaction.
Demote the object to the previous normal lifecycle state
The operation is not allowed to be put in an user transaction.
Get the current object lifecycle state
LifecycleManager.promote(String objectId,
boolean force,
boolean trial,
Date schedule)
Promote the object to the next normal lifecycle state
The operation is not allowed to be put in an user transaction.
LifecycleManager.resume(String objectId,
boolean toBase,
boolean force,
boolean trial,
Date schedule)
Resume the object to the normal lifecycle state
The operation is not allowed to be put in an user transaction.
LifecycleManager.suspend(String objectId,
boolean force,
boolean trial,
Date schedule)
Suspend the object to the exceptional lifecycle state
The operation is not allowed to be put in an user transaction.
-