Uses of Enum Class
fr.gouv.vitam.common.model.processing.ProcessBehavior
Package
Description
Provides common public Model classes for the Processing module.
-
Uses of ProcessBehavior in fr.gouv.vitam.common.model.processing
Modifier and TypeMethodDescriptionActionDefinition.getBehavior()
Step.getBehavior()
static ProcessBehavior
Returns the enum constant of this class with the specified name.static ProcessBehavior[]
ProcessBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionActionDefinition.setBehavior
(ProcessBehavior behavior) set action typeStep.setBehavior
(ProcessBehavior behavior) ModifierConstructorDescriptionActionDefinition
(String actionKey, ProcessBehavior behavior, LifecycleState lifecycleState, List<IOParameter> in, List<IOParameter> out) Step
(String id, String workerGroupId, String stepName, ProcessBehavior behavior, Distribution distribution, List<Action> actions, String waitFor)