|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMIRepositoryInterface | |
---|---|
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. |
Uses of OMIRepositoryInterface in com.sas.services.information.metadata |
---|
Methods in com.sas.services.information.metadata with parameters of type OMIRepositoryInterface | |
---|---|
RootFolderInterface |
FolderAdminInterface.createRepositoryRootFolder(OMIRepositoryInterface repos)
Creates the root folder for a repository. |
FolderInterface |
FolderAdminInterface.createTopLevelFolder(OMIRepositoryInterface repos,
java.lang.String folderName)
Creates a new top level folder for the given repository or returns an existing folder that has already been defined. |
static java.lang.String |
VirtualFolderManager.getDefaultPath(java.lang.String publicType,
OMIRepositoryInterface repos)
Returns the default path location for the virtual folder containing objects of the given type. |
static boolean |
VirtualFolderManager.isContainedByVirtualFolder(java.lang.String publicType,
OMIRepositoryInterface repos)
Returns true if objects with the specified public type value are contained within a virtual folder in the given repository. |
Uses of OMIRepositoryInterface in com.sas.services.information.search |
---|
Methods in com.sas.services.information.search that return OMIRepositoryInterface | |
---|---|
OMIRepositoryInterface |
Search.getRepository()
Returns the repository being searched. |
Methods in com.sas.services.information.search with parameters of type OMIRepositoryInterface | |
---|---|
void |
Search.setRepository(OMIRepositoryInterface repos)
Sets the repository to search within. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |