Product Administration Guide > Technical Reference > eConfigurator API >

APIs to Interact with Conflicts and Messages


NOTE:  The APIs in this section apply only to customizable products with constraint rules.

GetDetailedReqExpl

This method retrieves conflict messages.

Input Arguments:
Output Arguments:

Expl#—the explanations for the conflicts. Substitute a number for #, such as Expl0, Expl1, and so on.

GetExplanations

This method retrieves configuration explanations for an item.

Input Arguments:
Output Arguments:

The property set returned will have child property sets, each with the property Value as the explanation, as follows:

<Output>

<Expl Value="Explanation"/>

<Expl Value="Explanation"/>

...

<Expl Value="Explanation"/>

</Output>

GetSignals

This method retrieves configuration engine signals.

Input Arguments:
Output Arguments:

The property set returned will have child property sets, as follows:

< >

<Signal Expl="signal"/>

<Signal Expl="signal"/>

...

<Signal Expl="signal"/>

</ >

RemoveFailedRequests

This method removes all failed requests sent to the configuration engine.

Input Arguments:
Output Arguments:

None.

UndoLastRequest

This method removes the last request sent to the configuration engine.

Input Arguments:
Output Arguments:

None.


 Product Administration Guide 
 Published: 23 June 2003