Commit Graph

504 Commits

Author SHA1 Message Date
Robert von Burg 4fa3f24701 [New] Added ExpressionsSupport.relationNull() 2021-03-24 23:49:10 +01:00
Robert von Burg 1ce493e9cb [New] Added ExpressionsSupport.predicate() and .map*() 2021-03-23 20:26:01 +01:00
Robert von Burg bd51435bd1 [New] Added dataSetSize to paging result from SearchResult 2021-03-15 11:45:18 +01:00
Robert von Burg 4fe7bc9106 [New] Added tx.get*Count() 2021-03-15 11:44:56 +01:00
Robert von Burg 7c82f21ee4 [Minor] code cleanup 2021-02-22 23:11:26 +01:00
Robert von Burg 872f3244ef [Major] Removed ComponentContainer from Command constructor 2021-02-22 16:00:02 +01:00
Robert von Burg 76f2079d28 [New] Added ExpressionsSupport.paramNull(String) 2021-02-09 17:32:08 +01:00
Robert von Burg 207304932a [Major] Better exception handling for AccessDeniedExceptions 2021-02-08 22:43:27 +01:00
Robert von Burg 42b54b3da3 [Major] Added ordering to OrderDao.queryAll() with asc/desc 2021-01-25 21:52:17 +01:00
Robert von Burg dabdd18fc2 [Minor] Added StrolchJob.hasComponent() 2021-01-06 12:51:35 +01:00
Robert von Burg 16b1b727a5 [New] Added a DataArchiveHandler for archiving objects 2020-11-17 15:48:07 +01:00
Robert von Burg 11017e7b57 [New] Added SearchResult.toJsonArray() 2020-11-10 10:58:51 +01:00
Robert von Burg ea5faf9abb [Fix] Fixed getElementOperation() for unknown op 2020-11-06 18:05:32 +01:00
Robert von Burg 9f47a72168 [New] Added tx.findParameterOnHierarchy() override 2020-10-27 11:36:35 +01:00
Robert von Burg 33fe4ae603 [New] Added StrolchTransaction privilege methods 2020-10-26 15:21:51 +01:00
Robert von Burg 5c5487efdc [New] Added TransactionThreadLocal 2020-10-23 14:34:48 +02:00
Robert von Burg 90e9fae065 [Fix] Fixed broken tests 2020-10-22 16:28:40 +02:00
Robert von Burg 447cc55cb6 [Fix] Fixed broken tests 2020-10-22 15:31:47 +02:00
Robert von Burg 428ae62ff9 [New] Add non-bagId overrides in SearchExpressions 2020-10-08 10:18:10 +02:00
Robert von Burg 3736c536f1 [Minor] set initial StrolchJob to Programmatic 2020-10-05 14:12:36 +02:00
Robert von Burg b14b625626 [New] Added ConfigureMethod.isProgrammatic() and isModel() 2020-10-05 10:58:00 +02:00
Robert von Burg d91c630208 [Minor] Catch trying to instantiate abstract policies 2020-09-03 15:48:00 +02:00
Robert von Burg 5ca616f3f3 [Fix] Fix tx.addOrUpdate() with previous remove() 2020-08-19 19:38:44 +02:00
Robert von Burg 6e910854e2 [Minor] Code cleanup and replace deprecated calls 2020-08-19 14:25:09 +02:00
Robert von Burg fb9c78f7aa [Minor] Code cleanup and replace deprecated calls 2020-08-19 12:27:33 +02:00
Robert von Burg 145678639f [Fix] Ignore updates if update observer is already shutdown 2020-08-11 21:52:15 +02:00
Robert von Burg 188ab020da [Fix] Fixed broken tests 2020-08-06 13:16:06 +02:00
Robert von Burg 86f9419a6c [New] Added EnumHandler.getEnum(StrolchTransaction, String) 2020-08-06 09:31:13 +02:00
Robert von Burg 07d2329725 [New] Added StrolchTransaction.reset() 2020-08-05 23:44:57 +02:00
Robert von Burg a1ef05a6b7 [New] Added AbstractService.hasComponent() 2020-08-05 23:44:46 +02:00
Robert von Burg d218da5963 [New] Added ThreadLocal to TX for logging when multiple TX open in same thread 2020-08-05 13:17:33 +02:00
Robert von Burg a59a133cca [New] Added StrolchModelConstants.PolicyConstants.TYPE_USE 2020-07-23 16:36:20 +02:00
Robert von Burg 074fa317a1 [New] added tx.validateAction() 2020-07-21 10:47:56 +02:00
Robert von Burg a65098f81c [Major] AbstractService.getPrivilegeValue() returns String 2020-07-21 10:47:42 +02:00
Robert von Burg cd36ad75b7 [Project] Updated strolch-wc-inspector version 2020-07-20 12:19:37 +02:00
Robert von Burg d28093ff92 [Fix] fixed OperationsLog.updateState(String, String, LogMessageState) 2020-07-13 13:28:53 +02:00
Robert von Burg 5934ebad42 [Fix] fixe OperationsLog.updateState(String, String, LogMessageState) 2020-07-13 13:06:22 +02:00
Robert von Burg 62fb6b908e [Minor] Handling badly modelled StrolchJobs in StrolchJobsHandler 2020-07-10 09:30:40 +02:00
Robert von Burg 77e5cba353 [New] Added AbstractService.getAgent() 2020-07-09 10:22:15 +02:00
Robert von Burg 0ca545501e [Major] Moved constants from StrolchConstants to StrolchModelConstants 2020-07-02 15:53:47 +02:00
Robert von Burg e66b1bdc6b [Major] removed DateParameter.toZonedDateTime() and .toLocalDateTime() 2020-07-01 11:40:00 +02:00
Robert von Burg e017c98048 [New] Added tx.getConfiguration() to get getResourceBy(TYPE_CONFIGURATION, RES_CONFIGURATION)
gracefully handles missing resource
2020-06-29 16:07:57 +02:00
Robert von Burg 9c7044a957 [New] Added StrolchAgent.get..() short hand methods 2020-06-25 15:00:04 +02:00
Robert von Burg 8a315138e7 [New] Added new predicate isEmpty() 2020-06-23 13:03:57 +02:00
Robert von Burg fe6d61a687 [New] Added StrolchJob loading of Manual, and new toString() 2020-06-22 17:26:01 +02:00
Robert von Burg 8bfd267c75 [New] Added StrolchConstants.PARAM_ACTIVITY 2020-06-22 17:25:22 +02:00
Robert von Burg eacec9a9ac [Fix] First try lock, before trying with timeout 2020-06-17 19:25:09 +02:00
Robert von Burg 56124581ec [Fix] First try lock, before trying with timeout 2020-06-17 09:21:11 +02:00
Robert von Burg 14b27ca3f2 [Fix] Allow RootElementSearchResult.oderBy(Comparator) to return this 2020-06-05 15:45:21 +02:00
Robert von Burg 20de009632 [Minor] Allow IActivitiyElement for StrolchPolicy.getOrder() 2020-05-28 16:04:35 +02:00