Interface IHistory
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IHistory2
public interface IHistory extends com4j.Com4jObject
Obsolete. Use AuditRecord.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearHistory(java.lang.String filter)
Obsoletecom4j.Com4jObject
filter()
ObsoleteIList
newList(java.lang.String filter)
Obsolete.
-
-
-
Method Detail
-
newList
IList newList(java.lang.String filter)
Obsolete.
- Parameters:
filter
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
filter
com4j.Com4jObject filter()
Obsolete
Getter method for the COM property "Filter"
- Returns:
- Returns a value of type com4j.Com4jObject
-
clearHistory
void clearHistory(@DefaultValue("") java.lang.String filter)
Obsolete
- Parameters:
filter
- Optional parameter. Default value is ""
-
-