public class ProcessorAction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessorAction.ActionType
This enumerated type identifies the types of action that
can be performed.
|
| Constructor and Description |
|---|
ProcessorAction() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorAction.ActionType |
getActionType() |
String |
getExpression() |
String |
getName() |
String |
getPredicate() |
CorrelationIdentifier.Scope |
getScope() |
String |
getType() |
void |
setActionType(ProcessorAction.ActionType actionType) |
void |
setExpression(String expression) |
void |
setName(String name) |
void |
setPredicate(String predicate) |
void |
setScope(CorrelationIdentifier.Scope scope) |
void |
setType(String type) |
String |
toString() |
public String getName()
public void setName(String name)
name - the name to setpublic String getType()
public void setType(String type)
type - the type to setpublic CorrelationIdentifier.Scope getScope()
public void setScope(CorrelationIdentifier.Scope scope)
scope - the scope to setpublic ProcessorAction.ActionType getActionType()
public void setActionType(ProcessorAction.ActionType actionType)
actionType - the actionType to setpublic String getPredicate()
public void setPredicate(String predicate)
predicate - the predicate to setpublic String getExpression()
public void setExpression(String expression)
expression - the expression to setCopyright © 2015 Red Hat, Inc.. All rights reserved.