Uses of Interface
org.apache.ode.bpel.dao.CorrelationSetDAO

Uses of CorrelationSetDAO in org.apache.ode.bpel.dao
 

Methods in org.apache.ode.bpel.dao that return CorrelationSetDAO
 CorrelationSetDAO ScopeDAO.getCorrelationSet(java.lang.String corrSetName)
          Get a correlation set by name.
 CorrelationSetDAO ProcessInstanceDAO.getCorrelationSet(java.lang.String name)
          Get a correlation set by its name from this process
 

Methods in org.apache.ode.bpel.dao that return types with arguments of type CorrelationSetDAO
 java.util.Collection<CorrelationSetDAO> BpelDAOConnection.getActiveCorrelationSets()
           
 java.util.Set<CorrelationSetDAO> ScopeDAO.getCorrelationDTOs()
          These are transient objects
 java.util.Collection<CorrelationSetDAO> ScopeDAO.getCorrelationSets()
          Gets all correlation sets for this scope
 java.util.Set<CorrelationSetDAO> ProcessInstanceDAO.getCorrelationSets()
          Get all the correlation sets for this process.
 java.util.Map<java.lang.Long,java.util.Collection<CorrelationSetDAO>> BpelDAOConnection.getCorrelationSets(java.util.Collection<ProcessInstanceDAO> instances)
           
 

Method parameters in org.apache.ode.bpel.dao with type arguments of type CorrelationSetDAO
 void ScopeDAO.setCorrelationSets(java.util.List<CorrelationSetDAO> correlationSet)
           
 



Copyright © 2015 WSO2. All Rights Reserved.