Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs.types.HistoryServiceReference

Packages that use HistoryServiceReference
org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.globus.resource   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.service   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs   
 

Uses of HistoryServiceReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.globus.resource
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.globus.resource that return HistoryServiceReference
 HistoryServiceReference HistoryServiceResourceHome.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 HistoryServiceReference in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.service that return HistoryServiceReference
 HistoryServiceReference LexEVSGridServiceImpl.getHistoryService(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
           
 

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs declared as HistoryServiceReference
private  HistoryServiceReference GetHistoryServiceResponse.historyServiceReference
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs that return HistoryServiceReference
 HistoryServiceReference GetHistoryServiceResponse.getHistoryServiceReference()
          Gets the historyServiceReference value for this GetHistoryServiceResponse.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type HistoryServiceReference
 void GetHistoryServiceResponse.setHistoryServiceReference(HistoryServiceReference historyServiceReference)
          Sets the historyServiceReference value for this GetHistoryServiceResponse.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs with parameters of type HistoryServiceReference
GetHistoryServiceResponse(HistoryServiceReference historyServiceReference)