TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

com.tibco.amsb.core.task.ui
Interface FlowDataProvider

All Superinterfaces:
org.eclipse.emf.edit.domain.IEditingDomainProvider

public interface FlowDataProvider
extends org.eclipse.emf.edit.domain.IEditingDomainProvider

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

INPUT_PATH

static final int INPUT_PATH
Mediation related to the input of an operation.

See Also:
Constant Field Values

OUTPUT_PATH

static final int OUTPUT_PATH
Mediation related to the output of an operation.

See Also:
Constant Field Values

FAULT_PATH

static final int FAULT_PATH
Mediation related to faults of an operation.

See Also:
Constant Field Values
Method Detail

getPathType

int getPathType(MediationTask task)
Get the path type associated with this task

Returns:
integer (one of INPUT_PATH, OUTPUT_PATH, or FAULT_PATH)

getFlowReport

com.tibco.amsb.core.mediation.model.report.MediationFlowReport getFlowReport()
Get a copy of the current flow report.

Returns:
mediation flow report

getMediationFlow

com.tibco.amsb.core.mediationmodel.MediationService getMediationFlow()
Access method to get the top level mediation flow resource

Returns:
mediation flow

getPersistentStoreProvider

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.

Returns:
provider of a persistent store

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.