Liferay 6.2-ce-ga5

com.liferay.portal.kernel.repository.cmis
Class BaseCmisRepository

java.lang.Object
  extended by com.liferay.portal.kernel.repository.BaseRepositoryImpl
      extended by com.liferay.portal.kernel.repository.cmis.BaseCmisRepository
All Implemented Interfaces:
BaseRepository, Repository

public abstract class BaseCmisRepository
extends BaseRepositoryImpl


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.repository.BaseRepositoryImpl
assetEntryLocalService, companyLocalService, counterLocalService, dlAppHelperLocalService, userLocalService
 
Constructor Summary
BaseCmisRepository()
           
 
Method Summary
abstract  String getLatestVersionId(String objectId)
           
abstract  String getObjectName(String objectId)
           
abstract  List<String> getObjectPaths(String objectId)
           
abstract  boolean isCancelCheckOutAllowable(String objectId)
           
abstract  boolean isCheckInAllowable(String objectId)
           
abstract  boolean isCheckOutAllowable(String objectId)
           
abstract  boolean isSupportsMinorVersions()
           
abstract  FileEntry toFileEntry(String objectId)
           
abstract  Folder toFolder(String objectId)
           
abstract  FileEntry updateFileEntry(String objectId, String mimeType, Map<String,Object> properties, InputStream is, String sourceFileName, long size, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portal.kernel.repository.BaseRepositoryImpl
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, 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.BaseRepository
getSupportedConfigurations, getSupportedParameters
 
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
 

Constructor Detail

BaseCmisRepository

public BaseCmisRepository()
Method Detail

getLatestVersionId

public abstract String getLatestVersionId(String objectId)
                                   throws SystemException
Throws:
SystemException

getObjectName

public abstract String getObjectName(String objectId)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

getObjectPaths

public abstract List<String> getObjectPaths(String objectId)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

isCancelCheckOutAllowable

public abstract boolean isCancelCheckOutAllowable(String objectId)
                                           throws PortalException,
                                                  SystemException
Throws:
PortalException
SystemException

isCheckInAllowable

public abstract boolean isCheckInAllowable(String objectId)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

isCheckOutAllowable

public abstract boolean isCheckOutAllowable(String objectId)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

isSupportsMinorVersions

public abstract boolean isSupportsMinorVersions()
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

toFileEntry

public abstract FileEntry toFileEntry(String objectId)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

toFolder

public abstract Folder toFolder(String objectId)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

updateFileEntry

public abstract FileEntry updateFileEntry(String objectId,
                                          String mimeType,
                                          Map<String,Object> properties,
                                          InputStream is,
                                          String sourceFileName,
                                          long size,
                                          ServiceContext serviceContext)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5