Class MessageSubscriptionImpl
java.lang.Object
io.camunda.client.impl.search.response.MessageSubscriptionImpl
- All Implemented Interfaces:
MessageSubscription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the key of the root process instance.inthashCode()
-
Constructor Details
-
MessageSubscriptionImpl
-
-
Method Details
-
getMessageSubscriptionKey
- Specified by:
getMessageSubscriptionKeyin interfaceMessageSubscription
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceMessageSubscription
-
getProcessDefinitionKey
- Specified by:
getProcessDefinitionKeyin interfaceMessageSubscription
-
getProcessInstanceKey
- Specified by:
getProcessInstanceKeyin interfaceMessageSubscription
-
getRootProcessInstanceKey
Description copied from interface:MessageSubscriptionReturns 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 interfaceMessageSubscription- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getElementId
- Specified by:
getElementIdin interfaceMessageSubscription
-
getElementInstanceKey
- Specified by:
getElementInstanceKeyin interfaceMessageSubscription
-
getMessageSubscriptionState
- Specified by:
getMessageSubscriptionStatein interfaceMessageSubscription
-
getMessageSubscriptionType
- Specified by:
getMessageSubscriptionTypein interfaceMessageSubscription
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDatein interfaceMessageSubscription
-
getMessageName
- Specified by:
getMessageNamein interfaceMessageSubscription
-
getCorrelationKey
- Specified by:
getCorrelationKeyin interfaceMessageSubscription
-
getTenantId
- Specified by:
getTenantIdin interfaceMessageSubscription
-
getProcessDefinitionName
- Specified by:
getProcessDefinitionNamein interfaceMessageSubscription
-
getProcessDefinitionVersion
- Specified by:
getProcessDefinitionVersionin interfaceMessageSubscription
-
getToolProperties
- Specified by:
getToolPropertiesin interfaceMessageSubscription
-
getToolName
- Specified by:
getToolNamein interfaceMessageSubscription
-
getInboundConnectorType
- Specified by:
getInboundConnectorTypein interfaceMessageSubscription
-
hashCode
public int hashCode() -
equals
-