com.businessobjects.rebean.wi
Interface TrackDataOptions


public interface TrackDataOptions

The TrackDataOptions interface is a collection of all changes option.

Since:
12.0

Method Summary
 TrackNumericDataOption getDecreasedOption()
          Gets the decreased option.
 TrackDataOption getDeletedOption()
          Gets the deletion option.
 TrackNumericDataOption getIncreasedOption()
          Gets the increased option.
 TrackDataOption getInsertedOption()
          Gets the insertion option.
 TrackDataOption getUpdatedOption()
          Gets the updates option.
 

Method Detail

getInsertedOption

TrackDataOption getInsertedOption()
Gets the insertion option.

Returns:
the insertion option

getDeletedOption

TrackDataOption getDeletedOption()
Gets the deletion option.

Returns:
the deletion option

getUpdatedOption

TrackDataOption getUpdatedOption()
Gets the updates option.

Returns:
the updates option

getIncreasedOption

TrackNumericDataOption getIncreasedOption()
Gets the increased option.

Returns:
the increased option

getDecreasedOption

TrackNumericDataOption getDecreasedOption()
Gets the decreased option.

Returns:
the decreased option