|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChoiceHistoryInterface
Implemented by classes supporting Choice History queries. For example, Choice classes and Choice Group classes.
| Method Summary | |
|---|---|
void |
addEvent(int choiceId, int choiceEventId, int channelId, int timestamp) |
int |
daysSinceLastEvent(ChoiceArrayInterface choices, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time) |
int |
daysSinceLastEvent(ChoiceArrayInterface choices, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time) |
int |
daysSinceLastEvent(ChoiceInterface choice, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)Calculates for the current session the number of days since this event last occurred. |
int |
daysSinceLastEvent(ChoiceInterface choice, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time) |
int |
numberOfEventsDuringLastNDays(ChoiceArrayInterface choices, int numberOfDays, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time) |
int |
numberOfEventsDuringLastNDays(ChoiceArrayInterface choices, int numberOfDays, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time) |
int |
numberOfEventsDuringLastNDays(ChoiceInterface choice, int numberOfDays, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time) |
int |
numberOfEventsDuringLastNDays(ChoiceInterface choice, int numberOfDays, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time) |
| Method Detail |
|---|
int daysSinceLastEvent(ChoiceInterface choice,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
int daysSinceLastEvent(ChoiceArrayInterface choices,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
int daysSinceLastEvent(ChoiceInterface choice,
java.lang.String channel,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
int daysSinceLastEvent(ChoiceArrayInterface choices,
java.lang.String channel,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
int numberOfEventsDuringLastNDays(ChoiceInterface choice,
int numberOfDays,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
int numberOfEventsDuringLastNDays(ChoiceArrayInterface choices,
int numberOfDays,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
int numberOfEventsDuringLastNDays(ChoiceInterface choice,
int numberOfDays,
java.lang.String channel,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
int numberOfEventsDuringLastNDays(ChoiceArrayInterface choices,
int numberOfDays,
java.lang.String channel,
ChoiceEventInterface choiceEvent,
java.util.Set sessionKeys,
long time)
sessionKeys - session().getKeys()
void addEvent(int choiceId,
int choiceEventId,
int channelId,
int timestamp)
|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||