Enum Class AdminCollections
- All Implemented Interfaces:
Serializable
,Comparable<AdminCollections>
,Constable
All collections in functional admin module
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAccess contracts collectionAccession register detail collectionAccession register summarry collectionAccession register symbolic collectionAgencies collectionArchive unit profile collectionContext collectionFormats CollectionIngest contracts collectionManagemnent contracts collectionOntology collectionProfile collectionRules CollectionSecurity profile collectionTraceability collection -
Method Summary
Modifier and TypeMethodDescriptionGet the checkUrigetName()
Get the name of the collectionstatic AdminCollections
Returns the enum constant of this class with the specified name.static AdminCollections[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FORMATS
Formats Collection -
RULES
Rules Collection -
INGEST_CONTRACTS
Ingest contracts collection -
ACCESS_CONTRACTS
Access contracts collection -
MANAGEMENT_CONTRACTS
Managemnent contracts collection -
AGENCIES
Agencies collection -
PROFILE
Profile collection -
CONTEXTS
Context collection -
ACCESSION_REGISTERS
Accession register summarry collection -
ACCESSION_REGISTERS_SYMBOLIC
Accession register symbolic collection -
ACCESSION_REGISTER_DETAILS
Accession register detail collection -
ARCHIVE_UNIT_PROFILE
Archive unit profile collection -
TRACEABILITY
Traceability collection -
SECURITY_PROFILES
Security profile collection -
ONTOLOGY
Ontology collection -
GRIFFIN
-
PRESERVATION_SCENARIO
-
UNIT_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
-
getName
Get the name of the collection- Returns:
- the name of the collection
-
getCheckURI
Get the checkUri- Returns:
- the checkUri
-