Package wt.effectivity.engine
Interface CalculateAllCIsDelegate
public interface CalculateAllCIsDelegate
This interface defines the delegate method for getting all the Configuration Items (CI) to be calculated in a batch
process for generating change actions for them.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionGets configuration items (WTPartMaster) which has status as "To be Calculated".
-
Method Details
-
getAllCIsToBeCalculated
Gets configuration items (WTPartMaster) which has status as "To be Calculated".
Supported API: true- Returns:
- QueryResult list of PartMasters
- Throws:
WTExceptionChangeException2
-