|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.InstanceFilter
Contains fields that specify whether instances are returned in the query results.
Field Summary | |
static int |
ExcludeInstances
All other objects are returned. |
static int |
IncludeInstances
All objects are returned, including instances. |
static int |
InstancesOnly
All instances are returned. |
Constructor Summary | |
InstanceFilter()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int IncludeInstances
All objects are returned, including instances.
public static final int ExcludeInstances
All other objects are returned. Instances are not returned.
public static final int InstancesOnly
All instances are returned. Other objects are not returned.
Constructor Detail |
public InstanceFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |