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