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

Packages that use ServerInterface
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata Information Service metadata. 
com.sas.services.information.publicobject Public Objects are Information Service objects which represent SAS information which is rooted in metadata. 
com.sas.services.information.search The com.sas.services.information.search package performs and manages metadata searches for public objects. 
com.sas.services.storedprocess.metadata Create and modify stored process metadata and obtain stored process service objects from metadata. 
com.sas.services.user Maintain user identities and profiles. 
 

Uses of ServerInterface in com.sas.services.information
 

Methods in com.sas.services.information that return ServerInterface
abstract  ServerInterface InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef)
          Connect to a ServerInterface object.
 ServerInterface InformationService.connect(UserContextInterface user, ServerDef serverDef)
           
abstract  ServerInterface InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster)
          Connect to a ServerInterface object.
 ServerInterface InformationService.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster)
           
abstract  ServerInterface RepositoryInterface.getServer()
          Get the ServerInterface that controls this repository.
 ServerInterface OMIServerRepository.getServer()
           
 ServerInterface DAVRepository.getServer()
           
abstract  ServerInterface InformationServiceInterface.getServerForPath(UserContextInterface user, PathUrl path)
          Return the ServerInterface for the path given.
 ServerInterface InformationService.getServerForPath(UserContextInterface user, PathUrl path)
           
 

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

Methods in com.sas.services.information.metadata that return ServerInterface
 ServerInterface VirtualFolderManager.getServer()
          Returns the server instance associated with this factory.
 

Methods in com.sas.services.information.metadata with parameters of type ServerInterface
abstract  java.util.List<OMRGridApplication> GridServerInterface.getExistingGOSListForApp(ServerInterface authServer, java.lang.String applicationName)
           
abstract  java.util.List<OMRGridApplication> GridServerInterface.getExistingGridOptionsSetList(ServerInterface authServer)
           
abstract  java.util.List<OMRGridApplication> GridServerInterface.getExistingGridOptionsSetList(ServerInterface authServer, ApplicationInterface sc)
           
abstract  GridApplicationInterface GridServerInterface.getGridOptionsSet(java.lang.String gridAppId, java.lang.String gridAppName, ServerInterface authServer)
           
static VirtualFolderManager VirtualFolderManager.getInstance(ServerInterface server)
          Returns the factory instance for a given server.
static boolean VirtualFolderManager.instanceCreated(ServerInterface server)
          Returns true if a factory instance has already been created for the given server.
static boolean VirtualFolderManager.isVirtualFolderPath(PathUrl url, ServerInterface server)
           
static PathUrl PathUrl.newPathUrlFromAbsolutePath(ServerInterface server, java.lang.String absolutePath)
          Create a new PathUrl from an existing absolute path and a ServerInterface to use as context.
static PathUrl PathUrl.newPathUrlFromExistingUrl(ServerInterface server, PathUrl oldPath)
          Create a new PathUrl from an existing PathUrl.
 

Uses of ServerInterface in com.sas.services.information.publicobject
 

Methods in com.sas.services.information.publicobject with parameters of type ServerInterface
abstract  java.lang.String TypeDescriptorInterface.getTemplate(ServerInterface server)
          Get the template for this object.
 

Uses of ServerInterface in com.sas.services.information.search
 

Fields in com.sas.services.information.search declared as ServerInterface
protected  ServerInterface PublicTypeFilter._server
           
 

Methods in com.sas.services.information.search that return ServerInterface
abstract  ServerInterface Search.getServer()
          Returns the ServerInterface instance used when retrieving the objects from the server.
 

Methods in com.sas.services.information.search with parameters of type ServerInterface
static Search SearchFactory.createSearch(ServerInterface server)
           
static SearchCriteriaModel SearchUtility.createSearchCriteriaModel(ServerInterface server, java.lang.String xmlCriteria)
          Method to build this model using the information from a saved search folder.
 void PublicTypeFilter.setServer(ServerInterface server)
          Sets the server instance used to create this filter.
static SearchUtility.ValidCriteriaResults SearchUtility.validateSearchCriteria(SearchCriteriaModel scm, ServerInterface server)
           
static SearchUtility.ValidCriteriaResults SearchUtility.validateSearchCriteria(Search searchObj, ServerInterface server)
           
 

Uses of ServerInterface in com.sas.services.storedprocess.metadata
 

Constructors in com.sas.services.storedprocess.metadata with parameters of type ServerInterface
DataTable(ServerInterface serverInterface, org.w3c.dom.Element element, boolean isSource)
          Internal use only.
 

Uses of ServerInterface in com.sas.services.user
 

Methods in com.sas.services.user that return ServerInterface
abstract  ServerInterface UserContextInterface.getAuthServer()
          Get a handle to the metadata server the user authenticated against.
 ServerInterface UserContext.getAuthServer()
           
abstract  ServerInterface UserContextInterface.getServer(java.lang.String name)
          Get a specific named Information Service server from this user.
 ServerInterface UserContext.getServer(java.lang.String name)
           
 

Methods in com.sas.services.user with parameters of type ServerInterface
abstract  void UserContextInterface.addServer(ServerInterface server)
          Add a server to the list that this user is connected to.
 void UserContext.addServer(ServerInterface server)
           
abstract  void UserContextInterface.removeServer(ServerInterface server)
          Remove a server from the list that this user is currently connected to.
 void UserContext.removeServer(ServerInterface server)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.