Uses of Class
org.apache.ode.bpel.common.CorrelationKey

Packages that use CorrelationKey
org.apache.ode.bpel.common Common BPEL classes and interfaces. 
org.apache.ode.bpel.evt The BPEL event API--used to monitor or analyze the execution of a BPEL processes. 
org.apache.ode.bpel.pmapi   
 

Uses of CorrelationKey in org.apache.ode.bpel.common
 

Subclasses of CorrelationKey in org.apache.ode.bpel.common
 class OptionalCorrelationKey
          An instance of this class represents a correlation key that has a 'join' use case in the process definition.
 

Methods in org.apache.ode.bpel.common that return types with arguments of type CorrelationKey
 java.util.Iterator<CorrelationKey> CorrelationKeySet.iterator()
          Returns an iterator on the correlation keys that this correlation key set contains.
 

Methods in org.apache.ode.bpel.common with parameters of type CorrelationKey
 CorrelationKeySet CorrelationKeySet.add(CorrelationKey ck)
          Adds a correlation key to this correlation key set.
 boolean CorrelationKeySet.contains(CorrelationKey correlationKey)
          Returns true if this correlation key set contains the give correlation key.
 boolean CorrelationKey.isMatch(CorrelationKey[] keys)
          Check if this key matches any member in a set of keys.
 

Uses of CorrelationKey in org.apache.ode.bpel.evt
 

Methods in org.apache.ode.bpel.evt that return CorrelationKey
 CorrelationKey CorrelationSetWriteEvent.getKey()
          Correlation key.
 

Methods in org.apache.ode.bpel.evt with parameters of type CorrelationKey
 void CorrelationSetWriteEvent.setKey(CorrelationKey key)
           
 

Constructors in org.apache.ode.bpel.evt with parameters of type CorrelationKey
CorrelationSetWriteEvent(java.lang.String csetName, CorrelationKey key)
           
 

Uses of CorrelationKey in org.apache.ode.bpel.pmapi
 

Methods in org.apache.ode.bpel.pmapi that return CorrelationKey
 CorrelationKey BpelManagementFacade.getCorrelation(java.lang.Long iid, java.lang.Long scopeId, java.lang.String correlationSet)
          Gets a correlation.
 

Methods in org.apache.ode.bpel.pmapi with parameters of type CorrelationKey
 java.lang.Long BpelManagementFacade.getProcessInstance(java.lang.String pid, CorrelationKey ckey)
          Get the process instance with the given correlation correlationKey.
 void BpelManagementFacade.setCorrelation(java.lang.Long iid, java.lang.Long scopeId, java.lang.String correlationSet, javax.xml.namespace.QName[] propertyNames, CorrelationKey values)
          Sets a correlation.
 



Copyright © 2015 WSO2. All Rights Reserved.