public static class TypeProcessor.PropertyEvaluator extends Object
Constructor and Description |
---|
PropertyEvaluator()
The default constructor for the property evaluator.
|
Modifier and Type | Method and Description |
---|---|
ExpressionEvaluator |
getEvaluator()
This method gets the context value
expression evaluator.
|
String |
getHeader()
This method gets the header name.
|
String |
getName()
This method gets the property name.
|
void |
process(Object information,
Map<String,Object> headers,
ActivityType actType)
This method processes the supplied information to extract the
property details for association with the supplied
activity type.
|
void |
setEvaluator(ExpressionEvaluator evaluator)
This method sets the context value's
expression evaluator.
|
void |
setHeader(String header)
This method sets the header name.
|
void |
setName(String name)
This method sets the property name.
|
String |
toString() |
public PropertyEvaluator()
public String getName()
public void setName(String name)
name
- The property namepublic String getHeader()
public void setHeader(String header)
header
- The optional headerpublic ExpressionEvaluator getEvaluator()
public void setEvaluator(ExpressionEvaluator evaluator)
evaluator
- The expression evaluatorpublic void process(Object information, Map<String,Object> headers, ActivityType actType)
information
- The informationheaders
- The optional header informationactType
- The activity typeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.