com.liferay.portal.repository.cmis
Class SessionImpl
java.lang.Object
com.liferay.portal.repository.cmis.SessionImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.repository.cmis.Session
public class SessionImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.repository.cmis.Session
- Author:
- Alexander Chow
|
Constructor Summary |
SessionImpl(org.apache.chemistry.opencmis.client.api.Session session)
|
|
Method Summary |
org.apache.chemistry.opencmis.client.api.Session |
getSession()
|
void |
setDefaultContext(java.util.Set<java.lang.String> filter,
boolean includeAcls,
boolean includeAllowableActions,
boolean includePolicies,
java.lang.String includeRelationships,
java.util.Set<java.lang.String> renditionFilter,
boolean includePathSegments,
java.lang.String orderBy,
boolean cacheEnabled,
int maxItemsPerPage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionImpl
public SessionImpl(org.apache.chemistry.opencmis.client.api.Session session)
getSession
public org.apache.chemistry.opencmis.client.api.Session getSession()
setDefaultContext
public void setDefaultContext(java.util.Set<java.lang.String> filter,
boolean includeAcls,
boolean includeAllowableActions,
boolean includePolicies,
java.lang.String includeRelationships,
java.util.Set<java.lang.String> renditionFilter,
boolean includePathSegments,
java.lang.String orderBy,
boolean cacheEnabled,
int maxItemsPerPage)
- Specified by:
setDefaultContext in interface com.liferay.portal.kernel.repository.cmis.Session