Package edu.isi.karma.rep

Examples of edu.isi.karma.rep.WorkspaceManager


  }

  @Override
  public UpdateContainer doIt(Workspace workspace) throws CommandException {
    UpdateContainer uc = new UpdateContainer();
    WorkspaceManager mgr = WorkspaceManager.getInstance();
    // Remove it from the rep factory
    mgr.removeWorkspace(workspaceId);
   
    // Remove any alignments from the AlignmentManager
    AlignmentManager.Instance().removeWorkspaceAlignments(workspace.getId());
   
    // Remove it from the workspace registry
View Full Code Here

TOP

Related Classes of edu.isi.karma.rep.WorkspaceManager

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.