Enum Class ElasticsearchCollections
java.lang.Object
java.lang.Enum<ElasticsearchCollections>
fr.gouv.vitam.common.database.server.elasticsearch.model.ElasticsearchCollections
- All Implemented Interfaces:
Serializable
,Comparable<ElasticsearchCollections>
,Constable
Elasticsearch Collections
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAccess contract collectionAccession Register detail CollectionAccession Register summary CollectionAccession Register detail CollectionAgency collectionArchive unit profile collectionContext collectionFormats CollectionIngest contract collectionManagement contract collectionObjectGroup CollectionOntology collectionOperation Collectionpreservationscenario collectionProfile collectionRules CollectionSchemaSecurity profile collectionUnit Collection -
Method Summary
Modifier and TypeMethodDescriptionRetrieve Mapping as an inputStreamstatic ElasticsearchCollections
Returns the enum constant of this class with the specified name.static ElasticsearchCollections[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNIT
Unit Collection -
OBJECTGROUP
ObjectGroup Collection -
FORMATS
Formats Collection -
RULES
Rules Collection -
ACCESSION_REGISTER_SUMMARY
Accession Register summary Collection -
ACCESSION_REGISTER_SYMBOLIC
Accession Register detail Collection -
ACCESSION_REGISTER_DETAIL
Accession Register detail Collection -
INGEST_CONTRACT
Ingest contract collection -
ACCESS_CONTRACT
Access contract collection -
MANAGEMENT_CONTRACT
Management contract collection -
PROFILE
Profile collection -
AGENCIES
Agency collection -
CONTEXT
Context collection -
SECURITY_PROFILE
Security profile collection -
OPERATION
Operation Collection -
ARCHIVE_UNIT_PROFILE
Archive unit profile collection -
ONTOLOGY
Ontology collection -
PRESERVATION_SCENARIO
preservationscenario collection -
GRIFFIN
-
SCHEMA
Schema
-
-
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
-
getIndexName
-
getMapping
-
getMappingAsInputStream
Retrieve Mapping as an inputStream- Returns:
- Mapping as an InputStream
-