Class CreateCmmnExternalWorkerJobBeforeContext
java.lang.Object
org.flowable.cmmn.engine.interceptor.CreateCmmnExternalWorkerJobBeforeContext
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExternalWorkerServiceTask
protected String
protected String
protected final PlanItemInstanceEntity
-
Constructor Summary
ConstructorsConstructorDescriptionCreateCmmnExternalWorkerJobBeforeContext
(ExternalWorkerServiceTask externalWorkerServiceTask, PlanItemInstanceEntity planItemInstance, String jobCategory, String jobTopicExpression) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setJobCategory
(String jobCategory) void
setJobTopicExpression
(String jobTopicExpression)
-
Field Details
-
externalWorkerServiceTask
-
planItemInstance
-
jobCategory
-
jobTopicExpression
-
-
Constructor Details
-
CreateCmmnExternalWorkerJobBeforeContext
public CreateCmmnExternalWorkerJobBeforeContext(ExternalWorkerServiceTask externalWorkerServiceTask, PlanItemInstanceEntity planItemInstance, String jobCategory, String jobTopicExpression)
-
-
Method Details
-
getExternalWorkerServiceTask
-
getPlanItemInstance
-
getJobCategory
-
setJobCategory
-
getJobTopicExpression
-
setJobTopicExpression
-