Uses of Class
fr.gouv.vitam.common.model.processing.DistributionType
-
Packages that use DistributionType Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module.fr.gouv.vitam.logbook.lifecycles.client Provides Logbook Lifecycles client interface, factory and implementations.fr.gouv.vitam.worker.core.impl Provides -
-
Uses of DistributionType in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return DistributionType Modifier and Type Method Description DistributionTypeDistribution. getType()get the type of the distributionstatic DistributionTypeDistributionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DistributionType[]DistributionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type DistributionType Modifier and Type Method Description DistributionDistribution. setType(DistributionType type)set the type of the distribution -
Uses of DistributionType in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client with parameters of type DistributionType Modifier and Type Method Description voidLogbookLifeCyclesClient. bulkLifeCycle(java.lang.String operationId, DistributionType type, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)bulkLifeCyclevoidLogbookLifeCyclesClient. bulkLifeCycleTemporary(java.lang.String operationId, DistributionType type, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)bulkLifeCycleTemporary -
Uses of DistributionType in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl with parameters of type DistributionType Modifier and Type Method Description voidLifecycleFromWorker. generateLifeCycle(java.util.List<ItemStatus> pluginResponse, WorkerParameters workParams, Action action, DistributionType distributionType, ItemStatus aggregateItemStatus)generate lifecycle and save in memory to prepare bulk.voidLifecycleFromWorker. saveLifeCycles(DistributionType distributionType)sauvegarde des LFC
-