org.alfresco.opencmis.dictionary
Interface PropertyAccessorMapping


public interface PropertyAccessorMapping

Encapsulate the mapping of property to property accessor


Method Summary
 CMISPropertyAccessor createDirectPropertyAccessor(java.lang.String propertyId, QName propertyName)
          Create a direct node property accessor
 java.util.Map getActionEvaluators(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope)
          Gets the Action Evaluators applicable for the given CMIS Scope
 CMISPropertyAccessor getPropertyAccessor(java.lang.String propertyId)
          Gets a property accessor
 

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 getActionEvaluators(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope)
Gets the Action Evaluators applicable for the given CMIS Scope

Parameters:
scope -


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