Interface EventInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote
All Known Subinterfaces:
StoredProcessAlertItemInterface
All Known Implementing Classes:
DavEvent, StoredProcessAlertItem

public interface EventInterface extends MetadataInterface
Event data is persisted as an XML document. EventInterface describes operations on these events

  • Method Details

    • setEventDocument

      void setEventDocument(Document eventDoc) throws RemoteException
      Deprecated.
      Sets the event document, containing the event header and event body
      Parameters:
      eventDoc - The event document
      Throws:
      RemoteException - In the event of remote object failure.
    • getEventDocument

      Document getEventDocument() throws RemoteException
      Deprecated.
      Gets the event document, containing the event header and event body
      Returns:
      Document The event document
      Throws:
      RemoteException - In the event of remote object failure.
    • setEventDocumentFromString

      void setEventDocumentFromString(String eventDocString) throws RemoteException
      Sets the event document, containing the event header and event body
      Parameters:
      eventDocString - The event document XML string
      Throws:
      RemoteException - In the event of remote object failure.
    • getEventDocumentAsString

      String getEventDocumentAsString() throws RemoteException
      Gets the event document XML string, containing the event header and event body
      Returns:
      String The event document XML string
      Throws:
      RemoteException - In the event of remote object failure.