Class SqlCacheHistoryFullSyncDaemon
java.lang.Object
edu.internet2.middleware.grouper.app.loader.OtherJobBase
edu.internet2.middleware.grouper.sqlCache.SqlCacheHistoryFullSyncDaemon
- 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 TypeMethodDescriptionrun
(OtherJobBase.OtherJobInput theOtherJobInput) implement this method for the logic of the OtherJobstatic void
syncMembershipHistory
(SqlCacheGroup sqlCacheGroup, Hib3GrouperLoaderLog hib3GrouperLoaderLog, Map<String, Object> currentDebugMap) static void
syncMembershipHistoryIndividual
(long sqlCacheGroupInternalId, long ownerInternalId, String pitOwnerId, Field field, String pitFieldId, Map<String, Long> pitIdToMemberInternalId, Hib3GrouperLoaderLog hib3GrouperLoaderLog, Map<String, Object> currentDebugMap) Methods inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
execute, execute, getOtherJobInput, otherJobLogUpdaterDeregister, otherJobLogUpdaterInit, otherJobLogUpdaterRegister, setOtherJobInput, storeLogInDb
-
Constructor Details
-
SqlCacheHistoryFullSyncDaemon
public SqlCacheHistoryFullSyncDaemon()
-
-
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
-
syncMembershipHistory
public static void syncMembershipHistory(SqlCacheGroup sqlCacheGroup, Hib3GrouperLoaderLog hib3GrouperLoaderLog, Map<String, Object> currentDebugMap) -
syncMembershipHistoryIndividual
-