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 TypeMethodDescriptionvoidHandlerIO.addInIOParameters(List<IOParameter> list) Add Input parametersvoidHandlerIO.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 TypeMethodDescriptionvoidHandlerIOImpl.addInIOParameters(List<IOParameter> list) voidHandlerIOImpl.addOutIOParameters(List<IOParameter> list)