Uses of Class
com.emc.documentum.rest.model.ObjectLifecycle
Packages that use ObjectLifecycle
-
Uses of ObjectLifecycle in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return ObjectLifecycleModifier and TypeMethodDescriptionLifecycleManager.attachLifecycle
(String objectId, String lifecycleId, String state, String aliasSetName) Attach a lifecycle to the object The operation is not allowed to be put in an user transaction.LifecycleManager.cancelScheduledDemote
(String objectId, Date schedule) Cancel a scheduled demotion The operation is not allowed to be put in an user transaction.LifecycleManager.cancelScheduledPromote
(String objectId, Date schedule) Cancel a scheduled promotion The operation is not allowed to be put in an user transaction.LifecycleManager.cancelScheduledResume
(String objectId, Date schedule) Cancel a scheduled resumption The operation is not allowed to be put in an user transaction.LifecycleManager.cancelScheduledSuspend
(String objectId, Date schedule) 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.LifecycleManager.getObjectLifecycle
(String objectId) Get the current object lifecycle statePromote 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.Suspend the object to the exceptional lifecycle state The operation is not allowed to be put in an user transaction. -
Uses of ObjectLifecycle in com.emc.documentum.rest.model
Methods in com.emc.documentum.rest.model that return ObjectLifecycleMethods in com.emc.documentum.rest.model with parameters of type ObjectLifecycleModifier and TypeMethodDescriptionvoid
SysObject.setObjectLifecycle
(ObjectLifecycle objectLifecycle)