Package org.exoplatform.clouddrive.cmis
Class CMISAPI.Context
- java.lang.Object
-
- org.apache.chemistry.opencmis.client.runtime.OperationContextImpl
-
- 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.OperationContextImplSession context for CMIS calls. Class idea wrapped from OpenCMIS Workbench.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContext(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
-
-
-
-
Constructor Detail
-
Context
protected 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- the filterincludeAcls- the include aclsincludeAllowableActions- the include allowable actionsincludePolicies- the include policiesincludeRelationships- the include relationshipsrenditionFilter- the rendition filterorderBy- the order bymaxItemsPerPage- the max items per page
-
-