Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SubreportParameterType
-
Packages that use SubreportParameterType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of SubreportParameterType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SubreportParameterType Modifier and Type Method Description SubreportParameterType
ObjectCollectionReportEngineConfigurationType. beginSubreport()
SubreportParameterType
SubreportParameterType. clone()
SubreportParameterType
ObjectFactory. createSubreportParameterType()
Create an instance ofSubreportParameterType
SubreportParameterType
SubreportParameterType. expression(ExpressionType value)
SubreportParameterType
SubreportParameterType. id(Long value)
SubreportParameterType
SubreportParameterType. name(String value)
SubreportParameterType
SubreportParameterType. order(Integer value)
SubreportParameterType
SubreportParameterType. type(QName value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type SubreportParameterType Modifier and Type Method Description List<SubreportParameterType>
ObjectCollectionReportEngineConfigurationType. createSubreportList()
List<SubreportParameterType>
ObjectCollectionReportEngineConfigurationType. getSubreport()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SubreportParameterType Modifier and Type Method Description ObjectCollectionReportEngineConfigurationType
ObjectCollectionReportEngineConfigurationType. subreport(SubreportParameterType value)
-