public class OAHierFinder<F extends OAObject> extends Object
Constructor and Description |
---|
OAHierFinder(String propertyName,
String propertyPath) |
OAHierFinder(String propertyName,
String propertyPath,
boolean bIncludeFromObject) |
Modifier and Type | Method and Description |
---|---|
Object |
findFirst(F fromObject) |
Object |
findFirst(F fromObject,
OAFilter filter) |
Object |
findFirstEmpty(F fromObject) |
Object |
findFirstNotEmpty(F fromObject) |
Object |
findFirstNotNull(F fromObject) |
Object |
findFirstTrue(F fromObject)
Find first that is converts to True.
|
protected boolean |
findFirstValue(OAObject obj,
OAFilter filter,
int pos) |
protected boolean |
findFirstValue(OAObject obj,
OAFilter filter,
int pos,
boolean bRecursiveCheckOnly) |
Copyright © 1999–2019 ViaOA. All rights reserved.