Package step.repository.alm.otaclient
Interface IHistory
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IHistory2
public interface IHistory extends com4j.Com4jObject
Supports retrieval of a list of history records for objects such as Test, Bug, Step, and others.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearHistory(java.lang.String filter)
Clears the history records selected by the filter.com4j.Com4jObject
filter()
The filter object for the history item.IList
newList(java.lang.String filter)
Gets filtered list of history data records.
-
-
-
Method Detail
-
newList
IList newList(java.lang.String filter)
Gets filtered list of history data records.
- Parameters:
filter
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type otaclient.IList
-
filter
com4j.Com4jObject filter()
The filter object for the history item.
Getter method for the COM property "Filter"
- Returns:
- Returns a value of type com4j.Com4jObject
-
clearHistory
void clearHistory(@DefaultValue("") java.lang.String filter)
Clears the history records selected by the filter.
- Parameters:
filter
- Optional parameter. Default value is ""
-
-