Class CreateBothVerticesAndEdgeAsyncTask

  • All Implemented Interfaces:
    DatabaseAsyncTask

    public class CreateBothVerticesAndEdgeAsyncTask
    extends CreateEdgeAsyncTask
    Asynchronous Task that creates both vertices and the edge that connects them.
    • Constructor Detail

      • CreateBothVerticesAndEdgeAsyncTask

        public CreateBothVerticesAndEdgeAsyncTask​(String sourceVertexType,
                                                  String[] sourceVertexAttributeNames,
                                                  Object[] sourceVertexAttributeValues,
                                                  String destinationVertexType,
                                                  String[] destinationVertexAttributeNames,
                                                  Object[] destinationVertexAttributeValues,
                                                  String edgeType,
                                                  Object[] edgeAttributes,
                                                  boolean bidirectional,
                                                  boolean light,
                                                  NewEdgeCallback callback)