Interface MessageSubscription

All Known Implementing Classes:
MessageSubscriptionImpl

public interface MessageSubscription
  • 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 null for process instance hierarchies created before version 8.9.

      Returns:
      the root process instance key, or null for 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

      Map<String,String> getToolProperties()
    • getToolName

      String getToolName()
    • getInboundConnectorType

      String getInboundConnectorType()