|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.xml.mapper.schema.emfapi.EMapperModelInputOutputAdapter
com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
com.tibco.amsb.core.task.ui.property.MediationTaskMapperAdapter
public class MediationTaskMapperAdapter
Helper class used by the mapper to define the labels and values for the left and right sides of the mapper user interface. Custom mediation tasks can extend this class to obtain different behavior for their use of the mapper.
Field Summary | |
---|---|
protected TaskEditPart |
editPart
|
protected BaseMapperSection |
mapperSection
|
protected MediationTask |
task
|
Constructor Summary | |
---|---|
MediationTaskMapperAdapter()
Constructor used by the mapper section. |
Method Summary | |
---|---|
org.eclipse.emf.ecore.resource.ResourceSet |
getResourceSet()
|
java.lang.String |
getSourceTreeHeader()
Return the display string for the source (left) panel. |
java.util.List<java.lang.String> |
getSourceTreeRootLabels()
Return a list of strings that define labels for each source particle term. |
java.util.List<org.eclipse.xsd.XSDTerm> |
getSourceXSDTerms()
|
java.lang.String |
getTargetTreeHeader()
Return the display string for the target (right) panel. |
org.eclipse.swt.graphics.Image |
getTargetTreeRootImage()
Return an image for the single target value. |
java.lang.String |
getTargetTreeRootLabel()
Return a label for the single target value term. |
org.eclipse.xsd.XSDTerm |
getTargetXSDTerm()
|
java.lang.String |
getXSLT()
Accessor method to get the xslt string. |
boolean |
isUntypedInputMode()
|
void |
setInput(BaseMapperSection section,
TaskEditPart editPart,
MediationTask task)
Set the values that determine what this adapter does |
void |
setXSLT(java.lang.String newXslt)
Accessor method to set the xslt string. |
Methods inherited from class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter |
---|
getTargetTreeInfoTextOverride, getUntypedInputModes |
Methods inherited from class com.tibco.xml.mapper.schema.emfapi.EMapperModelInputOutputAdapter |
---|
getGlobalResourceSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TaskEditPart editPart
protected BaseMapperSection mapperSection
protected MediationTask task
Constructor Detail |
---|
public MediationTaskMapperAdapter()
Method Detail |
---|
public void setInput(BaseMapperSection section, TaskEditPart editPart, MediationTask task)
section
- editPart
- task
- public java.util.List<java.lang.String> getSourceTreeRootLabels()
getSourceTreeRootLabels
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public org.eclipse.swt.graphics.Image getTargetTreeRootImage()
getTargetTreeRootImage
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public java.lang.String getTargetTreeRootLabel()
getTargetTreeRootLabel
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public java.lang.String getXSLT()
getXSLT
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public void setXSLT(java.lang.String newXslt)
setXSLT
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public java.lang.String getSourceTreeHeader()
getSourceTreeHeader
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public java.lang.String getTargetTreeHeader()
getTargetTreeHeader
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public boolean isUntypedInputMode()
isUntypedInputMode
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
getResourceSet
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public java.util.List<org.eclipse.xsd.XSDTerm> getSourceXSDTerms()
getSourceXSDTerms
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
public org.eclipse.xsd.XSDTerm getTargetXSDTerm()
getTargetXSDTerm
in class com.tibco.xml.mapper.schema.emfapi.EMapperInputOutputAdapter
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |