- java.lang.Object
-
- org.praxislive.core.services.TaskService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaskService.Task-
Nested classes/interfaces inherited from interface org.praxislive.core.Protocol
Protocol.Type<T extends Protocol>, Protocol.TypeProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringSUBMITstatic ControlInfoSUBMIT_INFO
-
Constructor Summary
Constructors Constructor Description TaskService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
SUBMIT
public static final String SUBMIT
- See Also:
- Constant Field Values
-
SUBMIT_INFO
public static final ControlInfo SUBMIT_INFO
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-