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 classCorrelationKeyImplThe BPMN correlationKey elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationKey Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CorrelationKey>CorrelationSubscriptionImpl. correlationKeyAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationKey>CollaborationImpl. correlationKeyCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationKey>ConversationNodeImpl. correlationKeyCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return CorrelationKey Modifier and Type Method Description CorrelationKeyCorrelationSubscriptionImpl. getCorrelationKey()Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationKey Modifier and Type Method Description Collection<CorrelationKey>CollaborationImpl. getCorrelationKeys()Collection<CorrelationKey>ConversationNodeImpl. getCorrelationKeys()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CorrelationKey Modifier and Type Method Description voidCorrelationSubscriptionImpl. 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 CorrelationKeyCorrelationSubscription. getCorrelationKey()Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationKey Modifier and Type Method Description Collection<CorrelationKey>Collaboration. getCorrelationKeys()Collection<CorrelationKey>ConversationNode. getCorrelationKeys()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CorrelationKey Modifier and Type Method Description voidCorrelationSubscription. setCorrelationKey(CorrelationKey correlationKey)
-