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 TypeMethodDescriptionvoidManifestBuilder.startDocument(String operationId, ExportType exportType, ExportRequestParameters exportRequestParameters) voidManifestBuilder.validate(ExportType exportType, ExportRequestParameters exportRequestParameters) voidManifestBuilder.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 ExportTypeExportType.get(DipExportType dipExportType) ExportRequest.getExportType()static ExportTypeReturns 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