Uses of Class
fr.gouv.vitam.common.model.processing.ProcessBehavior
-
Packages that use ProcessBehavior Package Description fr.gouv.vitam.common.model.processing 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 ProcessBehavior Modifier and Type Method Description ProcessBehavior
ActionDefinition. getBehavior()
ProcessBehavior
Step. getBehavior()
static ProcessBehavior
ProcessBehavior. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessBehavior[]
ProcessBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type ProcessBehavior Modifier and Type Method Description ActionDefinition
ActionDefinition. setBehavior(ProcessBehavior behavior)
set action typeStep
Step. setBehavior(ProcessBehavior behavior)
Constructors in fr.gouv.vitam.common.model.processing with parameters of type ProcessBehavior Constructor Description ActionDefinition(java.lang.String actionKey, ProcessBehavior behavior, LifecycleState lifecycleState, java.util.List<IOParameter> in, java.util.List<IOParameter> out)
Step(java.lang.String id, java.lang.String workerGroupId, java.lang.String stepName, ProcessBehavior behavior, Distribution distribution, java.util.List<Action> actions, java.lang.String waitFor)
-