Uses of Interface
org.camunda.bpm.model.bpmn.instance.CorrelationKey
Packages that use CorrelationKey
-
Uses of CorrelationKey in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement CorrelationKeyFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationKeyModifier and TypeFieldDescriptionprotected static AttributeReference<CorrelationKey>CorrelationSubscriptionImpl.correlationKeyAttributeprotected static ChildElementCollection<CorrelationKey>CollaborationImpl.correlationKeyCollectionprotected static ChildElementCollection<CorrelationKey>ConversationNodeImpl.correlationKeyCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return CorrelationKeyMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationKeyModifier and TypeMethodDescriptionCollaborationImpl.getCorrelationKeys()ConversationNodeImpl.getCorrelationKeys()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CorrelationKeyModifier and TypeMethodDescriptionvoidCorrelationSubscriptionImpl.setCorrelationKey(CorrelationKey correlationKey) -
Uses of CorrelationKey in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return CorrelationKeyMethods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationKeyModifier and TypeMethodDescriptionCollaboration.getCorrelationKeys()ConversationNode.getCorrelationKeys()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CorrelationKeyModifier and TypeMethodDescriptionvoidCorrelationSubscription.setCorrelationKey(CorrelationKey correlationKey)