Class NuxeoPropertyData.NuxeoPropertyDataContentStreamLength
- java.lang.Object
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase<BigInteger>
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData.NuxeoPropertyDataContentStreamLength
-
- 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.NuxeoPropertyDataContentStreamLength extends NuxeoPropertyDataBase<BigInteger> implements org.apache.chemistry.opencmis.commons.data.PropertyInteger
Property for cmis:contentStreamLength.
-
-
Nested Class Summary
-
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.NuxeoPropertyDataBase
doc, propertyDefinition
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NuxeoPropertyDataContentStreamLength(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<BigInteger> propertyDefinition, DocumentModel doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getFirstValue()
-
Methods inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
getDisplayName, getExtensions, getId, getLocalName, getPropertyDefinition, getQueryName, getValue, getValues, setExtensions, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
NuxeoPropertyDataContentStreamLength
protected NuxeoPropertyDataContentStreamLength(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<BigInteger> propertyDefinition, DocumentModel doc)
-
-
Method Detail
-
getFirstValue
public BigInteger getFirstValue()
- Specified by:
getFirstValue
in interfaceorg.apache.chemistry.opencmis.commons.data.PropertyData<BigInteger>
- Specified by:
getFirstValue
in classNuxeoPropertyDataBase<BigInteger>
-
-