Class ParentSupport

    • Constructor Detail

      • ParentSupport

        public ParentSupport()
    • Method Detail

      • setDbid

        public void setDbid​(Long dbid)
        Parameters:
        dbid - the dbid to set
      • setDbids

        public void setDbids​(Long[] dbids)
        Parameters:
        dbids - the dbids to set
      • prepare

        public void prepare​(org.alfresco.service.namespace.NamespaceService namespaceService,
                            org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
                            QNameDAO qnameDAO,
                            NodeDAO nodeDAO,
                            org.alfresco.repo.tenant.TenantService tenantService,
                            Set<String> selectors,
                            Map<String,​org.alfresco.repo.search.impl.querymodel.Argument> functionArgs,
                            org.alfresco.repo.search.impl.querymodel.FunctionEvaluationContext functionContext,
                            boolean supportBooleanFloatAndDouble)
        Description copied from interface: DBQueryBuilderComponent
        Use the dictionary to expand any terms, deal with multi-valued properties, etc Use the QNameDAO to look up any ids
        Specified by:
        prepare in interface DBQueryBuilderComponent
        Parameters:
        namespaceService - NamespaceService
        dictionaryService - DictionaryService
        qnameDAO - QNameDAO
        nodeDAO - NodeDAO
        tenantService - TenantService
        functionContext - FunctionEvaluationContext
      • setLeftOuter

        public void setLeftOuter​(boolean leftOuter)
        Parameters:
        leftOuter - boolean