Interface SubSchemaModel

    • Method Detail

      • hasGlobalSubSchema

        boolean hasGlobalSubSchema()
        Returns true if this service has global sub schema.
        Returns:
        true if this service has global sub schema.
      • getSubConfigurations

        List getSubConfigurations()
        Returns list of sub configuration objects.
        Returns:
        list of sub configuration objects.
        See Also:
        SMSubConfig
      • deleteSubConfigurations

        void deleteSubConfigurations​(Set names)
                              throws AMConsoleException
        Deletes sub configurations.
        Parameters:
        names - Names of sub configuration which are to be deleted.
        Throws:
        AMConsoleException - if sub configuration cannot be deleted.
      • getCreateableSubSchemaNames

        Map getCreateableSubSchemaNames()
        Returns a map of sub schema name to its localized name. We should be able to create sub configuration with these names.
        Returns:
        Map of sub schema name to its localized name.