Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

102709: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      102490: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
         102292: Merged DEV to V4.2-BUG-FIX (4.2.5)
            101892: MNT-13670 : Description is not displayed for content type D:lnk:link
               - Added mapping cmis:description for Cmis 1.0. 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103539 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-05-02 07:18:07 +00:00
parent 7078474695
commit 69e180c4dc

View File

@@ -136,9 +136,9 @@ public class RuntimePropertyAccessorMapping implements PropertyAccessorMapping,
registerPropertyAccessor(new AllowedChildObjectTypeIdsProperty(serviceRegistry, cmisConnector, cmisMapping));
registerPropertyAccessor(new SourceIdProperty(serviceRegistry, cmisConnector));
registerPropertyAccessor(new TargetIdProperty(serviceRegistry, cmisConnector));
registerPropertyAccessor(new DescriptionProperty(serviceRegistry, cmisConnector));
if(cmisMapping.getCmisVersion().equals(CmisVersion.CMIS_1_1))
{
registerPropertyAccessor(new DescriptionProperty(serviceRegistry, cmisConnector));
registerPropertyAccessor(new SecondaryTypesProperty(serviceRegistry, cmisConnector, cmisMapping));
// MNT-11631: 'cmis:isPrivateWorkingCopy' property accessor