Interface CxTriggerDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultCxTriggerDao
-
Method Summary
Modifier and TypeMethodDescriptionfindTriggerByCode(String code, CxVariationModel variation) Finds trigger with given codefindTriggers(CxVariationModel variation) Finds all triggers for given variation
-
Method Details
-
findTriggers
Finds all triggers for given variation- Parameters:
variation- parent variation- Returns:
- collection of CxAbstractTriggerModel (may be empty)
-
findTriggerByCode
Finds trigger with given code- Parameters:
code- trigger identifiervariation- parent variation- Returns:
- Optional with trigger or optional.empty if nothing was found
-