org.alfresco.opencmis.mapping
Class FixedValueProperty

java.lang.Object
  extended by org.alfresco.opencmis.mapping.AbstractProperty
      extended by 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)


Constructor Summary
FixedValueProperty(ServiceRegistry serviceRegistry, CMISConnector connector, java.lang.String propertyName, java.io.Serializable value)
          Construct
 
Method Summary
 java.io.Serializable getValueInternal(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)
           
 
Methods inherited from class org.alfresco.opencmis.mapping.AbstractProperty
createNodeInfo, createNodeInfo, getContentData, getMappedProperty, getName, getServiceRegistry, getValue, getValue, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedValueProperty

public FixedValueProperty(ServiceRegistry serviceRegistry,
                          CMISConnector connector,
                          java.lang.String propertyName,
                          java.io.Serializable value)
Construct

Parameters:
serviceRegistry -
propertyName -
value -
Method Detail

getValueInternal

public java.io.Serializable getValueInternal(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)
Specified by:
getValueInternal in class AbstractProperty


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.