Package org.alfresco.opencmis.mapping
Class FixedValueProperty
java.lang.Object
org.alfresco.opencmis.mapping.AbstractProperty
org.alfresco.opencmis.mapping.FixedValueProperty
- All Implemented Interfaces:
CMISPropertyAccessor
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
ConstructorsConstructorDescriptionFixedValueProperty(ServiceRegistry serviceRegistry, CMISConnector connector, String propertyName, Serializable value) Construct -
Method Summary
Methods inherited from class org.alfresco.opencmis.mapping.AbstractProperty
createNodeInfo, createNodeInfo, getContentData, getGuid, getMappedProperty, getName, getServiceRegistry, getValue, getValue, getValue, setValue
-
Constructor Details
-
FixedValueProperty
public FixedValueProperty(ServiceRegistry serviceRegistry, CMISConnector connector, String propertyName, Serializable value) Construct- Parameters:
serviceRegistry- ServiceRegistryconnector- CMISConnectorpropertyName- Stringvalue- Serializable
-
-
Method Details
-
getValueInternal
- Specified by:
getValueInternalin classAbstractProperty
-