Uses of Interface
com.sas.services.information.metadata.FilteredFolderInterface
Packages that use FilteredFolderInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
-
Uses of FilteredFolderInterface in com.sas.services.information
Methods in com.sas.services.information that return FilteredFolderInterfaceModifier and TypeMethodDescriptionDAVRepository.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.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. -
Uses of FilteredFolderInterface in com.sas.services.information.metadata
Subinterfaces of FilteredFolderInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.Classes in com.sas.services.information.metadata that implement FilteredFolderInterfaceModifier and TypeClassDescriptionclassThis is a generic interface for interacting with a Folder object.classThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.Constructors in com.sas.services.information.metadata with parameters of type FilteredFolderInterfaceModifierConstructorDescriptionConstruct a new FilteredFolder with a parent and a "real" folder.protectedFilteredFolder(FilteredFolderInterface p, FolderInterface f, Class theClass) Construct a new FilteredFolder with a parent and a "real" folder.