Uses of Interface
org.alfresco.repo.domain.query.CannedQueryDAO
-
-
Uses of CannedQueryDAO in org.alfresco.repo.calendar.cannedqueries
Constructors in org.alfresco.repo.calendar.cannedqueries with parameters of type CannedQueryDAO Constructor Description GetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.service.cmr.repository.NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.copy.query
Fields in org.alfresco.repo.copy.query declared as CannedQueryDAO Modifier and Type Field Description protected CannedQueryDAOAbstractCopyCannedQueryFactory. cannedQueryDAOMethods in org.alfresco.repo.copy.query with parameters of type CannedQueryDAO Modifier and Type Method Description voidAbstractCopyCannedQueryFactory. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) -
Uses of CannedQueryDAO in org.alfresco.repo.doclink
Methods in org.alfresco.repo.doclink with parameters of type CannedQueryDAO Modifier and Type Method Description voidDocumentLinkServiceImpl. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)Constructors in org.alfresco.repo.doclink with parameters of type CannedQueryDAO Constructor Description GetDoclinkNodesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.domain.query
Classes in org.alfresco.repo.domain.query that implement CannedQueryDAO Modifier and Type Class Description classAbstractCannedQueryDAOImplDAO implementation providing canned query support. -
Uses of CannedQueryDAO in org.alfresco.repo.domain.query.ibatis
Classes in org.alfresco.repo.domain.query.ibatis that implement CannedQueryDAO Modifier and Type Class Description classCannedQueryDAOImplDAO implementation providing canned query support. -
Uses of CannedQueryDAO in org.alfresco.repo.download.cannedquery
Constructors in org.alfresco.repo.download.cannedquery with parameters of type CannedQueryDAO Constructor Description GetDownloadsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<DownloadEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.model.filefolder
Constructors in org.alfresco.repo.model.filefolder with parameters of type CannedQueryDAO Constructor Description GetChildrenCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, NodePropertyHelper nodePropertyHelper, org.alfresco.repo.tenant.TenantService tenantService, org.alfresco.service.cmr.repository.NodeService nodeService, MethodSecurityBean<org.alfresco.service.cmr.repository.NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params, HiddenAspect hiddenAspect, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, java.util.Set<org.alfresco.service.namespace.QName> ignoreAspectQNames) -
Uses of CannedQueryDAO in org.alfresco.repo.node.archive
Constructors in org.alfresco.repo.node.archive with parameters of type CannedQueryDAO Constructor Description GetArchivedNodesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeDAO nodeDAO, MethodSecurityBean<ArchivedNodeEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.node.getchildren
Fields in org.alfresco.repo.node.getchildren declared as CannedQueryDAO Modifier and Type Field Description protected CannedQueryDAOGetChildrenCannedQueryFactory. cannedQueryDAOMethods in org.alfresco.repo.node.getchildren with parameters of type CannedQueryDAO Modifier and Type Method Description voidGetChildrenCannedQueryFactory. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)Constructors in org.alfresco.repo.node.getchildren with parameters of type CannedQueryDAO Constructor Description GetChildrenAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeBackedEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)GetChildrenCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, NodePropertyHelper nodePropertyHelper, org.alfresco.repo.tenant.TenantService tenantService, org.alfresco.service.cmr.repository.NodeService nodeService, MethodSecurityBean<org.alfresco.service.cmr.repository.NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params)GetChildrenWithTargetAssocsAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithTargetsEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.query
Fields in org.alfresco.repo.query declared as CannedQueryDAO Modifier and Type Field Description protected CannedQueryDAOAbstractQNameAwareCannedQueryFactory. cannedQueryDAOMethods in org.alfresco.repo.query with parameters of type CannedQueryDAO Modifier and Type Method Description voidAbstractQNameAwareCannedQueryFactory. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO) -
Uses of CannedQueryDAO in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority with parameters of type CannedQueryDAO Modifier and Type Method Description voidAuthorityDAOImpl. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)voidGetAuthoritiesCannedQueryFactory. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)Constructors in org.alfresco.repo.security.authority with parameters of type CannedQueryDAO Constructor Description GetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.repo.tenant.TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.security.person
Fields in org.alfresco.repo.security.person declared as CannedQueryDAO Modifier and Type Field Description protected CannedQueryDAOGetPeopleCannedQueryFactory. cannedQueryDAOMethods in org.alfresco.repo.security.person with parameters of type CannedQueryDAO Modifier and Type Method Description voidGetPeopleCannedQueryFactory. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)Constructors in org.alfresco.repo.security.person with parameters of type CannedQueryDAO Constructor Description GetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, org.alfresco.repo.tenant.TenantService tenantService, org.alfresco.service.cmr.repository.NodeService nodeService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters params) -
Uses of CannedQueryDAO in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type CannedQueryDAO Modifier and Type Method Description voidRepoUsageComponentImpl. setCannedQueryDAO(CannedQueryDAO cannedQueryDAO)
-