public class WorkflowPermissionInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
WorkflowPermissionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setAuthorityService(AuthorityService authorityService) |
void |
setPersonService(PersonService personService) |
void |
setWorkflowService(WorkflowService workflowService) |
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.Throwablepublic void setPersonService(PersonService personService)
public void setAuthorityService(AuthorityService authorityService)
public void setWorkflowService(WorkflowService workflowService)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.