Interface ElementInstance

All Known Implementing Classes:
ElementInstanceImpl

public interface ElementInstance
  • Method Details

    • getElementInstanceKey

      Long getElementInstanceKey()
      key
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
      process definition key for element instance
    • getProcessDefinitionId

      String getProcessDefinitionId()
      process definition id for element instance
    • getProcessInstanceKey

      Long getProcessInstanceKey()
      process instance key for element instance
    • getElementId

      String getElementId()
      element id for element instance
    • getElementName

      String getElementName()
      element name for element instance
    • getStartDate

      OffsetDateTime getStartDate()
      start date of element instance
    • getEndDate

      OffsetDateTime getEndDate()
      end date of element instance
    • getIncident

      Boolean getIncident()
      whether element instance has an incident
    • getIncidentKey

      Long getIncidentKey()
      incident key for element instance
    • getState

      state of element instance
    • getTenantId

      String getTenantId()
      tenant id for element instance
    • getType

      type of element instance