Class SearchBoxConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxConfigurationType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class SearchBoxConfigurationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Configuration of the search box (the set of input fields that control definition of search query).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<SearchBoxConfigurationType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedMode(SearchBoxModeType value) clone()defaultMode(SearchBoxModeType value) defaultObjectType(QName value) defaultScope(SearchBoxScopeType value) <X> Xend()booleansearchItems(SearchItemsType value) voidvoidsetDefaultMode(SearchBoxModeType value) voidsetDefaultObjectType(QName value) voidvoidvoidvoidvoidvoidvoidsetSearchItems(SearchItemsType value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_DEFAULT_MODE
-
F_ALLOWED_MODE
-
F_SCOPE_CONFIGURATION
-
F_OBJECT_TYPE_CONFIGURATION
-
F_RELATION_CONFIGURATION
-
F_INDIRECT_CONFIGURATION
-
F_PROJECT_CONFIGURATION
-
F_TENANT_CONFIGURATION
-
F_DEFAULT_SCOPE
-
F_DEFAULT_OBJECT_TYPE
-
F_SEARCH_ITEMS
-
F_AVAILABLE_FILTER
-
F_ALLOW_TO_CONFIGURE_SEARCH_ITEMS
-
FACTORY
-
-
Constructor Details
-
SearchBoxConfigurationType
public SearchBoxConfigurationType() -
SearchBoxConfigurationType
Deprecated.
-
-
Method Details
-
getDefaultMode
-
setDefaultMode
-
getAllowedMode
-
getScopeConfiguration
-
setScopeConfiguration
-
getObjectTypeConfiguration
-
setObjectTypeConfiguration
-
getRelationConfiguration
-
setRelationConfiguration
-
getIndirectConfiguration
-
setIndirectConfiguration
-
getProjectConfiguration
-
setProjectConfiguration
-
getTenantConfiguration
-
setTenantConfiguration
-
getDefaultScope
-
setDefaultScope
-
getDefaultObjectType
-
setDefaultObjectType
-
getSearchItems
-
setSearchItems
-
getAvailableFilter
-
createAvailableFilterList
-
isAllowToConfigureSearchItems
-
getAllowToConfigureSearchItems
-
setAllowToConfigureSearchItems
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
defaultMode
-
allowedMode
-
scopeConfiguration
-
beginScopeConfiguration
-
objectTypeConfiguration
public SearchBoxConfigurationType objectTypeConfiguration(ObjectTypeSearchItemConfigurationType value) -
beginObjectTypeConfiguration
-
relationConfiguration
-
beginRelationConfiguration
-
indirectConfiguration
-
beginIndirectConfiguration
-
projectConfiguration
-
beginProjectConfiguration
-
tenantConfiguration
-
beginTenantConfiguration
-
defaultScope
-
defaultObjectType
-
searchItems
-
beginSearchItems
-
availableFilter
-
beginAvailableFilter
-
allowToConfigureSearchItems
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-