LinkService

org.mbari.oni.services.LinkService
class LinkService(entityManagerFactory: EntityManagerFactory)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def findAllLinkTemplates(limit: Int, offset: Int): Either[Throwable, Seq[Link]]
def findAllLinkTemplatesForConcept(conceptName: String): Either[Throwable, Seq[Link]]
def findLinkRealizationsByLinkName(linkName: String): Either[Throwable, Seq[ExtendedLink]]
def findLinkTemplatesByNameForConcept(conceptName: String, linkName: String): Either[Throwable, Seq[Link]]

Find all link templates for a concept by name and filter by link name

Find all link templates for a concept by name and filter by link name

Attributes