Class UUIDSupport

    • Constructor Detail

      • UUIDSupport

        public UUIDSupport()
    • Method Detail

      • setUuid

        public void setUuid​(String uuid)
        Parameters:
        uuid - the uud to set
      • setUuids

        public void setUuids​(String[] uuids)
      • 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