| Package | Description |
|---|---|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Class and Description |
|---|---|
class |
MassOutputEntry
Basic implementation of
IMassOutputEntry. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IMassOutputEntry> |
ToolOutput.getMassOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolOutput.setMassOutput(java.util.List<IMassOutputEntry> pMassOutput)
Sets the mass output.
|
| Constructor and Description |
|---|
ToolOutput(java.util.List<IToolOutputParameter> pOutputParameters,
java.util.List<IMassOutputEntry> pMassOutput)
Creates a tool output containing output parameters and a mass output.
|
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 | Method and Description |
|---|---|
java.util.List<IMassOutputEntry> |
IToolOutput.getMassOutput()
Gets mass output parameters returned by the tool.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.