Uses of Interface
org.apache.syncope.core.persistence.api.entity.ReportExec
-
-
Uses of ReportExec in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return ReportExec Modifier and Type Method Description ReportExecReportExecDAO. find(String key)ReportExecReportExecDAO. findLatestEnded(Report report)ReportExecReportExecDAO. findLatestStarted(Report report)ReportExecReportExecDAO. save(ReportExec execution)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type ReportExec Modifier and Type Method Description List<ReportExec>ReportExecDAO. findAll(Report report, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)List<ReportExec>ReportExecDAO. findRecent(int max)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type ReportExec Modifier and Type Method Description voidReportExecDAO. delete(ReportExec execution)ReportExecReportExecDAO. save(ReportExec execution) -
Uses of ReportExec in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type ReportExec Modifier and Type Method Description List<? extends ReportExec>Report. getExecs()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type ReportExec Modifier and Type Method Description booleanReport. add(ReportExec exec) -
Uses of ReportExec in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return ReportExec Modifier and Type Method Description ReportExecJPAReportExecDAO. find(String key)protected ReportExecJPAReportExecDAO. findLatest(Report report, String field)ReportExecJPAReportExecDAO. findLatestEnded(Report report)ReportExecJPAReportExecDAO. findLatestStarted(Report report)ReportExecJPAReportExecDAO. save(ReportExec execution)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type ReportExec Modifier and Type Method Description List<ReportExec>JPAReportExecDAO. findAll(Report report, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)List<ReportExec>JPAReportExecDAO. findRecent(int max)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type ReportExec Modifier and Type Method Description voidJPAReportExecDAO. delete(ReportExec execution)ReportExecJPAReportExecDAO. save(ReportExec execution) -
Uses of ReportExec in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement ReportExec Modifier and Type Class Description classJPAReportExecMethods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type ReportExec Modifier and Type Method Description List<? extends ReportExec>JPAReport. getExecs()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type ReportExec Modifier and Type Method Description booleanJPAReport. add(ReportExec exec) -
Uses of ReportExec in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ReportExec Modifier and Type Method Description ExecTOReportDataBinder. getExecTO(ReportExec execution) -
Uses of ReportExec in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ReportExec Modifier and Type Method Description ExecTOReportDataBinderImpl. getExecTO(ReportExec execution)
-