Class NuxeoPropertyData.NuxeoPropertyBooleanData
- java.lang.Object
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase<T>
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData<Boolean>
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData.NuxeoPropertyBooleanData
-
- All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.data.ExtensionsData
,org.apache.chemistry.opencmis.commons.data.PropertyBoolean
,org.apache.chemistry.opencmis.commons.data.PropertyData<Boolean>
- Enclosing class:
- NuxeoPropertyData<T>
public static class NuxeoPropertyData.NuxeoPropertyBooleanData extends NuxeoPropertyData<Boolean> implements org.apache.chemistry.opencmis.commons.data.PropertyBoolean
-
-
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
Constructors Constructor Description NuxeoPropertyBooleanData(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<Boolean> 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
-
-
-
-
Constructor Detail
-
NuxeoPropertyBooleanData
public NuxeoPropertyBooleanData(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<Boolean> propertyDefinition, DocumentModel doc, String name, boolean readOnly, org.apache.chemistry.opencmis.commons.server.CallContext callContext)
-
-