Uses of Class
fr.gouv.vitam.common.model.processing.IOParameter
Packages that use IOParameter
Package
Description
Provides common public Model classes for the Processing module.
Provides common classes for the Worker module.
Provides
-
Uses of IOParameter in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return IOParameterModifier and TypeMethodDescriptionIOParameter.setOptional
(boolean optional) Set the optional.IOParameter.setUri
(ProcessingUri uri) Methods in fr.gouv.vitam.common.model.processing that return types with arguments of type IOParameterMethod parameters in fr.gouv.vitam.common.model.processing with type arguments of type IOParameterModifier and TypeMethodDescriptionActionDefinition.setIn
(List<IOParameter> in) ActionDefinition.setOut
(List<IOParameter> out) Constructor parameters in fr.gouv.vitam.common.model.processing with type arguments of type IOParameterModifierConstructorDescriptionActionDefinition
(String actionKey, ProcessBehavior behavior, LifecycleState lifecycleState, List<IOParameter> in, List<IOParameter> out) -
Uses of IOParameter in fr.gouv.vitam.worker.common
Method parameters in fr.gouv.vitam.worker.common with type arguments of type IOParameterModifier and TypeMethodDescriptionvoid
HandlerIO.addInIOParameters
(List<IOParameter> list) Add Input parametersvoid
HandlerIO.addOutIOParameters
(List<IOParameter> list) Add Output parameters -
Uses of IOParameter in fr.gouv.vitam.worker.core.impl
Method parameters in fr.gouv.vitam.worker.core.impl with type arguments of type IOParameterModifier and TypeMethodDescriptionvoid
HandlerIOImpl.addInIOParameters
(List<IOParameter> list) void
HandlerIOImpl.addOutIOParameters
(List<IOParameter> list)