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

procedure

string

yes

Name of the stored procedure to execute

table

string

no

The name of the table in the datasource that the stored procedure will populate to provide the resultant ids

key

string

no

The column in table that the stored procedure will populate to provide the resultant ids

acl

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

no

A reference to an ACL to attach to the search

...