public interface IHistory
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
clearHistory(String filter)
Clears the history records selected by the filter.
|
com4j.Com4jObject |
filter()
The filter object for the history item.
|
IList |
newList(String filter)
Gets filtered list of history data records.
|
IList newList(String filter)
Gets filtered list of history data records.
filter
- Mandatory java.lang.String parameter.com4j.Com4jObject filter()
The filter object for the history item.
Getter method for the COM property "Filter"
void clearHistory(@DefaultValue(value="") String filter)
Clears the history records selected by the filter.
filter
- Optional parameter. Default value is ""Copyright © 2020. All rights reserved.