com.liferay.portal.sharepoint
Interface SharepointStorage
- All Known Implementing Classes:
- BaseSharepointStorageImpl, CompanySharepointStorageImpl, DLSharepointStorageImpl, GroupSharepointStorageImpl
public interface SharepointStorage
View Source
- Author:
- Bruno Farache
addDocumentElements
void addDocumentElements(SharepointRequest sharepointRequest,
com.liferay.portal.kernel.xml.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
createFolder
void createFolder(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDocumentInputStream
java.io.InputStream getDocumentInputStream(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDocumentTree
Tree getDocumentTree(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDocumentsTree
Tree getDocumentsTree(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFolderTree
Tree getFolderTree(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFoldersTree
Tree getFoldersTree(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
getParentFolderIds
void getParentFolderIds(long groupId,
java.lang.String path,
java.util.List<java.lang.Long> folderIds)
throws java.lang.Exception
- Throws:
java.lang.Exception
moveDocument
Tree[] moveDocument(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
putDocument
void putDocument(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
removeDocument
Tree[] removeDocument(SharepointRequest sharepointRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception