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