ISpecificOperation¶
-
interface
OCP\WorkflowEngine\
ISpecificOperation
¶ - Interface ISpecificOperationThis interface represents an operator that is designed to work with exactlyone 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 suitsspecial 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 forExample: ‘WorkflowEngine_Entity_File’
Source: lib/public/WorkflowEngine/ISpecificOperation.php#50 Since: 18.0.0