Class WorkflowPermissionInterceptor

  • All Implemented Interfaces:
    org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

    public class WorkflowPermissionInterceptor
    extends java.lang.Object
    implements org.aopalliance.intercept.MethodInterceptor
    • Constructor Detail

      • WorkflowPermissionInterceptor

        public WorkflowPermissionInterceptor()
    • Method Detail

      • invoke

        public java.lang.Object invoke​(org.aopalliance.intercept.MethodInvocation invocation)
                                throws java.lang.Throwable
        Specified by:
        invoke in interface org.aopalliance.intercept.MethodInterceptor
        Throws:
        java.lang.Throwable
      • setPersonService

        public void setPersonService​(PersonService personService)
      • setAuthorityService

        public void setAuthorityService​(AuthorityService authorityService)
      • setWorkflowService

        public void setWorkflowService​(WorkflowService workflowService)
      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)