Package fr.gouv.vitam.common.client
Enum Class IngestCollection
- All Implemented Interfaces:
Serializable
,Comparable<IngestCollection>
,Constable
Ingest collection types with collection names.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionATR collectionUgly hack hack for homogeneity download batch update reportsUgly hack hack for homogeneity download batch update reportsManifests collectionUgly hack for homogeneity download agencies importedUgly hack for homogeneity download rules importedReports collectionUgly hack for homogeneity download Reports -
Method Summary
Modifier and TypeMethodDescriptionstatic IngestCollection
Returns the enum constant of this class with the specified name.static IngestCollection[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REPORTS
Reports collection -
ARCHIVETRANSFERREPLY
ATR collection -
MANIFESTS
Manifests collection -
RULES
Ugly hack for homogeneity download Reports -
REFERENTIAL_RULES_CSV
Ugly hack for homogeneity download rules imported -
REFERENTIAL_AGENCIES_CSV
Ugly hack for homogeneity download agencies imported -
DISTRIBUTIONREPORTS
Ugly hack hack for homogeneity download batch update reports -
BATCH_REPORT
Ugly hack hack for homogeneity download batch update reports
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCollectionName
- Returns:
- the Collection name
-