Interface SnQualifierTypeFactory

All Known Implementing Classes:
DefaultSnQualifierTypeFactory

public interface SnQualifierTypeFactory
Factory for qualifier types.
  • Method Details

    • getAllQualifierTypeIds

      List<String> getAllQualifierTypeIds()
      Returns all qualifier type ids.
      Returns:
      all qualifier type ids
    • getAllQualifierTypes

      List<SnQualifierType> getAllQualifierTypes()
      Returns all qualifier types.
      Returns:
      all qualifier types
    • getQualifierType

      Optional<SnQualifierType> getQualifierType(SnContext context, SnField field)
      Returns the qualifier type for a given context and field.
      Parameters:
      context - - the context
      field - - the field
      Returns:
      the qualifier type