mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Renamed aspect querying CMIS extension element from "getAspects" to "aspects"
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19063 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -54,7 +54,7 @@ import org.alfresco.repo.cmis.ws.CmisPropertyInteger;
|
||||
import org.alfresco.repo.cmis.ws.CmisPropertyString;
|
||||
import org.alfresco.repo.cmis.ws.CmisPropertyUri;
|
||||
import org.alfresco.repo.cmis.ws.EnumServiceException;
|
||||
import org.alfresco.repo.cmis.ws.GetAspects;
|
||||
import org.alfresco.repo.cmis.ws.Aspects;
|
||||
import org.alfresco.repo.cmis.ws.SetAspects;
|
||||
import org.alfresco.repo.security.authentication.AuthenticationUtil;
|
||||
import org.alfresco.service.cmr.dictionary.DictionaryService;
|
||||
@@ -461,7 +461,7 @@ public class PropertyUtil
|
||||
properties = cmisService.getProperties((NodeRef) object);
|
||||
|
||||
// Handle fetching of aspects and their properties with Alfresco extension
|
||||
GetAspects extension = new GetAspects();
|
||||
Aspects extension = new Aspects();
|
||||
result.getAny().add(extension);
|
||||
List<String> aspects = extension.getAppliedAspects();
|
||||
Map<String, Serializable> aspectProperties = new HashMap<String, Serializable>(97);
|
||||
|
Reference in New Issue
Block a user