*** This class provides Binary Compatibility only, not Source Compatibility ***

Class StoredProcessAlertItem

java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
All Implemented Interfaces:
ContentInterface, EventInterface, MetadataInterface, PublicObjectInterface, StoredProcessAlertItemInterface, Serializable, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public class StoredProcessAlertItem extends DavEvent implements StoredProcessAlertItemInterface
This class represents a sas stored process alert item, which keeps track of the results of a stored process. The status and location of the results are available through this item.

See Also:
  • Constructor Details

    • StoredProcessAlertItem

      public StoredProcessAlertItem() throws RemoteException
      Creates a new StoredProcessAlert
      Throws:
      RemoteException
    • StoredProcessAlertItem

      public StoredProcessAlertItem(DAVStoredprocessalert o) throws RemoteException
      Creates a new StoredProcessAlert that incorporates the DAVStoredprocessalert object passed to the constructor
      Throws:
      RemoteException
  • Method Details

    • getResults

      public PackageInterface getResults() throws RemoteException
      Description copied from interface: StoredProcessAlertItemInterface
      Return the stored process results in the form of a package.

      Specified by:
      getResults in interface StoredProcessAlertItemInterface
      Returns:
      PackageInterface The stored process reults
      Throws:
      RemoteException
    • getType

      public String getType() throws RemoteException
      Description copied from class: DavEvent
      Returns the object type
      Specified by:
      getType in interface MetadataInterface
      Overrides:
      getType in class DavEvent
      Returns:
      String This is an "Event" type
      Throws:
      RemoteException - in the case of network failures
    • setName

      public void setName(String name) throws RemoteException
      Description copied from class: Metadata
      Set the name of the object.

      Specified by:
      setName in interface MetadataInterface
      Overrides:
      setName in class Metadata
      Parameters:
      name - The name of the object in the repository.
      Throws:
      RemoteException - in the event of remote object failure.
    • getProperty

      public String getProperty(String XPathString)
      Description copied from class: Content
      Get the value of a property
      Specified by:
      getProperty in interface ContentInterface
      Specified by:
      getProperty in interface StoredProcessAlertItemInterface
      Overrides:
      getProperty in class Content
      Parameters:
      XPathString - The name, including namespace, of the property to get
      Returns:
      String The value of the property