public class SessionImpl
extends java.lang.Object
implements com.liferay.document.library.repository.cmis.Session
| Constructor and Description |
|---|
SessionImpl(org.apache.chemistry.opencmis.client.api.Session session) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public SessionImpl(org.apache.chemistry.opencmis.client.api.Session session)
public org.apache.chemistry.opencmis.client.api.Session getSession()
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)
setDefaultContext in interface com.liferay.document.library.repository.cmis.Session