Uses of Enum Class
fr.gouv.vitam.common.model.processing.DistributionType
Packages that use DistributionType
Package
Description
Provides common public Model classes for the Processing module.
Provides Logbook Lifecycles client interface, factory and implementations.
-
Uses of DistributionType in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return DistributionTypeModifier and TypeMethodDescriptionDistribution.getType()get the type of the distributionstatic DistributionTypeReturns the enum constant of this class with the specified name.static DistributionType[]DistributionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type DistributionTypeModifier and TypeMethodDescriptionDistribution.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 DistributionTypeModifier and TypeMethodDescriptionvoidLogbookLifeCyclesClient.bulkLifeCycle(String operationId, DistributionType type, List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk) bulkLifeCyclevoidLogbookLifeCyclesClient.bulkLifeCycleTemporary(String operationId, DistributionType type, List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk) bulkLifeCycleTemporary