|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.GraphImporter.CreateOnGraphInBatch
@NotThreadSafe protected static final class GraphImporter.CreateOnGraphInBatch

| Constructor Summary | |
|---|---|
protected |
GraphImporter.CreateOnGraphInBatch(Graph.Batch batch)
|
| Method Summary | |
|---|---|
void |
create(Path path,
List<Property> properties)
Create a node at the supplied path and with the supplied attributes. |
void |
create(Path path,
Property firstProperty,
Property... additionalProperties)
Create a node at the supplied path and with the supplied attributes. |
ExecutionContext |
getExecutionContext()
Obtain the execution context of the destination. |
void |
submit()
Signal to this destination that any enqueued create requests should be submitted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GraphImporter.CreateOnGraphInBatch(Graph.Batch batch)
| Method Detail |
|---|
public ExecutionContext getExecutionContext()
XmlHandler.Destination
getExecutionContext in interface XmlHandler.Destination
public void create(Path path,
List<Property> properties)
XmlHandler.Destination
create in interface XmlHandler.Destinationpath - the absolute path of the nodeproperties - the properties for the node; never null, but may be empty if there are no properties
public void create(Path path,
Property firstProperty,
Property... additionalProperties)
XmlHandler.Destination
create in interface XmlHandler.Destinationpath - the absolute path of the nodefirstProperty - the first propertyadditionalProperties - the remaining properties for the nodepublic void submit()
XmlHandler.Destination
submit in interface XmlHandler.Destination
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||