Uses of Enum Class
fr.gouv.vitam.common.model.identifier.PurgedCollectionType
Packages that use PurgedCollectionType
Package
Description
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
Provides core implementation for the Access Internal module.
Provides Metadata client interface, factory and implementations.
-
Uses of PurgedCollectionType in fr.gouv.vitam.access.internal.api
Methods in fr.gouv.vitam.access.internal.api with parameters of type PurgedCollectionTypeModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeAccessInternalModule.selectPurgedPersistentIdentifier(String persistentIdentifier, PurgedCollectionType type) select purged persistent identifier -
Uses of PurgedCollectionType in fr.gouv.vitam.access.internal.core
Methods in fr.gouv.vitam.access.internal.core with parameters of type PurgedCollectionTypeModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeAccessInternalModuleImpl.selectPurgedPersistentIdentifier(String persistentIdentifier, PurgedCollectionType type) select purged persistent identifiers -
Uses of PurgedCollectionType in fr.gouv.vitam.access.internal.core.identifier.query
Methods in fr.gouv.vitam.access.internal.core.identifier.query with parameters of type PurgedCollectionTypeModifier and TypeMethodDescriptionstatic SelectMultiQueryPersistentIdentifierMultiQueryFactory.createSelectMultiQuery(PurgedCollectionType purgedCollectionType, String persistentIdentifier) static SelectMultiQueryPersistentIdentifierMultiQueryFactory.createSelectMultiQuery(PurgedCollectionType purgedCollectionType, String persistentIdentifier, com.fasterxml.jackson.databind.JsonNode selectQuery) -
Uses of PurgedCollectionType in fr.gouv.vitam.access.internal.core.identifier.search
Methods in fr.gouv.vitam.access.internal.core.identifier.search with parameters of type PurgedCollectionTypeModifier and TypeMethodDescriptionPurgedPersistentIdentifierSearchService.search(String persistentIdentifier, PurgedCollectionType type) -
Uses of PurgedCollectionType in fr.gouv.vitam.common.model.identifier
Methods in fr.gouv.vitam.common.model.identifier that return PurgedCollectionTypeModifier and TypeMethodDescriptionPurgedPersistentIdentifier.getType()static PurgedCollectionTypeReturns the enum constant of this class with the specified name.static PurgedCollectionType[]PurgedCollectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.identifier with parameters of type PurgedCollectionTypeModifier and TypeMethodDescriptionvoidPurgedPersistentIdentifier.setType(PurgedCollectionType type) -
Uses of PurgedCollectionType in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client with parameters of type PurgedCollectionTypeModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeMetaDataClient.getPurgedPersistentIdentifiers(String persistentIdentifier, PurgedCollectionType type) com.fasterxml.jackson.databind.JsonNodeMetaDataClientMock.getPurgedPersistentIdentifiers(String persistentIdentifier, PurgedCollectionType type) com.fasterxml.jackson.databind.JsonNodeMetaDataClientRest.getPurgedPersistentIdentifiers(String persistentIdentifier, PurgedCollectionType type)