Browse our Products

Aspose.Tasks for Java 25.7 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11503Add support for the scenario when existing VBA module is deleted from MPP fileNew Feature
TASKSNET-11509Add reading of ‘Mandatory start’ and ‘Mandatory finish’ constraint types from Primavera formatsEnhancement
TASKSNET-11507Fix updated source code of VbaModule is not shown when opening the resulting MPP in MS ProjectBug
TASKSNET-11506Fix incorrect reading of tasks hierarchy from XER format v. 25.5.Bug
TASKSNET-11505Fix logic of GetTimephasedWork method for baseline workBug
TASKSNET-11504Fix reading of the specific MPP file with VBA Project presentBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.tasks.PrimaveraConstraintTypeSpecifies a type of activity’s constraint.
The following public methods and properties were added:Description
com.aspose.tasks.PrimaveraTaskProperties.getPrimaryConstraintType()Gets a type of primary constraint.
com.aspose.tasks.PrimaveraTaskProperties.getPrimaryConstraintDate()Gets the date of primary constraint.
com.aspose.tasks.PrimaveraTaskProperties.getSecondaryConstraintType()Gets a type of secondary constraint.
com.aspose.tasks.PrimaveraTaskProperties.getSecondaryConstraintDate()Gets the date of secondary constraint.
com.aspose.tasks.VbaModuleCollection.removeItem(com.aspose.tasks.VbaModule)Removes VBA module from collection.
The following public methods and properties were deleted:Description
com.aspose.tasks.GroupCriterion.getIndex()
com.aspose.tasks.GroupCriterion.getParentGroup()
com.aspose.tasks.GroupCriterionCollection.getParentGroup()
The following public enumerations were added:Description
com.aspose.tasks.PrimaveraConstraintType.NoneNot specified or not applicable.
com.aspose.tasks.PrimaveraConstraintType.FinishOnFinish On’ type
com.aspose.tasks.PrimaveraConstraintType.FinishOnOrAfterFinish On or After’ type
com.aspose.tasks.PrimaveraConstraintType.FinishOnOrBeforeFinish On or Before’ type
com.aspose.tasks.PrimaveraConstraintType.MandatoryFinishMandatory Finish’ type
com.aspose.tasks.PrimaveraConstraintType.MandatoryStartMandatory Start’ type
com.aspose.tasks.PrimaveraConstraintType.StartOnStart On’ type
com.aspose.tasks.PrimaveraConstraintType.StartOnOrAfterStart On or After’ type
com.aspose.tasks.PrimaveraConstraintType.StartOnOrBeforeStart On or Before’ type
com.aspose.tasks.PrimaveraConstraintType.AsLateAsPossibleAs Late As Possible’ type