Ignore:
Timestamp:
03/12/10 10:59:32 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migração das classes do módulo workflow para a nova factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/lib/factory/WorkflowFactory.php

    r2223 r2233  
    4949                /* registering allowed classes */ 
    5050                $this->registerFileInfo('WorkflowObjects', 'class.WorkflowObjects.inc.php', 'inc'); 
     51                $this->registerFileInfo('WorkflowWatcher', 'class.WorkflowWatcher.inc.php', 'inc'); 
     52                $this->registerFileInfo('WorkflowLDAP', 'class.WorkflowLDAP.inc.php', 'inc'); 
     53                $this->registerFileInfo('WorkflowSecurity', 'class.WorkflowSecurity.inc.php', 'inc'); 
     54                $this->registerFileInfo('ResourcesRedirector', 'class.ResourcesRedirector.inc.php', 'inc'); 
    5155                $this->registerFileInfo('TemplateServer', 'class.TemplateServer.inc.php', 'inc'); 
     56                $this->registerFileInfo('CachedLDAP', 'class.CachedLDAP.inc.php', 'inc'); 
     57                $this->registerFileInfo('BrowserInfo', 'class.BrowserInfo.inc.php', 'inc'); 
     58 
    5259                $this->registerFileInfo('workflow_smarty', 'class.workflow_smarty.inc.php', 'inc'); 
     60                $this->registerFileInfo('workflow_acl', 'class.workflow_acl.inc.php', 'inc'); 
     61                $this->registerFileInfo('workflow_processmanager', 'class.workflow_processmanager.inc.php', 'inc'); 
     62 
     63                $this->registerFileInfo('bo_participants', 'class.bo_participants.inc.php', 'inc'); 
    5364 
    5465                /* registering egw class example */ 
    55                 //$this->registerFileInfo('db', 'x', 'inc', PHPGW_API_INC); 
     66                $this->registerFileInfo('phpgw', 'class.phpgw.inc.php', '', EGW_INC_ROOT); 
     67                $this->registerFileInfo('db', 'class.db.inc.php', '', EGW_INC_ROOT); 
     68                $this->registerFileInfo('accounts', 'class.accounts.inc.php', '', EGW_INC_ROOT); 
    5669 
    5770                /* ok. no more instances of this class.. */ 
Note: See TracChangeset for help on using the changeset viewer.