Uses of Class
fr.gouv.vitam.common.model.processing.LifecycleState
-
Packages that use LifecycleState Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module. -
-
Uses of LifecycleState in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return LifecycleState Modifier and Type Method Description LifecycleStateWorkFlow. getLifecycleLog()LifecycleStateActionDefinition. getLifecycleState()LifecycleStateActionDefinition. lifecycleState()static LifecycleStateLifecycleState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LifecycleState[]LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type LifecycleState Modifier and Type Method Description voidActionDefinition. defaultLifecycleLog(LifecycleState defaultLifecycleLog)voidStep. defaultLifecycleLog(LifecycleState lifecycleLog)WorkFlowWorkFlow. setLifecycleLog(LifecycleState lifecycleLog)voidActionDefinition. setLifecycleState(LifecycleState lifecycleState)Constructors in fr.gouv.vitam.common.model.processing with parameters of type LifecycleState Constructor Description ActionDefinition(java.lang.String actionKey, ProcessBehavior behavior, LifecycleState lifecycleState, java.util.List<IOParameter> in, java.util.List<IOParameter> out)WorkFlow(java.lang.String id, java.lang.String name, java.lang.String identifier, java.lang.String typeProc, java.lang.String comment, LifecycleState lifecycleLog, java.util.List<Step> steps)
-