Uses of Class
com.borland.tm.webservices.tmexecution.ExecutionNode

Packages that use ExecutionNode
com.borland.tm.webservices.tmexecution   
 

Uses of ExecutionNode in com.borland.tm.webservices.tmexecution
 

Methods in com.borland.tm.webservices.tmexecution that return ExecutionNode
 ExecutionNode[] TmexecutionSoapBindingStub.getChildNodes(long sessionId, int parentNodeId)
           
 ExecutionNode[] ExecutionWebServiceProxy.getChildNodes(long sessionId, int parentNodeId)
           
 ExecutionNode[] ExecutionWebService.getChildNodes(long sessionId, int parentNodeId)
           
 ExecutionNode TmexecutionSoapBindingStub.getExecutionRootNode(long sessionId, int projectId)
           
 ExecutionNode ExecutionWebServiceProxy.getExecutionRootNode(long sessionId, int projectId)
           
 ExecutionNode ExecutionWebService.getExecutionRootNode(long sessionId, int projectId)
           
 ExecutionNode TmexecutionSoapBindingStub.getNode(long sessionId, int nodeId)
           
 ExecutionNode ExecutionWebServiceProxy.getNode(long sessionId, int nodeId)
           
 ExecutionNode ExecutionWebService.getNode(long sessionId, int nodeId)
           
 ExecutionNode[] TmexecutionSoapBindingStub.getNodes(long sessionId, java.lang.String name)
           
 ExecutionNode[] ExecutionWebServiceProxy.getNodes(long sessionId, java.lang.String name)
           
 ExecutionNode[] ExecutionWebService.getNodes(long sessionId, java.lang.String name)
           
 

Methods in com.borland.tm.webservices.tmexecution with parameters of type ExecutionNode
 int TmexecutionSoapBindingStub.addNode(long sessionId, ExecutionNode node, int parentId)
           
 int ExecutionWebServiceProxy.addNode(long sessionId, ExecutionNode node, int parentId)
           
 int ExecutionWebService.addNode(long sessionId, ExecutionNode node, int parentId)
           
 void TmexecutionSoapBindingStub.updateNode(long sessionId, ExecutionNode node)
           
 void ExecutionWebServiceProxy.updateNode(long sessionId, ExecutionNode node)
           
 void ExecutionWebService.updateNode(long sessionId, ExecutionNode node)
           
 



Copyright © 2009. All Rights Reserved.