Skip to content

Commit

Permalink
Merge pull request #83 from shabanovd/develop
Browse files Browse the repository at this point in the history
Cleanup and relax triggers API. Merging now, because there were no more comments.
  • Loading branch information
wolfgangmm committed Nov 14, 2013
2 parents 4dd5fdc + bd44f91 commit 82ec5ba
Show file tree
Hide file tree
Showing 26 changed files with 625 additions and 948 deletions.
Expand Up @@ -45,16 +45,6 @@ public class RestXqTrigger extends FilteringTrigger {

protected final static Logger LOG = Logger.getLogger(RestXqTrigger.class);

@Override
public void prepare(final int event, final DBBroker broker, final Txn transaction, final XmldbURI documentPath, final DocumentImpl existingDocument) throws TriggerException {

}

@Override
public void finish(final int event, final DBBroker broker, final Txn transaction, final XmldbURI documentPath, final DocumentImpl document) {

}

@Override
public void beforeCreateDocument(final DBBroker broker, final Txn transaction, final XmldbURI uri) throws TriggerException {
}
Expand Down

0 comments on commit 82ec5ba

Please sign in to comment.