Interface ElementInstance
- All Known Implementing Classes:
ElementInstanceImpl
public interface ElementInstance
-
Method Summary
Modifier and TypeMethodDescriptionelement id for element instancekeyelement name for element instanceend date of element instancewhether element instance has an incidentincident key for element instanceprocess definition id for element instanceprocess definition key for element instanceprocess instance key for element instancestart date of element instancegetState()state of element instancetenant id for element instancegetType()type of element instance
-
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
ElementInstanceState getState()state of element instance -
getTenantId
String getTenantId()tenant id for element instance -
getType
ElementInstanceType getType()type of element instance
-