TIBCO ActiveMatrix Mediation Implementation Type v3.3.1
A B C D E F G H I L M N O P R S T U V

A

aboutToBeHidden() - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
This method is called when the view is about to be hidden so that actions can be removed from the toolbar.
aboutToBeShown() - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
This method is called when the view is about to be shown so that actions can be added to the toolbar.
ACTION_GROUP - Static variable in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Standard group name for a mediation task that performs actions.
adapter - Variable in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Notification mechanism to listen for model changes.
appendAttributeCommands(EClass, EPackage, CompoundCommand, String) - Method in class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSection
Creates the command for each of the user defined mediation task attributes.
appendAttributeCommands(EClass, EPackage, CompoundCommand, String) - Method in interface com.tibco.amsb.core.task.ui.property.ICustomMediationTaskGeneralSection
Creates the command for each of the user defined mediation task attributes.

B

BaseMapperSection - Class in com.tibco.amsb.core.task.ui.property
This base class provides all of the general methods for a mapper section that may be used by any derived class.
BaseMapperSection() - Constructor for class com.tibco.amsb.core.task.ui.property.BaseMapperSection
 
BaseMediationSection_no_problems_massage - Static variable in class com.tibco.amsb.core.task.ui.Messages
 
BaseMediationSection_validationReport_caption_problems - Static variable in class com.tibco.amsb.core.task.ui.Messages
 
BaseMediationSection_validationReport_section_title - Static variable in class com.tibco.amsb.core.task.ui.Messages
 
BaseMediationValidator - Class in com.tibco.amsb.core.task.model.validation
All validation classes should extend this class and define their error messages here.
BaseMediationValidator() - Constructor for class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
BasePropertySection - Class in com.tibco.amsb.core.task.ui.property
Base class for Properites View tabs that contains the common infrastructure for creating and managing properties.
BasePropertySection() - Constructor for class com.tibco.amsb.core.task.ui.property.BasePropertySection
 
bindValidation(Control, Collection<EObject>, Set<String>, String) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
 
bindValidation(Control, EStructuralFeature, String) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
 

C

canConvertModel(MediationTask) - Method in class com.tibco.amsb.core.task.model.ext.MediationTaskTypeExtension
Returns true if this mediation task type extension can convert the provided mediation task model
checkForEmptyName(MediationTask, EObject, DiagnosticChain) - Method in class com.tibco.amsb.core.task.model.validation.MediationTaskValidator
 
com.tibco.amsb.core.mediationextmodel - package com.tibco.amsb.core.mediationextmodel
 
com.tibco.amsb.core.task.model.ext - package com.tibco.amsb.core.task.model.ext
 
com.tibco.amsb.core.task.model.persistence - package com.tibco.amsb.core.task.model.persistence
 
com.tibco.amsb.core.task.model.report - package com.tibco.amsb.core.task.model.report
 
com.tibco.amsb.core.task.model.validation - package com.tibco.amsb.core.task.model.validation
 
com.tibco.amsb.core.task.ui - package com.tibco.amsb.core.task.ui
 
com.tibco.amsb.core.task.ui.property - package com.tibco.amsb.core.task.ui.property
 
com.tibco.mediation.task.rt - package com.tibco.mediation.task.rt
 
com.tibco.mediation.task.rt.context - package com.tibco.mediation.task.rt.context
 
com.tibco.mediation.task.rt.fault - package com.tibco.mediation.task.rt.fault
 
