Uses of Class
com.evolveum.midpoint.model.api.authentication.CompiledObjectCollectionView
-
-
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 CompiledObjectCollectionView Modifier and Type Method Description protected List<CompiledObjectCollectionView>
ObjectListPanel. getAllApplicableArchetypeViews()
protected @NotNull List<CompiledObjectCollectionView>
MainObjectListPanel. getNewObjectInfluencesList()
Methods in com.evolveum.midpoint.gui.api.component with parameters of type CompiledObjectCollectionView Modifier and Type Method Description protected abstract void
NewObjectCreationPopup. 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 boolean
MainObjectListPanel. isCollectionViewWithoutMorePossibleNewType(CompiledObjectCollectionView collectionView)
protected boolean
MainObjectListPanel. isViewForObjectCollectionType(CompiledObjectCollectionView collectionView, String oid, QName type)
protected void
MainObjectListPanel. 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 CompiledObjectCollectionView Modifier and Type Method Description ISelectableDataProvider<PrismContainerValueWrapper<T>>
ContainerValueDataProviderFactory. 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 CompiledObjectCollectionView Modifier and Type Method Description static CompiledObjectCollectionView
WebComponentUtil. getCollectionViewByObject(AssignmentHolderType assignmentHolder, PageBase pageBase)
static CompiledObjectCollectionView
WebComponentUtil. getCompiledObjectCollectionView(GuiObjectListViewType listViewType, ContainerPanelConfigurationType config, PageBase pageBase)
static CompiledObjectCollectionView
WebComponentUtil. getDefaultGuiObjectListType(PageBase pageBase)
Deprecated.Methods in com.evolveum.midpoint.gui.api.util with parameters of type CompiledObjectCollectionView Modifier and Type Method Description static boolean
GuiDisplayTypeUtil. existsIconDisplay(CompiledObjectCollectionView view)
static DisplayType
GuiDisplayTypeUtil. 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 Modifier and Type Method Description CompiledObjectCollectionView
ContainerableListPanel. getObjectCollectionView()
-
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return CompiledObjectCollectionView Modifier and Type Method Description protected CompiledObjectCollectionView
BaseSearchDataProvider. getCompiledObjectCollectionView()
Methods in com.evolveum.midpoint.gui.impl.component.data.provider with parameters of type CompiledObjectCollectionView Modifier and Type Method Description void
BaseSearchDataProvider. 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 CompiledObjectCollectionView Modifier and Type Method Description SearchBuilder<C>
SearchBuilder. 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 CompiledObjectCollectionView Modifier and Type Method Description CompiledObjectCollectionView
ObjectCollectionSearchItemWrapper. getObjectCollectionView()
Constructors in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type CompiledObjectCollectionView Constructor Description ObjectCollectionSearchItemWrapper(@NotNull CompiledObjectCollectionView objectCollectionView)
Constructor parameters in com.evolveum.midpoint.gui.impl.component.search.wrapper with type arguments of type CompiledObjectCollectionView Constructor Description ObjectCollectionListSearchItemWrapper(@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 CompiledObjectCollectionView Modifier and Type Method Description ISelectableDataProvider<PrismContainerValueWrapper<AssignmentType>>
InMemoryAssignmentDataProviderFactory. 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)
ISelectableDataProvider<PrismContainerValueWrapper<AssignmentType>>
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 CompiledObjectCollectionView Modifier and Type Method Description protected 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 CompiledObjectCollectionView Modifier and Type Method Description protected void
CreateTemplatePanel. onTemplateChosePerformed(CompiledObjectCollectionView collectionViews, org.apache.wicket.ajax.AjaxRequestTarget target)
protected abstract void
TemplateChoicePanel. onTemplateChosePerformed(CompiledObjectCollectionView view, org.apache.wicket.ajax.AjaxRequestTarget target)
Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type CompiledObjectCollectionView Modifier and Type Method Description protected org.apache.wicket.Component
TemplateChoicePanel. 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 CompiledObjectCollectionView Modifier and Type Method Description protected CompiledObjectCollectionView
GovernanceCardsPanel. getObjectCollectionView()
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with parameters of type CompiledObjectCollectionView Modifier and Type Method Description protected org.apache.wicket.ajax.AjaxSelfUpdatingTimerBehavior
AbstractRoleMemberPanel. 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 CompiledObjectCollectionView Modifier and Type Method Description protected Collection<CompiledObjectCollectionView>
PageAssignmentHolderDetails. findAllApplicableArchetypeViews()
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder with parameters of type CompiledObjectCollectionView Modifier and Type Method Description protected 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 CompiledObjectCollectionView Modifier and Type Method Description protected 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 CompiledObjectCollectionView Modifier and Type Method Description protected Collection<CompiledObjectCollectionView>
PageTask. findAllApplicableArchetypeViews()
Methods in com.evolveum.midpoint.gui.impl.page.admin.task with parameters of type CompiledObjectCollectionView Modifier and Type Method Description protected 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 CompiledObjectCollectionView Modifier and Type Method Description static List<ObjectReferenceType>
ObjectCollectionViewUtil. getArchetypeReferencesList(CompiledObjectCollectionView collectionView)
static boolean
ObjectCollectionViewUtil. isArchetypedCollectionView(CompiledObjectCollectionView view)
-
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return CompiledObjectCollectionView Modifier and Type Method Description @NotNull CompiledObjectCollectionView
ModelInteractionService. 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 CompiledObjectCollectionView Modifier and Type Method Description void
ModelInteractionService. applyView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType)
Applying all GuiObjectListViewsType to CompiledObjectCollectionViewvoid
ModelInteractionService. 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 CollectionStats
ModelInteractionService. 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 collectionView, @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.<T> ModelInteractionService.SearchSpec<T>
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
Subclasses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api.authentication Modifier and Type Class Description class
CompiledShadowCollectionView
Methods in com.evolveum.midpoint.model.api.authentication that return CompiledObjectCollectionView Modifier and Type Method Description CompiledObjectCollectionView
CompiledGuiProfile. findObjectCollectionView(@NotNull QName objectType, String viewName)
Compiled information about object list view for a particular type.CompiledObjectCollectionView
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 CompiledObjectCollectionView Modifier and Type Method Description <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. getObjectCollectionViews()
Compiled information about all configured object list views.Methods in com.evolveum.midpoint.model.api.authentication with parameters of type CompiledObjectCollectionView Modifier and Type Method Description void
CompiledGuiProfile. setDefaultObjectCollectionView(CompiledObjectCollectionView defaultObjectCollectionView)
-
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.web.component
Methods in com.evolveum.midpoint.web.component that return CompiledObjectCollectionView Modifier and Type Method Description CompiledObjectCollectionView
CompositedIconButtonDto. getCollectionView()
Methods in com.evolveum.midpoint.web.component with parameters of type CompiledObjectCollectionView Modifier and Type Method Description protected void
MultiCompositedButtonPanel. 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 void
MultifunctionalButton. 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.void
CompositedIconButtonDto. 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 Modifier and Type Method Description CompiledObjectCollectionView
ReportObjectsListPanel. getObjectCollectionView()
-
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 CompiledObjectCollectionView Modifier and Type Method Description protected List<CompiledObjectCollectionView>
TaskTablePanel. getAllApplicableArchetypeViews()
protected @NotNull List<CompiledObjectCollectionView>
TaskTablePanel. getNewObjectInfluencesList()
Methods in com.evolveum.midpoint.web.page.admin.server with parameters of type CompiledObjectCollectionView Modifier and Type Method Description protected boolean
TaskTablePanel. isCollectionViewWithoutMorePossibleNewType(CompiledObjectCollectionView collectionView)
protected void
TaskTablePanel. 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 Modifier and Type Method Description CompiledObjectCollectionView
ShadowTablePanel. getObjectCollectionView()
-
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that return types with arguments of type CompiledObjectCollectionView Modifier and Type Method Description static List<CompiledObjectCollectionView>
TaskOperationUtils. getAllApplicableArchetypeForNewTask(PageBase pageBase)
Methods in com.evolveum.midpoint.web.util with parameters of type CompiledObjectCollectionView Modifier and Type Method Description static List<ObjectReferenceType>
TaskOperationUtils. getArchetypeReferencesList(CompiledObjectCollectionView collectionView)
-