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 LifecycleStateReturns 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 TypeMethodDescriptionvoidActionDefinition.defaultLifecycleLog(LifecycleState defaultLifecycleLog) voidStep.defaultLifecycleLog(LifecycleState lifecycleLog) WorkFlow.setLifecycleLog(LifecycleState lifecycleLog) voidActionDefinition.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, WorkFlowExecutionContext executionContext, List<Step> steps)