04-02-2014 01:43 PM
04-02-2014 11:29 PM
org/alfresco/cmis/descendants.delete //this one will just delete the node and it's descendant without any check operations
org/alfresco/cmis/tree.delete // this one will do some check before deleting folder an its descendant, it may cause your error(I guess you are using this one).
org/alfresco/cmis/item.delete //this one just delete empty folder if it has more than one child,it cann't be deleted.
04-03-2014 02:36 AM
04-03-2014 12:53 PM
DELETE /alfresco/service/slingshot/doclib/action/file/site/{site}/{container}/{path}
DELETE /alfresco/service/slingshot/doclib/action/folder/site/{site}/{container}/{path}
DELETE /alfresco/service/slingshot/doclib/action/file/node/{store_type}/{store_id}/{id}
DELETE /alfresco/service/slingshot/doclib/action/folder/node/{store_type}/{store_id}/{id}
04-04-2014 04:54 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.