| Package | Description |
|---|---|
| org.hawkular.btm.api.internal.actions | |
| org.hawkular.btm.api.model.config.btxn |
| Modifier and Type | Method and Description |
|---|---|
ProcessorAction |
ProcessorActionHandler.getAction() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorActionHandler |
ProcessorActionHandlerFactory.getHandler(ProcessorAction action)
This method returns an action handler for the supplied action.
|
abstract void |
ExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate)
This method initialises the expression handler.
|
void |
FreeFormExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
void |
XMLExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
void |
DataExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate)
This method initialises the expression handler.
|
void |
JSONExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
void |
LiteralExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
void |
TextExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
protected void |
ProcessorActionHandler.setAction(ProcessorAction action) |
| Constructor and Description |
|---|
AddContentActionHandler(ProcessorAction action)
This constructor initialises the action.
|
AddCorrelationIdActionHandler(ProcessorAction action)
This constructor initialises the action.
|
EvaluateURIActionHandler(ProcessorAction action)
This constructor initialises the action.
|
ExpressionBasedActionHandler(ProcessorAction action)
This constructor initialises the action.
|
ProcessorActionHandler(ProcessorAction action) |
SetDetailActionHandler(ProcessorAction action)
This constructor initialises the action.
|
SetFaultActionHandler(ProcessorAction action)
This constructor initialises the action.
|
SetFaultDescriptionActionHandler(ProcessorAction action)
This constructor initialises the action.
|
SetPropertyActionHandler(ProcessorAction action)
This constructor initialises the action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddContentAction
This class represents the action of adding content.
|
class |
AddCorrelationIdAction
This class represents the action of adding a correlation identifier.
|
class |
EvaluateURIAction
This class represents the action of extracting properties from
a URI, based on a template, and then rewriting the URI to be
the template.
|
class |
ExpressionBasedAction
This abstract class represents an action that is based on an expression.
|
class |
SetDetailAction
This class represents the action of setting a detail on the node.
|
class |
SetFaultAction
This class represents the action of setting a fault code.
|
class |
SetFaultDescriptionAction
This class represents the action for setting the fault description.
|
class |
SetPropertyAction
This class represents the action of setting a property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessorAction> |
Processor.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.setActions(List<ProcessorAction> actions) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.