Skip navigation links

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

E17787-02


Uses of Interface
com.sigmadynamics.sdo.interfaces.client.ChoiceArrayInterface

Packages that use ChoiceArrayInterface
com.sigmadynamics.sdo.interfaces Interfaces implemented by generated ILS code. 
com.sigmadynamics.sdo.interfaces.client Interfaces implemented by ILS classes used by the RTD platform in server and client code. 
com.sigmadynamics.sdo.support Base classes for generated ILS classes. 

 

Uses of ChoiceArrayInterface in com.sigmadynamics.sdo.interfaces

 

Methods in com.sigmadynamics.sdo.interfaces that return ChoiceArrayInterface
 ChoiceArrayInterface EntryPointInterface.getDefaultChoices()
           
 ChoiceArrayInterface ApplicationInterface.getDefaultChoices()
           

 

Methods in com.sigmadynamics.sdo.interfaces with parameters of type ChoiceArrayInterface
 int ChoiceHistoryInterface.daysSinceLastEvent(ChoiceArrayInterface choices, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
           
 int ChoiceHistoryInterface.daysSinceLastEvent(ChoiceArrayInterface choices, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
           
 int ChoiceHistoryInterface.numberOfEventsDuringLastNDays(ChoiceArrayInterface choices, int numberOfDays, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
           
 int ChoiceHistoryInterface.numberOfEventsDuringLastNDays(ChoiceArrayInterface choices, int numberOfDays, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
           

 

Uses of ChoiceArrayInterface in com.sigmadynamics.sdo.interfaces.client

 

Methods in com.sigmadynamics.sdo.interfaces.client that return ChoiceArrayInterface
 ChoiceArrayInterface ChoiceGroupInterface.getAllChoices()
          get clones of descendent Choices (static and dynamic)
 ChoiceArrayInterface ChoiceGroupInterface.getAllDynamicChoices()
          get descendant Choices (dynamic only)
 ChoiceArrayInterface ChoiceGroupInterface.getMyChoices()
          get clones of child Choices (static and dynamic)
 ChoiceArrayInterface ChoiceGroupInterface.getMyDynamicChoices()
          get child Choices (dynamic only)
 ChoiceArrayInterface ChoiceGroupInterface.getMyEligibleChoices()
          get clones of eligible child Choices (static and dynamic)

 

Methods in com.sigmadynamics.sdo.interfaces.client with parameters of type ChoiceArrayInterface
 void ChoiceArrayInterface.addAll(ChoiceArrayInterface choiceArray)
           
 boolean ChoiceArrayInterface.containsAll(ChoiceArrayInterface choiceArray)
           
 boolean ChoiceArrayInterface.containsAny(ChoiceArrayInterface choiceArray)
           
 void ChoiceGroupInterface.getEligibleChoices(ChoiceArrayInterface eligibleChoices)
          Adds clones of all eligible descendent Choices to the Choice Array parameter (static and dynamic)

 

Uses of ChoiceArrayInterface in com.sigmadynamics.sdo.support

 

Classes in com.sigmadynamics.sdo.support that implement ChoiceArrayInterface
 class SDChoiceArray
          Type safe implementation of resizable array containing elements of type Choice.

 

Methods in com.sigmadynamics.sdo.support that return ChoiceArrayInterface
 ChoiceArrayInterface SDChoiceGroup.getAllDynamicChoices()
           
 ChoiceArrayInterface SDChoiceGroup.getMyDynamicChoices()
           

 

Methods in com.sigmadynamics.sdo.support with parameters of type ChoiceArrayInterface
 void SDChoiceArray.addAll(ChoiceArrayInterface array)
          Appends all of the elements in the specified array to the end of this array.
 boolean SDChoiceArray.containsAll(ChoiceArrayInterface sdArr)
          Returns true if this array contains all elements of the specified array.
 boolean SDChoiceArray.containsAny(ChoiceArrayInterface sdArr)
          Returns true if this array contains any one of the elements of the specified array.
 void SDChoiceGroup.getEligibleChoices(ChoiceArrayInterface eligibleChoices)
           

 


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.