Uses of Class
fr.gouv.vitam.worker.core.plugin.preservation.model.InputPreservation
-
Packages that use InputPreservation Package Description fr.gouv.vitam.worker.core.plugin.preservation.model -
-
Uses of InputPreservation in fr.gouv.vitam.worker.core.plugin.preservation.model
Methods in fr.gouv.vitam.worker.core.plugin.preservation.model that return InputPreservation Modifier and Type Method Description InputPreservationOutputPreservation. getInputPreservation()Methods in fr.gouv.vitam.worker.core.plugin.preservation.model that return types with arguments of type InputPreservation Modifier and Type Method Description java.util.List<InputPreservation>ParametersPreservation. getInputs()Methods in fr.gouv.vitam.worker.core.plugin.preservation.model with parameters of type InputPreservation Modifier and Type Method Description voidOutputPreservation. setInputPreservation(InputPreservation input)Method parameters in fr.gouv.vitam.worker.core.plugin.preservation.model with type arguments of type InputPreservation Modifier and Type Method Description voidParametersPreservation. setInputs(java.util.List<InputPreservation> inputs)Constructor parameters in fr.gouv.vitam.worker.core.plugin.preservation.model with type arguments of type InputPreservation Constructor Description ParametersPreservation(java.lang.String requestId, java.lang.String batchId, java.util.List<InputPreservation> input, java.util.List<ActionPreservation> actions, boolean debug)
-