Class Search<T extends Serializable>
- java.lang.Object
- 
- com.evolveum.midpoint.gui.impl.component.search.Search<T>
 
- 
- All Implemented Interfaces:
- DebugDumpable,- Serializable
 
 public class Search<T extends Serializable> extends Object implements Serializable, DebugDumpable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringF_ADVANCED_SEARCHstatic StringF_ALLOWED_MODESstatic StringF_AXIOM_SEARCHstatic StringF_BASIC_SEARCHstatic StringF_FULL_TEXTstatic StringF_FULLTEXT_SEARCHstatic StringF_MODEstatic StringF_OID_SEARCHstatic StringF_TYPE- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Constructor SummaryConstructors Constructor Description Search(ObjectTypeSearchItemWrapper type, SearchBoxConfigurationType searchBoxConfigurationType)
 - 
Method Summary- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
 
- 
 
- 
- 
- 
Field Detail- 
F_FULL_TEXTpublic static final String F_FULL_TEXT - See Also:
- Constant Field Values
 
 - 
F_TYPEpublic static final String F_TYPE - See Also:
- Constant Field Values
 
 - 
F_MODEpublic static final String F_MODE - See Also:
- Constant Field Values
 
 - 
F_ALLOWED_MODESpublic static final String F_ALLOWED_MODES - See Also:
- Constant Field Values
 
 - 
F_OID_SEARCHpublic static final String F_OID_SEARCH - See Also:
- Constant Field Values
 
 - 
F_ADVANCED_SEARCHpublic static final String F_ADVANCED_SEARCH - See Also:
- Constant Field Values
 
 - 
F_AXIOM_SEARCHpublic static final String F_AXIOM_SEARCH - See Also:
- Constant Field Values
 
 - 
F_FULLTEXT_SEARCHpublic static final String F_FULLTEXT_SEARCH - See Also:
- Constant Field Values
 
 - 
F_BASIC_SEARCHpublic static final String F_BASIC_SEARCH - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Searchpublic Search(ObjectTypeSearchItemWrapper type, SearchBoxConfigurationType searchBoxConfigurationType) 
 
- 
 - 
Method Detail- 
getCollectionViewNamepublic String getCollectionViewName() 
 - 
setCollectionViewNamepublic void setCollectionViewName(String collectionViewName) 
 - 
getCollectionRefOidpublic String getCollectionRefOid() 
 - 
setCollectionRefOidpublic void setCollectionRefOid(String collectionRefOid) 
 - 
setOidSearchItemWrapperpublic void setOidSearchItemWrapper(OidSearchItemWrapper oidSearchItemWrapper) 
 - 
getItemspublic List<FilterableSearchItemWrapper<?>> getItems() 
 - 
getSearchModepublic SearchBoxModeType getSearchMode() 
 - 
setSearchModepublic void setSearchMode(SearchBoxModeType searchMode) 
 - 
isFullTextSearchEnabledpublic boolean isFullTextSearchEnabled() 
 - 
getAllowedModeListpublic List<SearchBoxModeType> getAllowedModeList() 
 - 
setAllowedModeListpublic void setAllowedModeList(List<SearchBoxModeType> allowedModeList) 
 - 
addAllowedModelTypepublic void addAllowedModelType(SearchBoxModeType allowedModeType) 
 - 
isAdvancedQueryValidpublic boolean isAdvancedQueryValid(PageBase pageBase) 
 - 
getAdvancedErrorpublic String getAdvancedError() 
 - 
getAdvancedQuerypublic String getAdvancedQuery() 
 - 
getDslQuerypublic String getDslQuery() 
 - 
setDslQuerypublic void setDslQuery(String dslQuery) 
 - 
createObjectQuerypublic ObjectQuery createObjectQuery(PageBase pageBase) 
 - 
createObjectQuerypublic ObjectQuery createObjectQuery(VariablesMap variables, PageBase pageBase) 
 - 
createObjectQuerypublic ObjectQuery createObjectQuery(VariablesMap variables, PageBase pageBase, ObjectQuery customizeContentQuery) 
 - 
findOidSearchItemWrapperpublic OidSearchItemWrapper findOidSearchItemWrapper() 
 - 
findObjectCollectionSearchItemWrapperpublic ObjectCollectionSearchItemWrapper findObjectCollectionSearchItemWrapper() 
 - 
findMemberSearchItempublic AbstractRoleSearchItemWrapper findMemberSearchItem() 
 - 
getFilterVariablespublic VariablesMap getFilterVariables(VariablesMap defaultVariables, PageBase pageBase) 
 - 
setAdvancedQuerypublic void setAdvancedQuery(String advancedQuery) 
 - 
getFullTextpublic String getFullText() 
 - 
setFullTextpublic void setFullText(String fullText) 
 - 
findPropertyItemByPathpublic PropertySearchItemWrapper findPropertyItemByPath(ItemPath path) 
 - 
findPropertySearchItempublic PropertySearchItemWrapper findPropertySearchItem(ItemPath path) 
 - 
debugDumppublic String debugDump(int indent) - Specified by:
- debugDumpin interface- DebugDumpable
 
 - 
searchByNameEqualspublic boolean searchByNameEquals(String nameValueToCompare) 
 - 
isForceReloadpublic boolean isForceReload() 
 - 
getAvailableFilterTypespublic List<AvailableFilterType> getAvailableFilterTypes() 
 - 
reloadSavedFilterspublic void reloadSavedFilters(PageAdminLTE parentPage) todo review temporary decision to fix MID-8734, should be discussed later saved filters cannot be reloaded from the compiledGuiProfile at the moment, because GuiProfileCompiler.compileFocusProfile doesn't get the new filter changes while its saving- Parameters:
- parentPage-
 
 
- 
 
-