public class RuntimePropertyAccessorMapping extends 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(String propertyId,
org.alfresco.service.namespace.QName propertyName)
Create a direct node property accessor
|
Map<org.apache.chemistry.opencmis.commons.enums.Action,org.alfresco.opencmis.dictionary.CMISActionEvaluator> |
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(String propertyId)
Gets a property accessor
|
void |
init() |
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)
serviceRegistry
- ServiceRegistrypublic void setCmisConnector(CMISConnector cmisConnector)
cmisConnector
- CMISConnectorpublic void setCmisMapping(org.alfresco.opencmis.mapping.CMISMapping cmisMapping)
cmisMapping
- CMISMappingpublic void setCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)
cmisDictionaryService
- CMISDictionaryServicepublic void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void init()
public org.alfresco.opencmis.dictionary.CMISPropertyAccessor getPropertyAccessor(String propertyId)
getPropertyAccessor
in interface org.alfresco.opencmis.dictionary.PropertyAccessorMapping
propertyId
- property idpublic org.alfresco.opencmis.dictionary.CMISPropertyAccessor createDirectPropertyAccessor(String propertyId, org.alfresco.service.namespace.QName propertyName)
createDirectPropertyAccessor
in interface org.alfresco.opencmis.dictionary.PropertyAccessorMapping
propertyId
- property idpropertyName
- node property namepublic Map<org.apache.chemistry.opencmis.commons.enums.Action,org.alfresco.opencmis.dictionary.CMISActionEvaluator> getActionEvaluators(org.apache.chemistry.opencmis.commons.enums.BaseTypeId scope)
getActionEvaluators
in interface org.alfresco.opencmis.dictionary.PropertyAccessorMapping
scope
- BaseTypeIdCopyright © 2005–2017 Alfresco Software. All rights reserved.