Class CleanupDynamicProcessDefinitionsCronJobModel

All Implemented Interfaces:
Serializable

public class CleanupDynamicProcessDefinitionsCronJobModel extends CronJobModel
Generated model class for type CleanupDynamicProcessDefinitionsCronJob first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String TIMETHRESHOLD
      Generated constant - Attribute key of CleanupDynamicProcessDefinitionsCronJob.timeThreshold attribute defined at extension processing.
      See Also:
    • VERSIONTHRESHOLD

      public static final String VERSIONTHRESHOLD
      Generated constant - Attribute key of CleanupDynamicProcessDefinitionsCronJob.versionThreshold attribute defined at extension processing.
      See Also:
  • Constructor Details

    • CleanupDynamicProcessDefinitionsCronJobModel

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

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CleanupDynamicProcessDefinitionsCronJobModel(JobModel _job, 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
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getTimeThreshold

      @Accessor(qualifier="timeThreshold", type=GETTER) public Integer getTimeThreshold()
      Generated method - Getter of the CleanupDynamicProcessDefinitionsCronJob.timeThreshold attribute defined at extension processing.
      Returns:
      the timeThreshold
    • getVersionThreshold

      @Accessor(qualifier="versionThreshold", type=GETTER) public Integer getVersionThreshold()
      Generated method - Getter of the CleanupDynamicProcessDefinitionsCronJob.versionThreshold attribute defined at extension processing.
      Returns:
      the versionThreshold
    • setTimeThreshold

      @Accessor(qualifier="timeThreshold", type=SETTER) public void setTimeThreshold(Integer value)
      Generated method - Setter of CleanupDynamicProcessDefinitionsCronJob.timeThreshold attribute defined at extension processing.
      Parameters:
      value - the timeThreshold
    • setVersionThreshold

      @Accessor(qualifier="versionThreshold", type=SETTER) public void setVersionThreshold(Integer value)
      Generated method - Setter of CleanupDynamicProcessDefinitionsCronJob.versionThreshold attribute defined at extension processing.
      Parameters:
      value - the versionThreshold