Package com.ptc.projectmanagement.plan
Interface HealthStatusHandler
public interface HealthStatusHandler
Use: This interface can be used to extend the capabilities for health status reporting as per custom needs.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidcalculateHealthStatus(ArrayList<PlanActivity> leafActivities, Object event) Use: This API will calculate the health status of the given leaf activities
-
Method Details
-
calculateHealthStatus
void calculateHealthStatus(ArrayList<PlanActivity> leafActivities, Object event) throws WTException, WTPropertyVetoException Use: This API will calculate the health status of the given leaf activities- Parameters:
ArrayList-leafActivities event-- Throws:
WTPropertyVetoExceptionWTException
-