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.Any
Nested 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 QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static 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> X
end()
boolean
searchItems
(SearchItemsType value) void
void
setDefaultMode
(SearchBoxModeType value) void
setDefaultObjectType
(QName value) void
void
void
void
void
void
void
setSearchItems
(SearchItemsType value) void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods 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:
equals
in 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:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-