Uses of Class
org.ow2.petals.flowwatch.flowmanager.bo.FlowStepRef

Packages that use FlowStepRef
org.ow2.petals.flowwatch.flowmanager   
org.ow2.petals.flowwatch.flowmanager.bo   
org.ow2.petals.flowwatch.flowmanager.dao   
 

Uses of FlowStepRef in org.ow2.petals.flowwatch.flowmanager
 

Methods in org.ow2.petals.flowwatch.flowmanager that return FlowStepRef
 FlowStepRef FlowRefManager.loadStepRef(int type, java.lang.String interfaceName, java.lang.String serviceName)
           
 FlowStepRef FlowRefManager.loadStepRef(long id)
           
 

Methods in org.ow2.petals.flowwatch.flowmanager that return types with arguments of type FlowStepRef
 java.util.List<FlowStepRef> FlowRefManager.loadSteps(int type)
           
 

Methods in org.ow2.petals.flowwatch.flowmanager with parameters of type FlowStepRef
 long FlowRefManager.saveOrUpdateStepRef(FlowStepRef flowStepRef)
           
 

Uses of FlowStepRef in org.ow2.petals.flowwatch.flowmanager.bo
 

Methods in org.ow2.petals.flowwatch.flowmanager.bo that return FlowStepRef
 FlowStepRef FlowStepErrorRef.getFlowStepRef()
           
 

Methods in org.ow2.petals.flowwatch.flowmanager.bo with parameters of type FlowStepRef
 void FlowStepErrorRef.setFlowStepRef(FlowStepRef flowstepref)
           
 

Uses of FlowStepRef in org.ow2.petals.flowwatch.flowmanager.dao
 

Methods in org.ow2.petals.flowwatch.flowmanager.dao that return FlowStepRef
 FlowStepRef FlowStepRefDAO.loadByFlowTypeIntNameServName(int type, java.lang.String interfaceName, java.lang.String serviceName)
           
 FlowStepRef FlowStepRefDAO.loadEndStepByFlowType(int type)
           
 FlowStepRef FlowStepRefDAO.loadStartStepByFlowType(int type)
           
 

Methods in org.ow2.petals.flowwatch.flowmanager.dao that return types with arguments of type FlowStepRef
 java.util.List<FlowStepRef> FlowStepRefDAO.loadByFlowType(int type)
           
 



Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.