Class JobDefinitionPriorityDto


  • public class JobDefinitionPriorityDto
    extends Object
    JobDefinitionPriorityDto
    • Constructor Detail

      • JobDefinitionPriorityDto

        public JobDefinitionPriorityDto()
    • Method Detail

      • getPriority

        public Long getPriority()
        The new execution priority number for jobs of the given definition. The definition's priority can be reset by using the value `null`. In that case, the job definition's priority no longer applies but a new job's priority is determined as specified in the process model.
        Returns:
        priority
      • setPriority

        public void setPriority​(Long priority)
      • getIncludeJobs

        public Boolean getIncludeJobs()
        A boolean value indicating whether existing jobs of the given definition should receive the priority as well. Default value is `false`. Can only be `true` when the __priority__ parameter is not `null`.
        Returns:
        includeJobs
      • setIncludeJobs

        public void setIncludeJobs​(Boolean includeJobs)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object