|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use DAVFolderInterface | |
|---|---|
| com.sas.services.information | Interact with data repositories on behalf of client applications. |
| com.sas.services.information.metadata.dav | Information Service WebDAV metadata. |
| Uses of DAVFolderInterface in com.sas.services.information |
|---|
| Uses of DAVFolderInterface in com.sas.services.information.metadata.dav |
|---|
| Classes in com.sas.services.information.metadata.dav that implement DAVFolderInterface | |
|---|---|
class |
DAVFolder
DAVFolder represents a collection in a DAV Store. |
class |
DAVPackage
Represent a sas result package in the DAV store. |
class |
DAVPerson
This 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. |
class |
DAVPersonalrepository
Represents a personal repository collection in the DAV store. |
class |
DAVProfile
DAVProfile is a DAV Folder that represents a user profile. |
class |
DAVRemarks
Represents a set of comments, on a particular topic |
| Methods in com.sas.services.information.metadata.dav that return DAVFolderInterface | |
|---|---|
abstract DAVFolderInterface |
DAVFolderInterface.createFolder(java.lang.String Name)
Create a folder (always relative to some folder) |
DAVFolderInterface |
DAVFolder.createFolder(java.lang.String name)
Create a folder (always relative to some folder |
abstract DAVFolderInterface |
DAVFolderInterface.createFolder(java.lang.String Name,
java.lang.String typeName)
Create a folder (always relative to some folder) |
DAVFolderInterface |
DAVFolder.createFolder(java.lang.String name,
java.lang.String contentClass)
Create a folder (always relative to some folder |
abstract DAVFolderInterface |
DAVEntityInterface.getFolder()
Get the folder that contains this entity |
DAVFolderInterface |
DAVEntity.getFolder()
Get the folder that contains this entity. |
| Methods in com.sas.services.information.metadata.dav with parameters of type DAVFolderInterface | |
|---|---|
abstract DAVEntityInterface |
DAVEntityInterface.copy(DAVFolderInterface folder)
Copy the entity to another folder |
DAVEntityInterface |
DAVEntity.copy(DAVFolderInterface folder)
Copy the entity to another folder. |
abstract DAVEntityInterface |
DAVEntityInterface.move(DAVFolderInterface folder)
Move the entity to another folder |
DAVEntityInterface |
DAVEntity.move(DAVFolderInterface folder)
Move the entity to another folder. |
abstract void |
DAVFolderInterface.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. |
void |
DAVFolder.refresh(DAVFolderInterface entity)
Refresh this entity from the parameter. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||