|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.AttributeSearchSpecification
wt.fc.ObjectReferenceSearch
wt.org.WTPrincipalReferenceSearch
public class WTPrincipalReferenceSearch
Search for a reference to the WTPrincipal listed.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
WTPrincipalReferenceSearch(String attribute)
Construct a search object for the specified attribute. |
|
WTPrincipalReferenceSearch(String attribute,
String expression)
Construct a search object for the specified attribute. |
|
| Method Summary | |
|---|---|
SearchCondition |
getSearchCondition(Class classname)
Return a SearchCondition for this search object. |
void |
setValue(WTPrincipal principal)
Set the search value to be for this WTPrincipal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WTPrincipalReferenceSearch(String attribute,
String expression)
attribute - Attribute name.expression - Expression to use in search, ie =.public WTPrincipalReferenceSearch(String attribute)
attribute - Attribute name.| Method Detail |
|---|
public void setValue(WTPrincipal principal)
throws WTPropertyVetoException
principal - View to search for.
WTPropertyVetoException
public SearchCondition getSearchCondition(Class classname)
throws WTException,
QueryException
getSearchCondition in class wt.fc.ObjectReferenceSearchclassname -
WTException
QueryException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||