public class WorkflowPermissionInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
WorkflowPermissionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setAuthorityService(AuthorityService authorityService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPersonService(PersonService personService) |
void |
setWorkflowService(WorkflowService workflowService) |
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic void setPersonService(PersonService personService)
public void setAuthorityService(AuthorityService authorityService)
public void setWorkflowService(WorkflowService workflowService)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Copyright © 2005–2018 Alfresco Software. All rights reserved.