| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<IValidationMessage> |
ActionExecutor.getAllValidationMessages(IAction pValActionResult)
Gets all validation messages returned by all tools of an executed action.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IValidationMessage> |
ToolOutput.getValidationMessages() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolOutput.setValidationMessages(java.util.List<IValidationMessage> pValidationMessages)
Sets a list of validation messages.
|
| Constructor and Description |
|---|
ToolOutput(java.util.List<IToolOutputParameter> pOutputParameters,
java.util.List<IMassOutputEntry> pMassOutput,
java.util.List<IResourceOperation> pResourceOperations,
java.util.List<IValidationMessage> pValidationMessages)
Creates a tool output containing output parameters, a mass output,
resource operations and validation messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidateMessage
Base implementation of
IValidationMessage. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IValidationMessage> |
IToolOutput.getValidationMessages()
Returns validation messages returned by the tool.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.