Uses of Interface
org.nuclos.api.context.JobContext
Packages that use JobContext
-
Uses of JobContext in org.nuclos.api.rule
Methods in org.nuclos.api.rule with parameters of type JobContextModifier and TypeMethodDescriptionvoid
JobRule.execute
(JobContext context) JobContext
is the context providing all attributes and methods that are relevant for Job-operations.TransactionalJobRule.getTransactionalObjects
(JobContext context) For every list entry returned by this method a new transaction will be opened.