1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756 |
- <?php
- // Copyright (C) 2011 Combodo SARL
- //
- /**
- * ModelFactory: in-memory manipulation of the XML MetaModel
- *
- * @author Erwan Taloc <erwan.taloc@combodo.com>
- * @author Romain Quetiez <romain.quetiez@combodo.com>
- * @author Denis Flaven <denis.flaven@combodo.com>
- * @license Combodo Private
- */
- require_once(APPROOT.'setup/moduleinstaller.class.inc.php');
- /**
- * ModelFactoryModule: the representation of a Module (i.e. element that can be selected during the setup)
- * @package ModelFactory
- */
- class MFModule
- {
- protected $sId;
- protected $sName;
- protected $sVersion;
- protected $sRootDir;
- protected $sLabel;
- protected $aDataModels;
-
- public function __construct($sId, $sRootDir, $sLabel)
- {
- $this->sId = $sId;
-
- list($this->sName, $this->sVersion) = ModuleDiscovery::GetModuleName($sId);
- if (strlen($this->sVersion) == 0)
- {
- $this->sVersion = '1.0.0';
- }
- $this->sRootDir = $sRootDir;
- $this->sLabel = $sLabel;
- $this->aDataModels = array();
-
- // Scan the module's root directory to find the datamodel(*).xml files
- if ($hDir = opendir($sRootDir))
- {
- // This is the correct way to loop over the directory. (according to the documentation)
- while (($sFile = readdir($hDir)) !== false)
- {
- if (preg_match('/^datamodel(.*)\.xml$/i', $sFile, $aMatches))
- {
- $this->aDataModels[] = $this->sRootDir.'/'.$aMatches[0];
- }
- }
- closedir($hDir);
- }
- }
-
-
- public function GetId()
- {
- return $this->sId;
- }
-
- public function GetName()
- {
- return $this->sName;
- }
- public function GetVersion()
- {
- return $this->sVersion;
- }
- public function GetLabel()
- {
- return $this->sLabel;
- }
-
- public function GetRootDir()
- {
- return $this->sRootDir;
- }
- public function GetModuleDir()
- {
- return basename($this->sRootDir);
- }
- public function GetDataModelFiles()
- {
- return $this->aDataModels;
- }
-
- /**
- * List all classes in this module
- */
- public function ListClasses()
- {
- return array();
- }
- }
- /**
- * ModelFactory: the class that manages the in-memory representation of the XML MetaModel
- * @package ModelFactory
- */
- class ModelFactory
- {
- protected $sRootDir;
- protected $oDOMDocument;
- protected $oRoot;
- protected $oModules;
- protected $oClasses;
- protected $oMenus;
- static protected $aLoadedClasses;
- static protected $aWellKnownParents = array('DBObject', 'CMDBObject','cmdbAbstractObject');
- // static protected $aWellKnownMenus = array('DataAdministration', 'Catalogs', 'ConfigManagement', 'Contact', 'ConfigManagementCI', 'ConfigManagement:Shortcuts', 'ServiceManagement');
- static protected $aLoadedModules;
- static protected $aLoadErrors;
-
- public function __construct($sRootDir, $aRootNodeExtensions = array())
- {
- $this->sRootDir = $sRootDir;
- $this->oDOMDocument = new MFDocument();
- $this->oRoot = $this->oDOMDocument->CreateElement('itop_design');
- $this->oRoot->setAttribute('xmlns:xsi', "http://www.w3.org/2001/XMLSchema-instance");
- $this->oDOMDocument->AppendChild($this->oRoot);
- $this->oModules = $this->oDOMDocument->CreateElement('loaded_modules');
- $this->oRoot->AppendChild($this->oModules);
- $this->oClasses = $this->oDOMDocument->CreateElement('classes');
- $this->oRoot->AppendChild($this->oClasses);
- foreach (self::$aWellKnownParents as $sWellKnownParent)
- {
- $oWKClass = $this->oDOMDocument->CreateElement('class');
- $oWKClass->setAttribute('id', $sWellKnownParent);
- $this->oClasses->AppendChild($oWKClass);
- }
- $this->oMenus = $this->oDOMDocument->CreateElement('menus');
- $this->oRoot->AppendChild($this->oMenus);
-
- foreach($aRootNodeExtensions as $sElementName)
- {
- $oElement = $this->oDOMDocument->CreateElement($sElementName);
- $this->oRoot->AppendChild($oElement);
- }
- self::$aLoadedModules = array();
- self::$aLoadErrors = array();
- libxml_use_internal_errors(true);
- }
-
- public function Dump($oNode = null, $bReturnRes = false)
- {
- if (is_null($oNode))
- {
- $oNode = $this->oRoot;
- }
- return $oNode->Dump($bReturnRes);
- }
- public function LoadFromFile($sCacheFile)
- {
- $this->oDOMDocument->load($sCacheFile);
- $this->oRoot = $this->oDOMDocument->firstChild;
-
- $this->oModules = $this->oRoot->getElementsByTagName('loaded_modules')->item(0);
- self::$aLoadedModules = array();
- foreach($this->oModules->getElementsByTagName('module') as $oModuleNode)
- {
- $sId = $oModuleNode->getAttribute('id');
- $sRootDir = $oModuleNode->GetChildText('root_dir');
- $sLabel = $oModuleNode->GetChildText('label');
- self::$aLoadedModules[] = new MFModule($sId, $sRootDir, $sLabel);
- }
- }
- public function SaveToFile($sCacheFile)
- {
- $this->oDOMDocument->save($sCacheFile);
- }
- /**
- * To progressively replace LoadModule
- * @param xxx xxx
- */
- public function LoadDelta(DOMDocument $oDeltaDoc, $oSourceNode, $oTargetParentNode)
- {
- if (!$oSourceNode instanceof DOMElement) return;
- //echo "Load $oSourceNode->tagName::".$oSourceNode->getAttribute('id')." (".$oSourceNode->getAttribute('_delta').")<br/>\n";
- $oTarget = $this->oDOMDocument;
- if (($oSourceNode->tagName == 'class') && ($oSourceNode->parentNode->tagName == 'classes'))
- {
- if ($oSourceNode->getAttribute('_delta') == 'define')
- {
- // This tag is organized in hierarchy: determine the real parent node (as a subnode of the current node)
- $sParentId = $oSourceNode->GetChildText('parent');
-
- $oTargetParentNode = $oTarget->GetNodeById('/itop_design/classes//class', $sParentId)->item(0);
-
- if (!$oTargetParentNode)
- {
- echo "Dumping target doc - looking for '$sPath'<br/>\n";
- $this->oDOMDocument->firstChild->Dump();
- throw new Exception("XML datamodel loader: could not find parent node for $oSourceNode->tagName/".$oSourceNode->getAttribute('id')." with parent id $sParentId");
- }
- }
- else
- {
- $oTargetNode = $oTarget->GetNodeById('/itop_design/classes//class', $oSourceNode->getAttribute('id'))->item(0);
- if (!$oTargetNode)
- {
- echo "Dumping target doc - looking for '$sPath'<br/>\n";
- $this->oDOMDocument->firstChild->Dump();
- throw new Exception("XML datamodel loader: could not find node for $oSourceNode->tagName/".$oSourceNode->getAttribute('id'));
- }
- else
- {
- $oTargetParentNode = $oTargetNode->parentNode;
- }
-
- }
- }
- switch ($oSourceNode->getAttribute('_delta'))
- {
- case 'must_exist':
- case 'merge':
- case '':
- $bMustExist = ($oSourceNode->getAttribute('_delta') == 'must_exist');
- $sSearchId = $oSourceNode->hasAttribute('_rename_from') ? $oSourceNode->getAttribute('_rename_from') : $oSourceNode->getAttribute('id');
- $oTargetNode = $oSourceNode->MergeInto($oTargetParentNode, $sSearchId, $bMustExist);
- foreach($oSourceNode->childNodes as $oSourceChild)
- {
- // Continue deeper
- $this->LoadDelta($oDeltaDoc, $oSourceChild, $oTargetNode);
- }
- break;
- case 'define':
- // New node - copy child nodes as well
- $oTargetNode = $oTarget->ImportNode($oSourceNode, true);
- $oTargetParentNode->AddChildNode($oTargetNode);
- break;
- case 'redefine':
- // Replace the existing node by the given node - copy child nodes as well
- $oTargetNode = $oTarget->ImportNode($oSourceNode, true);
- $sSearchId = $oSourceNode->hasAttribute('_rename_from') ? $oSourceNode->getAttribute('_rename_from') : $oSourceNode->getAttribute('id');
- $oTargetParentNode->RedefineChildNode($oTargetNode, $sSearchId);
- break;
- case 'delete':
- $oTargetNode = $oTargetParentNode->FindExistingChildNode($oSourceNode);
- $oTargetNode->Delete();
- break;
- }
- if ($oSourceNode->hasAttribute('_rename_from'))
- {
- $oTargetNode->Rename($oSourceNode->getAttribute('id'));
- }
- if ($oTargetNode->hasAttribute('_delta'))
- {
- $oTargetNode->removeAttribute('_delta');
- }
- }
- /**
- * Loads the definitions corresponding to the given Module
- * @param MFModule $oModule
- */
- public function LoadModule(MFModule $oModule)
- {
- $aDataModels = $oModule->GetDataModelFiles();
- $sModuleName = $oModule->GetName();
- $aClasses = array();
- self::$aLoadedModules[] = $oModule;
-
- // For persistence in the cache
- $oModuleNode = $this->oDOMDocument->CreateElement('module');
- $oModuleNode->setAttribute('id', $oModule->GetId());
- $oModuleNode->AppendChild($this->oDOMDocument->CreateElement('root_dir', $oModule->GetRootDir()));
- $oModuleNode->AppendChild($this->oDOMDocument->CreateElement('label', $oModule->GetLabel()));
- $this->oModules->AppendChild($oModuleNode);
-
- foreach($aDataModels as $sXmlFile)
- {
- $oDocument = new MFDocument();
- libxml_clear_errors();
- $oDocument->load($sXmlFile);
- //$bValidated = $oDocument->schemaValidate(APPROOT.'setup/itop_design.xsd');
- $aErrors = libxml_get_errors();
- if (count($aErrors) > 0)
- {
- self::$aLoadErrors[$sModuleName] = $aErrors;
- return;
- }
- $oXPath = new DOMXPath($oDocument);
- $oNodeList = $oXPath->query('/itop_design/classes//class');
- foreach($oNodeList as $oNode)
- {
- if ($oNode->getAttribute('_created_in') == '')
- {
- $oNode->SetAttribute('_created_in', $sModuleName);
- }
- }
- $oNodeList = $oXPath->query('/itop_design/menus/menu');
- foreach($oNodeList as $oNode)
- {
- if ($oNode->getAttribute('_created_in') == '')
- {
- $oNode->SetAttribute('_created_in', $sModuleName);
- }
- }
- $oDeltaRoot = $oDocument->childNodes->item(0);
- $this->LoadDelta($oDocument, $oDeltaRoot, $this->oDOMDocument);
- }
- }
- /**
- * XML load errors (XML format and validation)
- */
- function HasLoadErrors()
- {
- return (count(self::$aLoadErrors) > 0);
- }
- function GetLoadErrors()
- {
- return self::$aLoadErrors;
- }
- function GetLoadedModules($bExcludeWorkspace = true)
- {
- if ($bExcludeWorkspace)
- {
- $aModules = array();
- foreach(self::$aLoadedModules as $oModule)
- {
- if (!$oModule instanceof MFWorkspace)
- {
- $aModules[] = $oModule;
- }
- }
- }
- else
- {
- $aModules = self::$aLoadedModules;
- }
- return $aModules;
- }
-
-
- function GetModule($sModuleName)
- {
- foreach(self::$aLoadedModules as $oModule)
- {
- if ($oModule->GetName() == $sModuleName) return $oModule;
- }
- return null;
- }
-
- public function CreateElement($sTagName, $sValue = '')
- {
- return $this->oDOMDocument->createElement($sTagName, $sValue);
- }
-
- public function GetNodeById($sXPath, $sId, $oContextNode = null)
- {
- return $this->oDOMDocument->GetNodeById($sXPath, $sId, $oContextNode);
- }
-
- /**
- * Check if the class specified by the given node already exists in the loaded DOM
- * @param DOMNode $oClassNode The node corresponding to the class to load
- * @throws Exception
- * @return bool True if the class exists, false otherwise
- */
- protected function ClassExists(DOMNode $oClassNode)
- {
- assert(false);
- if ($oClassNode->hasAttribute('id'))
- {
- $sClassName = $oClassNode->GetAttribute('id');
- }
- else
- {
- throw new Exception('ModelFactory::AddClass: Cannot add a class with no name');
- }
-
- return (array_key_exists($sClassName, self::$aLoadedClasses));
- }
-
- /**
- * Check if the class specified by the given name already exists in the loaded DOM
- * @param string $sClassName The node corresponding to the class to load
- * @throws Exception
- * @return bool True if the class exists, false otherwise
- */
- protected function ClassNameExists($sClassName, $bFlattenLayers = true)
- {
- return !is_null($this->GetClass($sClassName, $bFlattenLayers));
- }
- /**
- * Add the given class to the DOM
- * @param DOMNode $oClassNode
- * @param string $sModuleName The name of the module in which this class is declared
- * @throws Exception
- */
- public function AddClass(DOMNode $oClassNode, $sModuleName)
- {
- if ($oClassNode->hasAttribute('id'))
- {
- $sClassName = $oClassNode->GetAttribute('id');
- }
- else
- {
- throw new Exception('ModelFactory::AddClass: Cannot add a class with no name');
- }
- if ($this->ClassNameExists($oClassNode->getAttribute('id')))
- {
- throw new Exception("ModelFactory::AddClass: Cannot add the already existing class $sClassName");
- }
-
- $sParentClass = $oClassNode->GetChildText('parent', '');
- $oParentNode = $this->GetClass($sParentClass);
- if ($oParentNode == null)
- {
- throw new Exception("ModelFactory::AddClass: Cannot find the parent class of '$sClassName': '$sParentClass'");
- }
- else
- {
- if ($sModuleName != '')
- {
- $oClassNode->SetAttribute('_created_in', $sModuleName);
- }
- $oParentNode->AddChildNode($this->oDOMDocument->importNode($oClassNode, true));
- }
- }
-
- /**
- * Remove a class from the DOM
- * @param string $sClass
- * @throws Exception
- */
- public function RemoveClass($sClass)
- {
- $oClassNode = $this->GetClass($sClass);
- if ($oClassNode == null)
- {
- throw new Exception("ModelFactory::RemoveClass: Cannot remove the non existing class $sClass");
- }
- // Note: the child classes are removed entirely
- $oClassNode->Delete();
- }
- /**
- * Modify a class within the DOM
- * @param string $sMenuId
- * @param DOMNode $oMenuNode
- * @throws Exception
- */
- public function AlterClass($sClassName, DOMNode $oClassNode)
- {
- $sOriginalName = $sClassName;
- if ($this->ClassNameExists($sClassName))
- {
- $oDestNode = self::$aLoadedClasses[$sClassName];
- }
- else
- {
- $sOriginalName = $oClassNode->getAttribute('_original_name');
- if ($this->ClassNameExists($sOriginalName))
- {
- // Class was renamed !
- $oDestNode = self::$aLoadedClasses[$sOriginalName];
- }
- else
- {
- throw new Exception("ModelFactory::AddClass: Cannot alter the non-existing class $sClassName / $sOriginalName");
- }
- }
- $this->_priv_AlterNode($oDestNode, $oClassNode);
- $sClassName = $oDestNode->getAttribute('id');
- if ($sOriginalName != $sClassName)
- {
- unset(self::$aLoadedClasses[$sOriginalName]);
- self::$aLoadedClasses[$sClassName] = $oDestNode;
- }
- $this->_priv_SetFlag($oDestNode, 'modified');
- }
-
- public function GetClassXMLTemplate($sName, $sIcon)
- {
- $sHeader = '<?xml version="1.0" encoding="utf-8"?'.'>';
- return
- <<<EOF
- $sHeader
- <class id="$sName">
- <comment/>
- <properties>
- </properties>
- <naming format=""><attributes/></naming>
- <reconciliation><attributes/></reconciliation>
- <display_template/>
- <icon>$sIcon</icon>
- </properties>
- <fields/>
- <lifecycle/>
- <methods/>
- <presentation>
- <details><items/></details>
- <search><items/></search>
- <list><items/></list>
- </presentation>
- </class>
- EOF
- ;
- }
- /**
- * List all classes from the DOM, for a given module
- * @param string $sModuleNale
- * @param bool $bFlattenLayers
- * @throws Exception
- */
- public function ListClasses($sModuleName, $bFlattenLayers = true)
- {
- $sXPath = "/itop_design/classes//class[@_created_in='$sModuleName']";
- if ($bFlattenLayers)
- {
- $sXPath = "/itop_design/classes//class[@_created_in='$sModuleName' and (not(@_alteration) or @_alteration!='removed')]";
- }
- return $this->GetNodes($sXPath);
- }
-
- /**
- * List all classes from the DOM, for a given module
- * @param string $sModuleNale
- * @param bool $bFlattenLayers
- * @throws Exception
- */
- public function ListAllClasses($bFlattenLayers = true)
- {
- $sXPath = "/itop_design/classes//class";
- if ($bFlattenLayers)
- {
- $sXPath = "/itop_design/classes//class[not(@_alteration) or @_alteration!='removed']";
- }
- return $this->GetNodes($sXPath);
- }
-
- /**
- * List top level (non abstract) classes having child classes
- * @param bool $bFlattenLayers
- * @throws Exception
- */
- public function ListRootClasses($bFlattenLayers = true)
- {
- $sXPath = "/itop_design/classes/class/class/class/..";
- if ($bFlattenLayers)
- {
- $sXPath = "/itop_design/classes/class/class[not(@_alteration) or @_alteration!='removed']/class[not(@_alteration) or @_alteration!='removed']/..";
- }
- return $this->GetNodes($sXPath);
- }
- public function GetClass($sClassName, $bFlattenLayers = true)
- {
- $oClassNode = $this->GetNodes("/itop_design/classes//class[@id='$sClassName']")->item(0);
- if ($oClassNode == null)
- {
- return null;
- }
- elseif ($bFlattenLayers)
- {
- $sOperation = $oClassNode->getAttribute('_alteration');
- if ($sOperation == 'removed')
- {
- $oClassNode = null;
- }
- }
- return $oClassNode;
- }
-
- public function GetChildClasses($oClassNode, $bFlattenLayers = true)
- {
- $sXPath = "class";
- if ($bFlattenLayers)
- {
- $sXPath = "class[(@_operation!='removed')]";
- }
- return $this->GetNodes($sXPath, $oClassNode);
- }
-
-
- public function GetField($sClassName, $sAttCode, $bFlattenLayers = true)
- {
- if (!$this->ClassNameExists($sClassName))
- {
- return null;
- }
- $oClassNode = self::$aLoadedClasses[$sClassName];
- if ($bFlattenLayers)
- {
- $sOperation = $oClassNode->getAttribute('_operation');
- if ($sOperation == 'removed')
- {
- $oClassNode = null;
- }
- }
- $sXPath = "fields/field[@id='$sAttCode']";
- if ($bFlattenLayers)
- {
- $sXPath = "fields/field[(@id='$sAttCode' and (not(@_operation) or @_operation!='removed'))]";
- }
- $oFieldNode = $this->GetNodes($sXPath, $oClassNode)->item(0);
- if (($oFieldNode == null) && ($sParentClass = $oClassNode->GetChildText('parent')))
- {
- return $this->GetField($sParentClass, $sAttCode, $bFlattenLayers);
- }
- return $oFieldNode;
- }
-
- /**
- * List all classes from the DOM
- * @param bool $bFlattenLayers
- * @throws Exception
- */
- public function ListFields(DOMNode $oClassNode, $bFlattenLayers = true)
- {
- $sXPath = "fields/field";
- if ($bFlattenLayers)
- {
- $sXPath = "fields/field[not(@_alteration) or @_alteration!='removed']";
- }
- return $this->GetNodes($sXPath, $oClassNode);
- }
-
- public function AddField(DOMNode $oClassNode, $sFieldCode, $sFieldType, $sSQL, $defaultValue, $bIsNullAllowed, $aExtraParams)
- {
- $oNewField = $this->oDOMDocument->createElement('field');
- $oNewField->setAttribute('id', $sFieldCode);
- $this->_priv_AlterField($oNewField, $sFieldType, $sSQL, $defaultValue, $bIsNullAllowed, $aExtraParams);
- $oFields = $oClassNode->getElementsByTagName('fields')->item(0);
- $oFields->AppendChild($oNewField);
- $this->_priv_SetFlag($oNewField, 'added');
- }
-
- public function RemoveField(DOMNode $oClassNode, $sFieldCode)
- {
- $sXPath = "fields/field[@id='$sFieldCode']";
- $oFieldNodes = $this->GetNodes($sXPath, $oClassNode);
- if (is_object($oFieldNodes) && (is_object($oFieldNodes->item(0))))
- {
- $oFieldNode = $oFieldNodes->item(0);
- $sOpCode = $oFieldNode->getAttribute('_operation');
- if ($oFieldNode->getAttribute('_operation') == 'added')
- {
- $oFieldNode->parentNode->removeChild($oFieldNode);
- }
- else
- {
- $this->_priv_SetFlag($oFieldNode, 'removed');
- }
- }
- }
-
- public function AlterField(DOMNode $oClassNode, $sFieldCode, $sFieldType, $sSQL, $defaultValue, $bIsNullAllowed, $aExtraParams)
- {
- $sXPath = "fields/field[@id='$sFieldCode']";
- $oFieldNodes = $this->GetNodes($sXPath, $oClassNode);
- if (is_object($oFieldNodes) && (is_object($oFieldNodes->item(0))))
- {
- $oFieldNode = $oFieldNodes->item(0);
- //@@TODO: if the field was 'added' => then let it as 'added'
- $sOpCode = $oFieldNode->getAttribute('_operation');
- switch($sOpCode)
- {
- case 'added':
- case 'modified':
- // added or modified, let it as it is
- break;
-
- default:
- $this->_priv_SetFlag($oFieldNodes->item(0), 'modified');
- }
- $this->_priv_AlterField($oFieldNodes->item(0), $sFieldType, $sSQL, $defaultValue, $bIsNullAllowed, $aExtraParams);
- }
- }
- protected function _priv_AlterField(DOMNode $oFieldNode, $sFieldType, $sSQL, $defaultValue, $bIsNullAllowed, $aExtraParams)
- {
- switch($sFieldType)
- {
- case 'Blob':
- case 'Boolean':
- case 'CaseLog':
- case 'Deadline':
- case 'Duration':
- case 'EmailAddress':
- case 'EncryptedString':
- case 'HTML':
- case 'IPAddress':
- case 'LongText':
- case 'OQL':
- case 'OneWayPassword':
- case 'Password':
- case 'Percentage':
- case 'String':
- case 'Text':
- case 'Text':
- case 'TemplateHTML':
- case 'TemplateString':
- case 'TemplateText':
- case 'URL':
- case 'Date':
- case 'DateTime':
- case 'Decimal':
- case 'Integer':
- break;
-
- case 'ExternalKey':
- $this->_priv_AddFieldAttribute($oFieldNode, 'target_class', $aExtraParams);
- // Fall through
- case 'HierarchicalKey':
- $this->_priv_AddFieldAttribute($oFieldNode, 'on_target_delete', $aExtraParams);
- $this->_priv_AddFieldAttribute($oFieldNode, 'filter', $aExtraParams);
- break;
- case 'ExternalField':
- $this->_priv_AddFieldAttribute($oFieldNode, 'extkey_attcode', $aExtraParams);
- $this->_priv_AddFieldAttribute($oFieldNode, 'target_attcode', $aExtraParams);
- break;
-
- case 'Enum':
- $this->_priv_SetFieldValues($oFieldNode, $aExtraParams);
- break;
-
- case 'LinkedSetIndirect':
- $this->_priv_AddFieldAttribute($oFieldNode, 'ext_key_to_remote', $aExtraParams);
- // Fall through
- case 'LinkedSet':
- $this->_priv_AddFieldAttribute($oFieldNode, 'linked_class', $aExtraParams);
- $this->_priv_AddFieldAttribute($oFieldNode, 'ext_key_to_me', $aExtraParams);
- $this->_priv_AddFieldAttribute($oFieldNode, 'count_min', $aExtraParams);
- $this->_priv_AddFieldAttribute($oFieldNode, 'count_max', $aExtraParams);
- break;
-
- default:
- throw(new Exception('Unsupported type of field: '.$sFieldType));
- }
- $this->_priv_SetFieldDependencies($oFieldNode, $aExtraParams);
- $oFieldNode->setAttribute('type', $sFieldType);
- $oFieldNode->setAttribute('sql', $sSQL);
- $oFieldNode->setAttribute('default_value', $defaultValue);
- $oFieldNode->setAttribute('is_null_alllowed', $bIsNullAllowed ? 'true' : 'false');
- }
-
- protected function _priv_AddFieldAttribute(DOMNode $oFieldNode, $sAttributeCode, $aExtraParams, $bMandatory = false)
- {
- $value = array_key_exists($sAttributeCode, $aExtraParams) ? $aExtraParams[$sAttributeCode] : '';
- if (($value == '') && (!$bMandatory)) return;
- $oFieldNode->setAttribute($sAttributeCode, $value);
- }
-
- protected function _priv_SetFieldDependencies($oFieldNode, $aExtraParams)
- {
- $aDeps = array_key_exists('dependencies', $aExtraParams) ? $aExtraParams['dependencies'] : '';
- $oDependencies = $oFieldNode->getElementsByTagName('dependencies')->item(0);
- // No dependencies before, and no dependencies to add, exit
- if (($oDependencies == null) && ($aDeps == '')) return;
-
- // Remove the previous dependencies
- $oFieldNode->removeChild($oDependencies);
- // If no dependencies, exit
- if ($aDeps == '') return;
- // Build the new list of dependencies
- $oDependencies = $this->oDOMDocument->createElement('dependencies');
- foreach($aDeps as $sAttCode)
- {
- $oDep = $this->oDOMDocument->createElement('attribute');
- $oDep->setAttribute('id', $sAttCode);
- $oDependencies->addChild($oDep);
- }
- $oFieldNode->addChild($oDependencies);
- }
-
- protected function _priv_SetFieldValues($oFieldNode, $aExtraParams)
- {
- $aVals = array_key_exists('values', $aExtraParams) ? $aExtraParams['values'] : '';
- $oValues = $oFieldNode->getElementsByTagName('values')->item(0);
- // No dependencies before, and no dependencies to add, exit
- if (($oValues == null) && ($aVals == '')) return;
-
- // Remove the previous dependencies
- $oFieldNode->removeChild($oValues);
- // If no dependencies, exit
- if ($aVals == '') return;
- // Build the new list of dependencies
- $oValues = $this->oDOMDocument->createElement('values');
- foreach($aVals as $sValue)
- {
- $oVal = $this->oDOMDocument->createElement('value', $sValue);
- $oValues->appendChild($oVal);
- }
- $oFieldNode->appendChild($oValues);
- }
- public function SetPresentation(DOMNode $oClassNode, $sPresentationCode, $aPresentation)
- {
- $oPresentation = $oClassNode->getElementsByTagName('presentation')->item(0);
- if (!is_object($oPresentation))
- {
- $oPresentation = $this->oDOMDocument->createElement('presentation');
- $oClassNode->appendChild($oPresentation);
- }
- $oZlist = $oPresentation->getElementsByTagName($sPresentationCode)->item(0);
- if (is_object($oZlist))
- {
- // Remove the previous Zlist
- $oPresentation->removeChild($oZlist);
- }
- // Create the ZList anew
- $oZlist = $this->oDOMDocument->createElement($sPresentationCode);
- $oPresentation->appendChild($oZlist);
- $this->AddZListItem($oZlist, $aPresentation);
- $this->_priv_SetFlag($oZlist, 'replaced');
- }
- protected function AddZListItem($oXMLNode, $value)
- {
- if (is_array($value))
- {
- $oXmlItems = $this->oDOMDocument->CreateElement('items');
- $oXMLNode->appendChild($oXmlItems);
-
- foreach($value as $key => $item)
- {
- $oXmlItem = $this->oDOMDocument->CreateElement('item');
- $oXmlItems->appendChild($oXmlItem);
-
- if (is_string($key))
- {
- $oXmlItem->SetAttribute('key', $key);
- }
- $this->AddZListItem($oXmlItem, $item);
- }
- }
- else
- {
- $oXmlText = $this->oDOMDocument->CreateTextNode((string) $value);
- $oXMLNode->appendChild($oXmlText);
- }
- }
-
- /**
- * List all transitions from a given state
- * @param DOMNode $oStateNode The state
- * @param bool $bFlattenLayers
- * @throws Exception
- */
- public function ListTransitions(DOMNode $oStateNode, $bFlattenLayers = true)
- {
- $sXPath = "transitions/transition";
- if ($bFlattenLayers)
- {
- //$sXPath = "transitions/transition[@_operation!='removed']";
- }
- return $this->GetNodes($sXPath, $oStateNode);
- }
-
- /**
- * List all states of a given class
- * @param DOMNode $oClassNode The class
- * @param bool $bFlattenLayers
- * @throws Exception
- */
- public function ListStates(DOMNode $oClassNode, $bFlattenLayers = true)
- {
- $sXPath = "lifecycle/states/state";
- if ($bFlattenLayers)
- {
- //$sXPath = "lifecycle/states/state[@_operation!='removed']";
- }
- return $this->GetNodes($sXPath, $oClassNode);
- }
-
- /**
- * List Zlists from the DOM for a given class
- * @param bool $bFlattenLayers
- * @throws Exception
- */
- public function ListZLists(DOMNode $oClassNode, $bFlattenLayers = true)
- {
- // Not yet implemented !!!
- return array();
- }
-
- public function ApplyChanges()
- {
- $oNodes = $this->ListChanges();
- foreach($oNodes as $oNode)
- {
- $sOperation = $oNode->GetAttribute('_alteration');
- switch($sOperation)
- {
- case 'added':
- case 'replaced':
- // marked as added or modified, just reset the flag
- $oNode->removeAttribute('_alteration');
- break;
-
- case 'removed':
- // marked as deleted, let's remove the node from the tree
- $oNode->parentNode->removeChild($oNode);
- // TODO!!!!!!!
- //unset(self::$aLoadedClasses[$sClass]);
- break;
- }
- if ($oNode->hasAttribute('_old_id'))
- {
- $oNode->removeAttribute('_old_id');
- }
- }
- }
-
- public function ListChanges()
- {
- return $this->GetNodes('//*[@_alteration or @_old_id]');
- }
- /**
- * Create path for the delta
- * @param DOMDocument oTargetDoc Where to attach the top of the hierarchy
- * @param MFElement oNode The node to import with its path
- */
- protected function ImportNodeAndPathDelta($oTargetDoc, $oNode)
- {
- // Preliminary: skip the parent if this node is organized hierarchically into the DOM
- // Only class nodes are organized this way
- $oParent = $oNode->parentNode;
- if ($oNode->tagName == 'class')
- {
- while (($oParent instanceof DOMElement) && ($oParent->tagName == $oNode->tagName) && $oParent->hasAttribute('id'))
- {
- $oParent = $oParent->parentNode;
- }
- }
- // Recursively create the path for the parent
- if ($oParent instanceof DOMElement)
- {
- $oParentClone = $this->ImportNodeAndPathDelta($oTargetDoc, $oParent);
- }
- else
- {
- // We've reached the top let's add the node into the root recipient
- $oParentClone = $oTargetDoc;
- }
- // Look for the node into the parent node
- // Note: this is an identified weakness of the algorithm,
- // because for each node modified, and each node of its path
- // we will have to lookup for the existing entry
- // Anyhow, this loop is quite quick to execute because in the delta
- // the number of nodes is limited
- $oNodeClone = null;
- foreach ($oParentClone->childNodes as $oChild)
- {
- if (($oChild instanceof DOMElement) && ($oChild->tagName == $oNode->tagName))
- {
- if (!$oNode->hasAttribute('id') || ($oNode->getAttribute('id') == $oChild->getAttribute('id')))
- {
- $oNodeClone = $oChild;
- break;
- }
- }
- }
- if (!$oNodeClone)
- {
- $sAlteration = $oNode->getAttribute('_alteration');
- $bCopyContents = ($sAlteration == 'replaced') || ($sAlteration == 'added');
- $oNodeClone = $oTargetDoc->importNode($oNode->cloneNode($bCopyContents), $bCopyContents);
- $oNodeClone->removeAttribute('_alteration');
- if ($oNodeClone->hasAttribute('_old_id'))
- {
- $oNodeClone->setAttribute('_rename_from', $oNodeClone->getAttribute('_old_id'));
- $oNodeClone->removeAttribute('_old_id');
- }
- switch ($sAlteration)
- {
- case '':
- if ($oNodeClone->hasAttribute('id'))
- {
- $oNodeClone->setAttribute('_delta', 'must_exist');
- }
- break;
- case 'added':
- $oNodeClone->setAttribute('_delta', 'define');
- break;
- case 'replaced':
- $oNodeClone->setAttribute('_delta', 'redefine');
- break;
- case 'removed':
- $oNodeClone->setAttribute('_delta', 'delete');
- break;
- }
- $oParentClone->appendChild($oNodeClone);
- }
- return $oNodeClone;
- }
- /**
- * Get the text/XML version of the delta
- */
- public function GetDelta()
- {
- $oDelta = new MFDocument();
- foreach($this->ListChanges() as $oAlteredNode)
- {
- $this->ImportNodeAndPathDelta($oDelta, $oAlteredNode);
- }
- return $oDelta->saveXML();
- }
-
- /**
- * Searches on disk in the root directory for module description files
- * and returns an array of MFModules
- * @return array Array of MFModules
- */
- public function FindModules($sSubDirectory = '')
- {
- $aAvailableModules = ModuleDiscovery::GetAvailableModules($this->sRootDir, $sSubDirectory);
- $aResult = array();
- foreach($aAvailableModules as $sId => $aModule)
- {
- $aResult[] = new MFModule($sId, $aModule['root_dir'], $aModule['label']);
- }
- return $aResult;
- }
-
- public function TestAlteration()
- {
- try
- {
- $sHeader = '<?xml version="1.0" encoding="utf-8"?'.'>';
- $sOriginalXML =
- <<<EOF
- $sHeader
- <itop_design>
- <a id="first a">
- <b>Text</b>
- <c id="1">
- <d>D1</d>
- <d>D2</d>
- </c>
- </a>
- <a id="second a">
- <parent>first a</parent>
- </a>
- <a id="third a">
- <parent>first a</parent>
- <x>blah</x>
- </a>
- </itop_design>
- EOF;
- $this->oDOMDocument = new MFDocument();
- $this->oDOMDocument->loadXML($sOriginalXML);
-
- // DOM Get the original values, then modify its contents by the mean of the API
- $oRoot = $this->GetNodes('//itop_design')->item(0);
- //$oRoot->Dump();
- $sDOMOriginal = $oRoot->Dump(true);
-
- $oNode = $oRoot->GetNodes('a/b')->item(0);
- $oNew = $this->oDOMDocument->CreateElement('b', 'New text');
- $oNode->parentNode->RedefineChildNode($oNew);
-
- $oNode = $oRoot->GetNodes('a/c')->item(0);
- $oNewC = $this->oDOMDocument->CreateElement('c');
- $oNewC->setAttribute('id', '1');
- $oNode->parentNode->RedefineChildNode($oNewC);
- $oNewC->appendChild($this->oDOMDocument->CreateElement('d', 'x'));
- $oNewC->appendChild($this->oDOMDocument->CreateElement('d', 'y'));
- $oNewC->appendChild($this->oDOMDocument->CreateElement('d', 'z'));
- $oNamedNode = $this->oDOMDocument->CreateElement('z');
- $oNamedNode->setAttribute('id', 'abc');
- $oNewC->AddChildNode($oNamedNode);
- $oNewC->AddChildNode($this->oDOMDocument->CreateElement('r', 'to be replaced'));
- // Alter this "modified node", no flag should be set in its subnodes
- $oNewC->Rename('blah');
- $oNewC->Rename('foo');
- $oNewC->AddChildNode($this->oDOMDocument->CreateElement('y', '(no flag)'));
- $oNewC->AddChildNode($this->oDOMDocument->CreateElement('x', 'To delete programatically'));
- $oSubNode = $oNewC->GetUniqueElement('z');
- $oSubNode->Rename('abcdef');
- $oSubNode = $oNewC->GetUniqueElement('x');
- $oSubNode->Delete();
- $oNewC->RedefineChildNode($this->oDOMDocument->CreateElement('r', 'replacement'));
- $oNode = $oRoot->GetNodes("//a[@id='second a']")->item(0);
- $oNode->Rename('el 2o A');
- $oNode->Rename('el secundo A');
- $oNew = $this->oDOMDocument->CreateElement('e', 'Something new here');
- $oNode->AddChildNode($oNew);
- $oNewA = $this->oDOMDocument->CreateElement('a');
- $oNewA->setAttribute('id', 'new a');
- $oNode->AddChildNode($oNewA);
- $oSubnode = $this->oDOMDocument->CreateElement('parent', 'el secundo A');
- $oSubnode->setAttribute('id', 'to be changed');
- $oNewA->AddChildNode($oSubnode);
- $oNewA->AddChildNode($this->oDOMDocument->CreateElement('f', 'Welcome to the newcomer'));
- $oNewA->AddChildNode($this->oDOMDocument->CreateElement('x', 'To delete programatically'));
-
- // Alter this "new a", as it is new, no flag should be set
- $oNewA->Rename('new_a');
- $oSubNode = $oNewA->GetUniqueElement('parent');
- $oSubNode->Rename('alter ego');
- $oNewA->RedefineChildNode($this->oDOMDocument->CreateElement('f', 'dummy data'));
- $oSubNode = $oNewA->GetUniqueElement('x');
- $oSubNode->Delete();
-
- $oNode = $oRoot->GetNodes("//a[@id='third a']")->item(0);
- $oNode->Delete();
-
- //$oRoot->Dump();
- $sDOMModified = $oRoot->Dump(true);
- // Compute the delta
- //
- $sDeltaXML = $this->GetDelta();
- //echo "<pre>\n";
- //echo htmlentities($sDeltaXML);
- //echo "</pre>\n";
-
- // Reiterating - try to remake the DOM by applying the computed delta
- //
- $this->oDOMDocument = new MFDocument();
- $this->oDOMDocument->loadXML($sOriginalXML);
- $oRoot = $this->GetNodes('//itop_design')->item(0);
- //$oRoot->Dump();
- echo "<h4>Rebuild the DOM - Delta applied...</h4>\n";
- $oDeltaDoc = new MFDocument();
- $oDeltaDoc->loadXML($sDeltaXML);
-
- //$oDeltaDoc->Dump();
- //$this->oDOMDocument->Dump();
- $oDeltaRoot = $oDeltaDoc->childNodes->item(0);
- $this->LoadDelta($oDeltaDoc, $oDeltaRoot, $this->oDOMDocument);
- //$oRoot->Dump();
- $sDOMRebuilt = $oRoot->Dump(true);
- }
- catch (Exception $e)
- {
- echo "<h1>Exception: ".$e->getMessage()."</h1>\n";
- echo "<pre>\n";
- debug_print_backtrace();
- echo "</pre>\n";
- }
- $sArrStyle = "font-size: 40;";
- echo "<table>\n";
- echo " <tr>\n";
- echo " <td width=\"50%\">\n";
- echo " <h4>DOM - Original values</h4>\n";
- echo " <pre>".htmlentities($sDOMOriginal)."</pre>\n";
- echo " </td>\n";
- echo " <td width=\"50%\" align=\"left\" valign=\"center\"><span style=\"$sArrStyle\">⇒ ⇒ ⇒</span></td>\n";
- echo " </tr>\n";
- echo " <tr><td align=\"center\"><span style=\"$sArrStyle\">⇓</div></td><td align=\"center\"><span style=\"$sArrStyle\"><span style=\"$sArrStyle\">⇓</div></div></td></tr>\n";
- echo " <tr>\n";
- echo " <td width=\"50%\">\n";
- echo " <h4>DOM - Altered with various changes</h4>\n";
- echo " <pre>".htmlentities($sDOMModified)."</pre>\n";
- echo " </td>\n";
- echo " <td width=\"50%\">\n";
- echo " <h4>DOM - Rebuilt from the Delta</h4>\n";
- echo " <pre>".htmlentities($sDOMRebuilt)."</pre>\n";
- echo " </td>\n";
- echo " </tr>\n";
- echo " <tr><td align=\"center\"><span style=\"$sArrStyle\">⇓</div></td><td align=\"center\"><span style=\"$sArrStyle\">⇑</div></td></tr>\n";
- echo " <td width=\"50%\">\n";
- echo " <h4>Delta (Computed by ModelFactory)</h4>\n";
- echo " <pre>".htmlentities($sDeltaXML)."</pre>\n";
- echo " </td>\n";
- echo " <td width=\"50%\" align=\"left\" valign=\"center\"><span style=\"$sArrStyle\">⇒ ⇒ ⇒</span></td>\n";
- echo " </tr>\n";
- echo "</table>\n";
- } // TEST !
- /**
- * Extracts some nodes from the DOM
- * @param string $sXPath A XPath expression
- * @return DOMNodeList
- */
- public function GetNodes($sXPath, $oContextNode = null)
- {
- return $this->oDOMDocument->GetNodes($sXPath, $oContextNode);
- }
- public function ListActiveChildNodes($sContextXPath, $sTagName)
- {
- $oContextPath = $this->oRoot->GetNodes($sContextXPath)->item(0);
- return $oContextPath->ListActiveChildNodes($sTagName);
- }
- }
- /**
- * MFElement: helper to read/change the DOM
- * @package ModelFactory
- */
- class MFElement extends DOMElement
- {
- /**
- * Extracts some nodes from the DOM
- * @param string $sXPath A XPath expression
- * @return DOMNodeList
- */
- public function GetNodes($sXPath)
- {
- return $this->ownerDocument->GetNodes($sXPath, $this);
- }
- /**
- * For debugging purposes - but this is currently buggy: the whole document is rendered
- */
- public function Dump($bReturnRes = false)
- {
- $sXml = $this->ownerDocument->saveXML($this);
- if ($bReturnRes)
- {
- return $sXml;
- }
- else
- {
- echo "<pre>\n";
- echo htmlentities($sXml);
- echo "</pre>\n";
- }
- }
- /**
- * Returns the node directly under the given node
- */
- public function GetUniqueElement($sTagName, $bMustExist = true)
- {
- $oNode = null;
- foreach($this->childNodes as $oChildNode)
- {
- if ($oChildNode->nodeName == $sTagName)
- {
- $oNode = $oChildNode;
- break;
- }
- }
- if ($bMustExist && is_null($oNode))
- {
- throw new DOMFormatException('Missing unique tag: '.$sTagName);
- }
- return $oNode;
- }
-
- /**
- * Returns the node directly under the current node, or null if missing
- */
- public function GetOptionalElement($sTagName)
- {
- return $this->GetUniqueElement($sTagName, false);
- }
-
-
- /**
- * Returns the TEXT of the current node (possibly from several subnodes)
- */
- public function GetText($sDefault = null)
- {
- $sText = null;
- foreach($this->childNodes as $oChildNode)
- {
- if ($oChildNode instanceof DOMCharacterData) // Base class of DOMText and DOMCdataSection
- {
- if (is_null($sText)) $sText = '';
- $sText .= $oChildNode->wholeText;
- }
- }
- if (is_null($sText))
- {
- return $sDefault;
- }
- else
- {
- return $sText;
- }
- }
-
- /**
- * Get the TEXT value from the child node
- */
- public function GetChildText($sTagName, $sDefault = null)
- {
- $sRet = $sDefault;
- if ($oChild = $this->GetOptionalElement($sTagName))
- {
- $sRet = $oChild->GetText($sDefault);
- }
- return $sRet;
- }
- /**
- * Assumes the current node to be either a text or
- * <items>
- * <item [key]="..."]>value<item>
- * <item [key]="..."]>value<item>
- * </items>
- * where value can be the either a text or an array of items... recursively
- * Returns a PHP array
- */
- public function GetNodeAsArrayOfItems($sElementName = 'items')
- {
- $oItems = $this->GetOptionalElement($sElementName);
- if ($oItems)
- {
- $res = array();
- foreach($oItems->childNodes as $oItem)
- {
- // When an attribute is missing
- if ($oItem->hasAttribute('id'))
- {
- $key = $oItem->getAttribute('id');
- $res[$key] = $oItem->GetNodeAsArrayOfItems();
- }
- else
- {
- $res[] = $oItem->GetNodeAsArrayOfItems();
- }
- }
- }
- else
- {
- $res = $this->GetText();
- }
- return $res;
- }
- public function SetNodeAsArrayOfItems($aList)
- {
- $oNewNode = $this->ownerDocument->CreateElement($this->tagName);
- if ($this->getAttribute('id') != '')
- {
- $oNewNode->setAttribute('id', $this->getAttribute('id'));
- }
- self::AddItemToNode($this->ownerDocument, $oNewNode, $aList);
- $this->parentNode->RedefineChildNode($oNewNode);
- }
-
- protected static function AddItemToNode($oXmlDoc, $oXMLNode, $itemValue)
- {
- if (is_array($itemValue))
- {
- $oXmlItems = $oXmlDoc->CreateElement('items');
- $oXMLNode->AppendChild($oXmlItems);
-
- foreach($itemValue as $key => $item)
- {
- $oXmlItem = $oXmlDoc->CreateElement('item');
- $oXmlItems->AppendChild($oXmlItem);
-
- if (is_string($key))
- {
- $oXmlItem->SetAttribute('key', $key);
- }
- self::AddItemToNode($oXmlDoc, $oXmlItem, $item);
- }
- }
- else
- {
- $oXmlText = $oXmlDoc->CreateTextNode((string) $itemValue);
- $oXMLNode->AppendChild($oXmlText);
- }
- }
- /**
- * Helper to remove child nodes
- */
- public function DeleteChildren()
- {
- while (isset($this->firstChild))
- {
- if ($this->firstChild instanceof MFElement)
- {
- $this->firstChild->DeleteChildren();
- }
- $this->removeChild($this->firstChild);
- }
- }
- /**
- * Find the child node matching the given node
- * @param MFElement $oRefNode The node to search for
- * @param bool $sSearchId substitutes to the value of the 'id' attribute
- */
- public function FindExistingChildNode(MFElement $oRefNode, $sSearchId = null)
- {
- return self::FindNode($this, $oRefNode, $sSearchId);
- }
-
- /**
- * Seems to work fine (and is about 10 times faster than above) EXCEPT for menus !!!!
- * @param unknown_type $oParent
- * @param unknown_type $oRefNode
- * @param unknown_type $sSearchId
- * @throws Exception
- */
- public static function FindNode(DOMNode $oParent, MFElement $oRefNode, $sSearchId = null)
- {
- $oRes = null;
- if ($oParent instanceof DOMDocument)
- {
- $oDoc = $oParent->firstChild->ownerDocument;
- $oRoot = $oParent;
- }
- else
- {
- $oDoc = $oParent->ownerDocument;
- $oRoot = $oParent;
- }
- $oXPath = new DOMXPath($oDoc);
- if ($oRefNode->hasAttribute('id'))
- {
- // Find the first element having the same tag name and id
- if (!$sSearchId)
- {
- $sSearchId = $oRefNode->getAttribute('id');
- }
- $sXPath = './'.$oRefNode->tagName."[@id='$sSearchId']";
-
- $oRes = $oXPath->query($sXPath, $oRoot)->item(0);
- }
- else
- {
- // Get the first one having the same tag name (ignore others)
- $sXPath = './'.$oRefNode->tagName;
-
- $oRes = $oXPath->query($sXPath, $oRoot)->item(0);
- }
- return $oRes;
- }
-
- public function ListActiveChildNodes($sTagName)
- {
- $sXPath = $sTagName."[not(@_alteration) or @_alteration!='removed']";
- return $this->GetNodes($sXPath);
- }
- /**
- * Check if the current node is under a node 'added' or 'altered'
- * Usage: In such a case, the change must not be tracked
- */
- protected function IsInDefinition()
- {
- // Iterate through the parents: reset the flag if any of them has a flag set
- for($oParent = $this ; $oParent instanceof MFElement ; $oParent = $oParent->parentNode)
- {
- if ($oParent->getAttribute('_alteration') != '')
- {
- return true;
- }
- }
- return false;
- }
-
- /**
- * Add a node and set the flags that will be used to compute the delta
- * @param MFElement $oNode The node (including all subnodes) to add
- */
- public function AddChildNode(MFElement $oNode)
- {
- $oExisting = $this->FindExistingChildNode($oNode);
- if ($oExisting)
- {
- if ($oExisting->getAttribute('_alteration') != 'removed')
- {
- throw new Exception("Attempting to add a node that already exists: $oNode->tagName (id: ".$oNode->getAttribute('id')."");
- }
- $oExisting->ReplaceWith($oNode);
- $sFlag = 'replaced';
- }
- else
- {
- $this->appendChild($oNode);
- $sFlag = 'added';
- }
- if (!$this->IsInDefinition())
- {
- $oNode->setAttribute('_alteration', $sFlag);
- }
- }
- /**
- * Modify a node and set the flags that will be used to compute the delta
- * @param MFElement $oNode The node (including all subnodes) to set
- */
- public function RedefineChildNode(MFElement $oNode, $sSearchId = null)
- {
- $oExisting = $this->FindExistingChildNode($oNode, $sSearchId);
- if (!$oExisting)
- {
- throw new Exception("Attempting to modify a non existing node: $oNode->tagName (id: ".$oNode->getAttribute('id').")");
- }
- if ($oExisting->getAttribute('_alteration') == 'removed')
- {
- throw new Exception("Attempting to modify a deleted node: $oNode->tagName (id: ".$oNode->getAttribute('id')."");
- }
- $oExisting->ReplaceWith($oNode);
- if (!$this->IsInDefinition())
- {
- $oNode->setAttribute('_alteration', 'replaced');
- }
- }
- /**
- * Replaces a node by another one, making sure that recursive nodes are preserved
- * @param MFElement $oNewNode The replacement
- */
- protected function ReplaceWith($oNewNode)
- {
- // Move the classes from the old node into the new one
- foreach($this->GetNodes('class') as $oChild)
- {
- $oNewNode->appendChild($oChild);
- }
-
- $oParentNode = $this->parentNode;
- $oParentNode->replaceChild($oNewNode, $this);
- }
- /**
- * Remove a node and set the flags that will be used to compute the delta
- */
- public function Delete()
- {
- $oParent = $this->parentNode;
- switch ($this->getAttribute('_alteration'))
- {
- case 'replaced':
- $sFlag = 'removed';
- break;
- case 'added':
- $sFlag = null;
- break;
- case 'removed':
- throw new Exception("Attempting to remove a deleted node: $this->tagName (id: ".$this->getAttribute('id')."");
- default:
- $sFlag = 'removed';
- if ($this->IsInDefinition())
- {
- $sFlag = null;
- break;
- }
- }
- if ($sFlag)
- {
- $this->setAttribute('_alteration', $sFlag);
- $this->DeleteChildren();
- }
- else
- {
- // Remove the node entirely
- $this->parentNode->removeChild($this);
- }
- }
- /**
- * Merge the current node into the given container
- *
- * @param DOMNode $oContainer An element or a document
- * @param string $sSearchId The id to consider (could be blank)
- * @param bool $bMustExist Throw an exception if the node must already be found (and not marked as deleted!)
- */
- public function MergeInto($oContainer, $sSearchId, $bMustExist)
- {
- $oTargetNode = $oContainer->FindExistingChildNode($this, $sSearchId);
- if ($oTargetNode)
- {
- if ($oTargetNode->getAttribute('_alteration') == 'removed')
- {
- if ($bMustExist)
- {
- throw new Exception("XML datamodel loader: found mandatory node $this->tagName/$sSearchId marked as deleted in $oContainer->tagName");
- }
- $oTargetNode = $oContainer->ownerDocument->ImportNode($this, false);
- $oContainer->AddChildNode($oTargetNode);
- }
- }
- else
- {
- if ($bMustExist)
- {
- echo "Dumping parent node<br/>\n";
- $oContainer->Dump();
- throw new Exception("XML datamodel loader: could not find $this->tagName/$sSearchId in $oContainer->tagName");
- }
- $oTargetNode = $oContainer->ownerDocument->ImportNode($this, false);
- $oContainer->AddChildNode($oTargetNode);
- }
- return $oTargetNode;
- }
- /**
- * Renames a node and set the flags that will be used to compute the delta
- * @param String $sNewId The new id
- */
- public function Rename($sId)
- {
- if (($this->getAttribute('_alteration') == 'replaced') || !$this->IsInDefinition())
- {
- $sOriginalId = $this->getAttribute('_old_id');
- if ($sOriginalId == '')
- {
- $this->setAttribute('_old_id', $this->getAttribute('id'));
- }
- else if($sOriginalId == $sId)
- {
- $this->removeAttribute('_old_id');
- }
- }
- $this->setAttribute('id', $sId);
- }
- }
- /**
- * MFDocument - formating rules for XML input/output
- * @package ModelFactory
- */
- class MFDocument extends DOMDocument
- {
- public function __construct()
- {
- parent::__construct('1.0', 'UTF-8');
- $this->registerNodeClass('DOMElement', 'MFElement');
- $this->formatOutput = true; // indent (must be loaded with option LIBXML_NOBLANKS)
- $this->preserveWhiteSpace = true; // otherwise the formatOutput option would have no effect
- }
- /**
- * Overload of the standard API
- */
- public function load($filename, $options = 0)
- {
- parent::load($filename, LIBXML_NOBLANKS);
- }
- /**
- * Overload of the standard API
- */
- public function loadXML($source, $options = 0)
- {
- parent::loadXML($source, LIBXML_NOBLANKS);
- }
- /**
- * Overload the standard API
- */
- public function saveXML(DOMNode $node = null, $options = 0)
- {
- $oRootNode = $this->firstChild;
- if (!$oRootNode)
- {
- $oRootNode = $this->createElement('itop_design'); // make sure that the document is not empty
- $oRootNode->setAttribute('xmlns:xsi', "http://www.w3.org/2001/XMLSchema-instance");
- $this->appendChild($oRootNode);
- }
- return parent::saveXML();
- }
- /**
- * For debugging purposes
- */
- public function Dump($bReturnRes = false)
- {
- $sXml = $this->saveXML();
- if ($bReturnRes)
- {
- return $sXml;
- }
- else
- {
- echo "<pre>\n";
- echo htmlentities($sXml);
- echo "</pre>\n";
- }
- }
- /**
- * Find the child node matching the given node
- * @param MFElement $oRefNode The node to search for
- * @param bool $sSearchId substitutes to the value of the 'id' attribute
- */
- public function FindExistingChildNode(MFElement $oRefNode, $sSearchId = null)
- {
- return MFElement::FindNode($this, $oRefNode, $sSearchId);
- }
- /**
- * Extracts some nodes from the DOM
- * @param string $sXPath A XPath expression
- * @return DOMNodeList
- */
- public function GetNodes($sXPath, $oContextNode = null)
- {
- $oXPath = new DOMXPath($this);
-
- if (is_null($oContextNode))
- {
- return $oXPath->query($sXPath);
- }
- else
- {
- return $oXPath->query($sXPath, $oContextNode);
- }
- }
-
- public function GetNodeById($sXPath, $sId, $oContextNode = null)
- {
- $oXPath = new DOMXPath($this);
- $sXPath .= "[@id='$sId' and(not(@_alteration) or @_alteration!='removed')]";
-
- if (is_null($oContextNode))
- {
- return $oXPath->query($sXPath);
- }
- else
- {
- return $oXPath->query($sXPath, $oContextNode);
- }
- }
- }
|