Uses of Class
org.modeshape.graph.connector.base.MapTransaction.WorkspaceChanges

Packages that use MapTransaction.WorkspaceChanges
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
 

Uses of MapTransaction.WorkspaceChanges in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that return MapTransaction.WorkspaceChanges
protected  MapTransaction.WorkspaceChanges MapTransaction.getChangesFor(WorkspaceType workspace, boolean createIfMissing)
          Get the changes for the supplied workspace, optionally creating the necessary object if it does not yet exist.
 

Methods in org.modeshape.graph.connector.base with parameters of type MapTransaction.WorkspaceChanges
protected  NodeType MapTransaction.copyBranch(WorkspaceType originalWorkspace, NodeType original, MapTransaction.WorkspaceChanges newWorkspaceChanges, WorkspaceType newWorkspace, NodeType newParent, boolean reuseUuid, Map<UUID,UUID> oldToNewUuids)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.