Liferay 6.1.2-ce-ga3

com.liferay.portal.repository.cmis
Class SessionImpl

java.lang.Object
  extended by com.liferay.portal.repository.cmis.SessionImpl
All Implemented Interfaces:
Session

public class SessionImpl
extends Object
implements Session


Constructor Summary
SessionImpl(org.apache.chemistry.opencmis.client.api.Session session)
           
 
Method Summary
 org.apache.chemistry.opencmis.client.api.Session getSession()
           
 void setDefaultContext(Set<String> filter, boolean includeAcls, boolean includeAllowableActions, boolean includePolicies, String includeRelationships, Set<String> renditionFilter, boolean includePathSegments, String orderBy, boolean cacheEnabled, int maxItemsPerPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionImpl

public SessionImpl(org.apache.chemistry.opencmis.client.api.Session session)
Method Detail

getSession

public org.apache.chemistry.opencmis.client.api.Session getSession()

setDefaultContext

public void setDefaultContext(Set<String> filter,
                              boolean includeAcls,
                              boolean includeAllowableActions,
                              boolean includePolicies,
                              String includeRelationships,
                              Set<String> renditionFilter,
                              boolean includePathSegments,
                              String orderBy,
                              boolean cacheEnabled,
                              int maxItemsPerPage)
Specified by:
setDefaultContext in interface Session

Liferay 6.1.2-ce-ga3