RelationshipsApi

Allows to add and check role relationships to a compartment instance.

class Object
trait Matchable
class Any

Type members

Classlikes

abstract
abstract
class RelationshipApi[L <: AnyRef, R <: AnyRef]

Representation of a relationship between two (role) types.

Representation of a relationship between two (role) types.

Type Params
L

type of the role of the left side of the relationship

R

type of the role of the right side of the relationship

abstract
class ToBuilderApi[L <: AnyRef]

Value members

Abstract methods

def create(name: String): FromBuilderApi

Creates a RelationshipApi with the given name with a fluent relationship creation API.

Creates a RelationshipApi with the given name with a fluent relationship creation API.

Value Params
name

the name of the created Relationship

Returns

an instance of the Relationship builder