Package org.alfresco.opencmis.mapping
Class FixedValueProperty
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractProperty
-
- org.alfresco.opencmis.mapping.FixedValueProperty
-
- All Implemented Interfaces:
org.alfresco.opencmis.dictionary.CMISPropertyAccessor
public class FixedValueProperty extends AbstractProperty
Property accessor for fixed value mapping (eg to null, true, etc)- Author:
- florian.mueller
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.mapping.AbstractProperty
connector, CONTENT_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description FixedValueProperty(ServiceRegistry serviceRegistry, CMISConnector connector, java.lang.String propertyName, java.io.Serializable value)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.SerializablegetValueInternal(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)-
Methods inherited from class org.alfresco.opencmis.mapping.AbstractProperty
createNodeInfo, createNodeInfo, getContentData, getGuid, getMappedProperty, getName, getServiceRegistry, getValue, getValue, getValue, setValue
-
-
-
-
Constructor Detail
-
FixedValueProperty
public FixedValueProperty(ServiceRegistry serviceRegistry, CMISConnector connector, java.lang.String propertyName, java.io.Serializable value)
Construct- Parameters:
serviceRegistry- ServiceRegistryconnector- CMISConnectorpropertyName- Stringvalue- Serializable
-
-
Method Detail
-
getValueInternal
public java.io.Serializable getValueInternal(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)
- Specified by:
getValueInternalin classAbstractProperty
-
-