Package wt.org
Class WTPrincipalReferenceSearch
java.lang.Object
wt.query.AttributeSearchSpecification
wt.fc.ObjectReferenceSearch
wt.org.WTPrincipalReferenceSearch
- All Implemented Interfaces:
Serializable
Search for a reference to the WTPrincipal listed.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWTPrincipalReferenceSearch(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
Modifier and TypeMethodDescriptiongetSearchCondition(Class classname) Return a SearchCondition for this search object.voidsetValue(WTPrincipal principal) Set the search value to be for this WTPrincipal.Methods inherited from class wt.fc.ObjectReferenceSearch
setValue, setValue, toStringMethods inherited from class wt.query.AttributeSearchSpecification
appendToClassSearchSpec, areThereDBWildCards, areThereWildCards, convertWildcardValue, getAttributeName, getQueryName, getSearchExpression, getSearchExpression, getSearchType, getStringCase, getValue, isFalseSearch, processWildCards, setFalseSearch, setValue
-
Constructor Details
-
WTPrincipalReferenceSearch
Construct a search object for the specified attribute.
Supported API: true- Parameters:
attribute- Attribute name.expression- Expression to use in search, ie =.
-
WTPrincipalReferenceSearch
Construct a search object for the specified attribute.
Supported API: true- Parameters:
attribute- Attribute name.
-
-
Method Details
-
setValue
Set the search value to be for this WTPrincipal.
Supported API: true- Parameters:
principal- View to search for.- Throws:
WTPropertyVetoException
-
getSearchCondition
Return a SearchCondition for this search object. If a pre Search is required, this will be performed automatically. Intended to be a server side only api.
Supported API: true- Overrides:
getSearchConditionin classwt.fc.ObjectReferenceSearch- Parameters:
classname-- Returns:
- SearchCondition
- Throws:
WTExceptionQueryException
-