Uses of Class
fr.gouv.vitam.common.model.processing.IOParameter
-
Packages that use IOParameter Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module.fr.gouv.vitam.worker.common Provides common classes for the Worker module.fr.gouv.vitam.worker.core.impl Provides -
-
Uses of IOParameter in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return IOParameter Modifier and Type Method Description IOParameterIOParameter. setName(java.lang.String name)IOParameterIOParameter. setOptional(boolean optional)Set the optional.IOParameterIOParameter. setUri(ProcessingUri uri)Methods in fr.gouv.vitam.common.model.processing that return types with arguments of type IOParameter Modifier and Type Method Description java.util.List<IOParameter>ActionDefinition. getIn()java.util.List<IOParameter>ActionDefinition. getOut()Method parameters in fr.gouv.vitam.common.model.processing with type arguments of type IOParameter Modifier and Type Method Description ActionDefinitionActionDefinition. setIn(java.util.List<IOParameter> in)ActionDefinitionActionDefinition. setOut(java.util.List<IOParameter> out)Constructor parameters in fr.gouv.vitam.common.model.processing with type arguments of type IOParameter Constructor Description ActionDefinition(java.lang.String actionKey, ProcessBehavior behavior, LifecycleState lifecycleState, java.util.List<IOParameter> in, java.util.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 IOParameter Modifier and Type Method Description voidHandlerIO. addInIOParameters(java.util.List<IOParameter> list)Add Input parametersvoidHandlerIO. addOutIOParameters(java.util.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 IOParameter Modifier and Type Method Description voidHandlerIOImpl. addInIOParameters(java.util.List<IOParameter> list)voidHandlerIOImpl. addOutIOParameters(java.util.List<IOParameter> list)
-