|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.ViewCriteriaRow
oracle.jbo.ViewCriteria.NestedViewCriteriaRow
public class ViewCriteria.NestedViewCriteriaRow
Field Summary |
---|
Fields inherited from class oracle.jbo.ViewCriteriaRow |
---|
VC_CONJUNCTION, VC_ITEMS, VC_NAME, VC_NESTEDVC, VC_PROPERTIES, VC_VOBINDVARS, VCROW_CONJ_AND, VCROW_CONJ_NOT, VCROW_CONJ_OR |
Fields inherited from interface oracle.jbo.XMLInterface |
---|
XML_IGNORE_DEPTH_COUNT, XML_OPT_ALL_ROWS, XML_OPT_ASSOC_CONSISTENT, XML_OPT_CHANGES_ONLY, XML_OPT_LIMIT_RANGE |
Fields inherited from interface oracle.jbo.ViewCriteriaComponent |
---|
VC_CONJ_AND, VC_CONJ_NOT, VC_CONJ_OR, VC_CONJ_UNION, VC_UPPER_COL_DEFAULT, VC_UPPER_COL_FALSE, VC_UPPER_COL_TRUE |
Method Summary | |
---|---|
protected java.util.List<ViewCriteriaItem> |
getCriteriaItems(boolean flattenCompoundItems, boolean leafOnly) Returns a list of view criteria items that belong to this row. |
ViewCriteria |
getNestedViewCriteria() |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ViewCriteria getNestedViewCriteria()
getNestedViewCriteria
in class ViewCriteriaRow
protected java.util.List<ViewCriteriaItem> getCriteriaItems(boolean flattenCompoundItems, boolean leafOnly)
ViewCriteriaRow
getCriteriaItems
in class ViewCriteriaRow
flattenCompoundItems
- whether compound vc items should be included in the return list as is, or if the vc items that are found inside a compound vc item should be included in the return list. If this flag is true, the method would extract the vc items from any compound vc item, so the return list may include more than one vc item for the same attribute. If this flag is false, the method would return the compound vc item and the return list would only include at most one vc item, which may be a compound item, for the same attribute.leafOnly
- true if the result should only include leaf vc items, ie, items that does not contain nested viewcriteria as values. For items that contains nested vc values, the method would include in the result the leaf vc items of the nested vc. false if vc items containing nested vc value should be included in the result.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |