Uses of Interface
org.alfresco.repo.domain.qname.QNameDAO
Packages that use QNameDAO
Package
Description
-
Uses of QNameDAO in org.alfresco.encryption
Methods in org.alfresco.encryption with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl that return QNameDAOMethods in org.alfresco.repo.admin.patch.impl with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidAliasableAspectPatch.setQnameDAO(QNameDAO qnameDAO) voidGenericDeleteAspectForTypePatch.setQnameDAO(QNameDAO qnameDAO) voidQNamePatch.setQnameDAO(QNameDAO qnameDAO) voidSurfConfigFolderPatch.setQnameDAO(QNameDAO qnameDAO) -
Uses of QNameDAO in org.alfresco.repo.copy.query
Fields in org.alfresco.repo.copy.query declared as QNameDAOMethods in org.alfresco.repo.copy.query with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidAbstractCopyCannedQueryFactory.setQnameDAO(QNameDAO qnameDAO) -
Uses of QNameDAO in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.doclink
Methods in org.alfresco.repo.doclink with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.domain.locks
Methods in org.alfresco.repo.domain.locks that return QNameDAOMethods in org.alfresco.repo.domain.locks with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node with parameters of type QNameDAOModifier and TypeMethodDescriptionNodeAssocEntity.getAssociationRef(QNameDAO qnameDAO) Helper method to fetch the association referencebooleanNode.getDeleted(QNameDAO qnameDAO) Checks thetypeof the node to determine if the node is deletedbooleanNodeEntity.getDeleted(QNameDAO qnameDAO) Node.getNodeStatus(QNameDAO qnameDAO) NodeEntity.getNodeStatus(QNameDAO qnameDAO) booleanChildAssocEntity.setQNameAll(QNameDAO qnameDAO, QName qname, boolean forUpdate) Set all required fields associated with the patchQName.voidAbstractNodeDAOImpl.setQnameDAO(QNameDAO qnameDAO) booleanChildAssocEntity.setTypeQNameAll(QNameDAO qnameDAO, QName typeQName, boolean forUpdate) Helper method to set theChildAssocEntity.setTypeQNameId(Long).Constructors in org.alfresco.repo.domain.node with parameters of type QNameDAOModifierConstructorDescriptionNodePropertyHelper(DictionaryService dictionaryService, QNameDAO qnameDAO, LocaleDAO localeDAO, ContentDataDAO contentDataDAO) Construct the helper with the appropriate DAOs and services -
Uses of QNameDAO in org.alfresco.repo.domain.node.ibatis
Fields in org.alfresco.repo.domain.node.ibatis declared as QNameDAOMethods in org.alfresco.repo.domain.node.ibatis with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.domain.patch.ibatis
Methods in org.alfresco.repo.domain.patch.ibatis with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.domain.permissions
Methods in org.alfresco.repo.domain.permissions with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidAbstractAclCrudDAOImpl.setQnameDAO(QNameDAO qnameDAO) voidAclDAOImpl.setQnameDAO(QNameDAO qnameDAO) -
Uses of QNameDAO in org.alfresco.repo.domain.qname
Classes in org.alfresco.repo.domain.qname that implement QNameDAOModifier and TypeClassDescriptionclassAbstract implementation of the QName and Namespace DAO interface. -
Uses of QNameDAO in org.alfresco.repo.domain.qname.ibatis
Classes in org.alfresco.repo.domain.qname.ibatis that implement QNameDAOModifier and TypeClassDescriptionclassiBatis-specific extension of the QName and Namespace abstract DAO -
Uses of QNameDAO in org.alfresco.repo.domain.solr
Constructors in org.alfresco.repo.domain.solr with parameters of type QNameDAOModifierConstructorDescriptionNodeParametersEntity(QNameDAO qnameDAO) Public constructor, but not generally usefulNodeParametersEntity(NodeParameters params, QNameDAO qnameDAO) Construct from higher-level parameters -
Uses of QNameDAO in org.alfresco.repo.domain.solr.ibatis
Methods in org.alfresco.repo.domain.solr.ibatis with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.domain.subscriptions.ibatis
Methods in org.alfresco.repo.domain.subscriptions.ibatis with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.domain.usage.ibatis
Methods in org.alfresco.repo.domain.usage.ibatis with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.model.filefolder
Constructors in org.alfresco.repo.model.filefolder with parameters of type QNameDAOModifierConstructorDescriptionGetChildrenCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, NodePropertyHelper nodePropertyHelper, TenantService tenantService, NodeService nodeService, MethodSecurityBean<NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params, HiddenAspect hiddenAspect, DictionaryService dictionaryService, Set<QName> ignoreAspectQNames) -
Uses of QNameDAO in org.alfresco.repo.node.db
Methods in org.alfresco.repo.node.db with parameters of type QNameDAOConstructors in org.alfresco.repo.node.db with parameters of type QNameDAOModifierConstructorDescriptionNodeStringLengthWorker(NodeDAO nodeDAO, JobLockService jobLockService, TransactionService transactionService, QNameDAO qnameDAO, BehaviourFilter behaviourFilter, int queryRange, int threadCount) -
Uses of QNameDAO in org.alfresco.repo.node.getchildren
Fields in org.alfresco.repo.node.getchildren declared as QNameDAOMethods in org.alfresco.repo.node.getchildren with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidGetChildrenCannedQueryFactory.setQnameDAO(QNameDAO qnameDAO) Constructors in org.alfresco.repo.node.getchildren with parameters of type QNameDAOModifierConstructorDescriptionGetChildrenCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, NodePropertyHelper nodePropertyHelper, TenantService tenantService, NodeService nodeService, MethodSecurityBean<NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of QNameDAO in org.alfresco.repo.query
Fields in org.alfresco.repo.query declared as QNameDAOModifier and TypeFieldDescriptionprotected QNameDAOAbstractQNameAwareCannedQueryFactory.qnameDAOMethods in org.alfresco.repo.query with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidAbstractQNameAwareCannedQueryFactory.setQnameDAO(QNameDAO qnameDAO) -
Uses of QNameDAO in org.alfresco.repo.search.impl.querymodel.impl.db
Fields in org.alfresco.repo.search.impl.querymodel.impl.db declared as QNameDAOMethods in org.alfresco.repo.search.impl.querymodel.impl.db with parameters of type QNameDAOModifier and TypeMethodDescriptionDBQuery.findAspectIds(String aspect, NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, boolean exact) DBQuery.findTypeIds(String type, NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, boolean exact) voidAspectSupport.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBConjunction.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBDisjunction.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFunctionalConstraint.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBOrdering.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBQuery.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBQueryBuilderComponent.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) Use the dictionary to expand any terms, deal with multi-valued properties, etc Use the QNameDAO to look up any idsvoidDBSelector.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidParentSupport.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidPropertySupport.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidTypeSupport.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidUUIDSupport.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBQueryEngine.setQnameDAO(QNameDAO qnameDAO) -
Uses of QNameDAO in org.alfresco.repo.search.impl.querymodel.impl.db.functions
Methods in org.alfresco.repo.search.impl.querymodel.impl.db.functions with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidDBChild.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBDescendant.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBEquals.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBExists.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFTSFuzzyTerm.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFTSPhrase.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFTSPrefixTerm.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFTSProximity.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFTSRange.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFTSTerm.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBFTSWildTerm.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBGreaterThan.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBGreaterThanOrEquals.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBIn.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBLessThan.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBLessThanOrEquals.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBLike.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBLower.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBNotEquals.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBPropertyAccessor.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBScore.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) voidDBUpper.prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) -
Uses of QNameDAO in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidAbstractAuthorityBridgeDAO.setQnameDAO(QNameDAO qnameDAO) voidAuthorityDAOImpl.setQnameDAO(QNameDAO qnameDAO) voidGetAuthoritiesCannedQueryFactory.setQnameDAO(QNameDAO qnameDAO) -
Uses of QNameDAO in org.alfresco.repo.security.person
Fields in org.alfresco.repo.security.person declared as QNameDAOMethods in org.alfresco.repo.security.person with parameters of type QNameDAOModifier and TypeMethodDescriptionvoidGetPeopleCannedQueryFactory.setQnameDAO(QNameDAO qnameDAO) Constructors in org.alfresco.repo.security.person with parameters of type QNameDAOModifierConstructorDescriptionGetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, TenantService tenantService, NodeService nodeService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters params) -
Uses of QNameDAO in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr with parameters of type QNameDAO -
Uses of QNameDAO in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type QNameDAO