Uses of Interface
org.sbpm.sbpel.SemanticVariable

Uses of SemanticVariable in org.sbpm.sbpel
 

Methods in org.sbpm.sbpel that return SemanticVariable
 SemanticVariable SBPELFactory.createSemanticVariable()
           
 SemanticVariable SemanticInvoke.getInputVariable()
           
 SemanticVariable Mediation.getInputVariable()
           
 SemanticVariable SemanticInvoke.getOutputVariable()
           
 SemanticVariable Mediation.getOutPutVariable()
           
 SemanticVariable SemanticReceive.getVariable()
           
 SemanticVariable SemanticReply.getVariable()
           
 SemanticVariable SemanticOnMessage.getVariable()
           
 

Methods in org.sbpm.sbpel with parameters of type SemanticVariable
 void SemanticInvoke.setInputVariable(SemanticVariable value)
           
 void Mediation.setInputVariable(SemanticVariable value)
           
 void SemanticInvoke.setOutputVariable(SemanticVariable value)
           
 void Mediation.setOutPutVariable(SemanticVariable value)
           
 void SemanticReceive.setVariable(SemanticVariable value)
           
 void SemanticReply.setVariable(SemanticVariable value)
           
 void SemanticOnMessage.setVariable(SemanticVariable value)
           
 



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