Class SearchBoxConfigurationHelper
java.lang.Object
com.evolveum.midpoint.web.page.admin.roles.SearchBoxConfigurationHelper
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSearchBoxConfigurationHelper
(GuiObjectListPanelConfigurationType additionalPanel) SearchBoxConfigurationHelper
(SearchBoxConfigurationType searchBoxConfigurationType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
isSearchScope
(SearchBoxScopeType scope) boolean
boolean
boolean
void
void
void
setDefaultObjectType
(QName defaultObjectType) void
setDefaultRelation
(QName defaultRelation) void
setDefaultSupportedObjectTypes
(List<QName> defaultSupportedObjectTypes) void
setDefaultSupportedRelations
(List<QName> defaultSupportedRelations)
-
Field Details
-
F_TENANT
- See Also:
-
F_PROJECT
- See Also:
-
F_RELATION_ITEM
- See Also:
-
F_ORG_SEARCH_SCOPE_ITEM
- See Also:
-
F_INDIRECT_ITEM
- See Also:
-
F_OBJECT_TYPE_ITEM
- See Also:
-
-
Constructor Details
-
SearchBoxConfigurationHelper
-
SearchBoxConfigurationHelper
-
-
Method Details
-
setDefaultSupportedRelations
-
setDefaultSupportedObjectTypes
-
setDefaultRelation
-
setDefaultObjectType
-
getDefaultSearchScopeConfiguration
-
getDefaultObjectTypeConfiguration
-
getDefaultRelationConfiguration
-
getDefaultIndirectConfiguration
-
getDefaultTenantConfiguration
-
getDefaultProjectConfiguration
-
isRelationVisible
public boolean isRelationVisible() -
isIndirectVisible
public boolean isIndirectVisible() -
isIndirect
public boolean isIndirect() -
isSearchScopeVisible
public boolean isSearchScopeVisible() -
isSearchScope
-
isTenantVisible
public boolean isTenantVisible() -
isProjectVisible
public boolean isProjectVisible() -
getDefaultRelation
-
getSupportedRelations
-
getSupportedObjectTypes
-
isTenantEmpty
public boolean isTenantEmpty() -
isProjectEmpty
public boolean isProjectEmpty() -
getTenant
-
getProject
-
resetTenantRef
public void resetTenantRef() -
resetProjectRef
public void resetProjectRef()
-