Changes between Version 8 and Version 9 of WF/Jobs


Ignore:
Timestamp:
02/02/12 15:57:09 (12 years ago)
Author:
viani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WF/Jobs

    v8 v9  
    7171        public function run() 
    7272        { 
    73                 $objclass = &$this->environment['factory']->getInstance('wf_instance'); 
     73                $objclass = Factory::getInstance('wf_instance'); 
    7474 
    7575                /* seleciona as atividades */ 
     
    133133        { 
    134134                // Cria objeto $role para pegar o código da atividade start, no caso Abrir OS 
    135                 $role = &$this->environment['factory']->getInstance('wf_role'); 
     135                $role = Factory::getInstance('wf_role'); 
    136136                $activityId = $role->getActivityIdByName('Abrir OS'); 
    137137