Uses of Interface
org.sbpm.sbpel.CorrelationSet

Uses of CorrelationSet in org.sbpm.sbpel
 

Methods in org.sbpm.sbpel that return CorrelationSet
 CorrelationSet SBPELFactory.createCorrelationSet()
           
 CorrelationSet Correlation.getSet()
           
 

Methods in org.sbpm.sbpel that return types with arguments of type CorrelationSet
 Set<CorrelationSet> Scope.listCorrelationSets()
           
 Set<CorrelationSet> Process.listCorrelationSets()
           
 

Methods in org.sbpm.sbpel with parameters of type CorrelationSet
 boolean Scope.addCorrelationSet(CorrelationSet value)
           
 boolean Process.addCorrelationSet(CorrelationSet value)
           
 boolean Scope.removeCorrelationSet(CorrelationSet value)
           
 boolean Process.removeCorrelationSet(CorrelationSet value)
           
 void Correlation.setSet(CorrelationSet value)
           
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.