ISpecificOperation

interface OCP\WorkflowEngine\ISpecificOperation
Interface ISpecificOperation
This interface represents an operator that is designed to work with exactly
one entity type.

In almost all of the cases it is not necessary to have this limitation,
because the action is not connected to the event. This mechanism suits
special cases.
Source:lib/public/WorkflowEngine/ISpecificOperation.php#41
Parent:OCP\WorkflowEngine\IOperation

Methods

public OCP\WorkflowEngine\ISpecificOperation::getEntityId()
returns the id of the entity the operator is designed for
Example: ‘WorkflowEngine_Entity_File’
Source:lib/public/WorkflowEngine/ISpecificOperation.php#50
Since:18.0.0