Uses of Class
fr.gouv.vitam.common.model.processing.ActionDefinition
-
Packages that use ActionDefinition Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module. -
-
Uses of ActionDefinition in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return ActionDefinition Modifier and Type Method Description ActionDefinition
Action. getActionDefinition()
ActionDefinition
ActionDefinition. setActionKey(java.lang.String actionKey)
set action keyActionDefinition
ActionDefinition. setBehavior(ProcessBehavior behavior)
set action typeActionDefinition
ActionDefinition. setIn(java.util.List<IOParameter> in)
ActionDefinition
ActionDefinition. setOut(java.util.List<IOParameter> out)
Methods in fr.gouv.vitam.common.model.processing with parameters of type ActionDefinition Modifier and Type Method Description Action
Action. setActionDefinition(ActionDefinition actionDefinition)
set the action definition
-