contributeLabel - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
contributeOutputField - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
CONTROL_GROUP - Static variable in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Standard group name for a mediation task that affects the mediation execution path.
convertMediationTask(MediationTask) - Method in class com.tibco.amsb.core.task.model.ext.MediationTaskTypeExtension
Creates an instance of the mediation task model, converting the provided task model
createAttributeControls(EClass, ScrolledForm, XpdFormToolkit) - Method in class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSection
Creates the SWT controls by iterating over the EAttributes defined for the mediation task model.
createAttributeControls(EClass, ScrolledForm, XpdFormToolkit) - Method in class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSectionV21
Creates the SWT controls by iterating over the EAttributes defined for the mediation task model.
createAttributeControls(EClass, ScrolledForm, XpdFormToolkit) - Method in interface com.tibco.amsb.core.task.ui.property.ICustomMediationTaskGeneralSection
Creates the SWT controls by iterating over the EAttributes defined for the mediation task model.
createBaseCommand(Object) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Create a compound command to update the standard attributes of mediation task.
createBaseForm(Composite, XpdFormToolkit) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Derived classes use this method to create the base form for this section.
createContributeCommand(CompoundCommand, boolean) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
createContributeOutputField(Composite, XpdFormToolkit) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Helper method to create the contribute output label & field, so derived classes can call this method as needed to get the same effect as when the base class calls it.
createMapperAdapter() - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Create a mapper adapter that derived classes will use to set mapper values
createMapperAdapter() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperSection
This method returns a mapper input/output adapter that provides the left and right tree data for a given mediation task.
createMediationTask() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelFactory
Returns a new object of class 'Mediation Task'.
createMediationTaskReport(MediationTask) - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReportFactory
Creates a mediation task report given a mediation task model
createMediationTaskTypeInstance() - Method in class com.tibco.amsb.core.task.model.ext.MediationTaskTypeExtension
Creates a mediation task model of this type
createTaskEditPart(FlowDataProvider, MediationTask) - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Create an edit part delegate object.
CustomMediationTaskGeneralSection - Class in com.tibco.amsb.core.task.ui.property
CustomMediationTaskGeneralSection defines a general properties section for a user defined mediation task.This abstract class provides methods for creating SWT controls based on the type of the EAttribute property that is defined by user using the mediation task model wizard or the ECore editors.
CustomMediationTaskGeneralSection() - Constructor for class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSection
 
CustomMediationTaskGeneralSectionV21 - Class in com.tibco.amsb.core.task.ui.property
CustomMediationTaskGeneralSectionV21 defines a general properties section for a user defined mediation task built with AMSB 2.1.
CustomMediationTaskGeneralSectionV21() - Constructor for class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSectionV21
 

D

DATA_GROUP - Static variable in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Standard group name for a mediation task that modifies data.
DataBindingType - Enum in com.tibco.mediation.task.rt.context
enum DataBindingType encapsulates the data model associated with a mediation task
description - Variable in class com.tibco.amsb.core.task.ui.HoverTipProperty
Display string for the property description.
descriptionText - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
deserialize(Activity) - Method in interface com.tibco.amsb.core.task.model.persistence.MediationTaskDeserializer
 
destroy() - Method in class com.tibco.mediation.task.rt.Task
The destroy method is called once by the Process Engine before the instance is destroyed.
dispose() - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
 
doCreateControls(Composite, XpdFormToolkit) - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
 
doCreateControls(Composite, XpdFormToolkit) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Standard method to create the user interface controls for this section.
doCreateControls(Composite, XpdFormToolkit) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
 
doGetCommand(Object) - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
 
doGetCommand(Object) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
return an EMF command that will change the model object based on the control values
doGetCommand(Object) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperSection
Override this method if the task is using a non-standard way to specify the input binding.
doGetCommand(Object) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
Called to update the task model when changes occur.
doGetInputContainer() - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Abstract method not used in this implementation.
doRefresh() - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
 
doRefresh(EClass) - Method in class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSection
Refreshes the widgets for each of the user defined mediation task attributes.
doRefresh(EClass) - Method in interface com.tibco.amsb.core.task.ui.property.ICustomMediationTaskGeneralSection
Refreshes the widgets for each of the user defined mediation task attributes.
doRefresh() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Update the control values on the property sheet with the current model values
doRefresh() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
Called after the input is set to refresh the output tree.

E

editPart - Variable in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Handle to the selected task edit part used to access context information about the rest of the flow.
editPart - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
 
eINSTANCE - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The singleton instance of the package.
eNAME - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The package name.
eNS_PREFIX - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The package namespace name.
eNS_URI - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The package namespace URI.
ERROR_DUPLICATE_MEDIATION_ENDPOINT_NAME - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_DUPLICATE_TARGET_ENDPOINT_NAME - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_DUPLICATE_TASK_NAME - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_EMPTY_PROPERTY_VALUE - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_EMPTY_TARGET_NAMESPACE - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_FLOW_INPUT_MISMATCH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_FLOW_OUTPUT_MISMATCH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_GENERAL_SCHEMA_PROBLEM - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_INVALID_FLOW_FAULT_PATH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_INVALID_FLOW_OUTPUT_PATH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_INVALID_MEDIATION_REVERSE_PATH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_MEDIATION_TASK_PROBLEM - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_MISSING_EXCHANGE_VARIABLE - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_MISSING_NAME - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_MISSING_TARGET - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_NAMESPACE_COLLISION - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_NO_MEDIATION_PATH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_NO_SDR_TASK_DEFINED_FOR_DYNAMIC_INTERFACE - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_ROUTE_TASK_PROBLEM - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_TARGET_ENDPOINT_PROBLEM - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_TASK_INPUT_MISMATCH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_TASK_OUTPUT_MISMATCH - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_TASK_POSITION_ERROR - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_TRANSFORMATION_TASK_PROBLEM - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_UNKNOWN - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
ERROR_XROUTE_TASK_PROBLEM - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
Exchange<N> - Interface in com.tibco.mediation.task.rt
Interface Exchange encapsulates the data flowing through a process flow for a particular message.
execute(Command) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
This method is used for non-standard fields to execute commands when those fields change.
execute(N, Exchange<N>) - Method in class com.tibco.mediation.task.rt.Task
The Process engine invokes this method to execute a task.

