Package com.avoka.fc.core.event
Class EntryCondition
java.lang.Object
com.avoka.fc.core.event.EntryCondition
Contains the entry conditions used to trigger an event
- Since:
- 22.10.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
void
void
setPreviousValue
(String previousValue) void
setTargetValueOperand
(String targetValueOperand) void
setTargetValues
(List<String> targetValues)
-
Field Details
-
NULL_VALUE
- See Also:
-
WILDCARD_VALUE
- See Also:
-
-
Constructor Details
-
EntryCondition
public EntryCondition()
-
-
Method Details
-
getKey
-
setKey
-
getTargetValueOperand
-
setTargetValueOperand
-
getPreviousValue
-
setPreviousValue
-
getTargetValues
-
setTargetValues
-