Package org.dbwiki.data.provenance

Examples of org.dbwiki.data.provenance.ProvenanceActivate


  public synchronized void activate(ResourceIdentifier identifier, User user) throws org.dbwiki.exception.WikiException {
    Connection con = _connector.getConnection();

    DatabaseNode node = DatabaseReader.get(con, this, (NodeIdentifier)identifier);

    Version version = _versionIndex.getNextVersion(new ProvenanceActivate(user, identifier));

    try {
      con.setAutoCommit(false);
      try {
        activateNode(con, node, version);
View Full Code Here

TOP

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

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.