com.liferay.portlet.documentlibrary.sharepoint
Class DLSharepointStorageImpl
java.lang.Object
com.liferay.portal.sharepoint.BaseSharepointStorageImpl
com.liferay.portlet.documentlibrary.sharepoint.DLSharepointStorageImpl
- All Implemented Interfaces:
- SharepointStorage
public class DLSharepointStorageImpl
- extends BaseSharepointStorageImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLSharepointStorageImpl
public DLSharepointStorageImpl()
addDocumentElements
public void addDocumentElements(SharepointRequest sharepointRequest,
Element element)
throws Exception
- Specified by:
addDocumentElements in interface SharepointStorage- Overrides:
addDocumentElements in class BaseSharepointStorageImpl
- Throws:
Exception
createFolder
public void createFolder(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
createFolder in interface SharepointStorage- Overrides:
createFolder in class BaseSharepointStorageImpl
- Throws:
Exception
getDocumentInputStream
public InputStream getDocumentInputStream(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
getDocumentInputStream in interface SharepointStorage- Overrides:
getDocumentInputStream in class BaseSharepointStorageImpl
- Throws:
Exception
getDocumentsTree
public Tree getDocumentsTree(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
getDocumentsTree in interface SharepointStorage- Overrides:
getDocumentsTree in class BaseSharepointStorageImpl
- Throws:
Exception
getDocumentTree
public Tree getDocumentTree(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
getDocumentTree in interface SharepointStorage- Overrides:
getDocumentTree in class BaseSharepointStorageImpl
- Throws:
Exception
getFoldersTree
public Tree getFoldersTree(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
getFoldersTree in interface SharepointStorage- Overrides:
getFoldersTree in class BaseSharepointStorageImpl
- Throws:
Exception
getFolderTree
public Tree getFolderTree(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
getFolderTree in interface SharepointStorage- Overrides:
getFolderTree in class BaseSharepointStorageImpl
- Throws:
Exception
getParentFolderIds
public void getParentFolderIds(long groupId,
String path,
List<Long> folderIds)
throws Exception
- Specified by:
getParentFolderIds in interface SharepointStorage- Overrides:
getParentFolderIds in class BaseSharepointStorageImpl
- Throws:
Exception
moveDocument
public Tree[] moveDocument(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
moveDocument in interface SharepointStorage- Overrides:
moveDocument in class BaseSharepointStorageImpl
- Throws:
Exception
putDocument
public void putDocument(SharepointRequest sharepointRequest)
throws Exception
- Specified by:
putDocument in interface SharepointStorage- Overrides:
putDocument in class BaseSharepointStorageImpl
- Throws:
Exception
removeDocument
public Tree[] removeDocument(SharepointRequest sharepointRequest)
- Specified by:
removeDocument in interface SharepointStorage- Overrides:
removeDocument in class BaseSharepointStorageImpl
getFileEntry
protected FileEntry getFileEntry(SharepointRequest sharepointRequest)
throws Exception
- Throws:
Exception
getFileEntryTree
protected Tree getFileEntryTree(FileEntry fileEntry,
String parentFolderPath)
getFolderTree
protected Tree getFolderTree(Folder folder,
String parentFolderPath)