* @throws TriggerException
*/
private void finishTrigger(Txn transaction, DocumentImpl doc) throws TriggerException {
final DocumentTrigger trigger = triggers.get(doc.getDocId());
if(trigger != null)
{trigger.afterUpdateDocument(broker, transaction, doc);}
}
public String toString() {
final StringBuilder buf = new StringBuilder();
buf.append("<xu:");