| Package | Description |
|---|---|
| org.hawkular.btm.api.internal.actions | |
| org.hawkular.btm.api.model.config.btxn |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionHandler.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionHandler |
ExpressionHandlerFactory.getHandler(Expression expression)
This method returns an expression handler for the supplied expression.
|
void |
ExpressionHandler.setExpression(Expression expression) |
| Constructor and Description |
|---|
DataExpressionHandler(Expression expression) |
ExpressionHandler(Expression expression) |
FreeFormExpressionHandler(Expression expression) |
JSONExpressionHandler(Expression expression) |
LiteralExpressionHandler(Expression expression) |
TextExpressionHandler(Expression expression) |
XMLExpressionHandler(Expression expression) |
| 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–2016 Red Hat, Inc.. All rights reserved.