Uses of Interface
com.sas.services.information.OMIRepositoryInterface
Packages that use OMIRepositoryInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
Server classes for SAS Foundation Services.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
The com.sas.services.information.search package performs and manages metadata searches for public objects.
-
Uses of OMIRepositoryInterface in com.sas.services.information
Classes in com.sas.services.information that implement OMIRepositoryInterfaceModifier and TypeClassDescriptionclassclassThis class interfaces with an OMI repository using the jOMA classes (com.sas.metadata.remote) as the repository-specific layer.Constructors in com.sas.services.information with parameters of type OMIRepositoryInterfaceModifierConstructorDescriptionOMIChildRepository(com.sas.metadata.remote.MdFactory mdfactory, com.sas.metadata.remote.MdObjectStore mdstore, OMIRepositoryInterface parent, int childnum) OMIChildRepository(com.sas.metadata.remote.MdFactory mdfactory, com.sas.metadata.remote.MdObjectStore mdstore, OMIRepositoryInterface parent, int childnum, Class theClass) -
Uses of OMIRepositoryInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata with parameters of type OMIRepositoryInterfaceModifier and TypeMethodDescriptionFolderAdminInterface.createRepositoryRootFolder(OMIRepositoryInterface repos) Creates the root folder for a repository.OMRServerRootFolder.createRepositoryRootFolder(OMIRepositoryInterface repos) FolderAdminInterface.createTopLevelFolder(OMIRepositoryInterface repos, String folderName) Creates a new top level folder for the given repository or returns an existing folder that has already been defined.OMRServerRootFolder.createTopLevelFolder(OMIRepositoryInterface repos, String folderName) static StringVirtualFolderManager.getDefaultPath(String publicType, OMIRepositoryInterface repos) Returns the default path location for the virtual folder containing objects of the given type.static booleanVirtualFolderManager.isContainedByVirtualFolder(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.metadata.secureddata
Methods in com.sas.services.information.metadata.secureddata with parameters of type OMIRepositoryInterfaceModifier and TypeMethodDescriptionstatic FolderInterfaceSecuredDataFolderUtil.makeSecuredLibrariesFolder(InformationServiceInterface infoSvc, OMIRepositoryInterface repos) -
Uses of OMIRepositoryInterface in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers with parameters of type OMIRepositoryInterfaceModifier and TypeMethodDescriptionabstract DataServerInterfaceDataServerUtil.createServer(OMIRepositoryInterface repository, String name, Map<String, String> properties) DataServerInterfaceSASInfrastructureDataServerUtil.createServer(OMIRepositoryInterface repository, String name, Map<String, String> properties) Create a SAS Infrastructure Data Server instance. -
Uses of OMIRepositoryInterface in com.sas.services.information.sasfolders
Methods in com.sas.services.information.sasfolders that return OMIRepositoryInterfaceModifier and TypeMethodDescriptionstatic OMIRepositoryInterfaceSASFoldersUtil.getRepositoryForObject(String objectID, ServerInterface server) Returns the repository an object is contained within.Methods in com.sas.services.information.sasfolders with parameters of type OMIRepositoryInterfaceModifier and TypeMethodDescriptionstatic FolderNodeInterfaceSASFoldersUtil.getSystemFolderNode(FolderModelInterface model, OMIRepositoryInterface repos) Returns the System folder node for a given repository. -
Uses of OMIRepositoryInterface in com.sas.services.information.search
Methods in com.sas.services.information.search that return OMIRepositoryInterfaceMethods in com.sas.services.information.search with parameters of type OMIRepositoryInterfaceModifier and TypeMethodDescriptionvoidSearch.setRepository(OMIRepositoryInterface repos) Sets the repository to search within. -
Uses of OMIRepositoryInterface in com.sas.services.information.search.impl
Fields in com.sas.services.information.search.impl declared as OMIRepositoryInterfaceMethods in com.sas.services.information.search.impl that return OMIRepositoryInterfaceMethods in com.sas.services.information.search.impl with parameters of type OMIRepositoryInterface