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 IOParameter
IOParameter. setName(java.lang.String name)
IOParameter
IOParameter. setOptional(boolean optional)
Set the optional.IOParameter
IOParameter. 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 ActionDefinition
ActionDefinition. setIn(java.util.List<IOParameter> in)
ActionDefinition
ActionDefinition. 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 void
HandlerIO. addInIOParameters(java.util.List<IOParameter> list)
Add Input parametersvoid
HandlerIO. 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 void
HandlerIOImpl. addInIOParameters(java.util.List<IOParameter> list)
void
HandlerIOImpl. addOutIOParameters(java.util.List<IOParameter> list)
-