Uses of Enum Class
fr.gouv.vitam.common.model.export.ExportType
Packages that use ExportType
-
Uses of ExportType in fr.gouv.vitam.common.manifest
Methods in fr.gouv.vitam.common.manifest with parameters of type ExportTypeModifier and TypeMethodDescriptionvoid
ManifestBuilder.startDocument
(String operationId, ExportType exportType, ExportRequestParameters exportRequestParameters) void
ManifestBuilder.validate
(ExportType exportType, ExportRequestParameters exportRequestParameters) void
ManifestBuilder.writeFooter
(ExportType exportType, ExportRequestParameters parameters) -
Uses of ExportType in fr.gouv.vitam.common.model.export
Methods in fr.gouv.vitam.common.model.export that return ExportTypeModifier and TypeMethodDescriptionstatic ExportType
ExportType.get
(DipExportType dipExportType) ExportRequest.getExportType()
static ExportType
Returns the enum constant of this class with the specified name.static ExportType[]
ExportType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.export with parameters of type ExportType