public abstract class BaseCmisRepository extends BaseRepositoryImpl
assetEntryLocalService, companyLocalService, counterLocalService, dlAppHelperLocalService, userLocalService| Constructor and Description |
|---|
BaseCmisRepository() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getLatestVersionId(java.lang.String objectId) |
abstract java.lang.String |
getObjectName(java.lang.String objectId) |
abstract java.util.List<java.lang.String> |
getObjectPaths(java.lang.String objectId) |
abstract boolean |
isCancelCheckOutAllowable(java.lang.String objectId) |
abstract boolean |
isCheckInAllowable(java.lang.String objectId) |
abstract boolean |
isCheckOutAllowable(java.lang.String objectId) |
abstract boolean |
isSupportsMinorVersions() |
abstract FileEntry |
toFileEntry(java.lang.String objectId) |
abstract Folder |
toFolder(java.lang.String objectId) |
abstract FileEntry |
updateFileEntry(java.lang.String objectId,
java.lang.String mimeType,
java.util.Map<java.lang.String,java.lang.Object> properties,
java.io.InputStream is,
java.lang.String sourceFileName,
long size,
ServiceContext serviceContext) |
addFileEntry, checkInFileEntry, clearManualCheckInRequired, deleteFileEntry, deleteFileVersion, deleteFolder, getCompanyId, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFolders, getFoldersAndFileEntries, getFoldersAndFileEntries, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesCount, getFoldersAndFileEntriesCount, getFoldersCount, getGroupId, getLocalRepository, getRepositoryEntryIds, getRepositoryFileEntries, getRepositoryFileEntries, getRepositoryFileEntriesCount, getRepositoryFileEntriesCount, getRepositoryId, getTypeSettingsProperties, initRepository, lockFileEntry, lockFileEntry, search, setAssetEntryLocalService, setCompanyId, setCompanyLocalService, setCounterLocalService, setDLAppHelperLocalService, setGroupId, setManualCheckInRequired, setRepositoryId, setTypeSettingsProperties, setUserLocalService, unlockFolder, updateFileEntry, verifyFileEntryLockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedConfigurations, getSupportedParametersaddFileEntry, 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, verifyInheritableLockpublic abstract java.lang.String getLatestVersionId(java.lang.String objectId)
throws SystemException
SystemExceptionpublic abstract java.lang.String getObjectName(java.lang.String objectId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic abstract java.util.List<java.lang.String> getObjectPaths(java.lang.String objectId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic abstract boolean isCancelCheckOutAllowable(java.lang.String objectId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic abstract boolean isCheckInAllowable(java.lang.String objectId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic abstract boolean isCheckOutAllowable(java.lang.String objectId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic abstract boolean isSupportsMinorVersions()
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic abstract FileEntry toFileEntry(java.lang.String objectId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic abstract Folder toFolder(java.lang.String objectId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic abstract FileEntry updateFileEntry(java.lang.String objectId, java.lang.String mimeType, java.util.Map<java.lang.String,java.lang.Object> properties, java.io.InputStream is, java.lang.String sourceFileName, long size, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException