mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-631 (The records management team can create a rule to request information about an undeclared record)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@49187 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -20,9 +20,7 @@ package org.alfresco.workflow.requestInfo;
|
||||
|
||||
import org.activiti.engine.delegate.DelegateTask;
|
||||
import org.activiti.engine.delegate.TaskListener;
|
||||
import org.alfresco.repo.notification.EMailNotificationProvider;
|
||||
import org.alfresco.repo.security.authentication.AuthenticationUtil;
|
||||
import org.alfresco.service.cmr.notification.NotificationContext;
|
||||
import org.alfresco.util.ParameterCheck;
|
||||
import org.springframework.extensions.surf.util.I18NUtil;
|
||||
|
||||
@@ -32,7 +30,7 @@ import org.springframework.extensions.surf.util.I18NUtil;
|
||||
* get a task to verify the information. The initiator will also receive an email.
|
||||
*
|
||||
* @author Tuna Aksoy
|
||||
* @since v2.1
|
||||
* @since 2.1
|
||||
*/
|
||||
public class RequestInfoNotifier implements TaskListener
|
||||
{
|
||||
|
@@ -42,8 +42,6 @@ import org.apache.commons.lang.StringUtils;
|
||||
*/
|
||||
public class RequestInfoUtils
|
||||
{
|
||||
//FIXME: Is there a better way to call services?
|
||||
|
||||
/**
|
||||
* Helper method to get the service registry in order to call services
|
||||
*
|
||||
|
Reference in New Issue
Block a user