BrightSide Workbench Full Report + Source Code
org.turro.admin.AdminReports Class Reference

Static Public Member Functions

static List< IAdminReportget ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file AdminReports.java.

Member Function Documentation

◆ get()

static List<IAdminReport> org.turro.admin.AdminReports.get ( )
static

Definition at line 30 of file AdminReports.java.

30  {
31  return Instances.fresh().byInterface(IAdminReport.class, IAdminReport.class)
32  .stream().filter(ar -> ar.isInRole()).toList();
33  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: