Package org.dbwiki.data.provenance

Examples of org.dbwiki.data.provenance.ProvenanceUpdate


    }
    return result;
  }

  public synchronized void update(ResourceIdentifier identifier, Update update, User user) throws org.dbwiki.exception.WikiException {
    updateNodeWrapped(get(identifier), update, _versionIndex.getNextVersion(new ProvenanceUpdate(user, identifier)));
  }
View Full Code Here

TOP

Related Classes of org.dbwiki.data.provenance.ProvenanceUpdate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.