|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DestroySituation
Interface representing a DestroySituation.
The following description is from the Common Base Event v1.0.1 specification entitled "Canonical Situation Data Format: The Common Base Event V1.0.1":
The DestroySituation deals with the situations documenting when an entity or component was removed or destroyed. Messages telling that a document was destroyed or a file was deleted all fall into this category. Existing message include words like "was created", "about to create", and "now exists", for example:
| Method Summary | |
|---|---|
java.lang.String |
getSuccessDisposition()
Returns the value of the 'Success Disposition' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. null) state. |
void |
setSuccessDisposition(java.lang.String value)
Sets the value of the ' Success Disposition'
attribute. |
| Methods inherited from interface org.eclipse.tptp.logging.events.cbe.SituationType |
|---|
getReasoningScope, setReasoningScope, validate |
| Method Detail |
|---|
java.lang.String getSuccessDisposition()
Returns the value of the 'Success Disposition' attribute.
setSuccessDisposition(String)void setSuccessDisposition(java.lang.String value)
Success Disposition'
attribute.
This property specifies whether or not the operation that caused the situation to be reported was successful. The successDisposition is a string with the following set of values:
value - the new value of the 'Success Disposition'
attribute.getSuccessDisposition()void init()
init in interface SituationType
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||