com.liferay.portal.kernel.repository.cmis
Class BaseCmisRepository
java.lang.Object
com.liferay.portal.kernel.repository.BaseRepositoryImpl
com.liferay.portal.kernel.repository.cmis.BaseCmisRepository
- All Implemented Interfaces:
- BaseRepository, CapabilityProvider, DocumentRepository, Repository
public abstract class BaseCmisRepository
- extends BaseRepositoryImpl
| Methods inherited from class com.liferay.portal.kernel.repository.BaseRepositoryImpl |
addFileEntry, checkInFileEntry, clearManualCheckInRequired, deleteFileEntry, deleteFileVersion, deleteFolder, getCapability, getCompanyId, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFolders, getFoldersAndFileEntries, getFoldersAndFileEntries, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesCount, getFoldersAndFileEntriesCount, getFoldersCount, getGroupId, getLocalRepository, getRepositoryEntryIds, getRepositoryFileEntries, getRepositoryFileEntries, getRepositoryFileEntriesCount, getRepositoryFileEntriesCount, getRepositoryId, getTypeSettingsProperties, initRepository, isCapabilityProvided, lockFileEntry, lockFileEntry, search, setAssetEntryLocalService, setCompanyId, setCompanyLocalService, setDLAppHelperLocalService, setGroupId, setManualCheckInRequired, setRepositoryEntryLocalService, setRepositoryId, setTypeSettingsProperties, setUserLocalService, unlockFolder, updateFileEntry, verifyFileEntryLock |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.repository.Repository |
addFileEntry, addFolder, cancelCheckOut, checkInFileEntry, checkInFileEntry, checkOutFileEntry, checkOutFileEntry, copyFileEntry, deleteFileEntry, deleteFolder, getFileEntries, getFileEntries, getFileEntries, getFileEntriesCount, getFileEntriesCount, getFileEntriesCount, getFileEntry, getFileEntry, getFileEntryByUuid, getFileVersion, getFolder, getFolder, getFolders, getFoldersCount, getFoldersFileEntriesCount, getMountFolders, getMountFoldersCount, getSubfolderIds, getSubfolderIds, lockFolder, lockFolder, moveFileEntry, moveFolder, refreshFileEntryLock, refreshFolderLock, revertFileEntry, search, search, search, unlockFolder, updateFileEntry, updateFolder, verifyFileEntryCheckOut, verifyInheritableLock |
BaseCmisRepository
public BaseCmisRepository()
getLatestVersionId
public abstract String getLatestVersionId(String objectId)
getObjectName
public abstract String getObjectName(String objectId)
throws PortalException
- Throws:
PortalException
getObjectPaths
public abstract List<String> getObjectPaths(String objectId)
throws PortalException
- Throws:
PortalException
isCancelCheckOutAllowable
public abstract boolean isCancelCheckOutAllowable(String objectId)
throws PortalException
- Throws:
PortalException
isCheckInAllowable
public abstract boolean isCheckInAllowable(String objectId)
throws PortalException
- Throws:
PortalException
isCheckOutAllowable
public abstract boolean isCheckOutAllowable(String objectId)
throws PortalException
- Throws:
PortalException
isSupportsMinorVersions
public abstract boolean isSupportsMinorVersions()
throws PortalException
- Throws:
PortalException
toFileEntry
public abstract FileEntry toFileEntry(String objectId)
throws PortalException
- Throws:
PortalException
toFolder
public abstract Folder toFolder(String objectId)
throws PortalException
- Throws:
PortalException
updateFileEntry
public abstract FileEntry updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException