Uses of Interface
com.sas.services.information.FilterInterface
Packages that use FilterInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
Publish Service 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 FilterInterfaceModifier and TypeClassDescriptionclassThe 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 FilterInterfaceModifier and TypeMethodDescriptionDAVRepository.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.OMIRepository.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.OMIServer.browseFetch(String objectURI, FilterInterface filter) OMIServerRepository.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.RepositoryInterface.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.ServerInterface.browseFetch(String objectURI, FilterInterface filter) Fetch a lightweight object matching the object URI provided.ListDAVRepository.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ListOMIRepository.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.OMIServer.browseFolder(String folderISEntityKey, FilterInterface filter) ListOMIServerRepository.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ListRepositoryInterface.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ServerInterface.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ListDAVRepository.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.ListOMIRepository.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.OMIServer.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) ListOMIServerRepository.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.ListRepositoryInterface.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.ServerInterface.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.DAVRepository.browseObjectByPath(PathUrl pathUrl, FilterInterface filter) Retrieve an object based on its PathUrl.OMIRepository.browseObjectByPath(PathUrl pathurl, FilterInterface filter) Retrieve an object based on its PathUrl.OMIServerRepository.browseObjectByPath(PathUrl pathurl, FilterInterface filter) Retrieve an object based on its PathUrl.RepositoryInterface.browseObjectByPath(PathUrl pathurl, FilterInterface filter) Retrieve an object based on its PathUrl.ListDAVRepository.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.ListOMIRepository.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.ListOMIServer.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter) ListOMIServer.browseSearch(FilterInterface filter) ListOMIServer.browseSearch(FolderInterface folder, FilterInterface filter) ListOMIServer.browseSearch(List folderList, FilterInterface filter) ListOMIServerRepository.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.ListRepositoryInterface.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.ListServerInterface.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter) Search for objects in the server tree using the folder as a base.ListServerInterface.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.ListServerInterface.browseSearch(FolderInterface folder, FilterInterface filter) Search for objects in the server tree using the folder as a base.ListServerInterface.browseSearch(List folderList, FilterInterface filter) Search for objects in the server tree using the list of folders as bases.ListDAVRepository.search(FilterInterface filter) Search the repository using the provided filter.ListInformationService.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListInformationServiceInterface.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListInformationServiceProxy.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListOMIRepository.search(FilterInterface filter) Search the repository using the provided filter.ListOMIServer.search(FilterInterface filter) Search the repository using the provided filter.ListOMIServer.search(FolderInterface folder, FilterInterface filter) ListOMIServer.search(List folderList, FilterInterface filter) ListOMIServerRepository.search(FilterInterface filter) Search the repository using the provided filter.ListRepositoryInterface.search(FilterInterface filter) Search the repository using the provided filter.ListServerInterface.search(FilterInterface filter) Search the repository using the provided filter.ListServerInterface.search(FolderInterface folder, FilterInterface filter) Search the server tree from a given folder base using the provided filter.ListServerInterface.search(List folderList, FilterInterface filter) Search the server from a collection of base folders.ListInformationService.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationServiceInterface.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationServiceProxy.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationService.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceInterface.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceProxy.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) ListInformationService.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) Search the repository group with the given name.ListInformationServiceInterface.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) Search the repository group with the given name.ListInformationServiceProxy.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) ListInformationService.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) ListInformationServiceInterface.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) Search the repository group that is provided.ListInformationServiceProxy.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) ListInformationService.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) ListInformationServiceInterface.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) Search the repository group that is provided.ListInformationServiceProxy.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) ListInformationService.searchProtocols(UserContextInterface user, 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.ListInformationServiceInterface.searchProtocols(UserContextInterface user, 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.ListInformationServiceProxy.searchProtocols(UserContextInterface user, 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.ListInformationService.searchProtocolsWithFilterArray(UserContextInterface user, 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.ListInformationServiceInterface.searchProtocolsWithFilterArray(UserContextInterface user, 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.ListInformationServiceProxy.searchProtocolsWithFilterArray(UserContextInterface user, 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.DAVRepository.searchTree(DAVFolderInterface folder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.DAVRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.DAVRepository.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.ListInformationService.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a navigable folder structure.ListInformationServiceInterface.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a navigable folder structure.ListInformationServiceProxy.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a naviable folder structure.OMIRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.OMIRepository.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.OMIServerRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.OMIServerRepository.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.RepositoryInterface.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.RepositoryInterface.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.DAVRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.OMIRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.OMIServerRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.RepositoryInterface.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.DAVRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.OMIRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.OMIServerRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.RepositoryInterface.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.Constructors in com.sas.services.information with parameters of type FilterInterfaceModifierConstructorDescriptionTreeSearchFilter(FilterInterface oldFilter, String treeId) TreeSearchFilter(FilterInterface oldFilter, String[] trees) -
Uses of FilterInterface in com.sas.services.information.metadata
Classes in com.sas.services.information.metadata that implement FilterInterfaceModifier and TypeClassDescriptionclassclassclassPublishing Channel Filter.classclassclassFilter used to query publishing framework package subscribers.classDeprecated.classclassclassThis is a very specific class used to retrieve an object which the repository identifier is already known.classThis class extends the Filter class by adding the ability to search by keyword.classclassFilter that may be used to query message queues.classclassThis is a filter class to facilitate searching for Person objects in data stores.classclassclassclassclass -
Uses of FilterInterface in com.sas.services.information.sasfolders
Fields in com.sas.services.information.sasfolders declared as FilterInterfaceModifier and TypeFieldDescriptionprotected static final FilterInterfaceAbstractFolderModel2.FETCH_OBJECT_FILTERprotected static final FilterInterfaceAbstractFolderModel2.ROOT_FOLDER_FILTERMethods in com.sas.services.information.sasfolders that return FilterInterfaceModifier and TypeMethodDescriptionprotected FilterInterfaceSASFoldersModel.FolderSearchManager.getMembersFilter(List<SearchFilter> criteriaList, String folderID) protected FilterInterfaceSASFoldersModel.FolderSearchManager.getSubFoldersFilter(List<SearchFilter> criteriaList, String folderID) -
Uses of FilterInterface in com.sas.services.information.search.impl
Methods in com.sas.services.information.search.impl that return FilterInterfaceModifier and TypeMethodDescriptionprotected FilterInterfaceSearchImpl.createFolderSearchFilter(String folderID, List<SearchFilter> filtersList, boolean recursiveSearch) Constructs the appropriate folder filter to run the search with.protected FilterInterfaceSearchImpl.createRootFolderSearchFilter(List<SearchFilter> filtersList) Constructs a filter that is designed to be used for the root folder only.protected FilterInterfaceSearchImpl.createSearchFilter(List<SearchFilter> filtersList) Build the filter used for this server based "primary types" search using the filtersList.protected FilterInterfaceSearchImpl.createSubFoldersSearchFilter(String folderID, List<SearchFilter> filtersList, boolean recursiveSearch) Constructs the appropriate filter to run the search with when searching only folders and not members.protected FilterInterfaceSearchImpl.getMembersFilter(List<SearchFilter> filtersList, String folderID) Returns the filter used for searching for a folder's set of members.protected FilterInterfaceSearchImpl.getSubFoldersFilter(List<SearchFilter> filtersList, String folderID) Returns the filter used for searching for subfolders. -
Uses of FilterInterface in com.sas.services.publish.metadata
Classes in com.sas.services.publish.metadata that implement FilterInterfaceModifier and TypeClassDescriptionclassThis 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