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