Class AbstractMediaCronJobModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtractMediaMetaDataCronJobModel, MediaConversionCronJobModel

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

    • _TYPECODE

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

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

      public static final String CATALOGVERSION
      Generated constant - Attribute key of AbstractMediaCronJob.catalogVersion attribute defined at extension mediaconversion.
      See Also:
  • Constructor Details

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

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