public class DispatchGoalStep extends Object implements IComponentStep<Map<String,Object>>
Constructor and Description |
---|
DispatchGoalStep(String goal)
Dispatches a goal.
|
DispatchGoalStep(String goal,
Map parameters)
Dispatches a goal.
|
DispatchGoalStep(String goal,
String parameterName,
Object parameterValue)
Dispatches a goal.
|
public DispatchGoalStep(String goal)
goal
- The goal.public DispatchGoalStep(String goal, String parameterName, Object parameterValue)
goal
- The goal.parameterName
- Name of a goal parameter.parameterValue
- Value of the goal parameter.public IFuture<Map<String,Object>> execute(IInternalAccess ia)
IComponentStep
execute
in interface IComponentStep<Map<String,Object>>
Copyright © 2012. All Rights Reserved.