Enum Class AdminCollections

java.lang.Object
java.lang.Enum<AdminCollections>
fr.gouv.vitam.access.external.api.AdminCollections
All Implemented Interfaces:
Serializable, Comparable<AdminCollections>, Constable

public enum AdminCollections extends Enum<AdminCollections>
All collections in functional admin module
  • Enum Constant Details

    • FORMATS

      public static final AdminCollections FORMATS
      Formats Collection
    • RULES

      public static final AdminCollections RULES
      Rules Collection
    • INGEST_CONTRACTS

      public static final AdminCollections INGEST_CONTRACTS
      Ingest contracts collection
    • ACCESS_CONTRACTS

      public static final AdminCollections ACCESS_CONTRACTS
      Access contracts collection
    • MANAGEMENT_CONTRACTS

      public static final AdminCollections MANAGEMENT_CONTRACTS
      Managemnent contracts collection
    • AGENCIES

      public static final AdminCollections AGENCIES
      Agencies collection
    • PROFILE

      public static final AdminCollections PROFILE
      Profile collection
    • CONTEXTS

      public static final AdminCollections CONTEXTS
      Context collection
    • ACCESSION_REGISTERS

      public static final AdminCollections ACCESSION_REGISTERS
      Accession register summarry collection
    • ACCESSION_REGISTERS_SYMBOLIC

      public static final AdminCollections ACCESSION_REGISTERS_SYMBOLIC
      Accession register symbolic collection
    • ACCESSION_REGISTER_DETAILS

      public static final AdminCollections ACCESSION_REGISTER_DETAILS
      Accession register detail collection
    • ARCHIVE_UNIT_PROFILE

      public static final AdminCollections ARCHIVE_UNIT_PROFILE
      Archive unit profile collection
    • TRACEABILITY

      public static final AdminCollections TRACEABILITY
      Traceability collection
    • SECURITY_PROFILES

      public static final AdminCollections SECURITY_PROFILES
      Security profile collection
    • ONTOLOGY

      public static final AdminCollections ONTOLOGY
      Ontology collection
    • GRIFFIN

      public static final AdminCollections GRIFFIN
    • PRESERVATION_SCENARIO

      public static final AdminCollections PRESERVATION_SCENARIO
    • UNIT_SCHEMA

      public static final AdminCollections UNIT_SCHEMA
  • Method Details

    • values

      public static AdminCollections[] 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

      public static AdminCollections valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Get the name of the collection
      Returns:
      the name of the collection
    • getCheckURI

      public String getCheckURI()
      Get the checkUri
      Returns:
      the checkUri