Class DirectProperty

  • All Implemented Interfaces:
    org.alfresco.opencmis.dictionary.CMISPropertyAccessor
    Direct Known Subclasses:
    ContentStreamFileNameProperty

    public class DirectProperty
    extends AbstractProperty
    A simple 1-1 property mapping from a CMIS property name to an alfresco property
    Author:
    florian.mueller
    • Constructor Detail

      • DirectProperty

        public DirectProperty​(ServiceRegistry serviceRegistry,
                              CMISConnector connector,
                              java.lang.String propertyName,
                              org.alfresco.service.namespace.QName alfrescoName)
        Construct
    • Method Detail

      • getMappedProperty

        public org.alfresco.service.namespace.QName getMappedProperty()
        Specified by:
        getMappedProperty in interface org.alfresco.opencmis.dictionary.CMISPropertyAccessor
        Overrides:
        getMappedProperty in class AbstractProperty
      • getValueInternal

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