|
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.ICEGetEvents
public class ICEGetEvents
ICEGetEvents represents an ice-get-events request. Detailed informations about the ICE get events request could be
found in the ICE 1.1 specification
Copyright 2004 SAP AG
ice-get-events format
| Field Summary | |
|---|---|
static String |
TAGNAME
|
| Constructor Summary | |
|---|---|
ICEGetEvents()
Create a new ICEGetEvents request. |
|
ICEGetEvents(Attributes attributes)
Create a new ICEGetEvents request. |
|
ICEGetEvents(String format,
Date start,
Date stop,
String subscriptionID)
Create a new ICEGetEvents request. |
|
| Method Summary | |
|---|---|
String |
getFormat()
Get the format of the event log. |
Date |
getStart()
Get the start timestamp of the event log. |
Date |
getStop()
Get the stop timestamp of the event log. |
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 ICEGetEvents()
public ICEGetEvents(String format,
Date start,
Date stop,
String subscriptionID)
format - The event log format (might be null)start - The start timestamp of the event log (might be null)stop - The end timestamp of the event log (might be null)subscriptionID - The id of the subscription (might be null)public ICEGetEvents(Attributes attributes)
attributes - The attributes of the ice-get-events element| Method Detail |
|---|
public String getFormat()
public Date getStart()
public Date getStop()
public String getSubscriptionID()
public void write(ContentHandler handler)
throws SAXException
write in interface IICEElementhandler - The SAX ContentHandler (usually an 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-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||