public abstract class AbstractCoreBackend extends Object implements Backend
| Constructor and Description |
|---|
AbstractCoreBackend() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
discardChanges() |
void |
discardChanges(boolean release) |
CoreSession |
getSession() |
CoreSession |
getSession(boolean synchronize) |
void |
saveChanges() |
void |
saveChanges(boolean release) |
void |
setSession(CoreSession session) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanUnlock, copyItem, createFile, createFile, createFolder, exists, getBackend, getBackendDisplayName, getCheckoutUser, getChildren, getDisplayName, getDocument, getRootPath, getRootUrl, getVirtualFolderNames, getVirtualPath, hasPermission, isLocked, isRename, isRoot, isVirtual, lock, moveItem, moveItem, parseLocation, removeItem, removeItem, renameItem, resolveLocation, unlock, updateDocumentpublic CoreSession getSession() throws ClientException
getSession in interface BackendClientExceptionpublic CoreSession getSession(boolean synchronize) throws ClientException
getSession in interface BackendClientExceptionpublic void setSession(CoreSession session)
setSession in interface Backendpublic void discardChanges()
throws ClientException
discardChanges in interface BackendClientExceptionpublic void discardChanges(boolean release)
throws ClientException
ClientExceptionpublic void saveChanges()
throws ClientException
saveChanges in interface BackendClientExceptionpublic void saveChanges(boolean release)
throws ClientException
ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.