|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChoiceGroupInterface
Interface implemented by Choice Group classes in generated code.
| Method Summary | |
|---|---|
ChoiceGroupInterface |
cloneGroup()constructs a new instance of this Choice Group object with new CLASSNAME(); |
ChoiceArrayInterface |
getAllChoices()get clones of descendent Choices (static and dynamic) |
ChoiceArrayInterface |
getAllDynamicChoices()get descendant Choices (dynamic only) |
void |
getEligibleChoices(ChoiceArrayInterface eligibleChoices)Adds clones of all eligible descendent Choices to the Choice Array parameter (static and dynamic) |
ChoiceArrayInterface |
getMyChoices()get clones of child Choices (static and dynamic) |
ChoiceArrayInterface |
getMyDynamicChoices()get child Choices (dynamic only) |
ChoiceArrayInterface |
getMyEligibleChoices()get clones of eligible child Choices (static and dynamic) |
ChoiceGroupInterface[] |
getSubGroups()SDChoiceGroup.getTopLevelSubGroups() |
| 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 |
|---|
void getEligibleChoices(ChoiceArrayInterface eligibleChoices)
eligibleChoices - Choice Array implementation, not nullChoiceArrayInterface getAllChoices()
ChoiceArrayInterface getMyChoices()
ChoiceGroupInterface cloneGroup()
new CLASSNAME();ChoiceGroupInterface[] getSubGroups()
SDChoiceGroup.getTopLevelSubGroups()ChoiceArrayInterface getMyDynamicChoices()
ChoiceArrayInterface getAllDynamicChoices()
ChoiceArrayInterface getMyEligibleChoices()
ChoiceGroupInterface.getMyChoices()
|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||