| Package | Description |
|---|---|
| org.hawkular.btm.api.model.config.btxn |
| Modifier and Type | Class and Description |
|---|---|
class |
DataExpression
This class represents an expression applied to a data source.
|
class |
FreeFormExpression
This class represents any complex expression that needs to be
evaluated.
|
class |
JSONExpression
This class represents expression that can be applied to JSON data.
|
class |
LiteralExpression
This class represents a literal.
|
class |
TextExpression
This class represents expression that can be applied to Text data.
|
class |
XMLExpression
This class represents expression that can be applied to XML data.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionBasedAction.getExpression() |
Expression |
Processor.getPredicate() |
Expression |
ProcessorAction.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionBasedAction.setExpression(Expression expression) |
void |
Processor.setPredicate(Expression predicate) |
void |
ProcessorAction.setPredicate(Expression predicate) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.