Package | Description |
---|---|
fr.gouv.vitam.common.model.processing |
Provides common public Model classes for the Processing module.
|
Modifier and Type | Method and Description |
---|---|
ProcessBehavior |
ActionDefinition.getBehavior() |
ProcessBehavior |
Step.getBehavior() |
static ProcessBehavior |
ProcessBehavior.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
ActionDefinition.setBehavior(ProcessBehavior behavior)
set action type
|
Step |
Step.setBehavior(ProcessBehavior behavior) |
Constructor and Description |
---|
ActionDefinition(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) |
Copyright © 2018 Vitam. All rights reserved.