org.exoplatform.clouddrive.cmis
Class CMISAPI.Context

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
      extended by org.exoplatform.clouddrive.cmis.CMISAPI.Context
All Implemented Interfaces:
Serializable, org.apache.chemistry.opencmis.client.api.OperationContext
Enclosing class:
CMISAPI

protected class CMISAPI.Context
extends org.apache.chemistry.opencmis.client.runtime.OperationContextImpl

Session context for CMIS calls. Class idea wrapped from OpenCMIS Workbench.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
PROPERTIES_STAR, RENDITION_NONE
 
Constructor Summary
protected CMISAPI.Context(String filter, boolean includeAcls, boolean includeAllowableActions, boolean includePolicies, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, String orderBy, int maxItemsPerPage)
          Constructor of CMIS context;
 
Method Summary
 
Methods inherited from class org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
generateCacheKey, getCacheKey, getFilter, getFilterString, getIncludeRelationships, getMaxItemsPerPage, getOrderBy, getRenditionFilter, getRenditionFilterString, isCacheEnabled, isIncludeAcls, isIncludeAllowableActions, isIncludePathSegments, isIncludePolicies, loadSecondaryTypeProperties, setCacheEnabled, setFilter, setFilterString, setIncludeAcls, setIncludeAllowableActions, setIncludePathSegments, setIncludePolicies, setIncludeRelationships, setLoadSecondaryTypeProperties, setMaxItemsPerPage, setOrderBy, setRenditionFilter, setRenditionFilterString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISAPI.Context

protected CMISAPI.Context(String filter,
                          boolean includeAcls,
                          boolean includeAllowableActions,
                          boolean includePolicies,
                          org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
                          String renditionFilter,
                          String orderBy,
                          int maxItemsPerPage)
Constructor of CMIS context;

Parameters:
filter -
includeAcls -
includeAllowableActions -
includePolicies -
includeRelationships -
renditionFilter -
orderBy -
maxItemsPerPage -


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.