Class GeneratedConversionMediaFormat

    • Field Detail

      • MIMETYPE

        public static final java.lang.String MIMETYPE
        Qualifier of the ConversionMediaFormat.mimeType attribute
        See Also:
        Constant Field Values
      • CONVERSION

        public static final java.lang.String CONVERSION
        Qualifier of the ConversionMediaFormat.conversion attribute
        See Also:
        Constant Field Values
      • CONVERSIONSTRATEGY

        public static final java.lang.String CONVERSIONSTRATEGY
        Qualifier of the ConversionMediaFormat.conversionStrategy attribute
        See Also:
        Constant Field Values
      • INPUTFORMAT

        public static final java.lang.String INPUTFORMAT
        Qualifier of the ConversionMediaFormat.inputFormat attribute
        See Also:
        Constant Field Values
      • MEDIAADDONS

        public static final java.lang.String MEDIAADDONS
        Qualifier of the ConversionMediaFormat.mediaAddOns attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedConversionMediaFormat

        public GeneratedConversionMediaFormat()
    • Method Detail

      • getConversion

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

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

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

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

        public java.lang.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 java.lang.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,
                                          java.lang.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​(java.lang.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 java.util.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 java.util.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,
                                   java.util.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​(java.util.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 java.lang.String getMimeType​(SessionContext ctx)
        Generated method - Getter of the ConversionMediaFormat.mimeType attribute.
        Returns:
        the mimeType - Mime type of this format.
      • getMimeType

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

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

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