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

78782: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud)
      78471: Merged dev. V4.2-BUG-FIX-2014_06_06 to V4.2-BUG-FIX (4.2.4)
         73309: MNT-11631: CMIS property isPrivateWorkingCopy not set for the checked out object
           - Property value accessor for 'cmis:isPrivateWorkingCopy' has been implemented. This property is introduced in CMIS 1.1
      78473: MNT-11631: CMIS property isPrivateWorkingCopy not set for the checked out object
         Test for 'cmis:isPrivateWorkingCopy' has been added into 'org.alfresco.rest.api.tests.TestCMIS'. Also this test class has been a bit refactored


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82639 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Erik Winlof
2014-09-03 12:55:12 +00:00
parent b4ca4268d7
commit 2204f2443a
2 changed files with 54 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2010 Alfresco Software Limited.
* Copyright (C) 2005-2014 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -145,6 +145,9 @@ public class RuntimePropertyAccessorMapping implements PropertyAccessorMapping,
{
registerPropertyAccessor(new DescriptionProperty(serviceRegistry, cmisConnector));
registerPropertyAccessor(new SecondaryTypesProperty(serviceRegistry, cmisConnector, cmisMapping));
// MNT-11631: 'cmis:isPrivateWorkingCopy' property accessor
registerPropertyAccessor(new IsPrivateWorkingCopy(serviceRegistry, cmisConnector));
}
//