Class NuxeoPropertyDataBase.NuxeoPropertyMultiDataFixed<T>
- java.lang.Object
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase<T>
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase.NuxeoPropertyMultiDataFixed<T>
-
- All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.data.ExtensionsData
,org.apache.chemistry.opencmis.commons.data.PropertyData<T>
- Direct Known Subclasses:
NuxeoPropertyData.NuxeoPropertyDataContentStreamHash
,NuxeoPropertyDataBase.NuxeoPropertyIdMultiDataFixed
- Enclosing class:
- NuxeoPropertyDataBase<T>
public abstract static class NuxeoPropertyDataBase.NuxeoPropertyMultiDataFixed<T> extends NuxeoPropertyDataBase<T>
A fixed multi-valued property (whose value cannot be changed).
-
-
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 Modifier and Type Field Description protected List<T>
value
-
Fields inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
doc, propertyDefinition
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NuxeoPropertyMultiDataFixed(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<T> propertyDefinition, List<T> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getFirstValue()
<U> U
getValue()
List<T>
getValues()
-
Methods inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
getDisplayName, getExtensions, getId, getLocalName, getPropertyDefinition, getQueryName, setExtensions, setValue
-
-
-
-
Method Detail
-
getValue
public <U> U getValue()
- Overrides:
getValue
in classNuxeoPropertyDataBase<T>
-
getFirstValue
public T getFirstValue()
- Specified by:
getFirstValue
in interfaceorg.apache.chemistry.opencmis.commons.data.PropertyData<T>
- Specified by:
getFirstValue
in classNuxeoPropertyDataBase<T>
-
-