Package org.flowable.engine.interceptor
Class CreateExternalWorkerJobBeforeContext
java.lang.Object
org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DelegateExecution
protected final ExternalWorkerServiceTask
protected String
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionCreateExternalWorkerJobBeforeContext
(ExternalWorkerServiceTask externalWorkerServiceTask, DelegateExecution execution, String jobCategory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setJobCategory
(String jobCategory) void
setJobTopicExpression
(String jobTopicExpression)
-
Field Details
-
externalWorkerServiceTask
-
execution
-
jobCategory
-
jobTopicExpression
-
-
Constructor Details
-
CreateExternalWorkerJobBeforeContext
public CreateExternalWorkerJobBeforeContext(ExternalWorkerServiceTask externalWorkerServiceTask, DelegateExecution execution, String jobCategory)
-
-
Method Details
-
getExternalWorkerServiceTask
-
getExecution
-
getJobCategory
-
setJobCategory
-
getJobTopicExpression
-
setJobTopicExpression
-