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