Class WorkflowPermissionInterceptor
- java.lang.Object
-
- org.alfresco.service.cmr.workflow.WorkflowPermissionInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class WorkflowPermissionInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
-
-
Constructor Summary
Constructors Constructor Description WorkflowPermissionInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)voidsetAuthorityService(AuthorityService authorityService)voidsetNodeService(NodeService nodeService)voidsetPersonService(PersonService personService)voidsetWorkflowService(WorkflowService workflowService)
-
-
-
Method Detail
-
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-
setPersonService
public void setPersonService(PersonService personService)
-
setAuthorityService
public void setAuthorityService(AuthorityService authorityService)
-
setWorkflowService
public void setWorkflowService(WorkflowService workflowService)
-
setNodeService
public void setNodeService(NodeService nodeService)
-
-