Class GeneratedConversionGroup

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the ConversionGroup.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the ConversionGroup.name attribute
        See Also:
        Constant Field Values
      • SUPPORTEDFORMATS

        public static final java.lang.String SUPPORTEDFORMATS
        Qualifier of the ConversionGroup.supportedFormats attribute
        See Also:
        Constant Field Values
      • CONVERSIONGROUPTOFORMATREL_SRC_ORDERED

        protected static java.lang.String CONVERSIONGROUPTOFORMATREL_SRC_ORDERED
        Relation ordering override parameter constants for ConversionGroupToFormatRel from ((mediaconversion))
      • CONVERSIONGROUPTOFORMATREL_TGT_ORDERED

        protected static java.lang.String CONVERSIONGROUPTOFORMATREL_TGT_ORDERED
      • CONVERSIONGROUPTOFORMATREL_MARKMODIFIED

        protected static java.lang.String CONVERSIONGROUPTOFORMATREL_MARKMODIFIED
        Relation disable markmodifed parameter constants for ConversionGroupToFormatRel from ((mediaconversion))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedConversionGroup

        public GeneratedConversionGroup()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the ConversionGroup.code attribute.
        Returns:
        the code - Unique identifier
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the ConversionGroup.code attribute.
        Returns:
        the code - Unique identifier
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the ConversionGroup.code attribute.
        Parameters:
        value - the code - Unique identifier
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the ConversionGroup.code attribute.
        Parameters:
        value - the code - Unique identifier
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the ConversionGroup.name attribute.
        Returns:
        the name - Display name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the ConversionGroup.name attribute.
        Returns:
        the name - Display name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the ConversionGroup.name attribute.
        Returns:
        the localized name - Display name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the ConversionGroup.name attribute.
        Returns:
        the localized name - Display name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the ConversionGroup.name attribute.
        Parameters:
        value - the name - Display name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the ConversionGroup.name attribute.
        Parameters:
        value - the name - Display name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ConversionGroup.name attribute.
        Parameters:
        value - the name - Display name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ConversionGroup.name attribute.
        Parameters:
        value - the name - Display name
      • getSupportedFormats

        public java.util.Set<ConversionMediaFormat> getSupportedFormats​(SessionContext ctx)
        Generated method - Getter of the ConversionGroup.supportedFormats attribute.
        Returns:
        the supportedFormats - All supported formats, i.e. all formats to convert the original media to.
      • getSupportedFormats

        public java.util.Set<ConversionMediaFormat> getSupportedFormats()
        Generated method - Getter of the ConversionGroup.supportedFormats attribute.
        Returns:
        the supportedFormats - All supported formats, i.e. all formats to convert the original media to.
      • getSupportedFormatsCount

        public long getSupportedFormatsCount​(SessionContext ctx)
      • getSupportedFormatsCount

        public long getSupportedFormatsCount()
      • setSupportedFormats

        public void setSupportedFormats​(SessionContext ctx,
                                        java.util.Set<ConversionMediaFormat> value)
        Generated method - Setter of the ConversionGroup.supportedFormats attribute.
        Parameters:
        value - the supportedFormats - All supported formats, i.e. all formats to convert the original media to.
      • setSupportedFormats

        public void setSupportedFormats​(java.util.Set<ConversionMediaFormat> value)
        Generated method - Setter of the ConversionGroup.supportedFormats attribute.
        Parameters:
        value - the supportedFormats - All supported formats, i.e. all formats to convert the original media to.
      • addToSupportedFormats

        public void addToSupportedFormats​(SessionContext ctx,
                                          ConversionMediaFormat value)
        Generated method - Adds value to supportedFormats.
        Parameters:
        value - the item to add to supportedFormats - All supported formats, i.e. all formats to convert the original media to.
      • addToSupportedFormats

        public void addToSupportedFormats​(ConversionMediaFormat value)
        Generated method - Adds value to supportedFormats.
        Parameters:
        value - the item to add to supportedFormats - All supported formats, i.e. all formats to convert the original media to.
      • removeFromSupportedFormats

        public void removeFromSupportedFormats​(SessionContext ctx,
                                               ConversionMediaFormat value)
        Generated method - Removes value from supportedFormats.
        Parameters:
        value - the item to remove from supportedFormats - All supported formats, i.e. all formats to convert the original media to.
      • removeFromSupportedFormats

        public void removeFromSupportedFormats​(ConversionMediaFormat value)
        Generated method - Removes value from supportedFormats.
        Parameters:
        value - the item to remove from supportedFormats - All supported formats, i.e. all formats to convert the original media to.