Package org.flowable.engine.interceptor
Class CreateExternalWorkerJobBeforeContext
java.lang.Object
org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DelegateExecutionprotected final ExternalWorkerServiceTaskprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionCreateExternalWorkerJobBeforeContext(ExternalWorkerServiceTask externalWorkerServiceTask, DelegateExecution execution, String jobCategory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJobCategory(String jobCategory) voidsetJobTopicExpression(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
-