com.liferay.portal.repository.cmis.model
Class CMISModel
java.lang.Object
com.liferay.portal.repository.cmis.model.CMISModel
- Direct Known Subclasses:
- CMISFileEntry, CMISFileVersion, CMISFolder
public abstract class CMISModel
- extends java.lang.Object
- Author:
- Alexander Chow
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMISModel
public CMISModel()
getCompanyId
public abstract long getCompanyId()
getDescription
public java.lang.String getDescription()
getExpandoBridge
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getModelClassName
public abstract java.lang.String getModelClassName()
getPrimaryKey
public abstract long getPrimaryKey()
setParentFolder
public void setParentFolder(com.liferay.portal.kernel.repository.model.Folder parentFolder)
containsPermission
protected boolean containsPermission(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject,
java.lang.String actionId)
throws com.liferay.portal.kernel.repository.RepositoryException
- Throws:
com.liferay.portal.kernel.repository.RepositoryException
getCmisRepository
protected abstract CMISRepository getCmisRepository()
getParentFolder
protected com.liferay.portal.kernel.repository.model.Folder getParentFolder()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUser
protected com.liferay.portal.model.User getUser(java.lang.String createdBy)