Uses of Interface
org.alfresco.repo.security.authority.AuthorityDAO
-
Packages that use AuthorityDAO Package Description org.alfresco.repo.jscript org.alfresco.repo.security.authority org.alfresco.repo.template org.alfresco.repo.workflow org.alfresco.repo.workflow.activiti -
-
Uses of AuthorityDAO in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type AuthorityDAO Modifier and Type Method Description voidPeople. setAuthorityDAO(AuthorityDAO authorityDAO)Set the authority DAO -
Uses of AuthorityDAO in org.alfresco.repo.security.authority
Classes in org.alfresco.repo.security.authority that implement AuthorityDAO Modifier and Type Class Description classAuthorityDAOImplMethods in org.alfresco.repo.security.authority with parameters of type AuthorityDAO Modifier and Type Method Description voidAuthorityBridgeTableAsynchronouslyRefreshedCache. setAuthorityDAO(AuthorityDAO authorityDAO)voidAuthorityServiceImpl. setAuthorityDAO(AuthorityDAO authorityDAO) -
Uses of AuthorityDAO in org.alfresco.repo.template
Methods in org.alfresco.repo.template with parameters of type AuthorityDAO Modifier and Type Method Description voidPeople. setAuthorityDAO(AuthorityDAO authorityDAO)Set the authority DAO -
Uses of AuthorityDAO in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type AuthorityDAO Modifier and Type Method Description voidWorkflowInterpreter. setAuthorityDAO(AuthorityDAO authorityDAO)Constructors in org.alfresco.repo.workflow with parameters of type AuthorityDAO Constructor Description WorkflowAuthorityManager(AuthorityDAO authorityDAO) -
Uses of AuthorityDAO in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti with parameters of type AuthorityDAO Modifier and Type Method Description voidActivitiWorkflowManagerFactory. setAuthorityDAO(AuthorityDAO authorityDAO)
-