From bd5c455da4d79458906549082b49b0b83deebee8 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 16 Aug 2019 17:17:38 +0200 Subject: the workflow manager becomes scope aware, Part 1 Signed-off-by: Arthur Schiwon --- lib/public/WorkflowEngine/IManager.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/public/WorkflowEngine') 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 -- cgit v1.2.3