|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventDataInterface
Contains the SASPackage event data. This includes the SASPackage event body, as well as persistence information. See SASPackage Event Usage for more details.
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 |
---|
static final long serialVersionUID
Method Detail |
---|
java.lang.String getBodyAsString()
String
The SASPackage event body.boolean isPackagePersisted()
true
if the result package represented
by this event, was persisted. If true
, the event
body will contain a URL to the persisted package.
boolean
true
if the result package
was persisted;otherwise, false
is returned.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |