Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectCollectionType
-
-
Uses of ObjectCollectionType in com.evolveum.midpoint.gui.impl.page.admin.objectcollection
Methods in com.evolveum.midpoint.gui.impl.page.admin.objectcollection that return types with arguments of type ObjectCollectionType Modifier and Type Method Description Class<ObjectCollectionType>
PageObjectCollection. getType()
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.objectcollection with type arguments of type ObjectCollectionType Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.Panel
PageObjectCollection. createSummaryPanel(String id, org.apache.wicket.model.IModel<ObjectCollectionType> summaryModel)
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.objectcollection with type arguments of type ObjectCollectionType Constructor Description PageObjectCollection(PrismObject<ObjectCollectionType> unitToEdit)
-
Uses of ObjectCollectionType in com.evolveum.midpoint.gui.impl.page.admin.objectcollection.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.objectcollection.component with type arguments of type ObjectCollectionType Constructor Description BaseCollectionPanel(String id, AssignmentHolderDetailsModel<ObjectCollectionType> model, ContainerPanelConfigurationType config)
ObjectCollectionDefaultViewPanel(String id, AssignmentHolderDetailsModel<ObjectCollectionType> model, ContainerPanelConfigurationType config)
ObjectCollectionDomainPanel(String id, AssignmentHolderDetailsModel<ObjectCollectionType> model, ContainerPanelConfigurationType config)
ObjectCollectionOptionPanel(String id, AssignmentHolderDetailsModel<ObjectCollectionType> model, ContainerPanelConfigurationType config)
-
Uses of ObjectCollectionType in com.evolveum.midpoint.model.api
Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectCollectionType Modifier and Type Method Description @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. -
Uses of ObjectCollectionType in com.evolveum.midpoint.model.api.interaction
Methods in com.evolveum.midpoint.model.api.interaction that return ObjectCollectionType Modifier and Type Method Description ObjectCollectionType
DashboardService. getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Methods in com.evolveum.midpoint.model.api.interaction with parameters of type ObjectCollectionType Modifier and Type Method Description Integer
DashboardService. countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of ObjectCollectionType in com.evolveum.midpoint.web.page.admin.objectCollection
Constructor parameters in com.evolveum.midpoint.web.page.admin.objectCollection with type arguments of type ObjectCollectionType Constructor Description ObjectCollectionSummaryPanel(String id, org.apache.wicket.model.IModel<ObjectCollectionType> model, SummaryPanelSpecificationType summaryPanelSpecificationType)
-
Uses of ObjectCollectionType in com.evolveum.midpoint.web.page.admin.reports.component
Constructor parameters in com.evolveum.midpoint.web.page.admin.reports.component with type arguments of type ObjectCollectionType Constructor Description SearchFilterConfigurationPanel(String id, org.apache.wicket.model.IModel<SearchFilterType> model, PrismContainerValueWrapper<ObjectCollectionType> containerWrapper)
-
Uses of ObjectCollectionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ObjectCollectionType Modifier and Type Field Description static Producer<ObjectCollectionType>
ObjectCollectionType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectCollectionType Modifier and Type Method Description PrismObject<ObjectCollectionType>
ObjectCollectionType. asPrismObject()
javax.xml.bind.JAXBElement<ObjectCollectionType>
ObjectFactory. createObjectCollection(ObjectCollectionType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectCollectionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectCollectionType>
ObjectFactory. createObjectCollection(ObjectCollectionType value)
-