OINO TS
    Preparing search index...

    Class OINOConfig

    Set the name of the OINO ID field (default _OINOID_)

    Index

    Constructors

    Properties

    OINO_ID_FIELD: string = "_OINOID_"

    Name of the synthetic OINO ID field

    OINO_ID_SEPARATOR: string = "_"

    Private key separator of the synthetic OINO ID field

    OINO_QUERY_AGGREGATE_PARAM: string = "oinoqueryaggregate"

    Name of the OINODbQueryAggregate-parameter in request

    OINO_QUERY_FILTER_PARAM: string = "oinoqueryfilter"

    Name of the OINODbQueryFilter-parameter in request

    OINO_QUERY_LIMIT_PARAM: string = "oinoquerylimit"

    Name of the OINODbQueryLimit-parameter in request

    OINO_QUERY_ORDER_PARAM: string = "oinoqueryorder"

    Name of the OINODbQueryOrder-parameter in request

    OINO_QUERY_SELECT_PARAM: string = "oinoqueryselect"

    Name of the OINODbSqlSelect-parameter in request

    Methods

    • Print OINO ID for primary key values.

      Parameters

      • oinoid: string

        the OINO ID string to parse as primary key values.

      Returns string[]

    • Print OINO ID for primary key values.

      Parameters

      • primaryKeys: string[]

        an array of primary key values.

      Returns string

    • Set the name of the OINO ID field

      Parameters

      • idField: string

        name of the OINO ID field

      Returns void

    • Set the separator character of the OINO ID field

      Parameters

      • idSeparator: string

        character to use as separator of id parts

      Returns void

    • Set the name of the OINODbQueryFilter-param field

      Parameters

      • sqlFilterParam: string

        name of the http parameter with OINODbQueryFilter definition

      Returns void

    • Set the name of the OINODbQueryLimit-param field

      Parameters

      • sqlLimitParam: string

        name of the http parameter with OINODbQueryLimit definition

      Returns void

    • Set the name of the OINODbQueryOrder-param field

      Parameters

      • sqlOrderParam: string

        name of the http parameter with OINODbQueryOrder definition

      Returns void