244245246247248249250251
@Override public void clear(Resource... contexts) throws RepositoryException { txn.add(new ClearOperation(contexts)); autoCommit(); }