Uses of Enum Class
fr.gouv.vitam.common.model.processing.LifecycleState
Packages that use LifecycleState
Package
Description
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 LifecycleStateModifier and TypeMethodDescriptionWorkFlow.getLifecycleLog()
ActionDefinition.getLifecycleState()
ActionDefinition.lifecycleState()
static LifecycleState
Returns the enum constant of this class with the specified name.static LifecycleState[]
LifecycleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type LifecycleStateModifier and TypeMethodDescriptionvoid
ActionDefinition.defaultLifecycleLog
(LifecycleState defaultLifecycleLog) void
Step.defaultLifecycleLog
(LifecycleState lifecycleLog) WorkFlow.setLifecycleLog
(LifecycleState lifecycleLog) void
ActionDefinition.setLifecycleState
(LifecycleState lifecycleState) Constructors in fr.gouv.vitam.common.model.processing with parameters of type LifecycleStateModifierConstructorDescriptionActionDefinition
(String actionKey, ProcessBehavior behavior, LifecycleState lifecycleState, List<IOParameter> in, List<IOParameter> out) WorkFlow
(String id, String name, String identifier, String typeProc, String comment, LifecycleState lifecycleLog, List<Step> steps)