Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.rl.trace
Class ActivationTrace

java.lang.Object
  extended by oracle.rules.rl.trace.TraceEntry
      extended by oracle.rules.rl.trace.ActivationData
          extended by oracle.rules.rl.trace.ActivationTrace
All Implemented Interfaces:
java.io.Serializable

public class ActivationTrace
extends ActivationData
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

ActivationTrace

public ActivationTrace()
Method Detail

getOperation

public ActivationOperation getOperation()
Gets the value of the operation property.

Returns:
possible object is ActivationOperation

setOperation

public void setOperation(ActivationOperation value)
Sets the value of the operation property.

Parameters:
value - allowed object is ActivationOperation

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.