org.modeshape.graph.request
Class BatchRequestBuilder.NodeChange

java.lang.Object
  extended by org.modeshape.graph.request.BatchRequestBuilder.NodeChange
Enclosing class:
BatchRequestBuilder

protected class BatchRequestBuilder.NodeChange
extends Object


Field Summary
protected  Location location
           
protected  Map<Name,Property> pendingProperties
           
protected  String workspaceName
           
 
Constructor Summary
protected BatchRequestBuilder.NodeChange(Location location, String workspaceName)
           
 
Method Summary
protected  Request toRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected final Location location

workspaceName

protected final String workspaceName

pendingProperties

protected final Map<Name,Property> pendingProperties
Constructor Detail

BatchRequestBuilder.NodeChange

protected BatchRequestBuilder.NodeChange(Location location,
                                         String workspaceName)
Method Detail

toRequest

protected Request toRequest()


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