]> source.dussan.org Git - nextcloud-server.git/commit
Use the new Events in Flow 18535/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 22 Dec 2019 14:04:39 +0000 (15:04 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 2 Jan 2020 15:40:49 +0000 (16:40 +0100)
commit25d4f3230d840d88191f905b2f3767d982c311b6
treee37bb6b7784144a6c97800750aaa302637e04f0f
parentc347b7cc148f69f12f7d8e98e3e6fee3a026d11c
Use the new Events in Flow

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/workflowengine/lib/Manager.php
apps/workflowengine/tests/ManagerTest.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/public/WorkflowEngine/Events/RegisterChecksEvent.php [new file with mode: 0644]
lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php [new file with mode: 0644]
lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php [new file with mode: 0644]
lib/public/WorkflowEngine/IManager.php