Changeset 2337


Ignore:
Timestamp:
03/24/10 15:20:03 (14 years ago)
Author:
rufino
Message:

Ticket #609 - Registradas novas classes que podem ser instanciadas pela Factory.

Location:
sandbox/workflow/branches/609/lib/factory
Files:
2 edited

Legend:

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

    r2311 r2337  
    4848 
    4949                /* registering allowed classes */ 
     50                $this->registerFileInfo('wf_cached_ldap', 'class.wf_cached_ldap.php', 'inc/local/classes'); 
     51                $this->registerFileInfo('wf_crypt', 'class.wf_crypt.php', 'inc/local/classes'); 
     52                $this->registerFileInfo('wf_date', 'class.wf_date.php', 'inc/local/classes'); 
     53                $this->registerFileInfo('wf_db', 'class.wf_db.php', 'inc/local/classes'); 
     54                $this->registerFileInfo('wf_engine', 'class.wf_engine.php', 'inc/local/classes'); 
     55                $this->registerFileInfo('wf_fpdf', 'class.wf_fpdf.php', 'inc/local/classes'); 
     56                $this->registerFileInfo('wf_instance', 'class.wf_instance.php', 'inc/local/classes'); 
     57                $this->registerFileInfo('wf_ldap', 'class.wf_ldap.php', 'inc/local/classes'); 
     58                $this->registerFileInfo('wf_location', 'class.wf_location.php', 'inc/local/classes'); 
     59                $this->registerFileInfo('wf_log', 'class.wf_log.php', 'inc/local/classes'); 
     60                $this->registerFileInfo('wf_mail', 'class.wf_mail.php', 'inc/local/classes'); 
     61                $this->registerFileInfo('wf_mem_image', 'class.wf_mem_image.php', 'inc/local/classes'); 
     62                $this->registerFileInfo('wf_natural', 'class.wf_natural.php', 'inc/local/classes'); 
    5063                $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_cached_ldap', 'class.wf_cached_ldap.php', 'inc/local/classes'); 
    53                 $this->registerFileInfo('wf_engine', 'class.wf_engine.php', 'inc/local/classes'); 
     64                $this->registerFileInfo('wf_paging', 'class.wf_paging.php', 'inc/local/classes'); 
     65                $this->registerFileInfo('wf_phplot', 'class.wf_phplot.php', 'inc/local/classes'); 
     66                $this->registerFileInfo('wf_regex', 'class.wf_regex.php', 'inc/local/classes'); 
    5467                $this->registerFileInfo('wf_role', 'class.wf_role.php', 'inc/local/classes'); 
    55                 $this->registerFileInfo('wf_instance', 'class.wf_instance.php', 'inc/local/classes'); 
    56                 $this->registerFileInfo('wf_location', 'class.wf_location.php', 'inc/local/classes'); 
    57                 $this->registerFileInfo('wf_db', 'class.wf_db.php', 'inc/local/classes'); 
    58                 $this->registerFileInfo('wf_fpdf', 'class.wf_fpdf.php', 'inc/local/classes'); 
    59                 $this->registerFileInfo('wf_paging', 'class.wf_paging.php', 'inc/local/classes'); 
     68                $this->registerFileInfo('wf_string', 'class.wf_string.php', 'inc/local/classes'); 
     69                $this->registerFileInfo('wf_type', 'class.wf_type.php', 'inc/local/classes'); 
     70                $this->registerFileInfo('wf_url', 'class.wf_url.php', 'inc/local/classes'); 
     71                $this->registerFileInfo('wf_util', 'class.wf_util.php', 'inc/local/classes'); 
     72                $this->registerFileInfo('wf_workitem', 'class.wf_workitem.php', 'inc/local/classes'); 
    6073 
    6174                /* ok. no more instances of this class.. */ 
     
    6376        } 
    6477} 
    65  
    6678?> 
  • sandbox/workflow/branches/609/lib/factory/WorkflowFactory.php

    r2311 r2337  
    8484                $this->registerFileInfo('bo_agent_mail_smtp', 'class.bo_agent_mail_smtp.inc.php', 'inc'); 
    8585                $this->registerFileInfo('bo_editor', 'class.bo_editor.inc.php', 'inc'); 
     86                $this->registerFileInfo('bo_utils', 'class.bo_utils.inc.php', 'inc'); 
    8687 
    8788                $this->registerFileInfo('so_agent_mail_smtp', 'class.so_agent_mail_smtp.inc.php', 'inc'); 
Note: See TracChangeset for help on using the changeset viewer.