Package step.repository.alm.otaclient
Interface IRuleManager
-
- All Superinterfaces:
com4j.Com4jObject
public interface IRuleManager extends com4j.Com4jObject
Services for managing the notification rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
getRule(int id)
Gets a traceability notification rule by its ID.IList
rules(boolean needRefresh)
A list of all the Rule objects.
-
-
-
Method Detail
-
getRule
com4j.Com4jObject getRule(int id)
Gets a traceability notification rule by its ID.
- Parameters:
id
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
rules
IList rules(@DefaultValue("0") boolean needRefresh)
A list of all the Rule objects.
Getter method for the COM property "Rules"
- Parameters:
needRefresh
- Optional parameter. Default value is false- Returns:
- Returns a value of type otaclient.IList
-
-