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

com.sas.services.publish
Interface EventDataInterface

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EventData

public interface EventDataInterface
extends java.io.Serializable

Contains the SASPackage event data. This includes the SASPackage event body, as well as persistence information. See SASPackage Event Usage for more details.

Since:
1.0

Field Summary
static long serialVersionUID
          Deprecated. serialVersionUID will be deleted in a future release.
 
Method Summary
 java.lang.String getBodyAsString()
          Returns the SASPackage event body that describes the result package.
 boolean isPackagePersisted()
          Returns true if the result package represented by this event, was persisted.
 

Field Detail

serialVersionUID

static final long serialVersionUID
Deprecated. serialVersionUID will be deleted in a future release.
Serial version ID.

See Also:
Constant Field Values
Method Detail

getBodyAsString

java.lang.String getBodyAsString()
Returns the SASPackage event body that describes the result package.

Returns:
String The SASPackage event body.

isPackagePersisted

boolean isPackagePersisted()
Returns true if the result package represented by this event, was persisted. If true, the event body will contain a URL to the persisted package.

Returns:
boolean trueif the result package was persisted;otherwise, false is returned.

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.