Class NuxeoPropertyData.NuxeoPropertyDataVersionSeriesCheckedOutBy
java.lang.Object
org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase<String>
org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData.NuxeoPropertyDataVersionSeriesCheckedOutBy
- 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.NuxeoPropertyDataVersionSeriesCheckedOutBy
extends NuxeoPropertyDataBase<String>
implements org.apache.chemistry.opencmis.commons.data.PropertyString
Property for cmis:versionSeriesCheckedOutBy.
-
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
Modifier and TypeFieldDescriptionprotected final org.apache.chemistry.opencmis.commons.server.CallContext
Fields inherited from class org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyDataBase
doc, propertyDefinition
-
Constructor Summary
ModifierConstructorDescriptionprotected
NuxeoPropertyDataVersionSeriesCheckedOutBy
(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<String> propertyDefinition, DocumentModel doc, org.apache.chemistry.opencmis.commons.server.CallContext callContext) -
Method Summary
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
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, getId, getLocalName, getQueryName, getValues
-
Field Details
-
callContext
protected final org.apache.chemistry.opencmis.commons.server.CallContext callContext
-
-
Constructor Details
-
NuxeoPropertyDataVersionSeriesCheckedOutBy
protected NuxeoPropertyDataVersionSeriesCheckedOutBy(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<String> propertyDefinition, DocumentModel doc, org.apache.chemistry.opencmis.commons.server.CallContext callContext)
-
-
Method Details
-
getFirstValue
- Specified by:
getFirstValue
in interfaceorg.apache.chemistry.opencmis.commons.data.PropertyData<String>
- Specified by:
getFirstValue
in classNuxeoPropertyDataBase<String>
-