Package

eu.cdevreeze.tqa.extension.table

queryapi

Permalink

package queryapi

Type-safe XBRL table linkbase query API extension.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. queryapi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait TableRelationshipContainerApi extends AnyRef

    Permalink

    Purely abstract trait offering a table relationship query API.

    Purely abstract trait offering a table relationship query API.

    DefinitionNodeSubtreeRelationship trees are not supported directly. One has to recursively query for such relationships in order to obtain trees of them.

    Implementations should make sure that looking up relationships by source resource is fast.

    Implementations may be strict or lenient in enforced requirements on the relationship container.

  2. trait TableRelationshipContainerLike extends TableRelationshipContainerApi

    Permalink

    Partial implementation of TableRelationshipContainerApi.

Inherited from AnyRef

Inherited from Any

Ungrouped