Package com.ptc.projectmanagement.plan
Interface HealthStatusRollupHandler
public interface HealthStatusRollupHandler
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 TypeMethodDescriptionvoidrollUpHealthStatus(Plannable plannable, Object event) Use: This API will rollup the health status to summary activities and thereby to plan
-
Method Details
-
rollUpHealthStatus
void rollUpHealthStatus(Plannable plannable, Object event) throws WTException, WTPropertyVetoException Use: This API will rollup the health status to summary activities and thereby to plan- Parameters:
event-Plannable- plannables- Throws:
WTPropertyVetoExceptionWTException
-