Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-08-16 18:17:38 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-09 23:56:01 +0300
commitbd5c455da4d79458906549082b49b0b83deebee8 (patch)
tree65933c5334ba8e210033dafce9e1c6bd05354911 /lib/public/WorkflowEngine
parent804d4fe69feb1853846ad7a4b92f01cc637daf71 (diff)
the workflow manager becomes scope aware, Part 1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/public/WorkflowEngine')
-rw-r--r--lib/public/WorkflowEngine/IManager.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/WorkflowEngine/IManager.php b/lib/public/WorkflowEngine/IManager.php
index 33a1dd1bb6c..c05459e1fb4 100644
--- a/lib/public/WorkflowEngine/IManager.php
+++ b/lib/public/WorkflowEngine/IManager.php
@@ -33,6 +33,10 @@ use OCP\Files\Storage\IStorage;
* @since 9.1
*/
interface IManager {
+
+ const SCOPE_ADMIN = 0;
+ const SCOPE_USER = 1;
+
/**
* @param IStorage $storage
* @param string $path