Class 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

      Constructors 
      Modifier Constructor Description
      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;.
    • 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 filter
        includeAcls - the include acls
        includeAllowableActions - the include allowable actions
        includePolicies - the include policies
        includeRelationships - the include relationships
        renditionFilter - the rendition filter
        orderBy - the order by
        maxItemsPerPage - the max items per page