public interface IPercentCompleteSummaryMethod
Modifier and Type | Method and Description |
---|---|
boolean |
updatePercentCompleteSummary(IMXActivity parent,
java.util.List<IMXActivity> children)
Needs to populate the percent complete field in the parent based on the current percent complete
values in the children.
|
boolean updatePercentCompleteSummary(IMXActivity parent, java.util.List<IMXActivity> children)
parent
- children
-