Liferay 6.0.5

Uses of Class
com.liferay.portal.cmis.CMISException

Packages that use CMISException
com.liferay.documentlibrary.util   
com.liferay.portal.cmis   
 

Uses of CMISException in com.liferay.documentlibrary.util
 

Methods in com.liferay.documentlibrary.util that throw CMISException
protected  org.apache.abdera.model.Entry CMISHook.getCompanyFolderEntry(long companyId)
           
 String CMISHook.getHeadVersionNumber(long companyId, long repositoryId, String dirName)
           
protected  org.apache.abdera.model.Entry CMISHook.getRepositoryFolderEntry(long companyId, long repositoryId)
           
protected  org.apache.abdera.model.Entry CMISHook.getVersionedFileEntry(long companyId, long repositoryId, String fileName, String versionNumber)
           
protected  org.apache.abdera.model.Entry CMISHook.getVersioningFolderEntry(long companyId, long repositoryId, String fileName, boolean create)
           
 

Uses of CMISException in com.liferay.portal.cmis
 

Methods in com.liferay.portal.cmis that throw CMISException
static org.apache.abdera.model.Entry CMISUtil.createDocument(org.apache.abdera.model.Entry entry, String title, InputStream is)
           
static org.apache.abdera.model.Entry CMISUtil.createDocument(String url, String title, InputStream is)
           
static org.apache.abdera.model.Entry CMISUtil.createFolder(org.apache.abdera.model.Entry entry, String title)
           
static org.apache.abdera.model.Entry CMISUtil.createFolder(String title)
           
static org.apache.abdera.model.Entry CMISUtil.createFolder(String url, String title)
           
static void CMISUtil.delete(org.apache.abdera.model.Entry entry)
           
static void CMISUtil.delete(String url)
           
static org.apache.abdera.model.Entry CMISUtil.getDocument(org.apache.abdera.model.Entry entry, String title)
           
static org.apache.abdera.model.Entry CMISUtil.getDocument(String url, String title)
           
static org.apache.abdera.model.Entry CMISUtil.getEntry(String url, String title, String baseType)
           
static org.apache.abdera.model.Entry CMISUtil.getFolder(org.apache.abdera.model.Entry entry, String title)
           
static org.apache.abdera.model.Entry CMISUtil.getFolder(String title)
           
static org.apache.abdera.model.Entry CMISUtil.getFolder(String url, String title)
           
static List<String> CMISUtil.getFolders(org.apache.abdera.model.Entry entry)
           
static InputStream CMISUtil.getInputStream(org.apache.abdera.model.Entry entry)
           
static org.apache.abdera.model.Service CMISUtil.getService()
           
 


Liferay 6.0.5