Package io.camunda.client.protocol.rest
Class ElementInstanceResult
java.lang.Object
io.camunda.client.protocol.rest.ElementInstanceResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class ElementInstanceResult
extends Object
ElementInstanceResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of element as defined set of values. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelementInstanceKey(String elementInstanceKey) elementName(String elementName) booleanThe element ID for this element instance.The assigned key, which acts as a unique identifier for this element instance.The element name for this element instance.Date when element instance finished.Shows whether this element instance has an incident.Incident key associated with this element instance.The process definition ID associated to this element instance.The process definition key associated to this element instance.The process instance key associated to this element instance.Date when element instance started.getState()State of element instance as defined set of values.The tenant ID of the incident.getType()Type of element as defined set of values.inthashCode()hasIncident(Boolean hasIncident) incidentKey(String incidentKey) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) voidsetElementId(String elementId) voidsetElementInstanceKey(String elementInstanceKey) voidsetElementName(String elementName) voidsetEndDate(String endDate) voidsetHasIncident(Boolean hasIncident) voidsetIncidentKey(String incidentKey) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetStartDate(String startDate) voidsetState(ElementInstanceStateEnum state) voidsetTenantId(String tenantId) voidstate(ElementInstanceStateEnum state) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_ELEMENT_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_HAS_INCIDENT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_INCIDENT_KEY
- See Also:
-
-
Constructor Details
-
ElementInstanceResult
public ElementInstanceResult()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
The process definition ID associated to this element instance.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
startDate
-
getStartDate
Date when element instance started.- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Date when element instance finished.- Returns:
- endDate
-
setEndDate
-
elementId
-
getElementId
The element ID for this element instance.- Returns:
- elementId
-
setElementId
-
elementName
-
getElementName
The element name for this element instance.- Returns:
- elementName
-
setElementName
-
type
-
getType
Type of element as defined set of values.- Returns:
- type
-
setType
-
state
-
getState
State of element instance as defined set of values.- Returns:
- state
-
setState
-
hasIncident
-
getHasIncident
Shows whether this element instance has an incident. If true also an incidentKey is provided.- Returns:
- hasIncident
-
setHasIncident
-
tenantId
-
getTenantId
The tenant ID of the incident.- Returns:
- tenantId
-
setTenantId
-
elementInstanceKey
-
getElementInstanceKey
The assigned key, which acts as a unique identifier for this element instance.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key associated to this element instance.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key associated to this element instance.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
incidentKey
-
getIncidentKey
Incident key associated with this element instance.- Returns:
- incidentKey
-
setIncidentKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-