Class JobManagement
- java.lang.Object
-
- org.openprovenance.prov.service.core.JobManagement
-
public class JobManagement extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobManagement.CurlJobstatic classJobManagement.DeleteJob
-
Field Summary
Fields Modifier and Type Field Description static StringCURL_TOKENstatic StringLOG_JOBstatic StringLOG_SOURCEstatic StringLOG_URLstatic StringLOGGED_MESSAGEstatic booleanlogJobp
-
Constructor Summary
Constructors Constructor Description JobManagement()
-
Method Summary
Modifier and Type Method Description static org.quartz.SchedulergetScheduler()static voidscheduleCurlJob(String id, String loggedMessage)DatescheduleJob(String graphId)booleansetupScheduler()
-
-
-
Field Detail
-
CURL_TOKEN
public static final String CURL_TOKEN
- See Also:
- Constant Field Values
-
LOG_JOB
public static final String LOG_JOB
- See Also:
- Constant Field Values
-
LOG_URL
public static final String LOG_URL
- See Also:
- Constant Field Values
-
LOG_SOURCE
public static final String LOG_SOURCE
- See Also:
- Constant Field Values
-
LOGGED_MESSAGE
public static final String LOGGED_MESSAGE
- See Also:
- Constant Field Values
-
logJobp
public static boolean logJobp
-
-