IEntityCompat¶
-
interface
OCP\WorkflowEngine\
IEntityCompat
¶ - Interface IEntityCompatThis interface extends IEntity 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/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 basedon \OCP\EventDispatcher\Event.
Source: lib/public/WorkflowEngine/IEntityCompat.php#47 Since: 18.0.0 Deprecated: