Package org.eclipse.emf.emfstore.server.model.versioning.operations

Examples of org.eclipse.emf.emfstore.server.model.versioning.operations.OperationId


  public List<AbstractHistoryItem> updateHistory() {
    List<AbstractHistoryItem> newItems = new ArrayList<AbstractHistoryItem>();
    try {
      lock.acquire();

      OperationId currentOpId = null;
      if (projectSpace.getLocalChangePackage(false) != null) {
        for (AbstractOperation op : projectSpace.getLocalChangePackage(
            false).getOperations()) {

          currentOpId = op.getOperationId();
View Full Code Here

TOP

Related Classes of org.eclipse.emf.emfstore.server.model.versioning.operations.OperationId

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.