Package org.flowable.engine.interceptor
Class CreateExternalWorkerJobAfterContext
- java.lang.Object
-
- org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
-
public class CreateExternalWorkerJobAfterContext extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegateExecutionexecutionprotected ExternalWorkerJobEntityexternalWorkerJobEntityprotected org.flowable.bpmn.model.ExternalWorkerServiceTaskexternalWorkerServiceTask
-
Constructor Summary
Constructors Constructor Description CreateExternalWorkerJobAfterContext(org.flowable.bpmn.model.ExternalWorkerServiceTask externalWorkerServiceTask, ExternalWorkerJobEntity externalWorkerJobEntity, DelegateExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateExecutiongetExecution()ExternalWorkerJobEntitygetExternalWorkerJobEntity()org.flowable.bpmn.model.ExternalWorkerServiceTaskgetExternalWorkerServiceTask()
-
-
-
Field Detail
-
externalWorkerServiceTask
protected final org.flowable.bpmn.model.ExternalWorkerServiceTask externalWorkerServiceTask
-
externalWorkerJobEntity
protected final ExternalWorkerJobEntity externalWorkerJobEntity
-
execution
protected final DelegateExecution execution
-
-
Constructor Detail
-
CreateExternalWorkerJobAfterContext
public CreateExternalWorkerJobAfterContext(org.flowable.bpmn.model.ExternalWorkerServiceTask externalWorkerServiceTask, ExternalWorkerJobEntity externalWorkerJobEntity, DelegateExecution execution)
-
-
Method Detail
-
getExternalWorkerServiceTask
public org.flowable.bpmn.model.ExternalWorkerServiceTask getExternalWorkerServiceTask()
-
getExternalWorkerJobEntity
public ExternalWorkerJobEntity getExternalWorkerJobEntity()
-
getExecution
public DelegateExecution getExecution()
-
-