Commit Graph

2342 Commits

Author SHA1 Message Date
Robert von Burg 0d1ab66cb9 [Major] Made GenericReport to be auto closeable 2019-03-05 18:01:09 +01:00
Robert von Burg 543810c8f9 [Fix] Fixed anded searching in REST calls for Users, Sessions and OperationsLog 2019-03-05 18:00:28 +01:00
Robert von Burg 5267ff1e1c [Minor] Code cleanup in UserRep 2019-03-05 17:59:36 +01:00
Robert von Burg 0b4e2e6e40 [New] Added ValueSearch.search(Stream) 2019-03-05 17:59:17 +01:00
Robert von Burg 68e06af486 [New] Added new SearchBuilder.buildSimpleValueSearch() 2019-03-05 17:58:51 +01:00
Robert von Burg 45189a5bc3 [Major] Extended StrolchDao with paging feature 2019-03-05 17:57:59 +01:00
Robert von Burg a3264fb99c [Minor] change logger in DefaultPrivilegeHandler 2019-02-22 17:09:17 +01:00
Robert von Burg e1326bdc95 [New] Persisting of SSO Users, enforcing SSO users have state REMOTE 2019-02-22 16:35:32 +01:00
Robert von Burg 7d87589ce2 [Minor] Log when activity is complete and needs archiving 2019-02-22 15:44:54 +01:00
Reto Breitenmoser 756ca14fa3 [Minor] check if type exist 2019-02-16 10:06:03 +01:00
Robert von Burg 1e1ac785ea [New] Added NamedThreadPoolFactory 2019-02-06 14:33:45 +01:00
Robert von Burg ed42640e42 [New] Added new checked and throwing functional interfaces 2019-02-06 14:33:29 +01:00
Robert von Burg d716d697b1 [Minor] Fixed typo 2019-01-30 16:37:16 +01:00
Robert von Burg 8c4a8b77f1 [Fix] Fixed calling tx.addOrUpdate() after tx.remove() 2019-01-30 16:37:03 +01:00
Robert von Burg 6d9a9464d8 [Minor] Added JavaDoc to Parameter.compareTo() 2019-01-29 14:41:51 +01:00
Robert von Burg a85fa26b5e [New] Added StrolchTransaction.addOrUpdate() methods 2019-01-23 18:48:11 +01:00
Robert von Burg 8e0c2e6412 [Fix] Don't release locks a second time 2019-01-17 16:50:56 +01:00
Robert von Burg 81de2b94e4 [Fix] Added proper privilege validation for StrolchJob 2019-01-17 13:57:26 +01:00
Robert von Burg 434dd5a2dc [Fix] Fixed running intermediary migration scripts for PostgreSQL 2019-01-17 11:32:50 +01:00
Robert von Burg d0751345ff [New] Added ReloadPoliciesJob 2019-01-17 09:13:12 +01:00
Robert von Burg 8e3b22b3e3 [New] Added PolicyHandler.isPolicyDefAvailable() 2019-01-16 17:25:57 +01:00
Robert von Burg 368247726b [Major] Made user and session rest query API paging 2019-01-14 14:33:36 +01:00
Robert von Burg 37fb641892 [New] Added ValueSearch API for non-strolch object 2019-01-14 14:33:06 +01:00
Robert von Burg b297483280 [New] Added Paging.dataSetSize field 2019-01-14 14:32:32 +01:00
Robert von Burg e1a1a7410e [Fix] Fixed broken test 2019-01-10 16:34:26 +01:00
Robert von Burg 292db1b4f0 [Major] Added has* methods in privilege validation 2019-01-10 16:20:40 +01:00
Robert von Burg d4556e17c1 [Fix] State.canSetToExecution() includes STOPPED 2019-01-09 18:32:42 +01:00
Robert von Burg b3c936c0b2 [Minor] Allow Collection in StrolchSearch.search(Collection) 2019-01-08 11:16:27 +01:00
Robert von Burg c789f9fc88 [Fix] State.isExecuted() is also valid for CLOSED 2019-01-07 16:21:36 +01:00
Robert von Burg 9636be57c7 [New] Added StrolchElementToJsonVisitor.bagHook() 2019-01-07 13:56:55 +01:00
Robert von Burg 3bbfcab345 [New] Added StrolchTransaction.assertHasRole() and .assertHasAnyRole() 2019-01-07 13:56:35 +01:00
Robert von Burg c67858ce5e [New] Added PrivilegeContext.assertHasRole() and .assertHasAnyRole() 2019-01-07 13:55:25 +01:00
Robert von Burg b0bc2fce0d [Fix] Handle bad offset on Paging by reducing offset to Paging.size 2019-01-04 15:34:31 +01:00
Robert von Burg 40a60c86da [New] Added new StringHelper.isAllDigits() 2018-12-28 13:36:08 +01:00
Robert von Burg 94b0dd4f5a [New] Added XmlHelper.parseAndUnmarshalFile() 2018-12-18 14:33:29 +01:00
Robert von Burg b0f85ed76e [New] Added simple constructor for StrolchJob 2018-12-18 14:32:12 +01:00
Robert von Burg 21c414ab00 [Major] runAs*() now throws Exception 2018-12-18 14:30:37 +01:00
Robert von Burg 15a03928e2 [Major] Refactored StrolchXmlHelper 2018-12-12 10:58:13 +01:00
Robert von Burg e72ad04805 [Minor] Better exception message on CollectionsHelper.singletonCollector() 2018-12-07 11:38:39 +01:00
Robert von Burg b0e5739034 [New] Added ComponentContainer.runAsAgent() and .runAsAgentWithResult() 2018-12-05 15:49:12 +01:00
Robert von Burg 301c7bf785 [New] Added SearchResult.toSingleton() for optional result 2018-12-05 15:48:21 +01:00
Robert von Burg d9cdda2157 [New] Added CollectionsHelper.singletonCollector(boolean allowNull) 2018-12-05 15:47:19 +01:00
Robert von Burg 55b762f2f1 [Minor] Move RootElementSearchResult.toSingleton() to super class SearchResult 2018-12-04 11:17:45 +01:00
Robert von Burg 22883faa0d [Major] Implemented Control REST Service 2018-12-04 09:00:00 +01:00
Robert von Burg 534b555af4 [New] Added IActivityElement.isAction() and .isActivity() methods 2018-12-04 08:58:16 +01:00
Robert von Burg 102fe87b63 [New] Added optional locator to JSON visitors 2018-12-04 08:57:36 +01:00
Robert von Burg 790f7a0415 [New] added RootElementSearchResult.toSingleton() 2018-12-03 14:20:25 +01:00
Robert von Burg b95039c57b [New] add CollectionsHelper.singletonCollector(Supplier) 2018-12-03 14:19:57 +01:00
Robert von Burg 74a5e140df [Minor] Assert ListParameters do not get null values added 2018-11-26 18:03:58 +01:00
Robert von Burg cb633081eb [Minor] Keep minimum thread pool size at 4 2018-11-22 23:24:36 +01:00