|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface EventInterface
Event data is persisted as an XML document. EventInterface describes operations on these events
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract org.w3c.dom.Document |
getEventDocument()
Deprecated. |
abstract java.lang.String |
getEventDocumentAsString()
Gets the event document XML string, containing the event header and event body |
abstract void |
setEventDocument(org.w3c.dom.Document eventDoc)
Deprecated. |
abstract void |
setEventDocumentFromString(java.lang.String eventDocString)
Sets the event document, containing the event header and event body |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
void setEventDocument(org.w3c.dom.Document eventDoc)
throws java.rmi.RemoteException
eventDoc - The event document
java.rmi.RemoteException - In the event of remote object failure.
org.w3c.dom.Document getEventDocument()
throws java.rmi.RemoteException
java.rmi.RemoteException - In the event of remote object failure.
void setEventDocumentFromString(java.lang.String eventDocString)
throws java.rmi.RemoteException
eventDocString - The event document XML string
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getEventDocumentAsString()
throws java.rmi.RemoteException
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||