Interface DisplayCodeProvider

All Superinterfaces:
Supporter<Content>
All Known Implementing Classes:
AbstractStaticProgramItemDisplayCodeProvider, AmetysDisplayCodeProvider, AttributeBasedDisplayCodeProvider, PegaseDisplayCodeProvider

public interface DisplayCodeProvider extends Supporter<Content>
Interface for a provider of a ODF content display code
  • Method Details

    • getId

      Retrieves the id of the content type.
      Returns:
      the id.
    • getLabel

      Get the label
      Returns:
      The label
    • getDisplayCode

      Get the display code of this content
      Parameters:
      content - the content
      Returns:
      the display code
    • isActive

      default boolean isActive()
      Determines if the provider is active
      Returns:
      true if the provider is active