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 Details

    • WorkflowPermissionInterceptor

      public WorkflowPermissionInterceptor()
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.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)