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

Packages that use FilterInterface
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata Information Service metadata. 
com.sas.services.publish.metadata Publish Service metadata. 
com.sas.services.storedprocess.metadata Create and modify stored process metadata and obtain stored process service objects from metadata. 
 

Uses of FilterInterface in com.sas.services.information
 

Classes in com.sas.services.information that implement FilterInterface
 class Filter
          The Filter class describes a means for setting and getting information used to limit the results of a search against a repository.
 

Methods in com.sas.services.information with parameters of type FilterInterface
 BrowseMetadataInterface ServerInterface.browseFetch(java.lang.String objectURI, FilterInterface filter)
          Fetch a lightweight object matching the object URI provided.
 BrowseMetadataInterface RepositoryInterface.browseFetch(java.lang.String entityKey, FilterInterface filter)
          Fetch a single object from the repository using the key.
 BrowseMetadataInterface OMIServerRepository.browseFetch(java.lang.String entityKey, FilterInterface filter)
          Fetch a single object from the repository using the key.
 BrowseMetadataInterface OMIServer.browseFetch(java.lang.String objectURI, FilterInterface filter)
           
 BrowseMetadataInterface DAVRepository.browseFetch(java.lang.String entityKey, FilterInterface filter)
          Fetch a single object from the repository using the key.
 BrowseMetadataInterface ServerInterface.browseFolder(java.lang.String folderISEntityKey, FilterInterface filter)
          Get information about a specific folder.
 java.util.List RepositoryInterface.browseFolder(java.lang.String folderISEntityKey, FilterInterface filter)
          Get information about a specific folder.
 java.util.List OMIServerRepository.browseFolder(java.lang.String folderISEntityKey, FilterInterface filter)
          Get information about a specific folder.
 BrowseMetadataInterface OMIServer.browseFolder(java.lang.String folderISEntityKey, FilterInterface filter)
           
 java.util.List DAVRepository.browseFolder(java.lang.String folderISEntityKey, FilterInterface filter)
          Get information about a specific folder.
 BrowseMetadataInterface ServerInterface.browseFolderRecursive(java.lang.String folderISEntityKey, FilterInterface filter)
          Search a folder tree recursively using the filter.
 java.util.List RepositoryInterface.browseFolderRecursive(java.lang.String folderISEntityKey, FilterInterface filter)
          Search a folder tree recursively using the filter.
 java.util.List OMIServerRepository.browseFolderRecursive(java.lang.String folderISEntityKey, FilterInterface filter)
          Search a folder tree recursively using the filter.
 BrowseMetadataInterface OMIServer.browseFolderRecursive(java.lang.String folderISEntityKey, FilterInterface filter)
           
 java.util.List DAVRepository.browseFolderRecursive(java.lang.String folderISEntityKey, FilterInterface filter)
          Search a folder tree recursively using the filter.
 BrowseMetadataInterface RepositoryInterface.browseObjectByPath(PathUrl pathurl, FilterInterface filter)
          Retrieve an object based on its PathUrl.
 BrowseMetadataInterface OMIServerRepository.browseObjectByPath(PathUrl pathurl, FilterInterface filter)
          Retrieve an object based on its PathUrl.
 BrowseMetadataInterface DAVRepository.browseObjectByPath(PathUrl pathUrl, FilterInterface filter)
          Retrieve an object based on its PathUrl.
 java.util.List ServerInterface.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter)
          Search for objects in the server tree using the folder as a base.
 java.util.List OMIServer.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter)
           
 java.util.List ServerInterface.browseSearch(FilterInterface filter)
          Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.
 java.util.List RepositoryInterface.browseSearch(FilterInterface filter)
          Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.
 java.util.List OMIServerRepository.browseSearch(FilterInterface filter)
          Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.
 java.util.List OMIServer.browseSearch(FilterInterface filter)
           
 java.util.List DAVRepository.browseSearch(FilterInterface filter)
          Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.
 java.util.List ServerInterface.browseSearch(FolderInterface folder, FilterInterface filter)
          Search for objects in the server tree using the folder as a base.
 java.util.List OMIServer.browseSearch(FolderInterface folder, FilterInterface filter)
           
 java.util.List ServerInterface.browseSearch(java.util.List folderList, FilterInterface filter)
          Search for objects in the server tree using the list of folders as bases.
 java.util.List OMIServer.browseSearch(java.util.List folderList, FilterInterface filter)
           
 java.util.List ServerInterface.search(FilterInterface filter)
          Search the repository using the provided filter.
 java.util.List RepositoryInterface.search(FilterInterface filter)
          Search the repository using the provided filter.
 java.util.List OMIServerRepository.search(FilterInterface filter)
          Search the repository using the provided filter.
 java.util.List OMIServer.search(FilterInterface filter)
          Search the repository using the provided filter.
 java.util.List DAVRepository.search(FilterInterface filter)
          Search the repository using the provided filter.
 java.util.List ServerInterface.search(FolderInterface folder, FilterInterface filter)
          Search the server tree from a given folder base using the provided filter.
 java.util.List OMIServer.search(FolderInterface folder, FilterInterface filter)
           
 java.util.List ServerInterface.search(java.util.List folderList, FilterInterface filter)
          Search the server from a collection of base folders.
 java.util.List OMIServer.search(java.util.List folderList, FilterInterface filter)
           
 java.util.List InformationServiceInterface.search(UserContextInterface user, FilterInterface filter)
          Search all the repositories that a user is connected to.
 java.util.List InformationService.search(UserContextInterface user, FilterInterface filter)
          Search all the repositories that a user is connected to.
 java.util.List InformationServiceInterface.searchFilterArray(UserContextInterface user, FilterInterface[] filters)
          Perform a search in all the repositories the user is connected to using the provided Filters.
 java.util.List InformationService.searchFilterArray(UserContextInterface user, FilterInterface[] filters)
          Perform a search in all the repositories the user is connected to using the provided Filters.
 java.util.List InformationServiceInterface.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter)
          Search the repository group that is provided.
 java.util.List InformationService.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter)
          Search the repository group that is provided.
 java.util.List InformationServiceInterface.searchGroupName(UserContextInterface user, java.lang.String groupName, FilterInterface filter)
          Search the repository group with the given name.
 java.util.List InformationService.searchGroupName(UserContextInterface user, java.lang.String groupName, FilterInterface filter)
          Search the repository group with the given name.
 java.util.List InformationServiceInterface.searchGroupNameWithFilterArray(UserContextInterface user, java.lang.String groupName, FilterInterface[] filterArray)
          Search the repository group that is provided.
 java.util.List InformationService.searchGroupNameWithFilterArray(UserContextInterface user, java.lang.String groupName, FilterInterface[] filterArray)
           
 java.util.List InformationServiceInterface.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray)
          Search the repository group that is provided.
 java.util.List InformationService.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray)
           
 java.util.List InformationServiceInterface.searchProtocols(UserContextInterface user, java.util.List protocols, FilterInterface filter)
          Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.
 java.util.List InformationService.searchProtocols(UserContextInterface user, java.util.List protocols, FilterInterface filter)
          Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.
 java.util.List InformationServiceInterface.searchProtocolsWithFilterArray(UserContextInterface user, java.util.List protocols, FilterInterface[] filters)
          Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.
 java.util.List InformationService.searchProtocolsWithFilterArray(UserContextInterface user, java.util.List protocols, FilterInterface[] filters)
          Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.
 FilteredFolderInterface DAVRepository.searchTree(DAVFolderInterface folder, FilterInterface filter, int levels)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface RepositoryInterface.searchTree(FolderInterface baseFolder, FilterInterface filter)
          Deprecated. in favor of searchTreeFromBase.
 FilteredFolderInterface OMIServerRepository.searchTree(FolderInterface baseFolder, FilterInterface filter)
          Deprecated. in favor of searchTreeFromBase.
 FilteredFolderInterface DAVRepository.searchTree(FolderInterface baseFolder, FilterInterface filter)
          Deprecated. in favor of searchTreeFromBase.
 FilteredFolderInterface RepositoryInterface.searchTree(java.lang.String rootFolderName, FilterInterface filter)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface OMIServerRepository.searchTree(java.lang.String rootFolderName, FilterInterface filter)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface DAVRepository.searchTree(java.lang.String rootFolderName, FilterInterface filter)
          Search the specified folder tree in the repository using the provided filter.
 java.util.List InformationServiceInterface.searchTree(UserContextInterface user, FilterInterface filter)
          Search the repositories that the user is connected to, returning the results in a navigable folder structure.
 java.util.List InformationService.searchTree(UserContextInterface user, FilterInterface filter)
          Search the repositories that the user is connected to, returning the results in a navigable folder structure.
 FilteredFolderInterface RepositoryInterface.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface OMIServerRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface DAVRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface RepositoryInterface.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface OMIServerRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels)
          Search the specified folder tree in the repository using the provided filter.
 FilteredFolderInterface DAVRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels)
          Search the specified folder tree in the repository using the provided filter.
 

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

