JavaScript Extension Development API for Oracle Visual Builder Cloud Service - Classic Applications

Class: bop/js/api/operation/RelationOperator

Representing relationship operator used for creation of CompositeConditions.

Author of the BOP is expected to write his own ConditionVisitor which interpret incoming Conditions and transform them into proper URL query or generally process them any way (s)he need. Usually ConditionVisitor.visitCompositeCondition(..) needs to behave differently based on the RelationOperator assigned to particular CompositeCondition.

Version:
  • 17.1.1
Source:
See:

Members

(static) AND :string

stable API

Represents relationship operator AND of CompositeCondition.

Type:
  • string
Version:
  • 17.1.1
Source:

(static) OR :string

stable API

Represents relationship operator OR of CompositeCondition.

Type:
  • string
Version:
  • 17.1.1
Source:

Methods