Package org.opencastproject.job.api
Interface JobContext
- All Known Implementing Classes:
JaxbJobContext
public interface JobContext
Runtime contextual information to be passed around with jobs.
-
Method Summary
-
Method Details
-
getId
Long getId()Gets the job context identifier.- Returns:
- the job context identifier
-
getProperties
Returns any additional contextual data.- Returns:
- the contextual data
-