| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| 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.toolexecution | |
| com.microfocus.awm.utility |
Internal helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ActionExecutor.getParameterValue(RToolInParameter pInparm,
IExecutionContext pContext)
|
| Modifier and Type | Method and Description |
|---|---|
RToolInParameter |
StringInputParameter.getModelObject() |
RToolInParameter |
FileInputParameter.getModelObject() |
| Constructor and Description |
|---|
FileInputParameter(RToolInParameter pModeledInputParameter,
FileDescriptor pValue,
IExecutionContext pContext)
Basic constructor.
|
StringInputParameter(RToolInParameter pModeledInputParameter,
Property pTargetID,
java.lang.String pValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IToolInputParameter |
TaurusFactory.createInputParameter(RToolInParameter pRToolInParameter,
IToolContext pToolContext)
|
static FileDescriptor |
TaurusModelUtilities.getFileDescriptorByInputParam(RToolInParameter pIp,
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 IPropertyValue |
TaurusModelUtilities.getParameterPropertyValue(RToolInParameter pStringInparm,
IExecutionContext pContext)
Returns a property value for the given parameter.
|
static java.lang.String |
TaurusModelUtilities.getParameterValue(RToolInParameter pInparm,
IExecutionContext pContext)
Returns the value of the given parameter or
null. |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
java.util.List<RToolInParameter> pParameters,
IExecutionContext pContext)
Creates an element ID from the given list of input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
RToolInParameter |
TaurusFactory.createRToolInParameter()
Returns a new object of class 'RTool In Parameter'.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
RToolInParameter |
RActionParmOverrideImpl.basicGetParmToOverride() |
RToolInParameter |
TaurusFactoryImpl.createRToolInParameter() |
RToolInParameter |
RActionParmOverrideImpl.getParmToOverride() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RToolInParameter> |
ToolDescriptorImpl.getFileInputParms() |
org.eclipse.emf.common.util.EList<RToolInParameter> |
ToolDescriptorImpl.getInputParm() |
java.util.List<RToolInParameter> |
ToolDescriptorImpl.getStringInputParms() |
| Modifier and Type | Method and Description |
|---|---|
void |
RActionParmOverrideImpl.setParmToOverride(RToolInParameter newParmToOverride) |
| Modifier and Type | Method and Description |
|---|---|
RToolInParameter |
RActionParmOverride.getParmToOverride()
Returns the value of the 'Parm To Override' reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RToolInParameter> |
ToolDescriptor.getFileInputParms()
Gets the input parameters of the tool descriptor which have the type
'File'.
|
org.eclipse.emf.common.util.EList<RToolInParameter> |
ToolDescriptor.getInputParm()
Returns the value of the 'Input Parm' containment
reference list.
|
java.util.List<RToolInParameter> |
ToolDescriptor.getStringInputParms()
Gets the input parameters of the tool descriptor which have the type
'String'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RActionParmOverride.setParmToOverride(RToolInParameter value)
Sets the value of the
'
Parm To Override' reference. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RActionParmOverrideValidator.validateParmToOverride(RToolInParameter value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ToolDescriptorValidator.validateInputParm(org.eclipse.emf.common.util.EList<RToolInParameter> value) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseRToolInParameter(RToolInParameter object)
Returns the result of interpreting the object as an instance of
'RTool In Parameter'.
|
boolean |
TaurusValidator.validateRToolInParameter_CorrectTargetForType(RToolInParameter rToolInParameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the CorrectTargetForType constraint of ' RTool In
Parameter'.
|
boolean |
TaurusValidator.validateRToolInParameter(RToolInParameter rToolInParameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
RToolInParameter |
IToolInputParameter.getModelObject() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IToolInputParameter> |
AWMInternalUtility.findInputParameter(RToolInParameter pInParameter,
IToolContext pToolContext,
java.lang.Class<T> pType)
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.