Package com.emc.documentum.rest.model
Class LifecycleState
java.lang.Object
com.emc.documentum.rest.model.LifecycleState
Lifecycle State resource
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIndex()
getName()
getNo()
getType()
void
setAction
(Lifecycle.Procedure action) void
setAllowAttach
(Boolean allowAttach) void
setAllowDemote
(Boolean allowDemote) void
setAllowReturnToBase
(Boolean allowReturnToBase) void
setAllowSchedule
(Boolean allowSchedule) void
setDescription
(String description) void
setEntryCriteria
(Lifecycle.EntryCriteria entryCriteria) void
setExceptional
(Boolean exceptional) void
setExceptionState
(String exceptionState) void
void
void
void
setReturnConditions
(List<LifecycleState.ReturnCondition> returnConditions) void
setSystemAction
(Lifecycle.Module systemAction) void
void
setTypeOverrideId
(String typeOverrideId) void
setUserAction
(Lifecycle.Procedure userAction) void
setUserActionService
(Lifecycle.Module userActionService) void
setUserCriteria
(Lifecycle.Procedure userCriteria) void
setUserCriteriaService
(Lifecycle.Module userCriteriaService) void
setUserPostAction
(Lifecycle.Procedure userPostAction) void
setUserPostService
(Lifecycle.Module userPostService)
-
Constructor Details
-
LifecycleState
public LifecycleState()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getNo
-
setNo
-
getIndex
-
setIndex
-
getDescription
-
setDescription
-
getExceptional
-
setExceptional
-
getExceptionState
-
setExceptionState
-
getAllowAttach
-
setAllowAttach
-
getAllowSchedule
-
setAllowSchedule
-
getAllowReturnToBase
-
setAllowReturnToBase
-
getAllowDemote
-
setAllowDemote
-
getReturnConditions
-
setReturnConditions
-
getEntryCriteria
-
setEntryCriteria
-
getUserCriteria
-
setUserCriteria
-
getAction
-
setAction
-
getUserAction
-
setUserAction
-
getUserPostAction
-
setUserPostAction
-
getTypeOverrideId
-
setTypeOverrideId
-
getUserCriteriaService
-
setUserCriteriaService
-
getUserActionService
-
setUserActionService
-
getUserPostService
-
setUserPostService
-
getSystemAction
-
setSystemAction
-