IOperationCompat¶
-
interface
OCP\WorkflowEngine\
IOperationCompat
¶ - Interface IOperationCompatThis interface extends IOperation to provide compatibility with old styleEvent classes. It is only present for a transition period and will beremoved in 2023 again.
Source: lib/public/WorkflowEngine/IOperationCompat.php#39
Methods¶
-
public
OCP\WorkflowEngine\IOperationCompat::
onEventCompat
($eventName, $event, $ruleMatcher)¶ - Like onEvent, but used with events that are not based on\OCP\EventDispatcher\Event.This method is introduced for compatibility reasons and will be removedin 2023 again.
Source: lib/public/WorkflowEngine/IOperationCompat.php#50 Since: 18.0.0 Deprecated: