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
|
Modifier and Type | Method and Description |
---|---|
IOParameter |
IOParameter.setName(String name) |
IOParameter |
IOParameter.setOptional(boolean optional)
Set the optional.
|
IOParameter |
IOParameter.setUri(ProcessingUri uri) |
IOParameter |
IOParameter.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<IOParameter> |
ActionDefinition.getIn() |
List<IOParameter> |
ActionDefinition.getOut() |
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
ActionDefinition.setIn(List<IOParameter> in) |
ActionDefinition |
ActionDefinition.setOut(List<IOParameter> out) |
Modifier and Type | Method and Description |
---|---|
void |
HandlerIO.addInIOParameters(List<IOParameter> list)
Add Input parameters
|
void |
HandlerIO.addOutIOParameters(List<IOParameter> list)
Add Output parameters
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerIOImpl.addInIOParameters(List<IOParameter> list) |
void |
HandlerIOImpl.addOutIOParameters(List<IOParameter> list) |
Copyright © 2018 Vitam. All rights reserved.