Classes in com.sas.services.information.metadata that implement FilterInterface
 class ApplicationFilter
           
 class AuthorFilter
           
 class ChannelFilter
          Publishing Channel Filter.
 class ChannelPathFilter
           
 class ContentFilter
           
 class ContentSubscriberFilter
          Filter used to query publishing framework package subscribers.
 class EventSubscriberFilter
          Deprecated.  
 class GuidFilter
           
 class HttpServerFilter
           
 class IdFilter
          This is a very specific class used to retrieve an object which the repository identifier is already known.
 class KeywordFilter
          This class extends the Filter class by adding the ability to search by keyword.
 class LogicalServerFilter
           
 class MessageQueueFilter
          Filter that may be used to query message queues.
 class PathFilter
           
 class PersonFilter
          This is a filter class to facilitate searching for Person objects in data stores.
 class PhysicalTableFilter
           
 class RemarksFilter
           
 class ServerFilter
           
 class StoredProcessReportFilter
           
 class SubscriberFilter
           
 

Uses of FilterInterface in com.sas.services.publish.metadata
 

Classes in com.sas.services.publish.metadata that implement FilterInterface
 class PackageFilter
          This class extends KeywordFilter to provide a convenient mechanism to search for package objects in multiple repository types.
 

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

Classes in com.sas.services.storedprocess.metadata that implement FilterInterface
 class StoredProcessFilter
          Stored Process Filter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.