|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.protocol.ice.protocol.request.ICERepairItem
public class ICERepairItem
ICERepairItem is a reprentation of en ice-repair-item request element.
Detailed information of the ICE repair item request could be found in the ICE 1.1 specification section 5.5.3.
| ice-repair-item format |
<!ELEMENT ice-repair-item EMPTY >
<!ATTLIST ice-repair-item
current-state CDATA #REQUIRED
subscription-element CDATA #REQUIRED
subscription-id CDATA #REQUIRED
> |
Copyright 2004 SAP AG
| Field Summary | |
|---|---|
static String |
TAGNAME
|
| Constructor Summary | |
|---|---|
ICERepairItem(Attributes attributes)
Create a new ICERepairItem. |
|
ICERepairItem(String currentState,
String subscriptionElement,
String subscriptionID)
Create a new ICERepairItem request. |
|
| Method Summary | |
|---|---|
String |
getCurrentState()
Get the identifier of the current state. |
String |
getSubscriptionElement()
Get the persistent identifier of the damaged item. |
String |
getSubscriptionID()
Get the identifier of the subscription. |
void |
write(ContentHandler handler)
Write the XML representation of the ICE element to a SAX ContentHandler. |
boolean |
writeChunk(ContentHandler handler)
Write a chunk of XML to a SAX ContentHandler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAGNAME
| Constructor Detail |
|---|
public ICERepairItem(String currentState,
String subscriptionElement,
String subscriptionID)
currentState - The identifier of the current statesubscriptionElement - The persistent identifier of the damaged itemsubscriptionID - The identifier of the subscriptionpublic ICERepairItem(Attributes attributes)
attributes - The attributes of the ice-repair-item element| Method Detail |
|---|
public String getCurrentState()
public String getSubscriptionElement()
public String getSubscriptionID()
public void write(ContentHandler handler)
throws SAXException
write in interface IICEElementhandler - The SAX ContentHandler (usually a XMLSerializer)
SAXException - on error (might wrap another exception)
public boolean writeChunk(ContentHandler handler)
throws SAXException
writeChunk in interface IICEElementhandler - The SAX ContentHandler (usually a XMLSerializer)
SAXException - on error (might wrap another exception)| 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 | |||||||||