Uses of Interface
adams.scripting.command.RemoteCommandOnFlow
-
Packages that use RemoteCommandOnFlow Package Description adams.scripting.command adams.scripting.command.flow -
-
Uses of RemoteCommandOnFlow in adams.scripting.command
Classes in adams.scripting.command that implement RemoteCommandOnFlow Modifier and Type Class Description class
AbstractRemoteCommandOnFlowWithResponse
Ancestor for commands that work on flows. -
Uses of RemoteCommandOnFlow in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement RemoteCommandOnFlow Modifier and Type Class Description class
GetFlow
Retrieves a running/registered flow using its ID.class
RestartFlow
Restarts a registered flow via its ID.class
SendFlowControlCommand
Sends a control command to a flow (pause/resume/stop/start).
-