Uses of Interface
org.apache.syncope.core.persistence.api.entity.Report
-
-
Uses of Report in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return Report Modifier and Type Method Description ReportReportDAO. find(String key)ReportReportDAO. save(Report report)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Report Modifier and Type Method Description List<Report>ReportDAO. findAll()List<Report>ReportDAO. findByDelegate(Implementation delegate)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Report Modifier and Type Method Description intReportExecDAO. count(Report report, OffsetDateTime before, OffsetDateTime after)voidReportDAO. delete(Report report)List<ReportExec>ReportExecDAO. findAll(Report report, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)ReportExecReportExecDAO. findLatestEnded(Report report)ReportExecReportExecDAO. findLatestStarted(Report report)ReportReportDAO. save(Report report) -
Uses of Report in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return Report Modifier and Type Method Description ReportReportExec. getReport()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Report Modifier and Type Method Description voidReportExec. setReport(Report report) -
Uses of Report in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Report Modifier and Type Method Description ReportJPAReportDAO. find(String key)ReportJPAReportDAO. save(Report report)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Report Modifier and Type Method Description List<Report>JPAReportDAO. findAll()List<Report>JPAReportDAO. findByDelegate(Implementation delegate)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Report Modifier and Type Method Description intJPAReportExecDAO. count(Report report, OffsetDateTime before, OffsetDateTime after)voidJPAReportDAO. delete(Report report)List<ReportExec>JPAReportExecDAO. findAll(Report report, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)protected ReportExecJPAReportExecDAO. findLatest(Report report, String field)ReportExecJPAReportExecDAO. findLatestEnded(Report report)ReportExecJPAReportExecDAO. findLatestStarted(Report report)ReportJPAReportDAO. save(Report report) -
Uses of Report in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Report Modifier and Type Class Description classJPAReportMethods in org.apache.syncope.core.persistence.jpa.entity that return Report Modifier and Type Method Description ReportJPAReportExec. getReport()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Report Modifier and Type Method Description voidJPAReportExec. setReport(Report report) -
Uses of Report in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Report Modifier and Type Method Description booleanReportValidator. isValid(Report report, javax.validation.ConstraintValidatorContext context) -
Uses of Report in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Report Modifier and Type Method Description StringReportDataBinder. buildRefDesc(Report report)voidReportDataBinder. getReport(Report report, ReportTO reportTO)ReportTOReportDataBinder. getReportTO(Report report) -
Uses of Report in org.apache.syncope.core.provisioning.api.job
Methods in org.apache.syncope.core.provisioning.api.job with parameters of type Report Modifier and Type Method Description static org.quartz.JobKeyJobNamer. getJobKey(Report report)Map<String,Object>JobManager. register(Report report, OffsetDateTime startAt, String executor)voidJobManager. unregister(Report report) -
Uses of Report in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Report Modifier and Type Method Description StringReportDataBinderImpl. buildRefDesc(Report report)voidReportDataBinderImpl. getReport(Report report, ReportTO reportTO)ReportTOReportDataBinderImpl. getReportTO(Report report) -
Uses of Report in org.apache.syncope.core.provisioning.java.job
Methods in org.apache.syncope.core.provisioning.java.job with parameters of type Report Modifier and Type Method Description Map<String,Object>DefaultJobManager. register(Report report, OffsetDateTime startAt, String executor)voidDefaultJobManager. unregister(Report report) -
Uses of Report in org.apache.syncope.core.provisioning.java.job.report
Fields in org.apache.syncope.core.provisioning.java.job.report declared as Report Modifier and Type Field Description protected ReportAbstractReportJobDelegate. reportThe actual report to be executed.
-