*** This interface provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.publish
Interface EventDataInterface
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EventData
@SASScope("ALL")
@BinaryCompatibilityOnly
public interface EventDataInterface
extends 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
FieldsModifier and TypeFieldDescriptionstatic final longDeprecated.serialVersionUID will be deleted in a future release. -
Method Summary
Modifier and TypeMethodDescriptionStringReturns the SASPackage event body that describes the result package.booleanReturnstrueif the result package represented by this event, was persisted.
-
Field Details
-
serialVersionUID
static final long serialVersionUIDDeprecated.serialVersionUID will be deleted in a future release.Serial version ID.- See Also:
-
-
Method Details
-
getBodyAsString
String getBodyAsString()Returns the SASPackage event body that describes the result package.- Returns:
StringThe SASPackage event body.
-
isPackagePersisted
boolean isPackagePersisted()Returnstrueif the result package represented by this event, was persisted. Iftrue, the event body will contain a URL to the persisted package.- Returns:
booleantrueif the result package was persisted;otherwise,falseis returned.
-