| Package | Description |
|---|---|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Class and Description |
|---|---|
class |
FileOutputParameter
Basic implementation of
IFileOutputParameter. |
class |
PropertyOutputParameter
Output parameter implementation to return a property value.
|
class |
TableOutputParameter
A file output parameter which attempts to convert a
StringTable into
the table structure provided by the file descriptor referenced by the modeled
output parameter. |
class |
ToolOutputParameter
Standard implementation of
IToolOutputParameter. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IToolOutputParameter> |
ToolOutput.getOutputParameters() |
java.util.List<IToolOutputParameter> |
MassOutputEntry.getOutputParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolOutput.addOutputParameter(IToolOutputParameter pToolOutputParameter,
IToolContext pToolContext)
Adds an output parameter to the tool output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolOutput.setOutputParameters(java.util.List<IToolOutputParameter> pOutputParameters)
Sets the list of output parameters.
|
| Constructor and Description |
|---|
MassOutputEntry(IToolContext pSubContext,
java.util.List<IToolOutputParameter> pOutputParameters)
Creates a new mass output entry.
|
ToolOutput(java.util.List<IToolOutputParameter> pOutputParameters)
Creates a tool output only containing output parameters.
|
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 | Interface and Description |
|---|---|
interface |
IFileOutputParameter
An output parameter for a modeled output parameter of the type
EParameterTypes.FILE. |
interface |
IPropertyOutputParameter
An output parameter for a modeled output parameter of the type
EParameterTypes.STRING. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IToolOutputParameter> |
IToolOutput.getOutputParameters()
Gets output parameters returned by the tool.
|
java.util.Collection<IToolOutputParameter> |
IMassOutputEntry.getOutputParameters()
Gets output parameters returned for the mass output entry.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.