Uses of Interface
com.sas.services.information.metadata.dav.DAVFolderInterface
Packages that use DAVFolderInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service WebDAV metadata.
-
Uses of DAVFolderInterface in com.sas.services.information
Methods in com.sas.services.information with parameters of type DAVFolderInterfaceModifier and TypeMethodDescriptionDAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f, String name) Copy a smart object.ListDAVRepository.getItems(DAVFolderInterface d) ListDAVRepositoryInterface.getItems(DAVFolderInterface d) DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f, String name) Move a smart object.DAVRepository.searchTree(DAVFolderInterface folder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter. -
Uses of DAVFolderInterface in com.sas.services.information.metadata.dav
Classes in com.sas.services.information.metadata.dav that implement DAVFolderInterfaceModifier and TypeClassDescriptionclassDAVFolder represents a collection in a DAV Store.classRepresent a sas result package in the DAV store.classThis class represents a user/person and reflects a collection in the DAV store which acts as an anchor for all the personal folders and personal repository information.classRepresents a personal repository collection in the DAV store.classDAVProfile is a DAV Folder that represents a user profile.classRepresents a set of comments, on a particular topicMethods in com.sas.services.information.metadata.dav that return DAVFolderInterfaceModifier and TypeMethodDescriptionDAVFolder.createFolder(String name) Create a folder (always relative to some folderDAVFolder.createFolder(String name, String contentClass) Create a folder (always relative to some folderDAVFolderInterface.createFolder(String Name) Create a folder (always relative to some folder)DAVFolderInterface.createFolder(String Name, String typeName) Create a folder (always relative to some folder)DAVEntity.getFolder()Get the folder that contains this entity.DAVEntityInterface.getFolder()Get the folder that contains this entityMethods in com.sas.services.information.metadata.dav with parameters of type DAVFolderInterfaceModifier and TypeMethodDescriptionDAVEntity.copy(DAVFolderInterface folder) Copy the entity to another folder.DAVEntityInterface.copy(DAVFolderInterface folder) Copy the entity to another folderDAVEntity.move(DAVFolderInterface folder) Move the entity to another folder.DAVEntityInterface.move(DAVFolderInterface folder) Move the entity to another foldervoidDAVFolder.refresh(DAVFolderInterface entity) Refresh this entity from the parameter.voidDAVFolderInterface.refresh(DAVFolderInterface folder) Refresh this folder entity with information from the one passed as a parameter This method should only be called by the repository.