|
||||||||||
| 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). |
Graph.ImportInto<Next> |
usingAttributeForName(Name nameAttribute)
Specify the name of the XML attribute that should be used as the node name. |
Graph.ImportInto<Next> |
usingAttributeForName(String nameAttribute)
Specify the name of the XML attribute that should be used as the node name. |
Graph.ImportInto<Next> |
usingAttributeForType(Name typeAttribute)
Specify the name of the XML attribute that should be used as the node's type. |
Graph.ImportInto<Next> |
usingAttributeForType(String typeAttribute)
Specify the name of the XML attribute that should be used as the node's type. |
| Method Detail |
|---|
Graph.ImportInto<Next> usingAttributeForName(String nameAttribute)
nameAttribute - the name of the XML attribute containing the name for each node
Graph.ImportInto<Next> usingAttributeForName(Name nameAttribute)
nameAttribute - the name of the XML attribute containing the name for each node
Graph.ImportInto<Next> usingAttributeForType(String typeAttribute)
typeAttribute - the name of the XML attribute containing the type for each node
Graph.ImportInto<Next> usingAttributeForType(Name typeAttribute)
typeAttribute - the name of the XML attribute containing the type for each node
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 | |||||||||