Class ReportConfWrapper
- java.lang.Object
-
- org.apache.syncope.client.console.reports.ReportConfWrapper
-
- All Implemented Interfaces:
Serializable
public class ReportConfWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportConfWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportConf
getConf()
Map<String,Pair<AbstractFiqlSearchConditionBuilder<?,?,?>,List<SearchClause>>>
getSCondWrapper()
ReportConfWrapper
setConf(ReportConf conf)
-
-
-
Method Detail
-
getConf
public ReportConf getConf()
-
setConf
public ReportConfWrapper setConf(ReportConf conf)
-
getSCondWrapper
public Map<String,Pair<AbstractFiqlSearchConditionBuilder<?,?,?>,List<SearchClause>>> getSCondWrapper()
-
-