Liferay 6.1.2-ce-ga3

com.liferay.portal.repository.cmis
Class CMISAtomPubRepository

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

public class CMISAtomPubRepository
extends CMISRepositoryHandler


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.repository.BaseRepositoryImpl
assetEntryLocalService, companyLocalService, counterLocalService, dlAppHelperLocalService, userLocalService
 
Constructor Summary
CMISAtomPubRepository()
           
 
Method Summary
 Session getSession()
           
 String[] getSupportedConfigurations()
           
 String[][] getSupportedParameters()
           
protected  String getTypeSettingsValue(String typeSettingsKey)
           
 
Methods inherited from class com.liferay.portal.kernel.repository.cmis.CMISRepositoryHandler
addFileEntry, addFolder, cancelCheckOut, checkInFileEntry, checkInFileEntry, checkOutFileEntry, checkOutFileEntry, copyFileEntry, deleteFileEntry, deleteFolder, getCmisRepository, getFileEntries, getFileEntries, getFileEntries, getFileEntriesCount, getFileEntriesCount, getFileEntriesCount, getFileEntry, getFileEntry, getFileEntryByUuid, getFileVersion, getFolder, getFolder, getFolders, getFoldersAndFileEntries, getFoldersAndFileEntries, getFoldersAndFileEntriesCount, getFoldersAndFileEntriesCount, getFoldersCount, getFoldersFileEntriesCount, getLatestVersionId, getLogin, getMountFolders, getMountFoldersCount, getObjectName, getObjectPaths, getSubfolderIds, getSubfolderIds, initRepository, isCancelCheckOutAllowable, isCheckInAllowable, isCheckOutAllowable, isDocumentRetrievableByVersionSeriesId, isRefreshBeforePermissionCheck, isSupportsMinorVersions, lockFolder, lockFolder, moveFileEntry, moveFolder, refreshFileEntryLock, refreshFolderLock, revertFileEntry, search, search, setCmisRepository, toFileEntry, toFolder, unlockFolder, updateFileEntry, updateFileEntry, updateFolder, verifyFileEntryCheckOut, verifyInheritableLock
 
Methods inherited from class com.liferay.portal.kernel.repository.BaseRepositoryImpl
addFileEntry, deleteFileEntry, deleteFileVersion, deleteFolder, getCompanyId, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getGroupId, getLocalRepository, getRepositoryEntryIds, getRepositoryFileEntries, getRepositoryFileEntries, getRepositoryFileEntriesCount, getRepositoryFileEntriesCount, getRepositoryId, getTypeSettingsProperties, lockFileEntry, lockFileEntry, setAssetEntryLocalService, setCompanyId, setCompanyLocalService, setCounterLocalService, setDLAppHelperLocalService, setGroupId, setRepositoryId, setTypeSettingsProperties, setUserLocalService, unlockFolder, updateFileEntry, verifyFileEntryLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISAtomPubRepository

public CMISAtomPubRepository()
Method Detail

getSession

public Session getSession()
                   throws PortalException,
                          SystemException
Specified by:
getSession in class CMISRepositoryHandler
Throws:
PortalException
SystemException

getSupportedConfigurations

public String[] getSupportedConfigurations()

getSupportedParameters

public String[][] getSupportedParameters()

getTypeSettingsValue

protected String getTypeSettingsValue(String typeSettingsKey)
                               throws InvalidRepositoryException
Throws:
InvalidRepositoryException

Liferay 6.1.2-ce-ga3