Uses of Enum Class
fr.gouv.vitam.common.model.processing.ProcessBehavior
Packages that use ProcessBehavior
Package
Description
Provides common public Model classes for the Processing module.
-
Uses of ProcessBehavior in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return ProcessBehaviorModifier and TypeMethodDescriptionActionDefinition.getBehavior()Step.getBehavior()static ProcessBehaviorReturns 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.Methods in fr.gouv.vitam.common.model.processing with parameters of type ProcessBehaviorModifier and TypeMethodDescriptionActionDefinition.setBehavior(ProcessBehavior behavior) set action typeStep.setBehavior(ProcessBehavior behavior) Constructors in fr.gouv.vitam.common.model.processing with parameters of type ProcessBehaviorModifierConstructorDescriptionActionDefinition(String actionKey, ProcessBehavior behavior, LifecycleState lifecycleState, List<IOParameter> in, List<IOParameter> out) Step(String id, String workerGroupId, String stepName, ProcessBehavior behavior, Boolean cancellable, Distribution distribution, List<Action> actions, String waitFor)