BasicTableTaxonomy

Basic implementation of a taxonomy that offers the TableRelationshipContainerApi query API, while wrapping a taxonomy that offers the TaxonomyApi query API.

Basic implementation of a taxonomy that offers the TableRelationshipContainerApi query API, while wrapping a taxonomy that offers the TaxonomyApi query API.

Authors

Chris de Vreeze

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def findAllTables: IndexedSeq[Table]

Inherited methods

final def filterOutgoingTableRelationshipsOfType[A <: TableRelationship](sourceResource: XLinkResource, relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def filterTableRelationshipsOfType[A <: TableRelationship](relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def findAllOutgoingTableRelationshipsOfType[A <: TableRelationship](sourceResource: XLinkResource, relationshipType: ClassTag[A]): IndexedSeq[A]
final def findAllTableRelationshipsOfType[A <: TableRelationship](relationshipType: ClassTag[A]): IndexedSeq[A]