Class MediaConversionCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • INCLUDEDFORMATS

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

        public static final java.lang.String ASYNCHRONOUS
        Generated constant - Attribute key of MediaConversionCronJob.asynchronous attribute defined at extension mediaconversion.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • getAsynchronous

        @Accessor(qualifier="asynchronous",
                  type=GETTER)
        public java.lang.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 java.util.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​(java.lang.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​(java.util.Collection<ConversionMediaFormatModel> value)
        Generated method - Setter of MediaConversionCronJob.includedFormats attribute defined at extension mediaconversion.
        Parameters:
        value - the includedFormats - Optional collection of ConversionMediaFormats to obey.