Class GeneratedConversionGroup

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

public abstract class GeneratedConversionGroup extends GenericItem
Generated class for type ConversionGroup.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the ConversionGroup.code attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the ConversionGroup.name attribute
      See Also:
    • SUPPORTEDFORMATS

      public static final String SUPPORTEDFORMATS
      Qualifier of the ConversionGroup.supportedFormats attribute
      See Also:
    • CONVERSIONGROUPTOFORMATREL_SRC_ORDERED

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

      protected static String CONVERSIONGROUPTOFORMATREL_TGT_ORDERED
    • CONVERSIONGROUPTOFORMATREL_MARKMODIFIED

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

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

    • GeneratedConversionGroup

      public GeneratedConversionGroup()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

      public void setCode(String value)
      Generated method - Setter of the ConversionGroup.code attribute.
      Parameters:
      value - the code - Unique identifier
    • 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
    • getName

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

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

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

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

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

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

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

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

      public 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 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, 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(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.