Class CreateCmmnExternalWorkerJobBeforeContext
java.lang.Object
org.flowable.cmmn.engine.interceptor.CreateCmmnExternalWorkerJobBeforeContext
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExternalWorkerServiceTaskprotected Stringprotected Stringprotected final PlanItemInstanceEntity -
Constructor Summary
ConstructorsConstructorDescriptionCreateCmmnExternalWorkerJobBeforeContext(ExternalWorkerServiceTask externalWorkerServiceTask, PlanItemInstanceEntity planItemInstance, String jobCategory, String jobTopicExpression) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJobCategory(String jobCategory) voidsetJobTopicExpression(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
-