public class ExternalWorkerJobBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CmmnManagementService |
cmmnManagementService |
protected ManagementService |
managementService |
protected ExternalWorkerJobRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
ExternalWorkerJobBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected ExternalWorkerJobQuery |
createExternalWorkerJobQuery() |
protected ExternalWorkerJob |
getExternalWorkerJobById(String jobId) |
void |
setCmmnManagementService(CmmnManagementService cmmnManagementService) |
void |
setManagementService(ManagementService managementService) |
void |
setRestApiInterceptor(ExternalWorkerJobRestApiInterceptor restApiInterceptor) |
protected ManagementService managementService
protected CmmnManagementService cmmnManagementService
protected ExternalWorkerJobRestApiInterceptor restApiInterceptor
protected ExternalWorkerJobQuery createExternalWorkerJobQuery()
protected ExternalWorkerJob getExternalWorkerJobById(String jobId)
@Autowired(required=false) public void setManagementService(ManagementService managementService)
@Autowired(required=false) public void setCmmnManagementService(CmmnManagementService cmmnManagementService)
@Autowired(required=false) public void setRestApiInterceptor(ExternalWorkerJobRestApiInterceptor restApiInterceptor)
Copyright © 2023 Flowable. All rights reserved.