interface BoolExpHandler {
    _and?: BoolExpCan[];
    _not?: BoolExpCan;
    _or?: BoolExpCan[];
    dist?: BoolExpLink;
    dist_id?: ComparasionType<Id>;
    execution_provider?: BoolExpLink | Id;
    execution_provider_id?: ComparasionType<Id>;
    handler?: BoolExpLink | Id;
    handler_id?: ComparasionType<Id>;
    isolation_provider?: BoolExpLink | Id;
    isolation_provider_id?: ComparasionType<Id>;
    return?: {
        [key: string]: ReturnBoolExp;
    };
    src?: BoolExpLink;
    src_id?: ComparasionType<Id>;
}

Hierarchy (view full)

Properties

_and?: BoolExpCan[]
_not?: BoolExpCan
_or?: BoolExpCan[]

Relation to link with distribution version of executable handler content.

dist_id?: ComparasionType<Id>

Id of link with distribution version of executable handler content.

execution_provider?: BoolExpLink | Id

Relation to link ExecutionProvider.

execution_provider_id?: ComparasionType<Id>

Id of link ExecutionProvider.

handler?: BoolExpLink | Id

Relation to Handler link.

handler_id?: ComparasionType<Id>

Id of Handler link.

isolation_provider?: BoolExpLink | Id

Relation to link IsolationProvider.

isolation_provider_id?: ComparasionType<Id>

Id of link IsolationProvider.

return?: {
    [key: string]: ReturnBoolExp;
}

Relation to link with source version of executable handler content.

Id of link with source version of executable handler content.

MMNEPVFCICPMFPCPTTAAATR