Class GeneratedMediaConversionCronJob

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

public abstract class GeneratedMediaConversionCronJob extends AbstractMediaCronJob
Generated class for type MediaConversionCronJob.
See Also:
  • Field Details

    • INCLUDEDFORMATS

      public static final String INCLUDEDFORMATS
      Qualifier of the MediaConversionCronJob.includedFormats attribute
      See Also:
    • ASYNCHRONOUS

      public static final String ASYNCHRONOUS
      Qualifier of the MediaConversionCronJob.asynchronous attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedMediaConversionCronJob

      public GeneratedMediaConversionCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isAsynchronous(SessionContext ctx)
      Generated method - Getter of the MediaConversionCronJob.asynchronous attribute.
      Returns:
      the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • isAsynchronous

      public Boolean isAsynchronous()
      Generated method - Getter of the MediaConversionCronJob.asynchronous attribute.
      Returns:
      the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • isAsynchronousAsPrimitive

      public boolean isAsynchronousAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MediaConversionCronJob.asynchronous attribute.
      Returns:
      the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • isAsynchronousAsPrimitive

      public boolean isAsynchronousAsPrimitive()
      Generated method - Getter of the MediaConversionCronJob.asynchronous attribute.
      Returns:
      the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • setAsynchronous

      public void setAsynchronous(SessionContext ctx, Boolean value)
      Generated method - Setter of the MediaConversionCronJob.asynchronous attribute.
      Parameters:
      value - the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • setAsynchronous

      public void setAsynchronous(Boolean value)
      Generated method - Setter of the MediaConversionCronJob.asynchronous attribute.
      Parameters:
      value - the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • setAsynchronous

      public void setAsynchronous(SessionContext ctx, boolean value)
      Generated method - Setter of the MediaConversionCronJob.asynchronous attribute.
      Parameters:
      value - the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • setAsynchronous

      public void setAsynchronous(boolean value)
      Generated method - Setter of the MediaConversionCronJob.asynchronous attribute.
      Parameters:
      value - the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • getIncludedFormats

      public Collection<ConversionMediaFormat> getIncludedFormats(SessionContext ctx)
      Generated method - Getter of the MediaConversionCronJob.includedFormats attribute.
      Returns:
      the includedFormats - Optional collection of ConversionMediaFormats to obey.
    • getIncludedFormats

      public Collection<ConversionMediaFormat> getIncludedFormats()
      Generated method - Getter of the MediaConversionCronJob.includedFormats attribute.
      Returns:
      the includedFormats - Optional collection of ConversionMediaFormats to obey.
    • setIncludedFormats

      public void setIncludedFormats(SessionContext ctx, Collection<ConversionMediaFormat> value)
      Generated method - Setter of the MediaConversionCronJob.includedFormats attribute.
      Parameters:
      value - the includedFormats - Optional collection of ConversionMediaFormats to obey.
    • setIncludedFormats

      public void setIncludedFormats(Collection<ConversionMediaFormat> value)
      Generated method - Setter of the MediaConversionCronJob.includedFormats attribute.
      Parameters:
      value - the includedFormats - Optional collection of ConversionMediaFormats to obey.