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

Packages that use PathTransaction.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 PathTransaction.WorkspaceChanges in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that return PathTransaction.WorkspaceChanges
protected  PathTransaction.WorkspaceChanges PathTransaction.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 PathTransaction.WorkspaceChanges
protected  NodeType PathTransaction.copyBranch(WorkspaceType originalWorkspace, NodeType original, PathTransaction.WorkspaceChanges newWorkspaceChanges, WorkspaceType newWorkspace, NodeType newParent)
           
 



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