Interface MessageSubscription
- All Known Implementing Classes:
MessageSubscriptionImpl
public interface MessageSubscription
-
Method Summary
Modifier and TypeMethodDescriptionReturns the key of the root process instance.
-
Method Details
-
getMessageSubscriptionKey
Long getMessageSubscriptionKey() -
getProcessDefinitionId
String getProcessDefinitionId() -
getProcessDefinitionKey
Long getProcessDefinitionKey() -
getProcessInstanceKey
Long getProcessInstanceKey() -
getRootProcessInstanceKey
Long getRootProcessInstanceKey()Returns 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.- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getElementId
String getElementId() -
getElementInstanceKey
Long getElementInstanceKey() -
getMessageSubscriptionState
MessageSubscriptionState getMessageSubscriptionState() -
getMessageSubscriptionType
MessageSubscriptionType getMessageSubscriptionType() -
getLastUpdatedDate
OffsetDateTime getLastUpdatedDate() -
getMessageName
String getMessageName() -
getCorrelationKey
String getCorrelationKey() -
getTenantId
String getTenantId() -
getProcessDefinitionName
String getProcessDefinitionName() -
getProcessDefinitionVersion
Integer getProcessDefinitionVersion() -
getToolProperties
-
getToolName
String getToolName() -
getInboundConnectorType
String getInboundConnectorType()
-