Class NuxeoPropertyData.NuxeoPropertyDataContentStreamHash
java.lang.Object
org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase<T>
org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase.NuxeoPropertyMultiDataFixed<String>
org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData.NuxeoPropertyDataContentStreamHash
- All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.data.ExtensionsData
,org.apache.chemistry.opencmis.commons.data.PropertyData<String>
,org.apache.chemistry.opencmis.commons.data.PropertyString
- Enclosing class:
- NuxeoPropertyData<T>
public static class NuxeoPropertyData.NuxeoPropertyDataContentStreamHash
extends NuxeoPropertyDataBase.NuxeoPropertyMultiDataFixed<String>
implements org.apache.chemistry.opencmis.commons.data.PropertyString
Property for cmis:contentStreamHash.
-
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.NuxeoPropertyMultiDataFixed
value
Fields inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
doc, propertyDefinition
-
Constructor Summary
ModifierConstructorDescriptionprotected
NuxeoPropertyDataContentStreamHash
(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<String> propertyDefinition, List<String> hashes) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase.NuxeoPropertyMultiDataFixed
getFirstValue, getValue, getValues
Methods inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
getDisplayName, getExtensions, getId, getLocalName, getPropertyDefinition, getQueryName, setExtensions, setValue
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
-
NuxeoPropertyDataContentStreamHash
-