|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImportOperationFactory
ImportOperationFactory interface.
| Method Summary | |
|---|---|
DeleteOperation |
createDeleteOperation(Integer nodeId,
String foreignSource,
String foreignId)
createDeleteOperation |
InsertOperation |
createInsertOperation(String foreignSource,
String foreignId,
String nodeLabel,
String building,
String city)
createInsertOperation |
UpdateOperation |
createUpdateOperation(Integer nodeId,
String foreignSource,
String foreignId,
String nodeLabel,
String building,
String city)
createUpdateOperation |
| Method Detail |
|---|
InsertOperation createInsertOperation(String foreignSource,
String foreignId,
String nodeLabel,
String building,
String city)
createInsertOperation
foreignSource - a String object.foreignId - a String object.nodeLabel - a String object.building - a String object.city - a String object.
InsertOperation object.
UpdateOperation createUpdateOperation(Integer nodeId,
String foreignSource,
String foreignId,
String nodeLabel,
String building,
String city)
createUpdateOperation
nodeId - a Integer object.foreignSource - a String object.foreignId - a String object.nodeLabel - a String object.building - a String object.city - a String object.
UpdateOperation object.
DeleteOperation createDeleteOperation(Integer nodeId,
String foreignSource,
String foreignId)
createDeleteOperation
nodeId - a Integer object.foreignSource - a String object.foreignId - a String object.
DeleteOperation object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||