Class CleanupDynamicProcessDefinitionsCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

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

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

        public static final java.lang.String VERSIONTHRESHOLD
        Generated constant - Attribute key of CleanupDynamicProcessDefinitionsCronJob.versionThreshold attribute defined at extension processing.
        See Also:
        Constant Field Values
    • Constructor Detail

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

      • getTimeThreshold

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

        @Accessor(qualifier="versionThreshold",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.Integer value)
        Generated method - Setter of CleanupDynamicProcessDefinitionsCronJob.versionThreshold attribute defined at extension processing.
        Parameters:
        value - the versionThreshold