Package | Description |
---|---|
fr.gouv.vitam.common.model.processing |
Provides common public Model classes for the Processing module.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
WorkFlow.getLifecycleLog() |
LifecycleState |
ActionDefinition.getLifecycleState() |
LifecycleState |
ActionDefinition.lifecycleState() |
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionDefinition.defaultLifecycleLog(LifecycleState defaultLifecycleLog) |
void |
Step.defaultLifecycleLog(LifecycleState lifecycleLog) |
void |
WorkFlow.setLifecycleLog(LifecycleState lifecycleLog) |
void |
ActionDefinition.setLifecycleState(LifecycleState lifecycleState) |
Constructor and Description |
---|
ActionDefinition(String actionKey,
ProcessBehavior behavior,
LifecycleState lifecycleState,
List<IOParameter> in,
List<IOParameter> out) |
WorkFlow(String id,
String name,
String identifier,
String typeProc,
String comment,
LifecycleState lifecycleLog,
List<Step> steps) |
Copyright © 2018 Vitam. All rights reserved.