Class ElementInstanceImpl
java.lang.Object
io.camunda.client.impl.search.response.ElementInstanceImpl
- All Implemented Interfaces:
ElementInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement 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 instanceReturns the key of the root process instance.start date of element instancegetState()state of element instancetenant id for element instancegetType()type of element instanceinthashCode()
-
Constructor Details
-
ElementInstanceImpl
-
-
Method Details
-
getElementInstanceKey
Description copied from interface:ElementInstancekey- Specified by:
getElementInstanceKeyin interfaceElementInstance
-
getProcessDefinitionKey
Description copied from interface:ElementInstanceprocess definition key for element instance- Specified by:
getProcessDefinitionKeyin interfaceElementInstance
-
getProcessDefinitionId
Description copied from interface:ElementInstanceprocess definition id for element instance- Specified by:
getProcessDefinitionIdin interfaceElementInstance
-
getProcessInstanceKey
Description copied from interface:ElementInstanceprocess instance key for element instance- Specified by:
getProcessInstanceKeyin interfaceElementInstance
-
getRootProcessInstanceKey
Description copied from interface:ElementInstanceReturns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Specified by:
getRootProcessInstanceKeyin interfaceElementInstance- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getElementId
Description copied from interface:ElementInstanceelement id for element instance- Specified by:
getElementIdin interfaceElementInstance
-
getElementName
Description copied from interface:ElementInstanceelement name for element instance- Specified by:
getElementNamein interfaceElementInstance
-
getStartDate
Description copied from interface:ElementInstancestart date of element instance- Specified by:
getStartDatein interfaceElementInstance
-
getEndDate
Description copied from interface:ElementInstanceend date of element instance- Specified by:
getEndDatein interfaceElementInstance
-
getIncident
Description copied from interface:ElementInstancewhether element instance has an incident- Specified by:
getIncidentin interfaceElementInstance
-
getIncidentKey
Description copied from interface:ElementInstanceincident key for element instance- Specified by:
getIncidentKeyin interfaceElementInstance
-
getState
Description copied from interface:ElementInstancestate of element instance- Specified by:
getStatein interfaceElementInstance
-
getTenantId
Description copied from interface:ElementInstancetenant id for element instance- Specified by:
getTenantIdin interfaceElementInstance
-
getType
Description copied from interface:ElementInstancetype of element instance- Specified by:
getTypein interfaceElementInstance
-
hashCode
public int hashCode() -
equals
-