Data Object - FilterSpecConstraint

Property of
FilterSpec, FilterSpecConstraint
Extends
DynamicData
See also
FilterSpecComparisonOperator, FilterSpecLogicalOperator

Data Object Description

Basic building block of a filter spec that specifies a single constraint in the form of a comparitive operation.

Properties

Name Type Description
childConstraint*FilterSpecConstraint[]

List of constraints to be grouped together with the given logical operator.
childConstraintLogicalOperator*FilterSpecLogicalOperator

Logical operator to be applied to the child constraints.
comparisonOperator*FilterSpecComparisonOperator

Filter operator.
propertyName*xsd:string

Property name.
propertyValue*xsd:string

Property value.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set