Class 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
    • Constructor Detail

      • FixedValueProperty

        public FixedValueProperty​(ServiceRegistry serviceRegistry,
                                  CMISConnector connector,
                                  java.lang.String propertyName,
                                  java.io.Serializable value)
        Construct
        Parameters:
        serviceRegistry - ServiceRegistry
        connector - CMISConnector
        propertyName - String
        value - Serializable
    • Method Detail

      • getValueInternal

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