|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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. |
abstract 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. |
abstract 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. |
abstract 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. |
abstract 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. |
|
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||