This extension for Alfresco is obsolete and unsupported. Use it on your own risk.
This component provides a mechanism to automatically set task due dates based on predefined task execution limits. Task due date is set with accordance to business calendar.
Compatible with Alfresco 5.1 and 5.2.
This component requires:
Recommended way to use Alvex components is to include them as dependencies to your Maven project. Follow this guide to include this component to your project.
To build Alvex follow this guide.
This component works out of the box and uses holiday calendar for Russia by default. To customize it one should provide custom implementation of calendar handler that extends AbstractBusinessCalendarHandler class and define the corresponding bean that must use alvexBusinessCalendarAbstractHandler
as a parent one. For more details see CustomBusinessCalendarHandler implementation and bean definition.