Class NuxeoPropertyDataBase.NuxeoPropertyIdDataFixed
- java.lang.Object
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase<T>
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase.NuxeoPropertyDataFixed<String>
-
- org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase.NuxeoPropertyIdDataFixed
-
- All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.data.ExtensionsData
,org.apache.chemistry.opencmis.commons.data.PropertyData<String>
,org.apache.chemistry.opencmis.commons.data.PropertyId
- Enclosing class:
- NuxeoPropertyDataBase<T>
public static class NuxeoPropertyDataBase.NuxeoPropertyIdDataFixed extends NuxeoPropertyDataBase.NuxeoPropertyDataFixed<String> implements org.apache.chemistry.opencmis.commons.data.PropertyId
A fixed ID property.
-
-
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.NuxeoPropertyDataFixed
value
-
Fields inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
doc, propertyDefinition
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NuxeoPropertyIdDataFixed(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<String> propertyDefinition, String value)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase.NuxeoPropertyDataFixed
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
-
-