public class RuntimePropertyAccessorMapping
extends java.lang.Object
implements org.alfresco.opencmis.dictionary.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() |
org.alfresco.opencmis.dictionary.CMISPropertyAccessor |
createDirectPropertyAccessor(java.lang.String propertyId,
org.alfresco.service.namespace.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
|
org.alfresco.opencmis.dictionary.CMISPropertyAccessor |
getPropertyAccessor(java.lang.String propertyId)
Gets a property accessor
|
void |
setCmisConnector(CMISConnector cmisConnector) |
void |
setCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService) |
void |
setCmisMapping(org.alfresco.opencmis.mapping.CMISMapping cmisMapping) |
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
public void setServiceRegistry(ServiceRegistry serviceRegistry)
service - registrypublic void setCmisConnector(CMISConnector cmisConnector)
cmis - connectorpublic void setCmisMapping(org.alfresco.opencmis.mapping.CMISMapping cmisMapping)
cmis - mappingpublic void setCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)
cmis - mappingpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic org.alfresco.opencmis.dictionary.CMISPropertyAccessor getPropertyAccessor(java.lang.String propertyId)
getPropertyAccessor in interface org.alfresco.opencmis.dictionary.PropertyAccessorMappingpropertyId - property idpublic org.alfresco.opencmis.dictionary.CMISPropertyAccessor createDirectPropertyAccessor(java.lang.String propertyId,
org.alfresco.service.namespace.QName propertyName)
createDirectPropertyAccessor in interface org.alfresco.opencmis.dictionary.PropertyAccessorMappingpropertyId - property idpropertyName - node property namepublic java.util.Map getActionEvaluators(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope)
getActionEvaluators in interface org.alfresco.opencmis.dictionary.PropertyAccessorMappingscope - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.