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