Class NuxeoPropertyData<T>

    • Field Detail

      • name

        protected final String name
      • readOnly

        protected final boolean readOnly
      • callContext

        protected final org.apache.chemistry.opencmis.commons.server.CallContext callContext
    • Constructor Detail

      • NuxeoPropertyData

        public NuxeoPropertyData​(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<T> propertyDefinition,
                                 DocumentModel doc,
                                 String name,
                                 boolean readOnly,
                                 org.apache.chemistry.opencmis.commons.server.CallContext callContext)
    • Method Detail

      • construct

        public static <U> org.apache.chemistry.opencmis.commons.data.PropertyData<U> construct​(NuxeoObjectData data,
                                                                                               org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<U> pd,
                                                                                               org.apache.chemistry.opencmis.commons.server.CallContext callContext)
        Factory for a new Property.
      • getSecondaryTypeIds

        public static List<String> getSecondaryTypeIds​(DocumentModel doc)
        Gets the doc's secondary type ids.
      • getContentStream

        @Deprecated
        public static org.apache.chemistry.opencmis.commons.data.ContentStream getContentStream​(DocumentModel doc,
                                                                                                javax.servlet.http.HttpServletRequest request)
                                                                                         throws org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
        Deprecated.
        since 11.1, now unused
        Throws:
        org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
      • setContentStream

        public static void setContentStream​(DocumentModel doc,
                                            org.apache.chemistry.opencmis.commons.data.ContentStream contentStream,
                                            boolean overwrite)
                                     throws IOException,
                                            org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException,
                                            org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
        Throws:
        IOException
        org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException
        org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
      • getPersistentBlob

        public static Blob getPersistentBlob​(org.apache.chemistry.opencmis.commons.data.ContentStream contentStream,
                                             String filename)
                                      throws IOException
        Returns a Blob whose stream can be used several times.
        Throws:
        IOException
      • validateBlobDigest

        public static void validateBlobDigest​(DocumentModel doc,
                                              org.apache.chemistry.opencmis.commons.server.CallContext callContext)
      • extractDigestFromRequestHeaders

        protected static String extractDigestFromRequestHeaders​(javax.servlet.http.HttpServletRequest request,
                                                                String digestAlgorithm)
      • transcodeHexToBase64

        public static String transcodeHexToBase64​(String hexString)
      • getValue

        public <U> U getValue()
        Conversion from Nuxeo values to CMIS ones.
        Overrides:
        getValue in class NuxeoPropertyDataBase<T>
        Returns:
        either a primitive type or a List of them, or null
      • convertToCMIS

        protected static Object convertToCMIS​(Object value)
      • convertComplexPropertyToCMIS

        protected static Object convertComplexPropertyToCMIS​(ComplexProperty prop,
                                                             org.apache.chemistry.opencmis.commons.server.CallContext callContext)
      • getCMISDateTimeFormat

        protected static org.apache.chemistry.opencmis.commons.enums.DateTimeFormat getCMISDateTimeFormat​(org.apache.chemistry.opencmis.commons.server.CallContext callContext)
      • convertToNuxeo

        protected static Object convertToNuxeo​(Object value,
                                               Type type)
      • validateCMISValue

        public static <T> void validateCMISValue​(Object value,
                                                 org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<T> pd)
        Validates a CMIS value according to a property definition.
      • getFirstValue

        public T getFirstValue()
        Specified by:
        getFirstValue in interface org.apache.chemistry.opencmis.commons.data.PropertyData<T>
        Specified by:
        getFirstValue in class NuxeoPropertyDataBase<T>
      • getValues

        public List<T> getValues()
        Specified by:
        getValues in interface org.apache.chemistry.opencmis.commons.data.PropertyData<T>
        Overrides:
        getValues in class NuxeoPropertyDataBase<T>
      • getBlob

        protected static Blob getBlob​(DocumentModel doc)
                               throws org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
        Throws:
        org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
      • isVersionOrProxyToVersion

        protected static boolean isVersionOrProxyToVersion​(DocumentModel doc)