registerFileInfo('WorkflowObjects', 'class.WorkflowObjects.inc.php', 'inc'); $this->registerFileInfo('WorkflowWatcher', 'class.WorkflowWatcher.inc.php', 'inc'); $this->registerFileInfo('WorkflowLDAP', 'class.WorkflowLDAP.inc.php', 'inc'); $this->registerFileInfo('WorkflowSecurity', 'class.WorkflowSecurity.inc.php', 'inc'); $this->registerFileInfo('ResourcesRedirector', 'class.ResourcesRedirector.inc.php', 'inc'); $this->registerFileInfo('TemplateServer', 'class.TemplateServer.inc.php', 'inc'); $this->registerFileInfo('CachedLDAP', 'class.CachedLDAP.inc.php', 'inc'); $this->registerFileInfo('BrowserInfo', 'class.BrowserInfo.inc.php', 'inc'); $this->registerFileInfo('process_smarty', 'class.process_smarty.inc.php', 'inc'); $this->registerFileInfo('workflow_smarty', 'class.workflow_smarty.inc.php', 'inc'); $this->registerFileInfo('workflow_acl', 'class.workflow_acl.inc.php', 'inc'); $this->registerFileInfo('workflow_processmanager', 'class.workflow_processmanager.inc.php', 'inc'); $this->registerFileInfo('workflow_wfruntime', 'class.workflow_wfruntime.inc.php', 'inc'); $this->registerFileInfo('workflow_gui', 'class.workflow_gui.inc.php', 'inc'); $this->registerFileInfo('workflow_rolemanager', 'class.workflow_rolemanager.inc.php', 'inc'); $this->registerFileInfo('workflow_activitymanager', 'class.workflow_activitymanager.inc.php', 'inc'); $this->registerFileInfo('workflow_instance', 'class.workflow_instance.inc.php', 'inc'); $this->registerFileInfo('bo_participants', 'class.bo_participants.inc.php', 'inc'); /* registering egw class example */ $this->registerFileInfo('phpgw', 'class.phpgw.inc.php', '', EGW_INC_ROOT); $this->registerFileInfo('db', 'class.db.inc.php', '', EGW_INC_ROOT); $this->registerFileInfo('accounts', 'class.accounts.inc.php', '', EGW_INC_ROOT); /** * TODO - This is a veeery big workaround to maintain compatibility with * processes that uses the old not-static factory. So, we made this wrapper * (adapter) that just calls the new and cute static factory class in the * right way. It should be removed as soon as possible. */ $this->registerFileInfo('ProcessWrapperFactory', 'ProcessWrapperFactory.php', 'lib/factory/'); /* ok. no more instances of this class.. */ self::$_instantiated = true; } } ?>