|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowDataProvider
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.
Field Summary | |
---|---|
static int |
FAULT_PATH
Mediation related to faults of an operation. |
static int |
INPUT_PATH
Mediation related to the input of an operation. |
static int |
OUTPUT_PATH
Mediation related to the output of an operation. |
Method Summary | |
---|---|
com.tibco.amsb.core.mediation.model.report.MediationFlowReport |
getFlowReport()
Get a copy of the current flow report. |
com.tibco.amsb.core.mediationmodel.MediationService |
getMediationFlow()
Access method to get the top level mediation flow resource |
int |
getPathType(MediationTask task)
Get the path type associated with this task |
com.tibco.amsb.core.ui.common.preference.PersistentStoreProvider |
getPersistentStoreProvider()
The persistent store provider can save/retrieve values on a per editor basis, so that preferences may be saved in the workspace. |
Methods inherited from interface org.eclipse.emf.edit.domain.IEditingDomainProvider |
---|
getEditingDomain |
Field Detail |
---|
static final int INPUT_PATH
static final int OUTPUT_PATH
static final int FAULT_PATH
Method Detail |
---|
int getPathType(MediationTask task)
com.tibco.amsb.core.mediation.model.report.MediationFlowReport getFlowReport()
com.tibco.amsb.core.mediationmodel.MediationService getMediationFlow()
com.tibco.amsb.core.ui.common.preference.PersistentStoreProvider getPersistentStoreProvider()
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |