public interface IMassOutputEntry
Tools that support mass output parameters should return a mass output entry
for every sub-context of the IMassProcessingToolContext. Each mass
output entry should contain all IToolOutputParameters the tool wants
to return. The corresponding IModeledToolOutputParameters can be
obtained from the sub-context itself.
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IToolOutputParameter> |
getOutputParameters()
Gets output parameters returned for the mass output entry.
|
IToolContext |
getSubConntext()
Returns the sub-context of this entry.
|
IToolContext getSubConntext()
java.util.Collection<IToolOutputParameter> getOutputParameters()
Copyright © 2015 Micro Focus GmbH. All rights reserved.