F

FAULT_PATH - Static variable in interface com.tibco.amsb.core.task.ui.FlowDataProvider
Mediation related to faults of an operation.
FlowContext - Interface in com.tibco.mediation.task.rt.context
Interface FlowContext encapsulates the data associated with a mediation flow
FlowDataProvider - Interface in com.tibco.amsb.core.task.ui
This interface provides a mechanism for mediation task plugins to access information about their context, such as their input schema source or output schema target.
flowDataProvider - Variable in class com.tibco.amsb.core.task.ui.property.TaskEditPart
Access interface to the mediation flow context for a mediation task
forceLayoutForScrollParent(Text) - Method in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
 
forceLayoutForScrollParent(StyledText) - Method in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
 

G

getAdapter(Class) - Method in class com.tibco.amsb.core.task.ui.property.TaskEditPart
Mechanism to have this edit part transform itself into other objects so they can be used in many places.
getAttributeLabel(EAttribute) - Method in class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSection
Return the label of the mediation task attribute.
getBindingManager() - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
 
getComponentName() - Method in interface com.tibco.mediation.task.rt.context.FlowContext
The getComponentName() method returns the name of the component associated with the mediation flow
getComponentNameURI() - Method in interface com.tibco.mediation.task.rt.context.FlowContext
The getComponentNameURI() method returns the URI for component associated with the mediation flow
getContext() - Method in class com.tibco.mediation.task.rt.Task
The getContext() method returns the context of the task
getControlId(EStructuralFeature) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
 
getDataBindingType() - Method in interface com.tibco.mediation.task.rt.Exchange
Returns the data binding type.
getDataBindingTypes() - Method in interface com.tibco.mediation.task.rt.context.FlowContext
Returns a list of supported data binding types
getDescription() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Returns the value of the 'Description' attribute.
getEditingDomain() - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Return the editing domain used to build and execute EMF commands.
getEditingDomain() - Method in class com.tibco.amsb.core.task.ui.property.TaskEditPart
Returns the editing domain used to make changes to the model
getExchangeVariable() - Method in interface com.tibco.mediation.task.rt.Exchange
The getExchangeVariable method returns the exchange variable for a particular message exchange in the current path
getFlowContext() - Method in interface com.tibco.mediation.task.rt.context.OperationContext
The getFlowContext() method returns the flow context instance associated with this operation
getFlowDataProvider() - Method in class com.tibco.amsb.core.task.ui.property.TaskEditPart
Access method to get the context information interface instance.
getFlowLocationURI() - Method in interface com.tibco.mediation.task.rt.context.FlowContext
The getFlowLocationURI() method returns the location of the mediation flow
getFlowName() - Method in interface com.tibco.mediation.task.rt.context.FlowContext
The getFlowName() method returns the name of the mediation flow
getFlowReport() - Method in interface com.tibco.amsb.core.task.ui.FlowDataProvider
Get a copy of the current flow report.
getHoverTipProperties(MediationTask) - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Return a list of strings to be displayed in a hover tool tip
getHoverTipTitle() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Mechanism to provide a different name for the hovertip title
getInput() - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Prepare the section to work on DiagramEditor (selection through EditPart) or ProjectExplorer (directly selected EObject)
getInputDataBinding() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Returns the value of the 'Input Data Binding' containment reference.
getInputMessage() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
 
