Ignore:
Timestamp:
03/15/10 14:41:49 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Adaptando os processos do workflow para utilizar o nova factory.

File:
1 edited

Legend:

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

    r2222 r2249  
    4848 
    4949                /* registering allowed classes */ 
    50                 //$this->registerFileInfo('WorkflowObjects', 'class.WorkflowObjects.inc.php', 'inc'); 
     50                $this->registerFileInfo('wf_orgchart', 'class.wf_orgchart.php', 'inc/local/classes'); 
     51                $this->registerFileInfo('wf_ldap', 'class.wf_ldap.php', 'inc/local/classes'); 
     52                $this->registerFileInfo('wf_engine', 'class.wf_engine.php', 'inc/local/classes'); 
     53                $this->registerFileInfo('wf_role', 'class.wf_role.php', 'inc/local/classes'); 
     54                $this->registerFileInfo('wf_instance', 'class.wf_instance.php', 'inc/local/classes'); 
     55                $this->registerFileInfo('wf_location', 'class.wf_location.php', 'inc/local/classes'); 
     56                $this->registerFileInfo('wf_db', 'class.wf_db.php', 'inc/local/classes'); 
     57                $this->registerFileInfo('wf_fpdf', 'class.wf_fpdf.php', 'inc/local/classes'); 
     58                $this->registerFileInfo('wf_paging', 'class.wf_paging.php', 'inc/local/classes'); 
    5159 
    5260                /* ok. no more instances of this class.. */ 
Note: See TracChangeset for help on using the changeset viewer.