Interface RelationshipTypeService
-
@PublicApi public interface RelationshipTypeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationshipTypes
getAll()
RelationshipTypes
getByApplication(ApplicationKey applicationKey)
RelationshipType
getByName(RelationshipTypeName name)
-
-
-
Method Detail
-
getAll
RelationshipTypes getAll()
-
getByName
RelationshipType getByName(RelationshipTypeName name)
-
getByApplication
RelationshipTypes getByApplication(ApplicationKey applicationKey)
-
-