Package org.alfresco.repo.workflow
Class WorkflowAuthorityManager
java.lang.Object
org.alfresco.repo.workflow.WorkflowAuthorityManager
- Since:
- 3.4.e
- Author:
- Nick Smith
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuthorityName(NodeRef authorityRef) booleanmapAuthorityToName(NodeRef authority) Convert Alfresco authority to user idmapNameToAuthority(String name) Convert authority name to an Alfresco Authority
-
Constructor Details
-
WorkflowAuthorityManager
-
-
Method Details
-
mapAuthorityToName
Convert Alfresco authority to user id- Parameters:
authority- NodeRef- Returns:
- actor id
-
mapNameToAuthority
Convert authority name to an Alfresco Authority- Parameters:
name- the authority name to convert- Returns:
- the Alfresco authorities
-
isUser
-
getAuthorityName
-