Package com.ptc.projectmanagement.plan
Class PlanActivityDeadlineHandler
java.lang.Object
com.ptc.projectmanagement.plan.PlanActivityDeadlineHandler
- All Implemented Interfaces:
EPPDeadlineHandler,Serializable
Supported API: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcalculateDeadline(ArrayList<PlanActivity> leafActivities, Object event)
Supported API: true Use: This API will calculate the Deadline of the given leaf activities
-
Method Details
-
calculateDeadline
public void calculateDeadline(ArrayList<PlanActivity> leafActivities, Object event) throws WTException, WTPropertyVetoException
Supported API: true Use: This API will calculate the Deadline of the given leaf activities- Specified by:
calculateDeadlinein interfaceEPPDeadlineHandler- Parameters:
event-ArrayList-leafActivities - Throws:
WTPropertyVetoExceptionWTException
-