All Superinterfaces:
Comparable<StoreElement>, HistoryProvider, IDProvider, RootFolder, SchemaContainer, StoreElement, StoreElementFolder, Workflowable

public interface Schemes extends SchemaContainer, RootFolder
This interface represants the subroot for schemas in templatestore.
Since:
3.0
  • Method Details

    • getSchemaByName

      @Nullable @Nullable Schema getSchemaByName(String name)
      Gets the schema specified by the given name or null if no schema with this name exists.
      Parameters:
      name - the unique name of the schema
      Returns:
      the Schema
      Since:
      3.0
    • getTableTemplateByTemplateID

      TableTemplate getTableTemplateByTemplateID(long id)
      Returns the table template specified by the given template id or null if not table template was found with the given id.
      Parameters:
      id - the template id
      Returns:
      the TableTemplate or null
      Since:
      3.0