|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGenericCreatorResults
The interface that indicates the results of executing an XML script, and contains the IDs of all the nodes
that were parsed.
A node represents a PCD object or action defined in the XML.
The ID is the PCD address of the object or the action handler.
| Method Summary | |
|---|---|
Enumeration |
getExecutedNodes()
Returns the nodes that were executed. |
Enumeration |
getFailedNodes()
Returns the nodes that failed to execute. |
Enumeration |
getIgnoredNodes()
Returns the nodes that were ignored. |
Enumeration |
getParsedNodes()
Returns the nodes that were parsed. |
String |
getReport()
Returns a report that indicates the result of executing the XML script. |
GenericCreatorResult |
getResult()
Indicates whether the XML script has executed successfully. |
Enumeration |
getSucceededNodes()
Returns the nodes that were executed successfully. |
Enumeration |
getValidationFailedNodes()
Returns the nodes that failed validation. |
| Method Detail |
|---|
GenericCreatorResult getResult()
Enumeration getParsedNodes()
Enumeration getExecutedNodes()
Enumeration getIgnoredNodes()
Enumeration getFailedNodes()
Enumeration getSucceededNodes()
Enumeration getValidationFailedNodes()
String getReport()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/semantics/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||