Uses of Enum Class
com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component.AbstractRoleMemberPanel.QueryScope
Packages that use AbstractRoleMemberPanel.QueryScope
Package
Description
-
Uses of AbstractRoleMemberPanel.QueryScope in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return AbstractRoleMemberPanel.QueryScopeModifier and TypeMethodDescriptionprotected AbstractRoleMemberPanel.QueryScope
AbstractRoleMemberPanel.getMemberQueryScope()
Returns the enum constant of this class with the specified name.static AbstractRoleMemberPanel.QueryScope[]
AbstractRoleMemberPanel.QueryScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with parameters of type AbstractRoleMemberPanel.QueryScopeModifier and TypeMethodDescriptionprotected ObjectQuery
AbstractRoleMemberPanel.getMemberQuery
(@NotNull AbstractRoleMemberPanel.QueryScope scope, @NotNull Collection<QName> relations) protected void
AbstractRoleMemberPanel.unassignMembersPerformed
(org.apache.wicket.model.IModel<?> rowModel, QName type, AbstractRoleMemberPanel.QueryScope scope, Collection<QName> relations, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of AbstractRoleMemberPanel.QueryScope in com.evolveum.midpoint.gui.impl.page.admin.org.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.org.component with parameters of type AbstractRoleMemberPanel.QueryScopeModifier and TypeMethodDescriptionprotected ObjectQuery
OrgMemberPanel.getMemberQuery
(@NotNull AbstractRoleMemberPanel.QueryScope scope, @NotNull Collection<QName> relations)