Class GeneratedConversionMediaFormat

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

public abstract class GeneratedConversionMediaFormat extends MediaFormat
Generated class for type ConversionMediaFormat.
See Also:
  • Field Details

    • MIMETYPE

      public static final String MIMETYPE
      Qualifier of the ConversionMediaFormat.mimeType attribute
      See Also:
    • CONVERSION

      public static final String CONVERSION
      Qualifier of the ConversionMediaFormat.conversion attribute
      See Also:
    • CONVERSIONSTRATEGY

      public static final String CONVERSIONSTRATEGY
      Qualifier of the ConversionMediaFormat.conversionStrategy attribute
      See Also:
    • INPUTFORMAT

      public static final String INPUTFORMAT
      Qualifier of the ConversionMediaFormat.inputFormat attribute
      See Also:
    • MEDIAADDONS

      public static final String MEDIAADDONS
      Qualifier of the ConversionMediaFormat.mediaAddOns attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedConversionMediaFormat

      public GeneratedConversionMediaFormat()
  • Method Details

    • getDefaultAttributeModes

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

      public String getConversion(SessionContext ctx)
      Generated method - Getter of the ConversionMediaFormat.conversion attribute.
      Returns:
      the conversion - Conversion command
    • getConversion

      public String getConversion()
      Generated method - Getter of the ConversionMediaFormat.conversion attribute.
      Returns:
      the conversion - Conversion command
    • setConversion

      public void setConversion(SessionContext ctx, String value)
      Generated method - Setter of the ConversionMediaFormat.conversion attribute.
      Parameters:
      value - the conversion - Conversion command
    • setConversion

      public void setConversion(String value)
      Generated method - Setter of the ConversionMediaFormat.conversion attribute.
      Parameters:
      value - the conversion - Conversion command
    • getConversionStrategy

      public String getConversionStrategy(SessionContext ctx)
      Generated method - Getter of the ConversionMediaFormat.conversionStrategy attribute.
      Returns:
      the conversionStrategy - Bean name of the conversion strategy to use.
    • getConversionStrategy

      public String getConversionStrategy()
      Generated method - Getter of the ConversionMediaFormat.conversionStrategy attribute.
      Returns:
      the conversionStrategy - Bean name of the conversion strategy to use.
    • setConversionStrategy

      public void setConversionStrategy(SessionContext ctx, String value)
      Generated method - Setter of the ConversionMediaFormat.conversionStrategy attribute.
      Parameters:
      value - the conversionStrategy - Bean name of the conversion strategy to use.
    • setConversionStrategy

      public void setConversionStrategy(String value)
      Generated method - Setter of the ConversionMediaFormat.conversionStrategy attribute.
      Parameters:
      value - the conversionStrategy - Bean name of the conversion strategy to use.
    • getInputFormat

      public ConversionMediaFormat getInputFormat(SessionContext ctx)
      Generated method - Getter of the ConversionMediaFormat.inputFormat attribute.
      Returns:
      the inputFormat - Media format to take as input for the conversion (optional).
    • getInputFormat

      public ConversionMediaFormat getInputFormat()
      Generated method - Getter of the ConversionMediaFormat.inputFormat attribute.
      Returns:
      the inputFormat - Media format to take as input for the conversion (optional).
    • setInputFormat

      public void setInputFormat(SessionContext ctx, ConversionMediaFormat value)
      Generated method - Setter of the ConversionMediaFormat.inputFormat attribute.
      Parameters:
      value - the inputFormat - Media format to take as input for the conversion (optional).
    • setInputFormat

      public void setInputFormat(ConversionMediaFormat value)
      Generated method - Setter of the ConversionMediaFormat.inputFormat attribute.
      Parameters:
      value - the inputFormat - Media format to take as input for the conversion (optional).
    • getMediaAddOns

      public List<Media> getMediaAddOns(SessionContext ctx)
      Generated method - Getter of the ConversionMediaFormat.mediaAddOns attribute.
      Returns:
      the mediaAddOns - Additional media to be used in the conversion (optional).
    • getMediaAddOns

      public List<Media> getMediaAddOns()
      Generated method - Getter of the ConversionMediaFormat.mediaAddOns attribute.
      Returns:
      the mediaAddOns - Additional media to be used in the conversion (optional).
    • setMediaAddOns

      public void setMediaAddOns(SessionContext ctx, List<Media> value)
      Generated method - Setter of the ConversionMediaFormat.mediaAddOns attribute.
      Parameters:
      value - the mediaAddOns - Additional media to be used in the conversion (optional).
    • setMediaAddOns

      public void setMediaAddOns(List<Media> value)
      Generated method - Setter of the ConversionMediaFormat.mediaAddOns attribute.
      Parameters:
      value - the mediaAddOns - Additional media to be used in the conversion (optional).
    • getMimeType

      public String getMimeType(SessionContext ctx)
      Generated method - Getter of the ConversionMediaFormat.mimeType attribute.
      Returns:
      the mimeType - Mime type of this format.
    • getMimeType

      public String getMimeType()
      Generated method - Getter of the ConversionMediaFormat.mimeType attribute.
      Returns:
      the mimeType - Mime type of this format.
    • setMimeType

      public void setMimeType(SessionContext ctx, String value)
      Generated method - Setter of the ConversionMediaFormat.mimeType attribute.
      Parameters:
      value - the mimeType - Mime type of this format.
    • setMimeType

      public void setMimeType(String value)
      Generated method - Setter of the ConversionMediaFormat.mimeType attribute.
      Parameters:
      value - the mimeType - Mime type of this format.