Uses of Interface
com.sas.services.information.metadata.FilteredFolderInterface

Packages that use FilteredFolderInterface
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata Information Service metadata. 
 

Uses of FilteredFolderInterface in com.sas.services.information
 

Methods in com.sas.services.information that return FilteredFolderInterface
 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.
 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 FilteredFolderInterface in com.sas.services.information.metadata
 

Constructors in com.sas.services.information.metadata with parameters of type FilteredFolderInterface
FilteredFolder(FilteredFolderInterface p, FolderInterface f)
          Construct a new FilteredFolder with a parent and a "real" folder.
FilteredFolder(FilteredFolderInterface p, FolderInterface f, java.lang.Class theClass)
          Construct a new FilteredFolder with a parent and a "real" folder.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.