Uses of Class
org.apache.syncope.core.logic.ReportLogic
-
Packages that use ReportLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of ReportLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ReportLogic Modifier and Type Method Description ReportLogic
IdRepoLogicContext. reportLogic(JobManager jobManager, ReportDataBinder binder, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, EntityFactory entityFactory, ReportExecDAO reportExecDAO)
-
Uses of ReportLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ReportLogic Modifier and Type Method Description ReportService
IdRepoRESTCXFContext. reportService(ReportLogic reportLogic)
-
Uses of ReportLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as ReportLogic Modifier and Type Field Description protected ReportLogic
ReportServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type ReportLogic Constructor Description ReportServiceImpl(ReportLogic logic)
-