Class SearchItemContext
java.lang.Object
com.evolveum.midpoint.gui.impl.component.search.factory.SearchItemContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSearchItemContext
(Class<?> containerType, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType searchItem, SearchContext additionalSearchContext, CompiledObjectCollectionView collectionView, ModelServiceLocator modelServiceLocator) -
Method Summary
Modifier and TypeMethodDescriptionList<DisplayableValue<?>>
Class<?>
getHelp()
@Nullable ItemDefinition<?>
@Nullable ItemPath
getPath()
boolean
boolean
boolean
-
Constructor Details
-
SearchItemContext
public SearchItemContext(Class<?> containerType, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType searchItem, SearchContext additionalSearchContext, CompiledObjectCollectionView collectionView, ModelServiceLocator modelServiceLocator)
-
-
Method Details
-
hasParameter
public boolean hasParameter() -
getAvailableValues
-
getLookupTableOid
-
getItemDef
-
getPath
-
getValueTypeName
-
getValueEnumerationRef
-
isVisible
public boolean isVisible() -
getDisplayName
-
getHelp
-
getParameterName
-
getParameterType
-
hasPredefinedFilter
public boolean hasPredefinedFilter() -
getPredefinedFilter
-
getFilterExpression
-
getContainerClassType
-
getAdditionalSearchContext
-
getParameterTargetType
-
getModelServiceLocator
-
getCollectionView
-