Class NuxeoObjectData

  • All Implemented Interfaces:
    org.apache.chemistry.opencmis.commons.data.ExtensionsData, org.apache.chemistry.opencmis.commons.data.ObjectData

    public class NuxeoObjectData
    extends Object
    implements org.apache.chemistry.opencmis.commons.data.ObjectData
    Nuxeo implementation of a CMIS ObjectData, backed by a DocumentModel.
    • Constructor Detail

      • NuxeoObjectData

        public NuxeoObjectData​(org.apache.chemistry.opencmis.commons.server.CmisService service,
                               DocumentModel doc,
                               String filter,
                               Boolean includeAllowableActions,
                               org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
                               String renditionFilter,
                               Boolean includePolicyIds,
                               Boolean includeAcl,
                               org.apache.chemistry.opencmis.commons.data.ExtensionsData extension)
      • NuxeoObjectData

        public NuxeoObjectData​(org.apache.chemistry.opencmis.commons.server.CmisService service,
                               DocumentModel doc,
                               org.apache.chemistry.opencmis.client.api.OperationContext context)
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getBaseTypeId

        public org.apache.chemistry.opencmis.commons.enums.BaseTypeId getBaseTypeId()
        Specified by:
        getBaseTypeId in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getTypeDefinitions

        public List<org.apache.chemistry.opencmis.commons.definitions.TypeDefinition> getTypeDefinitions()
      • getProperties

        public org.apache.chemistry.opencmis.commons.data.Properties getProperties()
        Specified by:
        getProperties in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getProperties

        protected org.apache.chemistry.opencmis.commons.data.Properties getProperties​(List<String> propertyIds)
      • limitCacheSize

        protected void limitCacheSize()
        Limits cache size, always keeps STAR filter.
      • getAllowableActions

        public org.apache.chemistry.opencmis.commons.data.AllowableActions getAllowableActions()
        Specified by:
        getAllowableActions in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getRenditions

        public List<org.apache.chemistry.opencmis.commons.data.RenditionData> getRenditions()
        Specified by:
        getRenditions in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getIconRendition

        @Deprecated
        protected static List<org.apache.chemistry.opencmis.commons.data.RenditionData> getIconRendition​(DocumentModel doc,
                                                                                                         org.apache.chemistry.opencmis.commons.server.CallContext callContext)
                                                                                                  throws IOException
        Deprecated.
        since 7.3. The thumbnail is now a default rendition, see NXP-16662.
        Throws:
        IOException
      • getIconStream

        @Deprecated
        public static InputStream getIconStream​(String iconPath,
                                                org.apache.chemistry.opencmis.commons.server.CallContext context)
        Deprecated.
        since 7.3. The thumbnail is now a default rendition, see NXP-16662.
      • getRelationships

        public List<org.apache.chemistry.opencmis.commons.data.ObjectData> getRelationships()
        Specified by:
        getRelationships in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getRelationships

        public static List<org.apache.chemistry.opencmis.commons.data.ObjectData> getRelationships​(String id,
                                                                                                   org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
                                                                                                   NuxeoCmisService service)
      • getAcl

        public org.apache.chemistry.opencmis.commons.data.Acl getAcl()
        Specified by:
        getAcl in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getAcl

        protected static org.apache.chemistry.opencmis.commons.data.Acl getAcl​(ACP acp,
                                                                               boolean onlyBasicPermissions,
                                                                               NuxeoCmisService service)
      • isExactAcl

        public Boolean isExactAcl()
        Specified by:
        isExactAcl in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getPolicyIds

        public org.apache.chemistry.opencmis.commons.data.PolicyIdList getPolicyIds()
        Specified by:
        getPolicyIds in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getChangeEventInfo

        public org.apache.chemistry.opencmis.commons.data.ChangeEventInfo getChangeEventInfo()
        Specified by:
        getChangeEventInfo in interface org.apache.chemistry.opencmis.commons.data.ObjectData
      • getExtensions

        public List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> getExtensions()
        Specified by:
        getExtensions in interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
      • setExtensions

        public void setExtensions​(List<org.apache.chemistry.opencmis.commons.data.CmisExtensionElement> extensions)
        Specified by:
        setExtensions in interface org.apache.chemistry.opencmis.commons.data.ExtensionsData