Interface IExternalFlowEventMappingDS

All Known Implementing Classes:
ReportingExternalFlowEventMappingDS, XmlExternalFlowEventMappingDS, XmlExternalFlowEventMappingDS

public interface IExternalFlowEventMappingDS
Data source for mapping flow events to contract events in an external flow. One instance of this interface represents one mapping between a flow event and a contract event.
Since:
12.3
Author:
MihaiB
  • Method Details

    • getFlowEvent

      String getFlowEvent()
      Returns:
      the name of the flow event
    • getContractEvent

      String getContractEvent()
      Returns:
      the name of the contract event