Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


com.sigmadynamics.sdo.interfaces.client
Interface ChoiceInterface

All Superinterfaces:
ChoiceHistoryQueryInterface, EligibleObjectInterface, SDOInterface
All Known Implementing Classes:
Choice, SDChoice

public interface ChoiceInterface
extends EligibleObjectInterface, ChoiceHistoryQueryInterface

Interface implemented by Choice classes in generated code.


Method Summary
 ChoiceInterface cloneChoice(ChoiceGroupInterface group)
           
 ChoiceHistoryInterface getChoiceHistory()
           
 int getChoiceNameId()
           
 ChoiceGroupInterface getGroup()
           
 void recordChoice()
          Adds this choice to choice models attached to this choice's group or its ancestors.
 void recordEvent(java.lang.String eventName)
           
 void recordEvent(java.lang.String eventName, java.lang.String channel)
           

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.client.EligibleObjectInterface
isEligible

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.client.SDOInterface
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.client.ChoiceHistoryQueryInterface
daysSinceLastEvent, daysSinceLastEvent, numberOfEventsDuringLastNDays, numberOfEventsDuringLastNDays

 

Method Detail

getGroup

ChoiceGroupInterface getGroup()

cloneChoice

ChoiceInterface cloneChoice(ChoiceGroupInterface group)

recordChoice

void recordChoice()
Adds this choice to choice models attached to this choice's group or its ancestors.
Since:
3.0

recordEvent

void recordEvent(java.lang.String eventName)

recordEvent

void recordEvent(java.lang.String eventName,
                 java.lang.String channel)

getChoiceNameId

int getChoiceNameId()

getChoiceHistory

ChoiceHistoryInterface getChoiceHistory()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.