Class UpgradeTasksJob
java.lang.Object
edu.internet2.middleware.grouper.app.loader.OtherJobBase
edu.internet2.middleware.grouper.app.upgradeTasks.UpgradeTasksJob
- 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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static int
static AttributeDef
static String
stem name for upgrade tasksstatic boolean
isThereWorkToDo
(Set<Integer> sortedOldDbVersions) static void
run the daemonrun
(OtherJobBase.OtherJobInput otherJobInput) implement this method for the logic of the OtherJobstatic String
run standaloneMethods inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
execute, execute, getOtherJobInput, otherJobLogUpdaterDeregister, otherJobLogUpdaterInit, otherJobLogUpdaterRegister, setOtherJobInput, storeLogInDb
-
Field Details
-
UPGRADE_TASKS_DEF
attribute definition for upgrade tasks- See Also:
-
UPGRADE_TASKS_VERSION_ATTR
version- See Also:
-
UPGRADE_TASKS_METADATA_GROUP
group holding metadata- See Also:
-
-
Constructor Details
-
UpgradeTasksJob
public UpgradeTasksJob()
-
-
Method Details
-
main
run the daemon- Parameters:
args
-
-
runDaemonStandalone
run standalone -
canRunDdl
public static boolean canRunDdl() -
run
Description copied from class:OtherJobBase
implement this method for the logic of the OtherJob- Specified by:
run
in classOtherJobBase
- Returns:
- the output
- See Also:
-
isThereWorkToDo
-
grouperUpgradeTasksStemName
stem name for upgrade tasks- Returns:
- stem name
-
grouperUpgradeTasksAttributeDef
-
getDBVersion
public static int getDBVersion() -
getDBVersions
-