| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.control.toolexecution.internal | |
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.meta |
Core classes of the AWM meta model plug-in.
|
| com.microfocus.awm.meta.impl |
Implementations of AWM model access interfaces.
|
| com.microfocus.awm.meta.interfaces |
Provides access to the AWM modeled data like AWM
action descriptors, application options, element list structures,
element types, file descriptors, filter types, function packages,
global actions, icons, tool descriptors, and so on.
|
| com.microfocus.awm.meta.interfaces.validation |
Internal validation interfaces for objects of the AWM meta model.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| com.microfocus.awm.model.toolexecution | |
| com.microfocus.awm.utility |
Internal helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTaurusToolExecutor.createMassOutputParameters(java.util.List<java.util.Map<RToolOutParameter,java.lang.String>> pMassToolOutParmValues,
IExecutionContext pContext)
Deprecated.
Warning! This method clears any existing mass processing context.
|
void |
AbstractTaurusToolExecutor.createSingleOutputParameters(java.util.List<RToolOutParameter> pRToolOutParams,
java.util.List<java.lang.String> pPropValues,
IExecutionContext pContext,
ToolExecutionStatus pToolExecutionStatus)
Deprecated.
Properly registers returned tool parameters in the execution context and
execution status.
|
| Modifier and Type | Method and Description |
|---|---|
RToolOutParameter |
ToolOutputParameter.getModelObject() |
| Modifier and Type | Method and Description |
|---|---|
RToolOutParameter |
ModeledToolOutputParameter.getModelObject() |
| Constructor and Description |
|---|
ModeledFileOutputParameter(RToolOutParameter pModeledOutParm)
Basic constructor.
|
ModeledPropertyOutputParameter(RToolOutParameter pModeledOutParm)
Basic constructor.
|
ModeledToolOutputParameter(RToolOutParameter pModeledOutputParameter)
Creates a modeled output parameter instance.
|
| Modifier and Type | Method and Description |
|---|---|
static IModeledToolOutputParameter |
TaurusFactory.createOutputParameter(RToolOutParameter pRToolOutParameter)
Creates a new
IModeledToolOutputParameter instance based on the
provided RToolOutParameter |
| Modifier and Type | Method and Description |
|---|---|
RToolOutParameter |
TaurusFactory.createRToolOutParameter()
Returns a new object of class 'RTool Out Parameter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RToolOutParameterImpl
An implementation of the model object 'RTool
Out Parameter'.
|
| Modifier and Type | Method and Description |
|---|---|
RToolOutParameter |
TaurusFactoryImpl.createRToolOutParameter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RToolOutParameter> |
ToolDescriptorImpl.getFileOutputParms() |
org.eclipse.emf.common.util.EList<RToolOutParameter> |
ToolDescriptorImpl.getOutputParm() |
java.util.List<RToolOutParameter> |
ToolDescriptorImpl.getStringOutputParms() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RToolOutParameter> |
ToolDescriptor.getFileOutputParms()
Gets the output parameters of the tool descriptor which have the type
'File'.
|
org.eclipse.emf.common.util.EList<RToolOutParameter> |
ToolDescriptor.getOutputParm()
Returns the value of the 'Output Parm' containment
reference list.
|
java.util.List<RToolOutParameter> |
ToolDescriptor.getStringOutputParms()
Gets the output parameters of the tool descriptor which have the type
'String'.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ToolDescriptorValidator.validateOutputParm(org.eclipse.emf.common.util.EList<RToolOutParameter> value) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseRToolOutParameter(RToolOutParameter object)
Returns the result of interpreting the object as an instance of
'RTool Out Parameter'.
|
boolean |
TaurusValidator.validateRToolOutParameter_HasTargetId(RToolOutParameter rToolOutParameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the HasTargetId constraint of 'RTool Out Parameter'.
|
boolean |
TaurusValidator.validateRToolOutParameter(RToolOutParameter rToolOutParameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RToolOutParameter> |
IExecutionContext.getParmsForOutputDialog()
Returns a List of
RToolOutParameters, which have the
attribute To_OutputDialog set to true. |
| Modifier and Type | Method and Description |
|---|---|
void |
IExecutionContext.addParmForOutputDialog(RToolOutParameter pOutParm)
Parameters added to the ExecutionContext by this Method will be shown in
an output dialog at the end of an Action.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RToolOutParameter> |
ExecutionContext.getParmsForOutputDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.addParmForOutputDialog(RToolOutParameter pOutParm) |
| Modifier and Type | Method and Description |
|---|---|
RToolOutParameter |
IToolOutputParameter.getModelObject() |
RToolOutParameter |
IModeledToolOutputParameter.getModelObject() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IModeledToolOutputParameter> |
AWMInternalUtility.findOutputParameter(RToolOutParameter pOutParm,
IToolContext pToolContext,
java.lang.Class<T> pType)
Searches for a
IModeledToolOutputParameter in the given
IToolContext based on the given RToolOutParameter. |
Copyright © 2015 Micro Focus GmbH. All rights reserved.