Uses of Class
com.sas.services.information.Filter
Packages that use Filter
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
Publish Service metadata.
Create and modify stored process metadata and obtain stored process service objects from metadata.
-
Uses of Filter in com.sas.services.information
Methods in com.sas.services.information with parameters of type FilterModifier and TypeMethodDescriptionListInformationService.browseSearch(UserContextInterface user, Filter filter) ListInformationServiceInterface.browseSearch(UserContextInterface user, Filter filter) Search the user's connected repositories.ListInformationServiceProxy.browseSearch(UserContextInterface user, Filter filter) ListInformationService.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) ListInformationServiceInterface.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) Search the repository group for the user.ListInformationServiceProxy.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) ListInformationService.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) ListInformationServiceInterface.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) Search the repository group for the user.ListInformationServiceProxy.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) ListInformationService.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) ListInformationServiceInterface.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) Search the user's connected repositories.ListInformationServiceProxy.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) ListInformationService.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) ListInformationServiceInterface.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) Search the user's connected repositories.ListInformationServiceProxy.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) ListInformationService.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) ListInformationServiceInterface.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) Search the user's connected repositories.ListInformationServiceProxy.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) intMetadataRepositoryInterface.getCountNoSecurity(Filter filter, String association) Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.intMetadataServerInterface.getCountNoSecurity(Filter filter, String association) Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.intOMIRepository.getCountNoSecurity(Filter filter, String association) intOMIRepositoryInterface.getCountNoSecurity(Filter filter, String association) Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.intOMIServer.getCountNoSecurity(Filter filter, String association) intOMIServerRepository.getCountNoSecurity(Filter filter, String association) OMIServer.getHomeFolder(String userName, UserFolderType type, Filter filter) OMIServer.getHomeFolder(String userName, UserFolderType type, Filter filter, boolean createIfNecessary) ServerInterface.getHomeFolder(String userName, UserFolderType folder, Filter filter) Get a user's home folder.ServerInterface.getHomeFolder(String userName, UserFolderType folder, Filter filter, boolean createIfNecessary) Get a user's home folder. -
Uses of Filter in com.sas.services.information.metadata
Subclasses of Filter in com.sas.services.information.metadataModifier 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.classclassclassclassclassMethods in com.sas.services.information.metadata that return FilterModifier and TypeMethodDescriptionprotected FilterOMRContentSubscriber.createFilter()Creates a filter that can be used to search for a package subscribers.protected FilterOMREventSubscriber.createFilter()Creates a filter that can be used to search for a event subscribers.protected abstract FilterOMRSubscriber.createFilter()Creates a filter that can be used to search for subscribers. -
Uses of Filter in com.sas.services.publish.metadata
Subclasses of Filter in com.sas.services.publish.metadataModifier and TypeClassDescriptionclassThis class extends KeywordFilter to provide a convenient mechanism to search for package objects in multiple repository types. -
Uses of Filter in com.sas.services.storedprocess.metadata
Subclasses of Filter in com.sas.services.storedprocess.metadata