Uses of Enum Class
fr.gouv.vitam.common.model.processing.LifecycleState
Package
Description
Provides common public Model classes for the Processing module.
-
Uses of LifecycleState in fr.gouv.vitam.common.model.processing
Modifier 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.Modifier and TypeMethodDescriptionvoid
ActionDefinition.defaultLifecycleLog
(LifecycleState defaultLifecycleLog) void
Step.defaultLifecycleLog
(LifecycleState lifecycleLog) WorkFlow.setLifecycleLog
(LifecycleState lifecycleLog) void
ActionDefinition.setLifecycleState
(LifecycleState lifecycleState) ModifierConstructorDescriptionActionDefinition
(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)