Class GrouperReportClearJob
java.lang.Object
edu.internet2.middleware.grouper.app.loader.OtherJobBase
edu.internet2.middleware.grouper.app.reports.GrouperReportClearJob
- All Implemented Interfaces:
org.quartz.Job
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
OtherJobBase.OtherJobInput, OtherJobBase.OtherJobOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static int
delete report instances that are oldstatic void
run the daemonrun
(OtherJobBase.OtherJobInput otherJobInput) implement this method for the logic of the OtherJobstatic void
run standaloneMethods inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
execute, execute, getOtherJobInput, otherJobLogUpdaterDeregister, otherJobLogUpdaterInit, otherJobLogUpdaterRegister, setOtherJobInput, storeLogInDb
-
Constructor Details
-
GrouperReportClearJob
public GrouperReportClearJob()
-
-
Method Details
-
run
Description copied from class:OtherJobBase
implement this method for the logic of the OtherJob- Specified by:
run
in classOtherJobBase
- Returns:
- the output
-
main
run the daemon- Parameters:
args
-
-
runDaemonStandalone
public static void runDaemonStandalone()run standalone -
clearOldReports
protected static int clearOldReports()delete report instances that are old- Returns:
- number of deleted report instances
-