Interface JobOpenApiClientV2
public interface JobOpenApiClientV2
-
Method Summary
Modifier and TypeMethodDescriptioncom.aizuda.snailjob.common.core.model.Result<Long>addJob(JobRequest jobRequest) com.aizuda.snailjob.common.core.model.Result<Boolean>com.aizuda.snailjob.common.core.model.Result<Boolean>deleteWorkflow(Set<Long> toDeleteIds) com.aizuda.snailjob.common.core.model.Result<JobBatchApiResponse>getJobBatchDetail(Long jobBatchId) com.aizuda.snailjob.common.core.model.Result<JobApiResponse>getJobDetail(Long jobId) com.aizuda.snailjob.common.core.model.Result<WorkflowDetailApiResponse>getWorkflowBatchDetail(Long jobBatchId) com.aizuda.snailjob.common.core.model.Result<Boolean>triggerJob(JobTriggerApiRequest request) com.aizuda.snailjob.common.core.model.Result<Boolean>triggerWorkFlow(WorkflowTriggerRequest jobTriggerDTO) com.aizuda.snailjob.common.core.model.Result<Boolean>updateJob(JobRequest jobRequest) com.aizuda.snailjob.common.core.model.Result<Boolean>updateJobStatus(StatusUpdateRequest statusDTO) com.aizuda.snailjob.common.core.model.Result<Boolean>updateWorkFlowStatus(StatusUpdateRequest statusDTO)
-
Method Details
-
addJob
-
updateJob
-
getJobDetail
-
getJobBatchDetail
-
getWorkflowBatchDetail
-
triggerJob
-
triggerWorkFlow
-
updateJobStatus
-
updateWorkFlowStatus
-
deleteJob
-
deleteWorkflow
-