Uses of Class
org.ow2.orchestra.console.ws.client.model.ProcessEndpoints

Packages that use ProcessEndpoints
org.ow2.orchestra.console.ws.client   
org.ow2.orchestra.console.ws.client.model   
org.ow2.orchestra.console.ws.client.presenters.ws.explorer   
org.ow2.orchestra.console.ws.client.ui.ws.explorer   
org.ow2.orchestra.console.ws.server   
 

Uses of ProcessEndpoints in org.ow2.orchestra.console.ws.client
 

Methods in org.ow2.orchestra.console.ws.client that return ProcessEndpoints
 ProcessEndpoints WSConsoleServices.getProcessEndpoints(String processId)
          Retrieves a ProcessEndpoints for a given process id
 

Method parameters in org.ow2.orchestra.console.ws.client with type arguments of type ProcessEndpoints
 void WSConsoleServicesAsync.getProcessEndpoints(String processId, com.google.gwt.user.client.rpc.AsyncCallback<ProcessEndpoints> async)
          Retrieves a ProcessEndpoints for a given process id
 

Uses of ProcessEndpoints in org.ow2.orchestra.console.ws.client.model
 

Methods in org.ow2.orchestra.console.ws.client.model that return ProcessEndpoints
 ProcessEndpoints ActivityEndpoint.getParent()
           
 

Methods in org.ow2.orchestra.console.ws.client.model with parameters of type ProcessEndpoints
 void ActivityEndpoint.setParent(ProcessEndpoints parent)
           
 

Uses of ProcessEndpoints in org.ow2.orchestra.console.ws.client.presenters.ws.explorer
 

Method parameters in org.ow2.orchestra.console.ws.client.presenters.ws.explorer with type arguments of type ProcessEndpoints
 void ProcessEndpointsExplorerPresenterImpl.exploreProcessEndpoints(List<ProcessEndpoints> processEndpointsList, boolean displayRootElement)
           
 

Uses of ProcessEndpoints in org.ow2.orchestra.console.ws.client.ui.ws.explorer
 

Method parameters in org.ow2.orchestra.console.ws.client.ui.ws.explorer with type arguments of type ProcessEndpoints
 void ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter.exploreProcessEndpoints(List<ProcessEndpoints> processEndpointsList, boolean displayRootElement)
           
 

Uses of ProcessEndpoints in org.ow2.orchestra.console.ws.server
 

Methods in org.ow2.orchestra.console.ws.server that return ProcessEndpoints
 ProcessEndpoints WSConsoleServlet.getProcessEndpoints(String processId)
           
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.