aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/WorkflowEngine/IManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/WorkflowEngine/IManager.php')
-rw-r--r--lib/public/WorkflowEngine/IManager.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/public/WorkflowEngine/IManager.php b/lib/public/WorkflowEngine/IManager.php
index 5863cf7ce22..579cb4cd149 100644
--- a/lib/public/WorkflowEngine/IManager.php
+++ b/lib/public/WorkflowEngine/IManager.php
@@ -46,10 +46,18 @@ interface IManager {
public const MAX_OPERATION_VALUE_BYTES = 4096;
/**
- * @deprecated Will be removed in NC19. Use the dedicated events in OCP\WorkflowEngine\Events
+ * @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';
/**