Function validatePropertyExpressionChain
- validatePropertyExpressionChain(
propertyExpression: AbstractPropertyExpression,
graph: PureModel,
queryBuilderState: QueryBuilderState,
): void Parameters
- propertyExpression: AbstractPropertyExpression
- graph: PureModel
- queryBuilderState: QueryBuilderState
Returns void
Checks if the milestoning property expression is valid in terms of number of parameter values provided in relation to its milestoning type.
NOTE: this takes date propgation into account. See the table below for all the combination:
[target] | | NONE | PR_TMP | BI_TMP | BU_TMP |
Annotations:
[source]: source temporal type [target]: target temporal type
PR_TMP : processing temporal BI_TMP : bitemporal BU_TMP : business temporal
X : no default date propagated PRD : default processing date is propagated BUD : default business date is propgated