Interface Job

    • Method Detail

      • getCorrelationId

        String getCorrelationId()
        Returns the correlation id of a job. The same job can be moved around and have its technical id changed. This id allows tracking that job.
      • getDuedate

        Date getDuedate()
        Returns the date on which this job is supposed to be processed.
      • getProcessInstanceId

        String getProcessInstanceId()
        x Returns the id of the process instance which execution created the job.
      • getExecutionId

        String getExecutionId()
        Returns the specific execution on which the job was created.
      • getProcessDefinitionId

        String getProcessDefinitionId()
        Returns the specific process definition on which the job was created
      • getCategory

        String getCategory()
        Get the category for this job.
      • getJobType

        String getJobType()
        Get the job type for this job.
      • getElementId

        String getElementId()
        Reference to an element identifier or null if none is set.
      • getElementName

        String getElementName()
        Reference to an element name or null if none is set.
      • getScopeId

        String getScopeId()
        Reference to a scope identifier or null if none is set.
      • getSubScopeId

        String getSubScopeId()
        Reference to a sub scope identifier or null if none is set.
      • getScopeType

        String getScopeType()
        Reference to a scope type or null if none is set.
      • getScopeDefinitionId

        String getScopeDefinitionId()
        Reference to a scope definition identifier or null if none is set.
      • isExclusive

        boolean isExclusive()
        Is the job exclusive?
      • getCreateTime

        Date getCreateTime()
        Returns the create datetime of the job.