Uses of Interface
com.sas.services.information.InformationServiceInterface

Packages that use InformationServiceInterface
com.sas.services.deployment This subsystem provides utilities to deploy and lookup SAS Foundation Services. 
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata Information Service metadata. 
com.sas.services.user Maintain user identities and profiles. 
 

Uses of InformationServiceInterface in com.sas.services.deployment
 

Methods in com.sas.services.deployment that return InformationServiceInterface
static InformationServiceInterface CorePlatformServices.getInformationService()
          Gets the information service.
 

Uses of InformationServiceInterface in com.sas.services.information
 

Methods in com.sas.services.information that return InformationServiceInterface
static InformationServiceInterface OMIServerRepository.getInformationService()
          Return a handle to the Information Service.
static InformationServiceInterface DAVRepository.getInformationService()
          Gets the informationService attribute of the DAVRepository class
static InformationServiceInterface AbstractRepository.getInformationService()
          Return a handle to the Information Service.
static InformationServiceInterface InformationService.getInstance(java.lang.Object initObject)
          Get an instance of the InformationService.
static InformationServiceInterface InformationService.getInstance(java.lang.Object initObject, DiscoveryServiceInterface discoveryService)
          Get an instance of the InformationService.
 

Uses of InformationServiceInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return InformationServiceInterface
static InformationServiceInterface Metadata.getInformationService()
          Get an instance of the Information Service.
 

Uses of InformationServiceInterface in com.sas.services.user
 

Methods in com.sas.services.user that return InformationServiceInterface
static InformationServiceInterface UserService.getInformationService()
          Gets a foundation Information Service.
static InformationServiceInterface UserContext.getInformationService()
          Gets a foundation Information Service.
 

Methods in com.sas.services.user with parameters of type InformationServiceInterface
 UserContextInterface UserServiceInterface.newUserWithInfoService(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, InformationServiceInterface infoService)
          Deprecated. This method should no longer be used. In order for the platform to effectively direct requests in a clustered environment, the Discovery Service needs to be able to select the correct available service rather than having the client specify one.
 UserContextInterface UserService.newUserWithInfoService(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, InformationServiceInterface infoService)
          Deprecated. This method should no longer be used. In order for the platform to effectively direct requests in a clustered environment, the Discovery Service needs to be able to select the correct available service rather than having the client specify one. If this method is used, the Information Service parameter will be ignored.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.