public class WorkflowAuthorityManager extends Object
| Constructor and Description |
|---|
WorkflowAuthorityManager(AuthorityDAO authorityDAO) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorityName(NodeRef authorityRef) |
boolean |
isUser(String authorityName) |
String |
mapAuthorityToName(NodeRef authority)
Convert Alfresco authority to user id
|
NodeRef |
mapNameToAuthority(String name)
Convert authority name to an Alfresco Authority
|
public WorkflowAuthorityManager(AuthorityDAO authorityDAO)
public String mapAuthorityToName(NodeRef authority)
authority - NodeRefpublic NodeRef mapNameToAuthority(String name)
name - the authority name to convertpublic boolean isUser(String authorityName)
Copyright © 2005–2020 Alfresco Software. All rights reserved.