ソースを参照

Declare the ApplyStimulus method, for use by the Designer.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4683 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 8 年 前
コミット
dafff4e8e0

+ 8 - 0
datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml

@@ -953,6 +953,14 @@
 							</argument>
 						</arguments>
 					</method>
+					<method id="ApplyStimulus">
+					  <arguments>
+					    <argument id="1">
+					      <type>string</type>
+					      <mandatory>true</mandatory>
+					    </argument>
+					  </arguments>
+					</method>
 				</methods>
 			</class>
 			<class id="ResponseTicketTTO" _delta="define">

+ 5 - 0
datamodels/2.x/itop-tickets/de.dict.itop-tickets.php

@@ -181,6 +181,11 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
 	'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'Das Feld, das im aktuellen Objekt geschrieben werden soll',
 	'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Quellfeld',
 	'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'Das Feld des aktuellen Objekts, aus dem der Wert entnommen werden soll',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
+	'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
 	'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own (Erstzuweisungszeit)',
 	'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Zielvorgabe (SLT) vom Typ TTO',
 	'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve (Erstlösungszeit)',

+ 4 - 0
datamodels/2.x/itop-tickets/en.dict.itop-tickets.php

@@ -234,6 +234,10 @@ Dict::Add('EN US', 'English', 'English', array(
 	'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object',
 	'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field',
 	'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class',
 	'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
 	'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
 	'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',

+ 5 - 0
datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php

@@ -219,6 +219,11 @@ Dict::Add('FR FR', 'French', 'Français', array(
 	'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
 	'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Champ Source',
 	'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'Le champ dans lequel on va lire la valeur, dans l\'objet courant',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus (appliquer un stimulus)',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Applique le stimulus spécifié à l\'objet courant',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Code du stimulus',
+	'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'Un code de stimulus valide pour la classe courante',
+	'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
 	'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Temps d\'Assignation (TTO)',
 	'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Objectif calculé à partir d\'un SLT de type TTO',
 	'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Temps de Résolution (TTR)',