Interface PropertyAccessorMapping


  • public interface PropertyAccessorMapping
    Encapsulate the mapping of property to property accessor
    Author:
    davidc
    • Method Detail

      • getPropertyAccessor

        CMISPropertyAccessor getPropertyAccessor​(java.lang.String propertyId)
        Gets a property accessor
        Parameters:
        propertyId - property id
        Returns:
        property accessor
      • createDirectPropertyAccessor

        CMISPropertyAccessor createDirectPropertyAccessor​(java.lang.String propertyId,
                                                          QName propertyName)
        Create a direct node property accessor
        Parameters:
        propertyId - property id
        propertyName - node property name
        Returns:
        property accessor
      • getActionEvaluators

        java.util.Map<org.apache.chemistry.opencmis.commons.enums.Action,​CMISActionEvaluator> getActionEvaluators​(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope)
        Gets the Action Evaluators applicable for the given CMIS Scope
        Parameters:
        scope - BaseTypeId