@Beta public interface RelationshipService
Modifier and Type | Method and Description |
---|---|
RelationshipId |
create(CreateRelationshipParams params) |
void |
delete(RelationshipId id) |
Relationships |
getAll(ContentId id) |
void |
update(UpdateRelationshipParams params) |
Relationships getAll(ContentId id)
RelationshipId create(CreateRelationshipParams params)
void update(UpdateRelationshipParams params) throws RelationshipNotFoundException
RelationshipNotFoundException
void delete(RelationshipId id) throws RelationshipNotFoundException
RelationshipNotFoundException