Uses of Interface
de.hybris.platform.ruleengineservices.maintenance.RuleCompilerPublisherResult
-
-
Uses of RuleCompilerPublisherResult in de.hybris.platform.ruleengineservices.jobs.impl
Methods in de.hybris.platform.ruleengineservices.jobs.impl that return types with arguments of type RuleCompilerPublisherResult Modifier and Type Method Description protected abstract java.util.Optional<RuleCompilerPublisherResult>AbstractRuleEngineJob. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineAllModulesInitJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineCompilePublishJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineModuleInitJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineModuleSyncJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineUndeployJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)Methods in de.hybris.platform.ruleengineservices.jobs.impl with parameters of type RuleCompilerPublisherResult Modifier and Type Method Description protected PerformResultAbstractRuleEngineJob. getPerformResult(RuleEngineCronJobModel cronJob, RuleCompilerPublisherResult result)protected booleanAbstractRuleEngineJob. hasErrors(RuleCompilerPublisherResult result)protected booleanAbstractRuleEngineJob. hasPublisherErrors(RuleCompilerPublisherResult result)protected voidAbstractRuleEngineJob. logCompilerErrorMessages(RuleEngineCronJobModel cronJob, RuleCompilerPublisherResult ruleResults)protected voidAbstractRuleEngineJob. logPublisherErrorMessages(RuleEngineCronJobModel cronJob, RuleCompilerPublisherResult ruleResults)protected voidAbstractRuleEngineJob. onError(RuleEngineCronJobModel cronJob, RuleCompilerPublisherResult ruleResults) -
Uses of RuleCompilerPublisherResult in de.hybris.platform.ruleengineservices.maintenance
Methods in de.hybris.platform.ruleengineservices.maintenance that return RuleCompilerPublisherResult Modifier and Type Method Description <T extends SourceRuleModel>
RuleCompilerPublisherResultRuleMaintenanceService. compileAndPublishRules(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate)Compiles and publishes rules<T extends SourceRuleModel>
RuleCompilerPublisherResultRuleMaintenanceService. compileAndPublishRulesWithBlocking(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate)Compiles and publishes rules with blocking on initialization<T extends SourceRuleModel>
RuleCompilerPublisherResultRuleMaintenanceService. compileAndPublishRulesWithBlocking(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate, CronJobProgressTracker cronJobProgressTracker)Compiles and publishes rules with blocking on initializationRuleCompilerPublisherResultRuleMaintenanceService. initializeAllModules(boolean enableIncrementalUpdate)Publish/re-publish drools rules for a all available modulesRuleCompilerPublisherResultRuleMaintenanceService. initializeModule(java.lang.String moduleName, boolean enableIncrementalUpdate)Publish/re-publish drools rules for a specific moduleMethods in de.hybris.platform.ruleengineservices.maintenance that return types with arguments of type RuleCompilerPublisherResult Modifier and Type Method Description java.util.Optional<RuleCompilerPublisherResult>RuleMaintenanceService. synchronizeModules(java.lang.String sourceModuleName, java.lang.String targetModuleName)Synchronize the deployed rules between two modules.<T extends SourceRuleModel>
java.util.Optional<RuleCompilerPublisherResult>RuleMaintenanceService. undeployRules(java.util.List<T> rules, java.lang.String moduleName)"Undeploy" (deactivate) the rules in the rule engine -
Uses of RuleCompilerPublisherResult in de.hybris.platform.ruleengineservices.maintenance.impl
Classes in de.hybris.platform.ruleengineservices.maintenance.impl that implement RuleCompilerPublisherResult Modifier and Type Class Description classDefaultRuleCompilerPublisherResultDefault implementation ofRuleCompilerPublisherResultMethods in de.hybris.platform.ruleengineservices.maintenance.impl that return RuleCompilerPublisherResult Modifier and Type Method Description <T extends SourceRuleModel>
RuleCompilerPublisherResultDefaultRuleMaintenanceService. compileAndPublishRules(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate)protected <T extends SourceRuleModel>
RuleCompilerPublisherResultDefaultRuleMaintenanceService. compileAndPublishRules(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate, boolean blocking)protected <T extends SourceRuleModel>
RuleCompilerPublisherResultDefaultRuleMaintenanceService. compileAndPublishRules(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate, CronJobProgressTracker cronJobProgressTracker, boolean blocking)<T extends SourceRuleModel>
RuleCompilerPublisherResultDefaultRuleMaintenanceService. compileAndPublishRulesWithBlocking(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate)<T extends SourceRuleModel>
RuleCompilerPublisherResultDefaultRuleMaintenanceService. compileAndPublishRulesWithBlocking(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate, CronJobProgressTracker cronJobProgressTracker)RuleCompilerPublisherResultDefaultRuleMaintenanceService. initializeAllModules(boolean enableIncrementalUpdate)RuleCompilerPublisherResultDefaultRuleMaintenanceService. initializeModule(java.lang.String moduleName, boolean enableIncrementalUpdate)Methods in de.hybris.platform.ruleengineservices.maintenance.impl that return types with arguments of type RuleCompilerPublisherResult Modifier and Type Method Description java.util.Optional<RuleCompilerPublisherResult>DefaultRuleMaintenanceService. synchronizeModules(java.lang.String sourceModuleName, java.lang.String targetModuleName)<T extends SourceRuleModel>
java.util.Optional<RuleCompilerPublisherResult>DefaultRuleMaintenanceService. undeployRules(java.util.List<T> rules, java.lang.String moduleName) -
Uses of RuleCompilerPublisherResult in de.hybris.platform.sap.productconfig.rules.integrationtests
Methods in de.hybris.platform.sap.productconfig.rules.integrationtests with parameters of type RuleCompilerPublisherResult Modifier and Type Method Description protected voidProductConfigRulesTest. checkCompilerAndPublishResult(java.util.List<SourceRuleModel> sourceRules, RuleCompilerPublisherResult compileAndPublishRules)
-