Enum AdminCollections

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AdminCollections>

    public enum AdminCollections
    extends java.lang.Enum<AdminCollections>
    All collections in functional admin module
    • Enum Constant Detail

      • 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
      • 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
      • PRESERVATION_SCENARIO

        public static final AdminCollections PRESERVATION_SCENARIO
    • Method Detail

      • values

        public static AdminCollections[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AdminCollections c : AdminCollections.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AdminCollections valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getName

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

        public java.lang.String getCheckURI()
        Get the checkUri
        Returns:
        the checkUri