Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ReportParameterType
Packages that use ReportParameterType
Package
Description
-
Uses of ReportParameterType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ReportParameterTypeModifier and TypeMethodDescriptionReportParamWrapperFactoryImpl.createWrapper
(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ReportParameterTypeModifier and TypeMethodDescriptionprotected List<? extends ItemDefinition>
ReportParamWrapperFactoryImpl.getItemDefinitions
(PrismContainerWrapper<ReportParameterType> parent, PrismContainerValue<ReportParameterType> value) protected List<? extends ItemDefinition>
ReportParamWrapperFactoryImpl.getItemDefinitions
(PrismContainerWrapper<ReportParameterType> parent, PrismContainerValue<ReportParameterType> value) -
Uses of ReportParameterType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ReportParameterTypeModifier and TypeMethodDescriptionstatic ReportParameterType
ReportParameterTypeUtil.createParameters
(@NotNull String paramName, @Nullable Object realValue) Methods in com.evolveum.midpoint.schema.util with parameters of type ReportParameterTypeModifier and TypeMethodDescriptionstatic void
ReportParameterTypeUtil.addParameter
(@NotNull ReportParameterType parameters, @NotNull String paramName, Object... realValues) static void
ReportParameterTypeUtil.addParameters
(ReportParameterType parameters, List<String> names, List<Object> realValues) -
Uses of ReportParameterType in com.evolveum.midpoint.web.page.admin.reports.component
Method parameters in com.evolveum.midpoint.web.page.admin.reports.component with type arguments of type ReportParameterTypeModifier and TypeMethodDescriptionprotected void
RunReportPopupPanel.runConfirmPerformed
(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<ReportType> reportType2, PrismContainer<ReportParameterType> reportParam) -
Uses of ReportParameterType 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 ReportParameterTypeModifier and TypeFieldDescriptionstatic final Producer<ReportParameterType>
ReportParameterType.FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ReportParameterTypeModifier and TypeMethodDescriptionAbstractReportWorkDefinitionType.beginReportParam()
ClassicReportExportWorkDefinitionType.beginReportParam()
ClassicReportImportWorkDefinitionType.beginReportParam()
DistributedReportExportWorkDefinitionType.beginReportParam()
ReportParameterType.clone()
ObjectFactory.createReportParameterType()
AbstractReportWorkDefinitionType.getReportParam()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ReportParameterTypeModifier and TypeMethodDescriptionAbstractReportWorkDefinitionType.reportParam
(ReportParameterType value) ClassicReportExportWorkDefinitionType.reportParam
(ReportParameterType value) ClassicReportImportWorkDefinitionType.reportParam
(ReportParameterType value) DistributedReportExportWorkDefinitionType.reportParam
(ReportParameterType value) void
AbstractReportWorkDefinitionType.setReportParam
(ReportParameterType value) -
Uses of ReportParameterType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ReportParameterType