Class NuxeoPropertyData.NuxeoPropertyHtmlData

  • All Implemented Interfaces:
    org.apache.chemistry.opencmis.commons.data.ExtensionsData, org.apache.chemistry.opencmis.commons.data.PropertyData<String>, org.apache.chemistry.opencmis.commons.data.PropertyHtml
    Enclosing class:
    NuxeoPropertyData<T>

    public static class NuxeoPropertyData.NuxeoPropertyHtmlData
    extends NuxeoPropertyData<String>
    implements org.apache.chemistry.opencmis.commons.data.PropertyHtml
    • Constructor Detail

      • NuxeoPropertyHtmlData

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