Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs.types.SortReference

Packages that use SortReference
org.LexGrid.LexBIG.cagrid.LexEVSGridService.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.service.globus.resource   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs   
 

Uses of SortReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service that return SortReference
 SortReference LexEVSGridServiceImpl.getSortAlgorithm(org.LexGrid.LexBIG.DataModel.cagrid.ExtensionIdentification extensionIdentification)
           
 

Uses of SortReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.service.globus.resource
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.service.globus.resource that return SortReference
 SortReference SortResourceHome.getResourceReference(org.globus.wsrf.ResourceKey key)
          Take a resource key managed by this resource, locates the resource, and created a typed EPR for the resource.
 

Uses of SortReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs declared as SortReference
private  SortReference GetSortAlgorithmResponse.sortReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs that return SortReference
 SortReference GetSortAlgorithmResponse.getSortReference()
          Gets the sortReference value for this GetSortAlgorithmResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type SortReference
 void GetSortAlgorithmResponse.setSortReference(SortReference sortReference)
          Sets the sortReference value for this GetSortAlgorithmResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type SortReference
GetSortAlgorithmResponse(SortReference sortReference)