IEntityCompat

interface OCP\WorkflowEngine\IEntityCompat
Interface IEntityCompat
This interface extends IEntity to provide compatibility with old style
Event classes. It is only present for a transition period and will be
removed in 2023 again.
Source:lib/public/WorkflowEngine/IEntityCompat.php#39
Parent:OCP\WorkflowEngine\IEntity

Methods

public OCP\WorkflowEngine\IEntityCompat::prepareRuleMatcherCompat($ruleMatcher, $eventName, $event)
Like prepareRuleMatcherCompat, but works with events that are not based
on \OCP\EventDispatcher\Event.
Source:lib/public/WorkflowEngine/IEntityCompat.php#47
Since:18.0.0
Deprecated: