-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
False
-
False
-
Undefined
-
---
-
---
-
At the moment Application and Config interfaces have explicit method for each type of resources (i.e. app.predictionModels()). This makes impossible to split the API (all the interfaces should be available), requires to change the interface for every new type/resource and it is error prone: for example it is possible to invoke processes() even when they are not included.
Refactor both API to use:
- app.get(Processes.class)
- config.get(RuleUnitConfig.class)
- blocks
-
KOGITO-3072 Restructure codegen (part 2)
- Resolved
- duplicates
-
KOGITO-425 More generic Application API
- Closed