Uses of Class
com.beassolution.rule.model.RuleLibrary
Packages that use RuleLibrary
Package
Description
-
Uses of RuleLibrary in com.beassolution.rule.controller
Classes in com.beassolution.rule.controller that implement interfaces with type arguments of type RuleLibraryModifier and TypeClassDescriptionclass
REST controller for rule library operations.class
REST controller for rule library operations.class
REST controller for rule library operations.class
REST controller for rule library operations.Methods in com.beassolution.rule.controller that return types with arguments of type RuleLibraryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<RuleLibrary> RuleLibraryController.create
(RuleLibrary obj) Creates a new rule library.org.springframework.http.ResponseEntity
<RuleLibrary> Retrieves a single rule library by its ID.org.springframework.http.ResponseEntity
<org.springframework.data.domain.Page<RuleLibrary>> Retrieves a paginated list of rule libraries with optional filtering.org.springframework.http.ResponseEntity
<RuleLibrary> RuleLibraryController.update
(RuleLibrary obj) Updates an existing rule library.Methods in com.beassolution.rule.controller with parameters of type RuleLibraryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<RuleLibrary> RuleLibraryController.create
(RuleLibrary obj) Creates a new rule library.org.springframework.http.ResponseEntity
<RuleLibrary> RuleLibraryController.update
(RuleLibrary obj) Updates an existing rule library. -
Uses of RuleLibrary in com.beassolution.rule.engine
Method parameters in com.beassolution.rule.engine with type arguments of type RuleLibraryModifier and TypeMethodDescriptionvoid
RuleEngineManager.cacheRules
(List<RuleLibrary> rules) Compiles and caches rules for execution. -
Uses of RuleLibrary in com.beassolution.rule.repository
Subinterfaces with type arguments of type RuleLibrary in com.beassolution.rule.repositoryMethods in com.beassolution.rule.repository that return types with arguments of type RuleLibraryModifier and TypeMethodDescriptionRuleLibraryRepository.findByContainerName
(String containerName) -
Uses of RuleLibrary in com.beassolution.rule.service
Subclasses with type arguments of type RuleLibrary in com.beassolution.rule.service