public interface ControlService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createTask(Control control)
Creates the control task
|
Control |
prepare(java.lang.String controlName,
java.lang.String id)
Returns a parameter object for the task that will execute the control task method.
|
Control prepare(java.lang.String controlName, java.lang.String id)
controlName
- The name of the control method to execute.id
- the CI to execute the control method onjava.lang.String createTask(Control control)
control
- the Control parameter object.TaskService
.