Uses of Class
com.sas.services.information.Filter

Packages that use Filter
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 Filter in com.sas.services.information
 

Methods in com.sas.services.information with parameters of type Filter
 java.util.List InformationServiceInterface.browseSearch(UserContextInterface user, Filter filter)
          Search the user's connected repositories.
 java.util.List InformationService.browseSearch(UserContextInterface user, Filter filter)
           
 java.util.List InformationServiceInterface.browseSearchGroupName(UserContextInterface user, java.lang.String groupName, Filter filter)
          Search the repository group for the user.
 java.util.List InformationService.browseSearchGroupName(UserContextInterface user, java.lang.String groupName, Filter filter)
           
 java.util.List InformationServiceInterface.browseSearchGroupNameWithFilterArray(UserContextInterface user, java.lang.String groupName, Filter[] filters)
          Search the repository group for the user.
 java.util.List InformationService.browseSearchGroupNameWithFilterArray(UserContextInterface user, java.lang.String groupName, Filter[] filters)
           
 java.util.List InformationServiceInterface.browseSearchProtocols(UserContextInterface user, java.util.List protocols, Filter filter)
          Search the user's connected repositories.
 java.util.List InformationService.browseSearchProtocols(UserContextInterface user, java.util.List protocols, Filter filter)
           
 java.util.List InformationServiceInterface.browseSearchProtocolsWithFilterArray(UserContextInterface user, java.util.List protocols, Filter[] filters)
          Search the user's connected repositories.
 java.util.List InformationService.browseSearchProtocolsWithFilterArray(UserContextInterface user, java.util.List protocols, Filter[] filters)
           
 java.util.List InformationServiceInterface.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters)
          Search the user's connected repositories.
 java.util.List InformationService.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters)
           
 int OMIServerRepository.getCountNoSecurity(Filter filter, java.lang.String association)
           
 int OMIServer.getCountNoSecurity(Filter filter, java.lang.String association)
           
 int OMIRepositoryInterface.getCountNoSecurity(Filter filter, java.lang.String association)
          Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.
 int MetadataServerInterface.getCountNoSecurity(Filter filter, java.lang.String association)
          Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.
 int MetadataRepositoryInterface.getCountNoSecurity(Filter filter, java.lang.String association)
          Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.
 FolderInterface ServerInterface.getHomeFolder(java.lang.String userName, UserFolderType folder, Filter filter)
          Get a user's home folder.
 FolderInterface OMIServer.getHomeFolder(java.lang.String userName, UserFolderType type, Filter filter)
           
 FolderInterface ServerInterface.getHomeFolder(java.lang.String userName, UserFolderType folder, Filter filter, boolean createIfNecessary)
          Get a user's home folder.
 FolderInterface OMIServer.getHomeFolder(java.lang.String userName, UserFolderType type, Filter filter, boolean createIfNecessary)
           
 

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

Subclasses of Filter in com.sas.services.information.metadata
 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 Filter in com.sas.services.publish.metadata
 

Subclasses of Filter in com.sas.services.publish.metadata
 class PackageFilter
          This 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
 class StoredProcessFilter
          Stored Process Filter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.