12-21-2011 12:17 PM
public class TxtImport implements NodeServicePolicies.OnDeleteNodePolicy, NodeServicePolicies.OnCreateNodePolicy {
public void init() {
onDeleteNode = new JavaBehaviour(this, "onDeleteNode", notificationFrequency.TRANSACTION_COMMIT);
policyComponent.bindClassBehaviour(
QName.createQName(NamespaceService.ALFRESCO_URI, "onDeleteNode"),
TxtModel.txtDeployable, onDeleteNode);
}
@Override
public void onDeleteNode(ChildAssociationRef childAssocRef, boolean isNodeArchived) {
if(nodeService.hasAspect(childAssocRef.getChildRef(), TxtModel.txtDeployable)){
}
}
. . .
Unable to delete File due to system error: Node does not exist: workspace://SpacesStore/571ecf94-73ae-4674-b977-1fc8645a3b6b(Status[changeTxnId=a88b7a08-40c4-4a22-aa6b-9f23a8510174, dbTxnId=144, deleted=true])
12-22-2011 05:45 AM
12-22-2011 08:00 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.