|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IICEItemHandler
An IICEItemHandler receives ICEItem events inside an ICE package. An ICE item handler has to be registered at the corresponding ICEPackage. The processing of the ICE items is hander-based since the number an size of the items inside an ICE package could be quite big.
Copyright 2004 SAP AG
ICEPackage| Method Summary | |
|---|---|
void |
endItemGroup(ICEItemGroup group)
Receive notification of the end of an ICE item group. |
void |
handleItem(ICEItem item)
Receive notification of an ICE item element. |
void |
handleItemRef(ICEItemRef itemRef)
Receive notification of an ICE item reference element. |
void |
handleItemRemove(ICEItemRemove itemRemove)
Receive notification of an ICE remove item element. |
void |
startItemGroup(ICEItemGroup group)
Receive notification of the beginning of an ICE item group. |
| Method Detail |
|---|
void handleItem(ICEItem item)
throws Exception
item - The ICEItem inside the ICEPackage
ExceptionPreparsedXML
void handleItemRef(ICEItemRef itemRef)
throws Exception
itemRef - The ICEItemRef inside the ICEPackage
Exception
void handleItemRemove(ICEItemRemove itemRemove)
throws Exception
itemRemove - The ICEItemRemove inside the ICEPackage
Exception
void startItemGroup(ICEItemGroup group)
throws Exception
group - The ICEItemGroup inside the ICEPackage
Exceptionvoid endItemGroup(ICEItemGroup group)
group - The ICEItemGroup inside the ICEPackage| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||