public class DeleteRelationship extends DeleteInstance
Transaction function for soft-deleting a relationship.
  • Field Details

    • FUNCTION_NAME

      public static final clojure.lang.Keyword FUNCTION_NAME
  • Constructor Details

    • DeleteRelationship

      public DeleteRelationship(Long txId, clojure.lang.PersistentHashMap existing, String userId, String obsoleteRelationshipGUID) throws Exception
      Constructor used to execute the transaction function.
      Parameters:
      txId - the transaction ID of this function invocation
      existing - XTDB document to update
      userId - doing the deletion
      obsoleteRelationshipGUID - of the relationship to delete
      Throws:
      Exception - on any error
  • Method Details