Uses of Class
com.evolveum.midpoint.model.api.authentication.CompiledObjectCollectionView
Packages that use CompiledObjectCollectionView
Package
Description
Package for reusable and stable GUI Wicket Components.
GUI API package for various utility classes and interfaces.
-
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected List<CompiledObjectCollectionView>ObjectListPanel.getAllApplicableArchetypeViews()protected @NotNull List<CompiledObjectCollectionView>MainObjectListPanel.getNewObjectInfluencesList()Methods in com.evolveum.midpoint.gui.api.component with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected abstract voidNewObjectCreationPopup.buttonClickPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec, CompiledObjectCollectionView collectionViews, Class<? extends org.apache.wicket.markup.html.WebPage> page) protected List<ObjectReferenceType>MainObjectListPanel.getNewObjectReferencesList(CompiledObjectCollectionView collectionView, AssignmentObjectRelation relation) protected booleanMainObjectListPanel.isCollectionViewWithoutMorePossibleNewType(CompiledObjectCollectionView collectionView) protected booleanMainObjectListPanel.isViewForObjectCollectionType(CompiledObjectCollectionView collectionView, String oid, QName type) protected voidMainObjectListPanel.newObjectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relation, CompiledObjectCollectionView collectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.api.factory
Methods in com.evolveum.midpoint.gui.api.factory with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionContainerValueDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<T>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView compiledObjectCollectionView, ContainerValueDataProviderFactory.Customization<T> customization) Creates data provider instance -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return CompiledObjectCollectionViewModifier and TypeMethodDescriptionstatic CompiledObjectCollectionViewWebComponentUtil.getCollectionViewByObject(AssignmentHolderType assignmentHolder, PageBase pageBase) static CompiledObjectCollectionViewWebComponentUtil.getCompiledObjectCollectionView(GuiObjectListViewType listViewType, ContainerPanelConfigurationType config, PageBase pageBase) static CompiledObjectCollectionViewWebComponentUtil.getDefaultGuiObjectListType(PageBase pageBase) Deprecated.Methods in com.evolveum.midpoint.gui.api.util with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionstatic booleanGuiDisplayTypeUtil.existsIconDisplay(CompiledObjectCollectionView view) static DisplayTypeGuiDisplayTypeUtil.getNewObjectDisplayTypeFromCollectionView(CompiledObjectCollectionView view, PageBase pageBase) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return CompiledObjectCollectionView -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected CompiledObjectCollectionViewBaseSearchDataProvider.getCompiledObjectCollectionView()Methods in com.evolveum.midpoint.gui.impl.component.data.provider with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionvoidBaseSearchDataProvider.setCompiledObjectCollectionView(CompiledObjectCollectionView objectCollectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionSearchBuilder.collectionView(CompiledObjectCollectionView collectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return CompiledObjectCollectionViewConstructors in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type CompiledObjectCollectionViewModifierConstructorDescriptionObjectCollectionSearchItemWrapper(@NotNull CompiledObjectCollectionView objectCollectionView) Constructor parameters in com.evolveum.midpoint.gui.impl.component.search.wrapper with type arguments of type CompiledObjectCollectionViewModifierConstructorDescriptionObjectCollectionListSearchItemWrapper(@NotNull Class<?> type, List<CompiledObjectCollectionView> collectionViews) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.factory.data
Methods in com.evolveum.midpoint.gui.impl.factory.data with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionInMemoryAssignmentDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization) RepositoryAssignmentDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected Collection<CompiledObjectCollectionView>CreateTemplatePanel.findAllApplicableArchetypeViews()protected abstract Collection<CompiledObjectCollectionView>TemplateChoicePanel.findAllApplicableArchetypeViews()protected LoadableModel<List<Tile<CompiledObjectCollectionView>>>TemplateChoicePanel.loadTilesModel()Methods in com.evolveum.midpoint.gui.impl.page.admin with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected voidCreateTemplatePanel.onTemplateChosePerformed(CompiledObjectCollectionView collectionViews, org.apache.wicket.ajax.AjaxRequestTarget target) protected abstract voidTemplateChoicePanel.onTemplateChosePerformed(CompiledObjectCollectionView view, org.apache.wicket.ajax.AjaxRequestTarget target) Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected org.apache.wicket.ComponentTemplateChoicePanel.createTilePanel(String id, org.apache.wicket.model.IModel<Tile<CompiledObjectCollectionView>> tileModel) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected CompiledObjectCollectionViewGovernanceCardsPanel.getObjectCollectionView()Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected org.apache.wicket.ajax.AjaxSelfUpdatingTimerBehaviorAbstractRoleMemberPanel.createRefreshBehaviour(CompiledObjectCollectionView view) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected Collection<CompiledObjectCollectionView>PageAssignmentHolderDetails.findAllApplicableArchetypeViews()Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected List<ObjectReferenceType>PageAssignmentHolderDetails.getArchetypeReferencesList(CompiledObjectCollectionView collectionViews) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.page.admin.focus
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected Collection<CompiledObjectCollectionView>PageFocusDetails.findAllApplicableArchetypeViews() -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.page.admin.task
Methods in com.evolveum.midpoint.gui.impl.page.admin.task that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected Collection<CompiledObjectCollectionView>PageTask.findAllApplicableArchetypeViews()Methods in com.evolveum.midpoint.gui.impl.page.admin.task with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected List<ObjectReferenceType>PageTask.getArchetypeReferencesList(CompiledObjectCollectionView collectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionstatic @NotNull List<ObjectReferenceType>ObjectCollectionViewUtil.getArchetypeReferencesList(CompiledObjectCollectionView collectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return CompiledObjectCollectionViewModifier and TypeMethodDescription@NotNull CompiledObjectCollectionViewModelInteractionService.compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Methods in com.evolveum.midpoint.model.api with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionvoidModelInteractionService.applyView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType) Applying all GuiObjectListViewsType to CompiledObjectCollectionViewvoidModelInteractionService.compileView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType, com.evolveum.midpoint.task.api.Task task, OperationResult result) Compile object list view together with collection ref specification if present@NotNull CollectionStatsModelInteractionService.determineCollectionStats(@NotNull CompiledObjectCollectionView collectionView, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) @NotNull Collection<EvaluatedPolicyRule>ModelInteractionService.evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView preCompiledView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns all policy rules that apply to the collection.ModelInteractionService.getSearchSpecificationFromCollection(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) TODO document and clean up the interface -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return CompiledObjectCollectionViewModifier and TypeMethodDescription<O extends ObjectType>
@Nullable CompiledObjectCollectionViewCompiledGuiProfile.findApplicableArchetypeView(@NotNull String archetypeOid) Find archetype view for archetype defined by oid.CompiledGuiProfile.findObjectCollectionView(@NotNull QName objectType, String viewName) Compiled information about object list view for a particular type.CompiledGuiProfile.getDefaultObjectCollectionView()Default list view setting should never be needed publicly.Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescription<O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableArchetypeViews(@NotNull Class<O> objectType) <O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableArchetypeViews(@NotNull Class<O> objectType, OperationTypeType operationType) @NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableArchetypeViews(@NotNull QName objectType, OperationTypeType operationTypeType) Find all archetype views that are applicable for a particular object type.@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableObjectCollectionViews(@NotNull QName objectType) Find all views that are applicable for a particular object type.<O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableObjectCollectionViews(Class<O> compileTimeClass) Find all views that are applicable for a particular object type.@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.findAllApplicableVisibleObjectCollectionViews(@NotNull QName objectType) Find all views that are applicable for a particular object type and are configured to be visible for a user.@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile.getObjectCollectionViews()Compiled information about all configured object list views.Methods in com.evolveum.midpoint.model.api.authentication with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionvoidCompiledGuiProfile.setDefaultObjectCollectionView(CompiledObjectCollectionView defaultObjectCollectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.web.component
Methods in com.evolveum.midpoint.web.component that return CompiledObjectCollectionViewMethods in com.evolveum.midpoint.web.component with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected voidMultiCompositedButtonPanel.buttonClickPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec, CompiledObjectCollectionView collectionViews, Class<? extends org.apache.wicket.markup.html.WebPage> page) this method should return the display properties for the last button on the dropdown panel with additional buttons.protected voidMultifunctionalButton.buttonClickPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSepc, CompiledObjectCollectionView collectionViews) this method should return the display properties for the last button on the dropdown panel with additional buttons.voidCompositedIconButtonDto.setCollectionView(CompiledObjectCollectionView collectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component that return CompiledObjectCollectionView -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected List<CompiledObjectCollectionView>TaskTablePanel.getAllApplicableArchetypeViews()protected @NotNull List<CompiledObjectCollectionView>TaskTablePanel.getNewObjectInfluencesList()Methods in com.evolveum.midpoint.web.page.admin.server with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionprotected booleanTaskTablePanel.isCollectionViewWithoutMorePossibleNewType(CompiledObjectCollectionView collectionView) protected voidTaskTablePanel.newObjectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relation, CompiledObjectCollectionView collectionView) -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.web.page.admin.shadows
Methods in com.evolveum.midpoint.web.page.admin.shadows that return CompiledObjectCollectionView -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that return types with arguments of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionstatic List<CompiledObjectCollectionView>TaskOperationUtils.getAllApplicableArchetypeForNewTask(PageBase pageBase) Methods in com.evolveum.midpoint.web.util with parameters of type CompiledObjectCollectionViewModifier and TypeMethodDescriptionstatic List<ObjectReferenceType>TaskOperationUtils.getArchetypeReferencesList(CompiledObjectCollectionView collectionView)