com.waveset.object
Interface RepositoryResult.RowMerger

Enclosing interface:
RepositoryResult

public static interface RepositoryResult.RowMerger

Internal class that specifies an interface for merging two rows where the name is the same.


Method Summary
 RepositoryResult.Row merge(RepositoryResult.Row row1, RepositoryResult.Row row2)
          Merge two rows returning a new row.
 

Method Detail

merge

public RepositoryResult.Row merge(RepositoryResult.Row row1,
                                  RepositoryResult.Row row2)
                           throws WavesetException
Merge two rows returning a new row.

Throws:
WavesetException