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:
Tuna Aksoy
2013-04-12 16:35:10 +00:00
parent 85ebd8b530
commit e5f23a5ae8
2 changed files with 1 additions and 5 deletions

View File

@@ -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
{

View File

@@ -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
*