| Package | Description |
|---|---|
| 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 |
|---|---|
java.util.List<IResourceOperation> |
ToolOutput.getResourceOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolOutput.setResourceOperations(java.util.List<IResourceOperation> pResourceOperations)
Sets the list of resource operations.
|
| 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 |
ResourceOperation
Resource operations are created by AWM tools during execution to update AWM
elements according to changes on the represented software model.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceOperation |
IResourceOperation.clone()
Clones the resource operation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IResourceOperation> |
IToolOutput.getResourceOperations()
Gets resource operations created by the tool.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.