Uses of Interface
org.camunda.bpm.model.bpmn.instance.CorrelationKey

Packages that use CorrelationKey
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
 class CorrelationKeyImpl
          The BPMN correlationKey element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationKey
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CorrelationKey> CorrelationSubscriptionImpl.correlationKeyAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationKey> ConversationNodeImpl.correlationKeyCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationKey> CollaborationImpl.correlationKeyCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return CorrelationKey
 CorrelationKey CorrelationSubscriptionImpl.getCorrelationKey()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationKey
 Collection<CorrelationKey> ConversationNodeImpl.getCorrelationKeys()
           
 Collection<CorrelationKey> CollaborationImpl.getCorrelationKeys()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CorrelationKey
 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
 CorrelationKey CorrelationSubscription.getCorrelationKey()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationKey
 Collection<CorrelationKey> Collaboration.getCorrelationKeys()
           
 Collection<CorrelationKey> ConversationNode.getCorrelationKeys()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CorrelationKey
 void CorrelationSubscription.setCorrelationKey(CorrelationKey correlationKey)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.