Uses of Interface
adams.scripting.command.FlowAwareRemoteCommand
-
Packages that use FlowAwareRemoteCommand Package Description adams.scripting.command adams.scripting.command.basic adams.scripting.command.flow adams.scripting.command.gui -
-
Uses of FlowAwareRemoteCommand in adams.scripting.command
Classes in adams.scripting.command that implement FlowAwareRemoteCommand Modifier and Type Class Description class
AbstractFlowAwareCommand
Ancestor for commands that have a flow context..class
AbstractFlowAwareCommandWithResponse
Ancestor for commands with a response that have flow context. -
Uses of FlowAwareRemoteCommand in adams.scripting.command.basic
Classes in adams.scripting.command.basic that implement FlowAwareRemoteCommand Modifier and Type Class Description class
Text
Just sends some text. -
Uses of FlowAwareRemoteCommand in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement FlowAwareRemoteCommand Modifier and Type Class Description class
RemoteFlowExecution
Allows the remote execution of flows, including the transfer of storage items from the flow triggering the remote execution. -
Uses of FlowAwareRemoteCommand in adams.scripting.command.gui
Classes in adams.scripting.command.gui that implement FlowAwareRemoteCommand Modifier and Type Class Description class
MenuItem
Launches the specified menu item on the remote machine.
-