|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Next - The interface that is to be returned when this request is completedpublic static interface Graph.ImportInto<Next>

A component that defines the location into which a node should be copied or moved.
| Method Summary | |
|---|---|
Next |
into(Iterable<Property> idProperties)
Finish the import by specifying the Location.create into which the node should be copied/moved. |
Next |
into(Location to)
Finish the import by specifying the Location.create into which the node should be copied/moved. |
Next |
into(Path to)
Finish the import by specifying the Location.create into which the node should be copied/moved. |
Next |
into(Property idProperty)
Finish the import by specifying the Location.create into which the node should be copied/moved. |
Next |
into(Property firstIdProperty,
Property... additionalIdProperties)
Finish the import by specifying the Location.create into which the node should be copied/moved. |
Next |
into(String toPath)
Finish the import by specifying the Location.create into which the node should be copied/moved. |
Next |
into(UUID to)
Finish the import by specifying the Location.create into which the node should be copied/moved. |
Graph.ImportInto<Next> |
skippingRootElement(boolean skip)
Specify whether the root element in the XML document should be skipped (that is, not be represented by a node). |
| Method Detail |
|---|
Graph.ImportInto<Next> skippingRootElement(boolean skip)
skip - true if the root element should be skipped, or false if a node should be created for the root XML element
Next into(Location to)
throws IOException,
SAXException
to - the location of the new parent
IOException - if there is a problem reading the content being imported
SAXException - if there is a problem with the SAX Parser
Next into(String toPath)
throws IOException,
SAXException
toPath - the path of the new parent
IOException - if there is a problem reading the content being imported
SAXException - if there is a problem with the SAX Parser
Next into(Path to)
throws IOException,
SAXException
to - the path of the new parent
IOException - if there is a problem reading the content being imported
SAXException - if there is a problem with the SAX Parser
Next into(UUID to)
throws IOException,
SAXException
to - the UUID of the new parent
IOException - if there is a problem reading the content being imported
SAXException - if there is a problem with the SAX Parser
Next into(Property idProperty)
throws IOException,
SAXException
idProperty - the property that uniquely identifies the new parent
IOException - if there is a problem reading the content being imported
SAXException - if there is a problem with the SAX Parser
Next into(Property firstIdProperty,
Property... additionalIdProperties)
throws IOException,
SAXException
firstIdProperty - the first property that, with the additionalIdProperties, uniquely identifies the
new parentadditionalIdProperties - the additional properties that, with the additionalIdProperties, uniquely
identifies the new parent
IOException - if there is a problem reading the content being imported
SAXException - if there is a problem with the SAX Parser
Next into(Iterable<Property> idProperties)
throws IOException,
SAXException
idProperties - the properties that uniquely identifies the new parent
IOException - if there is a problem reading the content being imported
SAXException - if there is a problem with the SAX Parser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||