Class GeneratedMediaFormatter

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
MediaFormatter

public abstract class GeneratedMediaFormatter extends Formatter
Generated class for type MediaFormatter.
See Also:
  • Field Details

    • INPUTMIMETYPE

      public static final String INPUTMIMETYPE
      Qualifier of the MediaFormatter.inputMimeType attribute
      See Also:
    • FORMATS

      public static final String FORMATS
      Qualifier of the MediaFormatter.formats attribute
      See Also:
    • FORMAT2MEDFORREL_SRC_ORDERED

      protected static String FORMAT2MEDFORREL_SRC_ORDERED
      Relation ordering override parameter constants for Format2MedForRel from ((commons))
    • FORMAT2MEDFORREL_TGT_ORDERED

      protected static String FORMAT2MEDFORREL_TGT_ORDERED
    • FORMAT2MEDFORREL_MARKMODIFIED

      protected static String FORMAT2MEDFORREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for Format2MedForRel from ((commons))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedMediaFormatter

      public GeneratedMediaFormatter()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedFormatter
    • getFormats

      public Collection<Format> getFormats(SessionContext ctx)
      Generated method - Getter of the MediaFormatter.formats attribute.
      Returns:
      the formats
    • getFormats

      public Collection<Format> getFormats()
      Generated method - Getter of the MediaFormatter.formats attribute.
      Returns:
      the formats
    • getFormatsCount

      public long getFormatsCount(SessionContext ctx)
    • getFormatsCount

      public long getFormatsCount()
    • setFormats

      public void setFormats(SessionContext ctx, Collection<Format> value)
      Generated method - Setter of the MediaFormatter.formats attribute.
      Parameters:
      value - the formats
    • setFormats

      public void setFormats(Collection<Format> value)
      Generated method - Setter of the MediaFormatter.formats attribute.
      Parameters:
      value - the formats
    • addToFormats

      public void addToFormats(SessionContext ctx, Format value)
      Generated method - Adds value to formats.
      Parameters:
      value - the item to add to formats
    • addToFormats

      public void addToFormats(Format value)
      Generated method - Adds value to formats.
      Parameters:
      value - the item to add to formats
    • removeFromFormats

      public void removeFromFormats(SessionContext ctx, Format value)
      Generated method - Removes value from formats.
      Parameters:
      value - the item to remove from formats
    • removeFromFormats

      public void removeFromFormats(Format value)
      Generated method - Removes value from formats.
      Parameters:
      value - the item to remove from formats
    • getInputMimeType

      public String getInputMimeType(SessionContext ctx)
      Generated method - Getter of the MediaFormatter.inputMimeType attribute.
      Returns:
      the inputMimeType - The mime type of the input.
    • getInputMimeType

      public String getInputMimeType()
      Generated method - Getter of the MediaFormatter.inputMimeType attribute.
      Returns:
      the inputMimeType - The mime type of the input.
    • setInputMimeType

      public void setInputMimeType(SessionContext ctx, String value)
      Generated method - Setter of the MediaFormatter.inputMimeType attribute.
      Parameters:
      value - the inputMimeType - The mime type of the input.
    • setInputMimeType

      public void setInputMimeType(String value)
      Generated method - Setter of the MediaFormatter.inputMimeType attribute.
      Parameters:
      value - the inputMimeType - The mime type of the input.
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item