| Package | Description |
|---|---|
| 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.modelextension |
Copyright (C) Micro Focus.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Method and Description |
|---|---|
RToolParameter |
AbstractToolParameter.getModelObject() |
| Constructor and Description |
|---|
AbstractToolParameter(RToolParameter pModeledParameter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FileDescriptor |
TaurusModelUtilities.getFileDescriptorFromParameter(RToolParameter pParm,
IExecutionContext pContext)
Deprecated.
Does not resolve property references from the main context,
if the given
IExecutionContext is a mass processing
sub context. Use
TaurusModelUtilities.getFileDescriptorFromParameter(RToolParameter, IToolContext)
instead. |
static FileDescriptor |
TaurusModelUtilities.getFileDescriptorFromParameter(RToolParameter pParm,
IToolContext pToolContext)
Resolves and returns a file descriptor referenced by a tool parameter.
|
| Modifier and Type | Method and Description |
|---|---|
RToolParameter |
TaurusFactory.createDynamicToolParameter(ToolTypeParameter pParameter)
Creates a dynamic tool parameter based on a
ToolTypeParameter. |
| Modifier and Type | Class and Description |
|---|---|
class |
RToolInParameterImpl
An implementation of the model object 'RTool
In Parameter'.
|
class |
RToolInParameterUnresolved
Extension of
RToolParameterImpl used for references to tool parameter
which are not resolved at runtime, due to absence of their function package. |
class |
RToolOutParameterImpl
An implementation of the model object 'RTool
Out Parameter'.
|
class |
RToolParameterImpl
An implementation of the model object 'RTool
Parameter'.
|
| Modifier and Type | Method and Description |
|---|---|
RToolParameter |
TaurusFactoryImpl.createDynamicToolParameter(ToolTypeParameter pParameter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RToolInParameter
This relationship describes exactly one input
parameter of a tool.
|
interface |
RToolOutParameter
The output parameters of a tool will be temporarily
saved during the execution of an action, so that subsequent tools can use
them as input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static ToolTypeParameter |
ModelExtensionUtilities.getToolTypeParameter(RToolParameter pTp)
Gets the
ToolTypeParameter of the given tool type parameter. |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseRToolParameter(RToolParameter object)
Returns the result of interpreting the object as an instance of 'RTool Parameter'.
|
boolean |
TaurusValidator.validateRToolParameter_ExtensionIDForParameterValidation(RToolParameter rToolParameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ExtensionIDForParameterValidation constraint of 'RTool
Parameter'.
|
boolean |
TaurusValidator.validateRToolParameter(RToolParameter rToolParameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
RToolParameter |
IToolParameter.getModelObject() |
Copyright © 2015 Micro Focus GmbH. All rights reserved.