Klasse Rule.RuleBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Rule.RuleBuilder
- Umschließende Klasse:
Rule
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThis rule is activeattributeContexts(List<String> attributeContexts) Context(s) of the attribute used in rule expressionbuild()description(String description) Rule DescriptionA unique ID for the ruleRule nameOwner of this rule assetruleExpressions(List<RuleExpression> ruleExpressions) Rule condition is defined using ruleExpressionsruleLogicalOperator(String ruleLogicalOperator) Logical operator (AND / OR) that should be used to evaluate Rule expressionruleType(Rule.RuleTypeEnum ruleType) Type of the ruletoString()
-
Methodendetails
-
active
This rule is active- Gibt zurück:
this.
-
attributeContexts
Context(s) of the attribute used in rule expression- Gibt zurück:
this.
-
description
Rule Description- Gibt zurück:
this.
-
id
A unique ID for the rule- Gibt zurück:
this.
-
name
Rule name- Gibt zurück:
this.
-
owner
Owner of this rule asset- Gibt zurück:
this.
-
ruleExpressions
Rule condition is defined using ruleExpressions- Gibt zurück:
this.
-
ruleLogicalOperator
Logical operator (AND / OR) that should be used to evaluate Rule expression- Gibt zurück:
this.
-
ruleType
Type of the rule- Gibt zurück:
this.
-
build
-
toString
-