ALF-9621 Added invitation (nominated and moderated) processes and JavaDelegate for activiti (WIP)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29449 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Frederik Heremans
2011-07-29 08:31:38 +00:00
parent 874a165cbb
commit 65cb62ceb8
13 changed files with 672 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ import org.springframework.beans.factory.BeanFactory;
* Note - uses a classpath template, rather than a data dictionary template,
* so behaves slightly differently to many other mail actions, and can't
* currently be localised easily.
*
* <b>Same behaviour as {@link ModerationRejectDelegate}</b>
*/
public class ModeratedActionReject extends JBPMSpringActionHandler
{