|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 | |
---|---|
ServerInterface |
InformationServiceInterface.connect(UserContextInterface user,
ServerDef serverDef)
Connect to a ServerInterface object. |
ServerInterface |
InformationService.connect(UserContextInterface user,
ServerDef serverDef)
|
ServerInterface |
RepositoryInterface.getServer()
Get the ServerInterface that controls this repository. |
ServerInterface |
OMIServerRepository.getServer()
|
ServerInterface |
DAVRepository.getServer()
|
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 | |
---|---|
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 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.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 | |
---|---|
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)
|
void |
PublicTypeFilter.setServer(ServerInterface server)
Sets the server instance used to create this filter. |
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 | |
---|---|
ServerInterface |
UserContextInterface.getAuthServer()
Get a handle to the metadata server the user authenticated against. |
ServerInterface |
UserContext.getAuthServer()
|
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 | |
---|---|
void |
UserContextInterface.addServer(ServerInterface server)
Add a server to the list that this user is connected to. |
void |
UserContext.addServer(ServerInterface server)
|
void |
UserContextInterface.removeServer(ServerInterface server)
Remove a server from the list that this user is currently connected to. |
void |
UserContext.removeServer(ServerInterface server)
|
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |