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

Interface StoredProcessAlertItemInterface

All Superinterfaces:
EventInterface, MetadataInterface, PublicObjectInterface, Remote
All Known Implementing Classes:
StoredProcessAlertItem

@SASScope("ALL") @BinaryCompatibilityOnly public interface StoredProcessAlertItemInterface extends EventInterface
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.

Since:
1.0
  • Method Details

    • getResults

      PackageInterface getResults() throws RemoteException
      Return the stored process results in the form of a package.

      Returns:
      PackageInterface The stored process reults
      Throws:
      RemoteException
    • getProperty

      String getProperty(String XPathString) throws RemoteException
      Returns the value of the property identified by the XPath expression. This expression should identify an element or attribute in the event XML and it is the value of this entity that is returned.
      Parameters:
      XPathString - An XPath expression that identifies the element or attribute for which the value is required
      Returns:
      String The value of the entity identified by the expr parameter
      Throws:
      RemoteException