Package | Description |
---|---|
fr.gouv.vitam.common.model.processing |
Provides common public Model classes for the Processing module.
|
fr.gouv.vitam.worker.core.impl |
Provides
|
Modifier and Type | Method and Description |
---|---|
Action |
Action.setActionDefinition(ActionDefinition actionDefinition)
set the action definition
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
Step.getActions()
getActions
|
Modifier and Type | Method and Description |
---|---|
Step |
Step.setActions(List<Action> actions) |
Constructor and Description |
---|
Step(String id,
String workerGroupId,
String stepName,
ProcessBehavior behavior,
Distribution distribution,
List<Action> actions) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleFromWorker.generateLifeCycle(List<ItemStatus> pluginResponse,
WorkerParameters workParams,
Action action,
DistributionType distributionType,
ItemStatus aggregateItemStatus)
generate lifecycle and save in memory to prepare bulk.
|
Copyright © 2018 Vitam. All rights reserved.