Skip navigation links
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.
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()
getDecisionId
java.lang.String getDecisionId()
setDecisionId
void setDecisionId(java.lang.String decisionId)
getChoiceEventLogValues
java.util.HashMap getChoiceEventLogValues()
setChoiceEventLogValue
void setChoiceEventLogValue(java.lang.String key,
java.lang.Object value)
getDecisionLogValues
java.util.HashMap getDecisionLogValues()
setDecisionLogValue
void setDecisionLogValue(java.lang.String key,
java.lang.Object value)
recordDecisionLog
void recordDecisionLog(java.lang.String eventName,
java.lang.String channel,
java.lang.String decisionId,
java.util.HashMap decisionLogFields)
recordChoiceEventLog
void recordChoiceEventLog(java.lang.String eventName,
java.lang.String channel,
java.lang.String decisionId,
java.util.HashMap eventLogFields)
Skip navigation links
Copyright © 2010, 2013, Oracle. All rights reserved.