Package | Description |
---|---|
com.embotics.vlm.plugin | |
com.embotics.vlm.plugin.actions |
Modifier and Type | Method and Description |
---|---|
VCommanderAction |
VCommanderBuilder.getAction() |
Modifier and Type | Method and Description |
---|---|
List<Descriptor<VCommanderAction>> |
VCommanderBuilder.VCommanderBuilderDescriptor.getActions() |
Constructor and Description |
---|
VCommanderBuilder(VCommanderAction action) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVCommanderAction
A base class to be extended by the vCommadner actions.
|
class |
VCommanderRequestNewServiceAction
A vCommander Action, which submits a new service request
|
class |
VCommanderRunWorkflowAction
A vCommander Action, which triggers a command workflow
|
class |
VCommanderWaitForRequestNewServiceAction
A vCommander Action, which should be used in pair with VCommanderRequestNewServiceAction
If that action was submitted asynchronously, this step should be used to wait for the results
|
class |
VCommanderWaitForRunWorkflowAction
A vCommander Action, which should be used in pair with VCommanderRunWorkflowAction
If that action was submitted asynchronously, this step should be used to wait for the results
|
Modifier and Type | Method and Description |
---|---|
Descriptor<VCommanderAction> |
VCommanderWaitForRequestNewServiceAction.getDescriptor() |
Descriptor<VCommanderAction> |
VCommanderRequestNewServiceAction.getDescriptor() |
Descriptor<VCommanderAction> |
VCommanderRunWorkflowAction.getDescriptor() |
Descriptor<VCommanderAction> |
VCommanderWaitForRunWorkflowAction.getDescriptor() |
Copyright © 2016–2021. All rights reserved.