RelationshipResult

data class RelationshipResult(val source: String, val target: String, val type: String, val persisted: Boolean)

Persistence outcome for a single relationship.

Parameters

source

Source entity name

target

Target entity name

type

Relationship type

persisted

Whether the relationship was actually persisted (false if source or target was vetoed)

Constructors

Link copied to clipboard
constructor(source: String, target: String, type: String, persisted: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard