Uses of Class
com.emc.d2fs.models.lifecycle.LifeCycleResult
Packages that use LifeCycleResult
Package
Description
-
Uses of LifeCycleResult in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return LifeCycleResultModifier and TypeMethodDescriptionApply lifecycle stateID2LifeCycleService.changeState
(Context context, String docId, String targetState, String event, String operation, List<Attribute> parameters) Change lifecycle state of documentID2LifeCycleService.changeStateOnEvent
(Context context, String docId, String targetState, String event) Change lifecycle state on event handleIDctmLifeCycleService.handleOperation
(Context context, String docId, String operation, List<Attribute> attributes) Handle specified operation on documentID2LifeCycleService.nextStateOnEvent
(Context context, String docId, String event) Get next states for specified eventID2LifeCycleService.nextStates
(Context context, String docId, String operation) Get next states for specified operationID2LifeCycleService.testChangeStateConditions
(Context context, String docId, String targetState, String event) Check change state conditionsID2LifeCycleService.testNextState
(Context context, String docId) Check next state resultID2LifeCycleService.testTransition
(Context context, String docId, String operation) Check transition resultMethods in com.emc.d2fs.interfaces that return types with arguments of type LifeCycleResult -
Uses of LifeCycleResult in com.emc.d2fs.models.lifecycle
Methods in com.emc.d2fs.models.lifecycle that return LifeCycleResultModifier and TypeMethodDescriptionObjectFactory.createLifeCycleResult()
Create an instance ofLifeCycleResult
Methods in com.emc.d2fs.models.lifecycle that return types with arguments of type LifeCycleResultMethods in com.emc.d2fs.models.lifecycle with parameters of type LifeCycleResult -
Uses of LifeCycleResult in com.emc.d2fs.services.d2lifecycle_service
Methods in com.emc.d2fs.services.d2lifecycle_service that return LifeCycleResultModifier and TypeMethodDescriptionApplyResponse.getResult()
Gets the value of the result property.ChangeStateOnEventResponse.getResult()
Gets the value of the result property.ChangeStateResponse.getResult()
Gets the value of the result property.NextStateOnEventResponse.getResult()
Gets the value of the result property.NextStatesResponse.getResult()
Gets the value of the result property.TestChangeStateConditionsResponse.getResult()
Gets the value of the result property.TestNextStateResponse.getResult()
Gets the value of the result property.TestTransitionResponse.getResult()
Gets the value of the result property.Methods in com.emc.d2fs.services.d2lifecycle_service that return types with arguments of type LifeCycleResultModifier and TypeMethodDescriptionChangeStateResponseMass.getResult()
Gets the value of the result property.Methods in com.emc.d2fs.services.d2lifecycle_service with parameters of type LifeCycleResultModifier and TypeMethodDescriptionvoid
ApplyResponse.setResult
(LifeCycleResult value) Sets the value of the result property.void
ChangeStateOnEventResponse.setResult
(LifeCycleResult value) Sets the value of the result property.void
ChangeStateResponse.setResult
(LifeCycleResult value) Sets the value of the result property.void
NextStateOnEventResponse.setResult
(LifeCycleResult value) Sets the value of the result property.void
NextStatesResponse.setResult
(LifeCycleResult value) Sets the value of the result property.void
TestChangeStateConditionsResponse.setResult
(LifeCycleResult value) Sets the value of the result property.void
TestNextStateResponse.setResult
(LifeCycleResult value) Sets the value of the result property.void
TestTransitionResponse.setResult
(LifeCycleResult value) Sets the value of the result property. -
Uses of LifeCycleResult in com.emc.d2fs.services.dctmlifecycle_service
Methods in com.emc.d2fs.services.dctmlifecycle_service that return LifeCycleResultModifier and TypeMethodDescriptionHandleOperationResponse.getResult()
Gets the value of the result property.Methods in com.emc.d2fs.services.dctmlifecycle_service with parameters of type LifeCycleResultModifier and TypeMethodDescriptionvoid
HandleOperationResponse.setResult
(LifeCycleResult value) Sets the value of the result property.