Class NuxeoPropertyData.NuxeoPropertyHtmlData
java.lang.Object
org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase<T>
org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData<String>
org.nuxeo.ecm.core.opencmis.impl.server.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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData
NuxeoPropertyData.NuxeoPropertyBooleanData, NuxeoPropertyData.NuxeoPropertyDataCheckInComment, NuxeoPropertyData.NuxeoPropertyDataContentStreamDigest, NuxeoPropertyData.NuxeoPropertyDataContentStreamFileName, NuxeoPropertyData.NuxeoPropertyDataContentStreamHash, NuxeoPropertyData.NuxeoPropertyDataContentStreamLength, NuxeoPropertyData.NuxeoPropertyDataContentStreamMimeType, NuxeoPropertyData.NuxeoPropertyDataIsLatestMajorVersion, NuxeoPropertyData.NuxeoPropertyDataIsLatestVersion, NuxeoPropertyData.NuxeoPropertyDataIsMajorVersion, NuxeoPropertyData.NuxeoPropertyDataIsVersionSeriesCheckedOut, NuxeoPropertyData.NuxeoPropertyDataName, NuxeoPropertyData.NuxeoPropertyDataParentId, NuxeoPropertyData.NuxeoPropertyDataPath, NuxeoPropertyData.NuxeoPropertyDataVersionLabel, NuxeoPropertyData.NuxeoPropertyDataVersionSeriesCheckedOutBy, NuxeoPropertyData.NuxeoPropertyDataVersionSeriesCheckedOutId, NuxeoPropertyData.NuxeoPropertyDateTimeData, NuxeoPropertyData.NuxeoPropertyDecimalData, NuxeoPropertyData.NuxeoPropertyHtmlData, NuxeoPropertyData.NuxeoPropertyIdData, NuxeoPropertyData.NuxeoPropertyIntegerData, NuxeoPropertyData.NuxeoPropertyStringData, NuxeoPropertyData.NuxeoPropertyUriData
Nested classes/interfaces inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
NuxeoPropertyDataBase.NuxeoPropertyBooleanDataFixed, NuxeoPropertyDataBase.NuxeoPropertyDataFixed<T>, NuxeoPropertyDataBase.NuxeoPropertyIdDataFixed, NuxeoPropertyDataBase.NuxeoPropertyIdMultiDataFixed, NuxeoPropertyDataBase.NuxeoPropertyIntegerDataFixed, NuxeoPropertyDataBase.NuxeoPropertyMultiDataFixed<T>, NuxeoPropertyDataBase.NuxeoPropertyStringDataFixed
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData
callContext, name, readOnly
Fields inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
doc, propertyDefinition
-
Constructor Summary
ConstructorDescriptionNuxeoPropertyHtmlData
(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<String> propertyDefinition, DocumentModel doc, String name, boolean readOnly, org.apache.chemistry.opencmis.commons.server.CallContext callContext) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData
construct, convertComplexPropertyToCMIS, convertToCMIS, convertToNuxeo, extractDigestFromRequestHeaders, getBlob, getCMISDateTimeFormat, getContentStream, getFacets, getFirstValue, getPersistentBlob, getSecondaryTypeIds, getValue, getValues, isVersionOrProxyToVersion, setContentStream, setValue, transcodeBase64ToHex, transcodeHexToBase64, validateBlobDigest, validateCMISValue
Methods inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
getDisplayName, getExtensions, getId, getLocalName, getPropertyDefinition, getQueryName, setExtensions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.PropertyData
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues
-
Constructor Details
-
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)
-