|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.ActivationData
oracle.rules.rl.trace.ActivationTrace
public class ActivationTrace
Java class for activation-trace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="activation-trace">
<complexContent>
<extension base="{http://xmlns.oracle.com/rules/decisiontrace}activation-data">
<sequence>
<element name="operation" type="{http://xmlns.oracle.com/rules/decisiontrace}activation-operation"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ActivationTrace()
|
|
| Method Summary | |
|---|---|
ActivationOperation |
getOperation()
Gets the value of the operation property. |
void |
setOperation(ActivationOperation value)
Sets the value of the operation property. |
| Methods inherited from class oracle.rules.rl.trace.ActivationData |
|---|
getFactIds, getPriority, getRuleName, getTokenTime, setPriority, setRuleName, setTokenTime |
| Methods inherited from class oracle.rules.rl.trace.TraceEntry |
|---|
getInRule, getTimestamp, setInRule, setTimestamp |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationTrace()
| Method Detail |
|---|
public ActivationOperation getOperation()
ActivationOperationpublic void setOperation(ActivationOperation value)
value - allowed object is
ActivationOperation
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||