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

Packages that use CorrelationKeySet
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.iapi   
 

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

Methods in org.apache.ode.bpel.common that return CorrelationKeySet
 CorrelationKeySet CorrelationKeySet.add(CorrelationKey ck)
          Adds a correlation key to this correlation key set.
 

Methods in org.apache.ode.bpel.common that return types with arguments of type CorrelationKeySet
 java.util.List<CorrelationKeySet> CorrelationKeySet.findSubSets()
          Finds all subsets of this correlation key set.
 

Methods in org.apache.ode.bpel.common with parameters of type CorrelationKeySet
 boolean CorrelationKeySet.containsAll(CorrelationKeySet c)
          Checks if this correlation key set contains all correlation keys from the given correlation key set.
 boolean CorrelationKeySet.isRoutableTo(CorrelationKeySet candidateKeySet, boolean isAllRoute)
          Checks if an incoming message with this correlation key set can be accepted by the given correlation key set.
 

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

Methods in org.apache.ode.bpel.evt that return CorrelationKeySet
 CorrelationKeySet CorrelationMatchEvent.getCorrelationKeySet()
           
 CorrelationKeySet CorrelationNoMatchEvent.getKeySet()
           
 

Methods in org.apache.ode.bpel.evt with parameters of type CorrelationKeySet
 void CorrelationMatchEvent.setCorrelationKey(CorrelationKeySet correlationKeySet)
           
 void CorrelationNoMatchEvent.setKeys(CorrelationKeySet keySet)
           
 

Constructors in org.apache.ode.bpel.evt with parameters of type CorrelationKeySet
CorrelationMatchEvent(javax.xml.namespace.QName processName, javax.xml.namespace.QName processId, java.lang.Long processInstanceId, CorrelationKeySet correlationKeySet)
           
CorrelationNoMatchEvent(javax.xml.namespace.QName qName, java.lang.String opName, java.lang.String mexId, CorrelationKeySet keySet)
           
 

Uses of CorrelationKeySet in org.apache.ode.bpel.iapi
 

Methods in org.apache.ode.bpel.iapi that return CorrelationKeySet
 CorrelationKeySet Scheduler.JobDetails.getCorrelationKeySet()
           
 

Methods in org.apache.ode.bpel.iapi with parameters of type CorrelationKeySet
 void Scheduler.JobDetails.setCorrelationKeySet(CorrelationKeySet correlationKeySet)
           
 



Copyright © 2015 WSO2. All Rights Reserved.