Interface ConditionalRuleComponent
- All Superinterfaces:
RuleComponent
A
RuleComponent that can optionally hide itself from the system, depending on certain static conditions.
Useful for handling versions availability etc. Only useful as a server override.-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid()Given the state, should the component be shownMethods inherited from interface com.codebarrel.automation.api.component.RuleComponent
createBulkValidator, getConfigTransformer, getConfigType, getCustomContextProvider, getExecutor, getNameKey, getOptimiser, getValidator
-
Method Details
-
isValid
boolean isValid()Given the state, should the component be shown
-