com.ibm.ram.batch.ui
Interface IBatchClientEditor


public interface IBatchClientEditor

Represents the public interface to the BatchUpdateTask editor

Since:
7.1
Author:
ebordeau

Method Summary
 void addBatchDataSource(BatchDataSource dataSource)
          Adds a new BatchDataSource to the list of BatchDataSources
 BatchDataSource[] getBatchDataSources()
          Returns a list of BatchDataSource currently in the editor
 void refresh()
          Refreshes the list of Assets from all Asset DataSources and applies mapping to the Batch Target.
 void removeBatchDataSource(BatchDataSource dataSource)
          Adds a new BatchDataSource to the list of BatchDataSources
 

Method Detail

refresh

void refresh()
Refreshes the list of Assets from all Asset DataSources and applies mapping to the Batch Target.

Since:
7.1

getBatchDataSources

BatchDataSource[] getBatchDataSources()
Returns a list of BatchDataSource currently in the editor

Since:
7.1

addBatchDataSource

void addBatchDataSource(BatchDataSource dataSource)
Adds a new BatchDataSource to the list of BatchDataSources

Since:
7.1

removeBatchDataSource

void removeBatchDataSource(BatchDataSource dataSource)
Adds a new BatchDataSource to the list of BatchDataSources

Since:
7.1