Liferay 6.1.2-ce-ga3

com.liferay.portal.repository.cmis.model
Class CMISModel

java.lang.Object
  extended by com.liferay.portal.repository.cmis.model.CMISModel
Direct Known Subclasses:
CMISFileEntry, CMISFileVersion, CMISFolder

public abstract class CMISModel
extends Object


Constructor Summary
CMISModel()
           
 
Method Summary
protected  boolean containsPermission(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject, String actionId)
           
protected abstract  CMISRepository getCmisRepository()
           
abstract  long getCompanyId()
           
 String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
abstract  String getModelClassName()
           
protected  Folder getParentFolder()
           
abstract  long getPrimaryKey()
           
protected  User getUser(String createdBy)
           
 void setParentFolder(Folder parentFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISModel

public CMISModel()
Method Detail

getCompanyId

public abstract long getCompanyId()

getDescription

public String getDescription()

getExpandoBridge

public ExpandoBridge getExpandoBridge()

getModelClassName

public abstract String getModelClassName()

getPrimaryKey

public abstract long getPrimaryKey()

setParentFolder

public void setParentFolder(Folder parentFolder)

containsPermission

protected boolean containsPermission(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject,
                                     String actionId)
                              throws RepositoryException
Throws:
RepositoryException

getCmisRepository

protected abstract CMISRepository getCmisRepository()

getParentFolder

protected Folder getParentFolder()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getUser

protected User getUser(String createdBy)

Liferay 6.1.2-ce-ga3