12-08-2014 11:48 AM
var renditions = renditionService.getRenditions(document);
for each (rendition in renditions) {
logger.log(rendition.getOwner());
try {
document.removeNode(rendition);
}
catch (err) {
logger.log(err);
}
}
DEBUG [repo.jscript.ScriptLogger] [http-bio-8080-exec-6] JavaException: java.lang.IllegalStateException: Operation not allowed against node pending deletion. Check the node for aspect {http://www.alfresco.org/model/system/1.0}pendingDelete
12-10-2014 03:03 PM
12-11-2014 09:09 AM
12-11-2014 09:38 AM
12-11-2014 12:29 PM
12-15-2014 06:30 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.