Ignore:
Timestamp:
03/17/10 16:39:47 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Corrigindo demais pendências na utilização da nova factory.

File:
1 edited

Legend:

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

    r2278 r2291  
    5252                $this->registerFileInfo('WorkflowLDAP', 'class.WorkflowLDAP.inc.php', 'inc'); 
    5353                $this->registerFileInfo('WorkflowSecurity', 'class.WorkflowSecurity.inc.php', 'inc'); 
     54                $this->registerFileInfo('WorkflowMacro', 'class.WorkflowMacro.inc.php', 'inc'); 
     55                $this->registerFileInfo('WorkflowJobManager', 'class.WorkflowJobManager.inc.php', 'inc'); 
    5456                $this->registerFileInfo('ResourcesRedirector', 'class.ResourcesRedirector.inc.php', 'inc'); 
    5557                $this->registerFileInfo('TemplateServer', 'class.TemplateServer.inc.php', 'inc'); 
     
    5759                $this->registerFileInfo('BrowserInfo', 'class.BrowserInfo.inc.php', 'inc'); 
    5860                $this->registerFileInfo('JobScheduler', 'class.JobScheduler.inc.php', 'inc'); 
     61                $this->registerFileInfo('Thread', 'class.Thread.inc.php', 'inc'); 
     62                $this->registerFileInfo('Paging', 'class.Paging.inc.php', 'inc'); 
    5963                $this->registerFileInfo('UserPictureProvider', 'class.UserPictureProvider.inc.php', 'inc'); 
    6064 
     
    6367                $this->registerFileInfo('workflow_smarty', 'class.workflow_smarty.inc.php', 'inc'); 
    6468                $this->registerFileInfo('workflow_acl', 'class.workflow_acl.inc.php', 'inc'); 
     69                $this->registerFileInfo('workflow_process', 'class.workflow_process.inc.php', 'inc'); 
    6570                $this->registerFileInfo('workflow_processmanager', 'class.workflow_processmanager.inc.php', 'inc'); 
    6671                $this->registerFileInfo('workflow_wfruntime', 'class.workflow_wfruntime.inc.php', 'inc'); 
    6772                $this->registerFileInfo('workflow_gui', 'class.workflow_gui.inc.php', 'inc'); 
    6873                $this->registerFileInfo('workflow_rolemanager', 'class.workflow_rolemanager.inc.php', 'inc'); 
     74                $this->registerFileInfo('workflow_baseactivity', 'class.workflow_baseactivity.inc.php', 'inc'); 
    6975                $this->registerFileInfo('workflow_activitymanager', 'class.workflow_activitymanager.inc.php', 'inc'); 
    7076                $this->registerFileInfo('workflow_instance', 'class.workflow_instance.inc.php', 'inc'); 
    7177 
     78                $this->registerFileInfo('bo_userinterface', 'class.bo_userinterface.inc.php', 'inc'); 
    7279                $this->registerFileInfo('bo_participants', 'class.bo_participants.inc.php', 'inc'); 
    7380                $this->registerFileInfo('bo_agent_mail_smtp', 'class.bo_agent_mail_smtp.inc.php', 'inc'); 
     
    7784 
    7885                /* registering egw external classes */ 
    79                 $this->registerFileInfo('phpgw', 'class.phpgw.inc.php', '', EGW_INC_ROOT); 
    8086                $this->registerFileInfo('db', 'class.db.inc.php', '', EGW_INC_ROOT); 
     87                $this->registerFileInfo('acl', 'class.acl.inc.php', '', EGW_INC_ROOT); 
    8188                $this->registerFileInfo('accounts', 'class.accounts.inc.php', '', EGW_INC_ROOT); 
    8289                $this->registerFileInfo('config', 'class.config.inc.php', '', EGW_INC_ROOT); 
Note: See TracChangeset for help on using the changeset viewer.