Class MediaConversionCronJobModel

All Implemented Interfaces:
Serializable

public class MediaConversionCronJobModel extends AbstractMediaCronJobModel
Generated model class for type MediaConversionCronJob first defined at extension mediaconversion.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • INCLUDEDFORMATS

      public static final String INCLUDEDFORMATS
      Generated constant - Attribute key of MediaConversionCronJob.includedFormats attribute defined at extension mediaconversion.
      See Also:
    • ASYNCHRONOUS

      public static final String ASYNCHRONOUS
      Generated constant - Attribute key of MediaConversionCronJob.asynchronous attribute defined at extension mediaconversion.
      See Also:
  • Constructor Details

    • MediaConversionCronJobModel

      public MediaConversionCronJobModel()
      Generated constructor - Default constructor for generic creation.
    • MediaConversionCronJobModel

      public MediaConversionCronJobModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • MediaConversionCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public MediaConversionCronJobModel(JobModel _job, int _maxThreads)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _job - initial attribute declared by type CronJob at extension processing
      _maxThreads - initial attribute declared by type AbstractMediaCronJob at extension mediaconversion
    • MediaConversionCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public MediaConversionCronJobModel(JobModel _job, int _maxThreads, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _job - initial attribute declared by type CronJob at extension processing
      _maxThreads - initial attribute declared by type AbstractMediaCronJob at extension mediaconversion
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAsynchronous

      @Accessor(qualifier="asynchronous", type=GETTER) public Boolean getAsynchronous()
      Generated method - Getter of the MediaConversionCronJob.asynchronous attribute defined at extension mediaconversion.
      Returns:
      the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • getIncludedFormats

      @Accessor(qualifier="includedFormats", type=GETTER) public Collection<ConversionMediaFormatModel> getIncludedFormats()
      Generated method - Getter of the MediaConversionCronJob.includedFormats attribute defined at extension mediaconversion. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the includedFormats - Optional collection of ConversionMediaFormats to obey.
    • setAsynchronous

      @Accessor(qualifier="asynchronous", type=SETTER) public void setAsynchronous(Boolean value)
      Generated method - Setter of MediaConversionCronJob.asynchronous attribute defined at extension mediaconversion.
      Parameters:
      value - the asynchronous - Optional collection of ConversionMediaFormats to obey.
    • setIncludedFormats

      @Accessor(qualifier="includedFormats", type=SETTER) public void setIncludedFormats(Collection<ConversionMediaFormatModel> value)
      Generated method - Setter of MediaConversionCronJob.includedFormats attribute defined at extension mediaconversion.
      Parameters:
      value - the includedFormats - Optional collection of ConversionMediaFormats to obey.