Uses of Interface
org.camunda.bpm.model.bpmn.instance.CorrelationKey
-
Packages that use CorrelationKey Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of CorrelationKey in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement CorrelationKey Modifier and Type Class Description class
CorrelationKeyImpl
The BPMN correlationKey elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationKey Modifier and Type Field Description protected static AttributeReference<CorrelationKey>
CorrelationSubscriptionImpl. correlationKeyAttribute
protected static ChildElementCollection<CorrelationKey>
CollaborationImpl. correlationKeyCollection
protected static ChildElementCollection<CorrelationKey>
ConversationNodeImpl. correlationKeyCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return CorrelationKey Modifier and Type Method Description CorrelationKey
CorrelationSubscriptionImpl. getCorrelationKey()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationKey Modifier and Type Method Description java.util.Collection<CorrelationKey>
CollaborationImpl. getCorrelationKeys()
java.util.Collection<CorrelationKey>
ConversationNodeImpl. getCorrelationKeys()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CorrelationKey Modifier and Type Method Description void
CorrelationSubscriptionImpl. setCorrelationKey(CorrelationKey correlationKey)
-
Uses of CorrelationKey in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return CorrelationKey Modifier and Type Method Description CorrelationKey
CorrelationSubscription. getCorrelationKey()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationKey Modifier and Type Method Description java.util.Collection<CorrelationKey>
Collaboration. getCorrelationKeys()
java.util.Collection<CorrelationKey>
ConversationNode. getCorrelationKeys()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CorrelationKey Modifier and Type Method Description void
CorrelationSubscription. setCorrelationKey(CorrelationKey correlationKey)
-