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