Uses of Class
org.alfresco.repo.security.authority.AuthorityBridgeLink
-
Packages that use AuthorityBridgeLink Package Description org.alfresco.repo.security.authority -
-
Uses of AuthorityBridgeLink in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority that return types with arguments of type AuthorityBridgeLink Modifier and Type Method Description List<AuthorityBridgeLink>AbstractAuthorityBridgeDAO. getAuthorityBridgeLinks()List<AuthorityBridgeLink>AuthorityBridgeDAO. getAuthorityBridgeLinks()List<AuthorityBridgeLink>AbstractAuthorityBridgeDAO. getDirectAuthoritiesForUser(NodeRef authRef)List<AuthorityBridgeLink>AuthorityBridgeDAO. getDirectAuthoritiesForUser(NodeRef authRef)protected abstract List<AuthorityBridgeLink>AbstractAuthorityBridgeDAO. selectAuthorityBridgeLinks(Long authorityContainerTypeQNameId, Long memberAssocQNameId, Long authorityNameQNameId, Long storeId)protected List<AuthorityBridgeLink>AuthorityBridgeDAOImpl. selectAuthorityBridgeLinks(Long authorityContainerTypeQNameId, Long memberAssocQNameId, Long authorityNameQNameId, Long storeId)protected abstract List<AuthorityBridgeLink>AbstractAuthorityBridgeDAO. selectDirectAuthoritiesForUser(Long authorityContainerTypeQNameId, Long memberAssocQNameId, Long authorityNameQNameId, Long storeId, Long nodeId)protected List<AuthorityBridgeLink>AuthorityBridgeDAOImpl. selectDirectAuthoritiesForUser(Long authorityContainerTypeQNameId, Long memberAssocQNameId, Long authorityNameQNameId, Long storeId, Long nodeId)
-