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 LifecycleState
WorkFlow. getLifecycleLog()
LifecycleState
ActionDefinition. getLifecycleState()
LifecycleState
ActionDefinition. lifecycleState()
static LifecycleState
LifecycleState. 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 void
ActionDefinition. defaultLifecycleLog(LifecycleState defaultLifecycleLog)
void
Step. defaultLifecycleLog(LifecycleState lifecycleLog)
WorkFlow
WorkFlow. setLifecycleLog(LifecycleState lifecycleLog)
void
ActionDefinition. 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)
-