getInputTypeMode() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returns the mode for the input type.
getInterfaceName() - Method in interface com.tibco.mediation.task.rt.context.OperationContext
The getInterfaceName() method returns the name of the interface for this operation
getLargeIcon() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Return an icon suitable to show on the mediation flow (e.g.32x32).
getLogger() - Method in class com.tibco.mediation.task.rt.Task
The getLogger() method returns the Logger for the task
getMapperControl() - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Accessor method to get the visual mapper control.
getMediationextmodelFactory() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
Returns the factory that creates the instances of the model.
getMediationextmodelPackage() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelFactory
Returns the package supported by this factory.
getMediationFlow() - Method in interface com.tibco.amsb.core.task.ui.FlowDataProvider
Access method to get the top level mediation flow resource
getMediationTask() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
Returns the meta object for class 'Mediation Task'.
getMediationTask() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returns the mediation task configuration model.
getMediationTask_ContributeData() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
Returns the meta object for the attribute 'Contribute Data'.
getMediationTask_Description() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
Returns the meta object for the attribute 'Description'.
getMediationTask_InputDataBinding() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
Returns the meta object for the containment reference 'Input Data Binding'.
getMediationTask_Name() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
Returns the meta object for the attribute 'Name'.
getMediationTask_TaskId() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
Returns the meta object for the attribute 'Task Id'.
getMediationTaskType() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Return the type id used to correlate the model with the user interface extension.
getMediationTaskTypeExtension() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Get the extension associated with the MediationTask model object to access methods to manipulate the model.
getMessageData() - Method in interface com.tibco.mediation.task.rt.Exchange
The getMessageData method returns the message data for a particular message exchange in the current path.
getName() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Returns the value of the 'Name' attribute.
getName() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Access method to get the type name of the mediation task, e.g.
getOperationContext() - Method in interface com.tibco.mediation.task.rt.context.PathContext
The getOperationContext() method returns Operation Context associated with this path
getOperationName() - Method in interface com.tibco.mediation.task.rt.context.OperationContext
The getOperationName() method returns the name of the operation
getOutputMessage() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
 
getOutputType() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
 
getOutputTypeMode() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returns the mode for the output type.
getPaletteGroup() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Return a display string used to group tasks in the palette
getPathContext() - Method in interface com.tibco.mediation.task.rt.context.TaskContext
The getPathContext() method returns the path context instance associated with this task
getPathType(MediationTask) - Method in interface com.tibco.amsb.core.task.ui.FlowDataProvider
Get the path type associated with this task
getPersistentStoreProvider() - Method in interface com.tibco.amsb.core.task.ui.FlowDataProvider
The persistent store provider can save/retrieve values on a per editor basis, so that preferences may be saved in the workspace.
getPriority() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Return a number that will be used to order tasks in the user interface.
getProperty(String) - Method in interface com.tibco.mediation.task.rt.context.FlowContext
Searches for the property with the specified key in this property list.
getProperty(String) - Method in interface com.tibco.mediation.task.rt.context.TaskContext
Searches for the property with the specified key in this property list.
getProperty(String) - Method in interface com.tibco.mediation.task.rt.Exchange
Searches for the property with the specified key in this property list.
getPropertyNames() - Method in interface com.tibco.mediation.task.rt.context.FlowContext
Returns an Iterable of all the keys in this property list,
getPropertyNames() - Method in interface com.tibco.mediation.task.rt.context.TaskContext
Returns an Iterable of all the keys in this property list,
getPropertyNames() - Method in interface com.tibco.mediation.task.rt.Exchange
Returns an Iterbale of all the keys in this property list.
getReferenceLabel(EReference) - Method in class com.tibco.amsb.core.task.ui.property.CustomMediationTaskGeneralSectionV21
Return the label of the mediation task reference attribute.
getResourceSet() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
 
getSharedResource(String) - Method in interface com.tibco.mediation.task.rt.context.FlowContext
 
