public interface IToolOutput
A tool's output is processed by AWM right after it has been executed.
ToolOutput,
IToolExecutor2| Modifier and Type | Method and Description |
|---|---|
java.util.List<IMassOutputEntry> |
getMassOutput()
Gets mass output parameters returned by the tool.
|
java.util.List<IToolOutputParameter> |
getOutputParameters()
Gets output parameters returned by the tool.
|
java.util.List<IResourceOperation> |
getResourceOperations()
Gets resource operations created by the tool.
|
java.util.List<IValidationMessage> |
getValidationMessages()
Returns validation messages returned by the tool.
|
java.util.List<IToolOutputParameter> getOutputParameters()
Parameter From = EParmFromTypes.PREVIOUS_TOOL) and
are used for resource operations set in the tool descriptor.
The returned list only contains single-processing output parameters.
Mass-output parameters must be returned via IMassOutputEntrys
(see getMassOutput()).
Returned file output parameters can also be processed by AWM, if an element list should be created.
java.util.List<IMassOutputEntry> getMassOutput()
java.util.List<IResourceOperation> getResourceOperations()
Returned operations are only processed if the
Resource Processing attribute of the executed tool
descriptor is set to EResourceProcessingTypes.TOOLDEFINED.
Otherwise they will be ignored.
java.util.List<IValidationMessage> getValidationMessages()
By default, validation messages can only be displayed in AWM modeled dialogs, when the tool was executed as part of an Open Modeled Dialog Validation Action.
Copyright © 2015 Micro Focus GmbH. All rights reserved.