Class AbstractMediaCronJobModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String MAXTHREADS
        Generated constant - Attribute key of AbstractMediaCronJob.maxThreads attribute defined at extension mediaconversion.
        See Also:
        Constant Field Values
      • CATALOGVERSION

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

      • AbstractMediaCronJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractMediaCronJobModel​(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
      • AbstractMediaCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractMediaCronJobModel​(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

      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the AbstractMediaCronJob.catalogVersion attribute defined at extension mediaconversion.
        Returns:
        the catalogVersion - Optional catalog version to work on.
      • getMaxThreads

        @Accessor(qualifier="maxThreads",
                  type=GETTER)
        public int getMaxThreads()
        Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute defined at extension mediaconversion.
        Returns:
        the maxThreads - Amount of threads to use.
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Setter of AbstractMediaCronJob.catalogVersion attribute defined at extension mediaconversion.
        Parameters:
        value - the catalogVersion - Optional catalog version to work on.
      • setMaxThreads

        @Accessor(qualifier="maxThreads",
                  type=SETTER)
        public void setMaxThreads​(int value)
        Generated method - Setter of AbstractMediaCronJob.maxThreads attribute defined at extension mediaconversion.
        Parameters:
        value - the maxThreads - Amount of threads to use.