IManager
in
Interface IManager
Tags
Table of Contents
Constants
- MAX_CHECK_VALUE_BYTES = 2048
- MAX_OPERATION_VALUE_BYTES = 4096
- SCOPE_ADMIN = 0
- SCOPE_USER = 1
Methods
- getRuleMatcher() : IRuleMatcher
- registerCheck() : void
- Listen to `OCP\WorkflowEngine\Events\RegisterChecksEvent` at the IEventDispatcher for registering your operators.
- registerEntity() : void
- Listen to `OCP\WorkflowEngine\Events\RegisterEntitiesEvent` at the IEventDispatcher for registering your entities.
- registerOperation() : void
- Listen to `OCP\WorkflowEngine\Events\RegisterOperationsEvent` at the IEventDispatcher for registering your operators.
Constants
MAX_CHECK_VALUE_BYTES
public
mixed
MAX_CHECK_VALUE_BYTES
= 2048
Tags
MAX_OPERATION_VALUE_BYTES
public
mixed
MAX_OPERATION_VALUE_BYTES
= 4096
Tags
SCOPE_ADMIN
public
mixed
SCOPE_ADMIN
= 0
Tags
SCOPE_USER
public
mixed
SCOPE_USER
= 1
Tags
Methods
getRuleMatcher()
public
getRuleMatcher() : IRuleMatcher
Tags
Return values
IRuleMatcherregisterCheck()
Listen to `OCP\WorkflowEngine\Events\RegisterChecksEvent` at the IEventDispatcher for registering your operators.
public
registerCheck(ICheck $check) : void
Parameters
- $check : ICheck
Tags
registerEntity()
Listen to `OCP\WorkflowEngine\Events\RegisterEntitiesEvent` at the IEventDispatcher for registering your entities.
public
registerEntity(IEntity $entity) : void
Parameters
- $entity : IEntity
Tags
registerOperation()
Listen to `OCP\WorkflowEngine\Events\RegisterOperationsEvent` at the IEventDispatcher for registering your operators.
public
registerOperation(IOperation $operator) : void
Parameters
- $operator : IOperation