let a dedicate service serve a stateful process
* includes making ICheck not requiring any context setter
* and IFileCheck extending the IEntityCheck as entity data can be handed in
via Dispatcher
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
Showing
- apps/workflowengine/composer/composer/autoload_classmap.php 2 additions, 1 deletionapps/workflowengine/composer/composer/autoload_classmap.php
- apps/workflowengine/composer/composer/autoload_static.php 2 additions, 1 deletionapps/workflowengine/composer/composer/autoload_static.php
- apps/workflowengine/lib/Check/AbstractStringCheck.php 0 additions, 5 deletionsapps/workflowengine/lib/Check/AbstractStringCheck.php
- apps/workflowengine/lib/Check/FileSize.php 0 additions, 5 deletionsapps/workflowengine/lib/Check/FileSize.php
- apps/workflowengine/lib/Check/RequestRemoteAddress.php 0 additions, 5 deletionsapps/workflowengine/lib/Check/RequestRemoteAddress.php
- apps/workflowengine/lib/Check/RequestTime.php 0 additions, 5 deletionsapps/workflowengine/lib/Check/RequestTime.php
- apps/workflowengine/lib/Check/TFileCheck.php 0 additions, 2 deletionsapps/workflowengine/lib/Check/TFileCheck.php
- apps/workflowengine/lib/Check/UserGroupMembership.php 0 additions, 5 deletionsapps/workflowengine/lib/Check/UserGroupMembership.php
- apps/workflowengine/lib/Manager.php 5 additions, 92 deletionsapps/workflowengine/lib/Manager.php
- apps/workflowengine/lib/Service/RuleMatcher.php 137 additions, 0 deletionsapps/workflowengine/lib/Service/RuleMatcher.php
- lib/composer/composer/autoload_classmap.php 2 additions, 1 deletionlib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 2 additions, 1 deletionlib/composer/composer/autoload_static.php
- lib/public/WorkflowEngine/ICheck.php 0 additions, 20 deletionslib/public/WorkflowEngine/ICheck.php
- lib/public/WorkflowEngine/IEntityCheck.php 53 additions, 0 deletionslib/public/WorkflowEngine/IEntityCheck.php
- lib/public/WorkflowEngine/IFileCheck.php 2 additions, 4 deletionslib/public/WorkflowEngine/IFileCheck.php
- lib/public/WorkflowEngine/IManager.php 5 additions, 18 deletionslib/public/WorkflowEngine/IManager.php
- lib/public/WorkflowEngine/IRuleMatcher.php 3 additions, 4 deletionslib/public/WorkflowEngine/IRuleMatcher.php
Loading
Please register or sign in to comment