getShell() - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Used for dialogs so they show up centered on this window.
getShortDescription() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Return a short description of this type of mediation task.
getSmallIcon() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Return an icon suitable for a palette or menu (e.g.
getSourceTreeHeader() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Return the display string for the source (left) panel.
getSourceTreeRootLabels() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Return a list of strings that define labels for each source particle term.
getSourceXSDTerms() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
 
getStaticInputTaskContext() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returnes the schema for the additional information that is needed by the task.
getStaticInputType() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returns the input type of the mediation task.
getStaticOutputTaskContext() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returnes the schema for the additional information that is generated by the task.
getStaticOutputType() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returns the output type of the mediation task.
getString(String) - Static method in class com.tibco.amsb.core.task.model.validation.Messages
 
getString(String) - Static method in class com.tibco.amsb.core.task.ui.Messages
 
getTargetTreeHeader() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Return the display string for the target (right) panel.
getTargetTreeRootImage() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Return an image for the single target value.
getTargetTreeRootLabel() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Return a label for the single target value term.
getTargetXSDTerm() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
 
getTaskConfiguration() - Method in interface com.tibco.mediation.task.rt.context.TaskContext
The getTaskConfiguration() method returns the EMF model-based configuration of the task
getTaskId() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Returns the value of the 'Task Id' attribute.
getTaskName() - Method in interface com.tibco.mediation.task.rt.context.TaskContext
The getTaskName() method returns the name of the task
getText(Object) - Method in class com.tibco.amsb.core.task.ui.property.TaskEditPart
LabelProvider method to get a text string for this edit part.
getType() - Method in interface com.tibco.mediation.task.rt.context.PathContext
The getType() method returns the type of the path
getXMLProcessingContext(DataBindingType) - Method in interface com.tibco.mediation.task.rt.context.TaskContext
The getXMLprocessingContext() method returns the XML processing context that can be used to access data from task input document and also to construct task output document
getXMLProcessingContext() - Method in interface com.tibco.mediation.task.rt.Exchange
Gets the gXML processing context for the right data binding type
getXSLT() - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Mechanism to obtain the transformation string from the input object
getXSLT() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Accessor method to get the xslt string.
getXSLT() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperSection
Override this method if the task is using a non-standard way to specify the input binding.
gotInput() - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Called after setInput to see if any input was accepted by this instance.
gotInput() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Called after setInput to see if any input was accepted by this instance.

H

hasInlineTransformation() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Returns true if the task has an inline transformation built in.
HoverTipProperty - Class in com.tibco.amsb.core.task.ui
Simple struct class to contain a property tag name and its value.
HoverTipProperty(String, String) - Constructor for class com.tibco.amsb.core.task.ui.HoverTipProperty
Create an instance to be used to display properties in a hover tip.

I

ICustomMediationTaskGeneralSection - Interface in com.tibco.amsb.core.task.ui.property
CustomMediationTaskGeneralSection represents a general section of properties for a user defined mediation task.This interface provides methods for creating SWT controls based on the type of the EAttribute property that is defined by user using the mediation task model wizard or the ECore editors.
ignoreModelChanges - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Flag set when the UI callback updates a field, allows the refresh mechanism to know when to ignore changes
ignoreModelEvents(boolean) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Someone is telling us to ignore changes, so do record what to do
init() - Method in class com.tibco.mediation.task.rt.Task
The init method is called once by the Process Engine after the instance is created.
initBindings() - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
need to subclass to implement it,this method must to call the registerForValidation method
initBindings() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
INPUT_PATH - Static variable in interface com.tibco.amsb.core.task.ui.FlowDataProvider
Mediation related to the input of an operation.
isContributeData() - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Returns the value of the 'Contribute Data' attribute.
isIgnoreEvents() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
We override this method to check for our own flag as well as the desire of the base class.
isOfThisType(MediationTask) - Method in class com.tibco.amsb.core.task.model.ext.MediationTaskTypeExtension
Returns true only if this mediation task type extension understands the mediation task model
isOfThisType(MediationTask) - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReportFactory
Returns true if this factory understands the given mediation mediation task model
isOutputTypeHidden() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
This mechanism is used to return contributed output types that are not added to the list of flow items; e.g.
isUntypedInputMode() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
 

L

lastLineCount - Variable in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
 
listenForChanges(EObject) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Derived classes can call this method to listen to changes on a given model object

M

manageControl(CustomField) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
mapperAdapter - Variable in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Need to cache the mapper adapter so if we ever setInput(null) we can tell we did that.
mapperComposite - Variable in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
The mapper composite is needed because the IMapperControl class does not provide a way to get the top level control of the mapper.
mapperControl - Variable in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
This is a helper object that provides access to the mapper UI.
mapperInputChanged - Variable in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Flag to detect when the mapper input has changed, to avoid unnecessary mapper refreshes when the input has not changed.
mapperSection - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
 
maximumLineCount - Variable in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
 
MEDIATION_TASK - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage.Literals
The meta object literal for the 'Mediation Task' class.
MEDIATION_TASK - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The meta object id for the 'Mediation Task' class.
MEDIATION_TASK__CONTRIBUTE_DATA - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage.Literals
The meta object literal for the 'Contribute Data' attribute feature.
MEDIATION_TASK__CONTRIBUTE_DATA - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The feature id for the 'Contribute Data' attribute.
MEDIATION_TASK__DESCRIPTION - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage.Literals
The meta object literal for the 'Description' attribute feature.
MEDIATION_TASK__DESCRIPTION - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The feature id for the 'Description' attribute.
MEDIATION_TASK__INPUT_DATA_BINDING - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage.Literals
The meta object literal for the 'Input Data Binding' containment reference feature.
MEDIATION_TASK__INPUT_DATA_BINDING - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The feature id for the 'Input Data Binding' containment reference.
MEDIATION_TASK__NAME - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage.Literals
The meta object literal for the 'Name' attribute feature.
MEDIATION_TASK__NAME - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The feature id for the 'Name' attribute.
MEDIATION_TASK__TASK_ID - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage.Literals
The meta object literal for the 'Task Id' attribute feature.
MEDIATION_TASK__TASK_ID - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The feature id for the 'Task Id' attribute.
MEDIATION_TASK_FEATURE_COUNT - Static variable in interface com.tibco.amsb.core.mediationextmodel.MediationextmodelPackage
The number of structural features of the 'Mediation Task' class.
MEDIATION_TASK_TYPE_ATTRIBUTE - Static variable in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
The extension point defines an attribute to correlate the model extension with this user interface extension.
mediationExtension - Variable in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
This extension provides model behavior such as creating an instance.
MediationextmodelFactory - Interface in com.tibco.amsb.core.mediationextmodel
This is the Factory for the Mediation Task configuration model.
MediationextmodelPackage - Interface in com.tibco.amsb.core.mediationextmodel
This is the Package for the model.
MediationextmodelPackage.Literals - Interface in com.tibco.amsb.core.mediationextmodel
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
MediationTask - Interface in com.tibco.amsb.core.mediationextmodel
This is the base class of all the mediation task configuration models.
mediationTask - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
MediationTaskDeserializer - Interface in com.tibco.amsb.core.task.model.persistence
This is a custom deserializer of a mediation task configuration model.
MediationTaskGeneralSection - Class in com.tibco.amsb.core.task.ui.property
Mediation tasks can use this section to provide a common General tab for their property view by extending these methods and invoking this super class infrastructure.
MediationTaskGeneralSection() - Constructor for class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
 
MediationTaskMapperAdapter - Class in com.tibco.amsb.core.task.ui.property
Helper class used by the mapper to define the labels and values for the left and right sides of the mapper user interface.
MediationTaskMapperAdapter() - Constructor for class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Constructor used by the mapper section.
MediationTaskMapperSection - Class in com.tibco.amsb.core.task.ui.property
Mediation tasks extend this class to provide a mapper section to their properties view.
MediationTaskMapperSection() - Constructor for class com.tibco.amsb.core.task.ui.property.MediationTaskMapperSection
 
MediationTaskOutputSection - Class in com.tibco.amsb.core.task.ui.property
Common properties tab used to show output from a given mediation task.
MediationTaskOutputSection() - Constructor for class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
 
MediationTaskReport - Interface in com.tibco.amsb.core.task.model.report
A mediation task type needs to declare metadata associated with it (i.e.
MediationTaskReportFactory - Interface in com.tibco.amsb.core.task.model.report
This is a factory for mediation task reports.
MediationTaskSerializer - Interface in com.tibco.amsb.core.task.model.persistence
This is a custom serializer of a mediation task configuration model.
mediationTaskType - Variable in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Type id to correlate the mediation task model extension with this user interface extension.
MediationTaskTypeExtension - Class in com.tibco.amsb.core.task.model.ext
A mediation task type must extend this class in order to provide model related functions.
MediationTaskTypeExtension() - Constructor for class com.tibco.amsb.core.task.model.ext.MediationTaskTypeExtension
 
MediationTaskUIFactory - Class in com.tibco.amsb.core.task.ui
Mediation Task User Interface extensions extend this abstract base class to provide the information needed to configure a mediation task in the user interface.
MediationTaskUIFactory() - Constructor for class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
 
MediationTaskValidator - Class in com.tibco.amsb.core.task.model.validation
This is the base class of all the mediation task validators
MediationTaskValidator() - Constructor for class com.tibco.amsb.core.task.model.validation.MediationTaskValidator
 
Messages - Class in com.tibco.amsb.core.task.model.validation
 
Messages - Class in com.tibco.amsb.core.task.ui
 
minimumLineCount - Variable in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
 
model - Variable in class com.tibco.amsb.core.task.ui.property.TaskEditPart
The mediation task data model.
modelChanged(Notification) - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Have to override the parent so we can set our refresh flag.
modelChanged(Notification) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
This method is called when the model that is being listened to changes.
modifyText(ModifyEvent) - Method in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
Internal method used to watch the text widget and adjust the size as the text is changed.
mSourceTreeMaker - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
Helper class used to create the output tree.
MultiLineTextListener - Class in com.tibco.amsb.core.task.ui.property
A text area wishing to expand itself as the user adds lines can add this modify listener and the expansion will happen automagically.
MultiLineTextListener(Text) - Constructor for class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
Use this constructor for normal text widgets.
MultiLineTextListener(StyledText) - Constructor for class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
Use this constructor if the text box is a styled text widget.
MultiLineTextListener(Text, int, int) - Constructor for class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
Use this constribute for Text widgets.
MultiLineTextListener(StyledText, int, int) - Constructor for class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
Use this constructor if the text box is a styled text widget.

N

nameText - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Label for the name of the task
noMapperComposite - Variable in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
 
notifyChanged(Notification) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
The model changed, so let our adapter update all of the listeners
notifyChanged(Notification) - Method in class com.tibco.amsb.core.task.ui.property.PropertyAdapter
Override base method to tell the section that the model changed

O

OperationContext - Interface in com.tibco.mediation.task.rt.context
Interface OperationContext encapsulates the data associated with a operation
OUTPUT_PATH - Static variable in interface com.tibco.amsb.core.task.ui.FlowDataProvider
Mediation related to the output of an operation.
outputTree - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
 

P

PathContext - Interface in com.tibco.mediation.task.rt.context
Interface PathContext encapsulates the data associated with a path
PathType - Enum in com.tibco.mediation.task.rt.context
enum PathType encapsulates the type associated with a path
PRODUCT_MODULE - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
PropertyAdapter - Class in com.tibco.amsb.core.task.ui.property
Notification mechanism to propagate changes in model objects to the BasePropertySection objects so they can refresh.
PropertyAdapter(BasePropertySection) - Constructor for class com.tibco.amsb.core.task.ui.property.PropertyAdapter
Create an adapter object to watch for model changes

R

reportError(EObject, DiagnosticChain, int, Object[]) - Method in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
Call this method from derived classes to report errors.

S

section - Variable in class com.tibco.amsb.core.task.ui.property.PropertyAdapter
 
serialize(Process, Activity, MediationTask) - Method in interface com.tibco.amsb.core.task.model.persistence.MediationTaskSerializer
 
setContext(TaskContext<I, U, N, A, S, T, X>) - Method in class com.tibco.mediation.task.rt.Task
The setContext method is called once by the Process Engine after the instance is created.
setContributeData(boolean) - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Sets the value of the 'Contribute Data' attribute.
setDescription(String) - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Sets the value of the 'Description' attribute.
setInitializationData(IConfigurationElement, String, Object) - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
This method is called by the Eclipse registry infrastructure to provide the required information to correlate this extension with the model extension.
setInput(Collection) - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
 
setInput(Collection<?>) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Given a list of selected objects, extract the model object out of the selection and save it for later, also save the editPart as it holds the EditingDomain
setInput(Collection<?>) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Given a list of selected objects, extract the model object out of the selection and save it for later, also save the editPart as it holds the EditingDomain
setInput(BaseMapperSection, TaskEditPart, MediationTask) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Set the values that determine what this adapter does
setInput(Collection) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperSection
This standard section method sets the input from the edit part.
setInput(Collection) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
 
setInputDataBinding(Query) - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Sets the value of the 'Input Data Binding' containment reference.
setLogger(Logger) - Method in class com.tibco.mediation.task.rt.Task
The setLogger method is called once by the Process Engine after the instance is created.
setModel(Object) - Method in class com.tibco.amsb.core.task.ui.property.TaskEditPart
Access method to change the model object.
setName(String) - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Sets the value of the 'Name' attribute.
setTaskId(String) - Method in interface com.tibco.amsb.core.mediationextmodel.MediationTask
Sets the value of the 'Task Id' attribute.
setXSLT(String) - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
Accessor method to set the xslt string.
showContributeOutputField() - Method in class com.tibco.amsb.core.task.ui.property.MediationTaskGeneralSection
Override this method and return true to allow a user to change the state of the contributed data flag using a Toggle button.
showInPalette() - Method in class com.tibco.amsb.core.task.ui.MediationTaskUIFactory
Controls when a mediation task is shown in the palette or not.
showMapper(boolean) - Method in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
Call this method to show or not show the mapper.
SOURCE - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
stackComposite - Variable in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
The root composite holding the different controls
stackLayout - Variable in class com.tibco.amsb.core.task.ui.property.BaseMapperSection
 
styledText - Variable in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
 

T

task - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
 
task - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskMapperSection
The input object must be a mediation task.
task - Variable in class com.tibco.amsb.core.task.ui.property.MediationTaskOutputSection
The mediation task whose output is being displayed.
Task<I,U,N extends I,A extends I,S,T,X> - Class in com.tibco.mediation.task.rt
Class Task is the root of the custom task runtime class hierarchy.
Task() - Constructor for class com.tibco.mediation.task.rt.Task
 
TaskContext<I,U,N extends I,A extends I,S,T,X> - Interface in com.tibco.mediation.task.rt.context
Interface TaskContext encapsulates the data associated with the custom task.
TaskEditPart - Class in com.tibco.amsb.core.task.ui.property
Place holder class provided by extensions to allow the custom mediation tasks to be selected in the diagram.
TaskEditPart(FlowDataProvider, Object) - Constructor for class com.tibco.amsb.core.task.ui.property.TaskEditPart
Constructor is called by the Mediation Flow Editor to create an instance related to the internal edit part that is selected.
TaskFault - Exception in com.tibco.mediation.task.rt.fault
Thrown to indicate failure in the execute() methods in a custom task runtime implementation
TaskFault() - Constructor for exception com.tibco.mediation.task.rt.fault.TaskFault
Constructs a TaskFault with no detail message.
TaskFault(String) - Constructor for exception com.tibco.mediation.task.rt.fault.TaskFault
Constructs a TaskFault with the specified detail message.
TaskFault(String, Throwable) - Constructor for exception com.tibco.mediation.task.rt.fault.TaskFault
Constructs a TaskFault with the specified detail message and optional exception that was raised while executing the execute() method
TaskFault(Throwable) - Constructor for exception com.tibco.mediation.task.rt.fault.TaskFault
Constructs a TaskFault with the exception cause that was raised while executing the execute() method
TaskLifeCycleFault - Exception in com.tibco.mediation.task.rt.fault
Thrown to indicate failure in the life-cycle methods in a custom task runtime implementation
TaskLifeCycleFault() - Constructor for exception com.tibco.mediation.task.rt.fault.TaskLifeCycleFault
Constructs a TaskLifeCycleFault with no detail message.
TaskLifeCycleFault(String) - Constructor for exception com.tibco.mediation.task.rt.fault.TaskLifeCycleFault
Constructs a TaskLifeCycleFault with the specified detail message.
TaskLifeCycleFault(String, Throwable) - Constructor for exception com.tibco.mediation.task.rt.fault.TaskLifeCycleFault
Constructs a TaskLifeCycleFault with the specified detail message and optional exception that was raised while executing the life-cycle methods.
TaskLifeCycleFault(Throwable) - Constructor for exception com.tibco.mediation.task.rt.fault.TaskLifeCycleFault
Constructs a TaskLifeCycleFault with the exception cause that was raised while executing the life-cycle methods.
text - Variable in class com.tibco.amsb.core.task.ui.property.MultiLineTextListener
 
toString() - Method in enum com.tibco.mediation.task.rt.context.DataBindingType
 
toString() - Method in enum com.tibco.mediation.task.rt.context.PathType
 
toString() - Method in class com.tibco.mediation.task.rt.Task
Returns a string representation of the task.
TYPE_MODE_LOOK_AHEAD - Static variable in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
 
TYPE_MODE_LOOK_BACK - Static variable in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
This mode is used to indicate that the input/outut types are calculated by looking at the mediation tasks that appear in the mediation flow before this mediation task.
TYPE_MODE_NO_TYPE - Static variable in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
This mode is used to indicate that the the mediation task does not have an input or an output type.
TYPE_MODE_STATIC - Static variable in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
This mode is used to indicate that the mediation task has a static custom type.

U

UNKNOWN_MESSAGE_STRING - Static variable in class com.tibco.amsb.core.task.model.validation.BaseMediationValidator
 
updateButtonSelection(Button, boolean) - Method in class com.tibco.amsb.core.task.ui.property.BasePropertySection
Update Button control with selection state, if it is of type CHECK, RADIO, or TOGGLE.
useInputTaskContext() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Should this task use a context to get things other than just a type instance.
useOutputTaskContext() - Method in interface com.tibco.amsb.core.task.model.report.MediationTaskReport
Should this task use a context for its output to return things other than just the type instance.

V

validate(EClass, EObject, DiagnosticChain, Map) - Method in class com.tibco.amsb.core.task.model.validation.MediationTaskValidator
This method is the main validation method.
value - Variable in class com.tibco.amsb.core.task.ui.HoverTipProperty
Display string for a property value.
valueOf(String) - Static method in enum com.tibco.mediation.task.rt.context.DataBindingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.mediation.task.rt.context.PathType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.mediation.task.rt.context.DataBindingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.mediation.task.rt.context.PathType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I L M N O P R S T U V
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.