Examples of execInterArtifactOp()


Examples of cartago.CartagoWorkspace.execInterArtifactOp()

      long timeout, IAlignmentTest test) throws CartagoException {
   
    ICartagoCallback proxy = new CartagoCallbackProxy(callback);
    String wspName = targetId.getWorkspaceId().getName();
    CartagoWorkspace wsp = mNode.getWorkspace(wspName);
    return wsp.execInterArtifactOp(proxy, callbackId, userId, srcId, targetId, op, timeout, test);
  }

  @Override
  public String getVersion() throws CartagoException{
    return CARTAGO_VERSION.getID();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.