Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.stubs.types.FilterReference

Packages that use FilterReference
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.service.globus.resource   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs   
 

Uses of FilterReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.service.globus.resource
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.service.globus.resource that return FilterReference
 FilterReference FilterResourceHome.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 FilterReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service
 

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs declared as FilterReference
private  FilterReference GetFilterResponse.filterReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs that return FilterReference
 FilterReference GetFilterResponse.getFilterReference()
          Gets the filterReference value for this GetFilterResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type FilterReference
 void GetFilterResponse.setFilterReference(FilterReference filterReference)
          Sets the filterReference value for this GetFilterResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type FilterReference
GetFilterResponse(FilterReference filterReference)