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 intdelete report instances that are oldstatic voidrun the daemonrun(OtherJobBase.OtherJobInput otherJobInput) implement this method for the logic of the OtherJobstatic voidrun 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:OtherJobBaseimplement this method for the logic of the OtherJob- Specified by:
runin 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
-