From aa039c986a3e8aaa97569d65ff1afd47a9b94a53 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Jul 2023 11:30:58 +0200 Subject: fix(workflowengine): Remove legacy event (deprecated since 17) Signed-off-by: Joas Schilling --- lib/public/WorkflowEngine/IManager.php | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lib/public/WorkflowEngine') diff --git a/lib/public/WorkflowEngine/IManager.php b/lib/public/WorkflowEngine/IManager.php index f09d51eb159..abdcdfa107a 100644 --- a/lib/public/WorkflowEngine/IManager.php +++ b/lib/public/WorkflowEngine/IManager.php @@ -44,21 +44,6 @@ interface IManager { */ public const MAX_OPERATION_VALUE_BYTES = 4096; - /** - * @deprecated 17.0.0 Will be removed in NC19. Use the dedicated events in OCP\WorkflowEngine\Events - */ - public const EVENT_NAME_REG_OPERATION = 'OCP\WorkflowEngine::registerOperations'; - - /** - * @deprecated 17.0.0 - */ - public const EVENT_NAME_REG_ENTITY = 'OCP\WorkflowEngine::registerEntities'; - - /** - * @deprecated 17.0.0 - */ - public const EVENT_NAME_REG_CHECK = 'OCP\WorkflowEngine::registerChecks'; - /** * Listen to `OCP\WorkflowEngine\Events\RegisterEntitiesEvent` at the * IEventDispatcher for registering your entities. -- cgit v1.2.3