Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Required

Description

id

string

yes

Unique identifier

entity

ref urn:com.cohga.server.entity#1.0:entity

yes

The id of the entity that this search will be searching for

label

string

yes

Text to be displayed to the user to represent this search

description

string

no

Description of the search that could be displayed to the user to explain this search

datasource

ref urn:com.cohga.server.datasource.jdbc#1.0:datasource

yes

The data source that should be connected to to perform the search

table

string

yes

The name of the table in the datasource that is the root of the generated SQL

key

string

yes

The column in table that represents the unique id of the entity being searched for

acl

ref urn:com.cohga.server.acl#1.0:acl

no

A reference to an ACL to attach to the search

...