propertyMap.put(SchemaRelationship.sourceId, startNode.getUuid());
propertyMap.put(SchemaRelationship.targetId, endNode.getUuid());
propertyMap.put(SchemaRelationship.relationshipType, relationshipType);
app.create(startNode, endNode, SchemaRelationship.class, propertyMap);
}
tx.success();
}