public class RuntimePropertyAccessorMapping extends Object implements PropertyAccessorMapping, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
RuntimePropertyAccessorMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
CMISPropertyAccessor |
createDirectPropertyAccessor(String propertyId,
QName propertyName)
Create a direct node property accessor
|
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
|
CMISPropertyAccessor |
getPropertyAccessor(String propertyId)
Gets a property accessor
|
void |
init() |
void |
setCmisConnector(CMISConnector cmisConnector) |
void |
setCmisDictionaryService(CMISDictionaryService cmisDictionaryService) |
void |
setCmisMapping(CMISMapping cmisMapping) |
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
public void setServiceRegistry(ServiceRegistry serviceRegistry)
serviceRegistry - ServiceRegistrypublic void setCmisConnector(CMISConnector cmisConnector)
cmisConnector - CMISConnectorpublic void setCmisMapping(CMISMapping cmisMapping)
cmisMapping - CMISMappingpublic void setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
cmisDictionaryService - CMISDictionaryServicepublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void init()
public CMISPropertyAccessor getPropertyAccessor(String propertyId)
getPropertyAccessor in interface PropertyAccessorMappingpropertyId - property idpublic CMISPropertyAccessor createDirectPropertyAccessor(String propertyId, QName propertyName)
createDirectPropertyAccessor in interface PropertyAccessorMappingpropertyId - property idpropertyName - node property namepublic Map<org.apache.chemistry.opencmis.commons.enums.Action,CMISActionEvaluator> getActionEvaluators(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope)
getActionEvaluators in interface PropertyAccessorMappingscope - BaseTypeIdCopyright © 2005–2021 Alfresco Software. All rights reserved.