跳过导航链接
C D E F I J L M P Q R S T V W 

C

cancelInstance(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
cancelInstance(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Cancel a job instance that is not yet running Notice:There is a time interval between the call interface time and the expected execution time of the job instance to be cancelled, otherwise reliability is not guaranteed
copyJob(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
copyJob(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Copy one Job
copyWorkflow(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
copyWorkflow(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Copy one workflow

D

deleteJob(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
deleteJob(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Delete one job by jobId
deleteWorkflow(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
deleteWorkflow(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Delete Workflow by workflowId
disableJob(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
disableJob(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Disable one Job by jobId
disableWorkflow(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
disableWorkflow(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Disable Workflow by workflowId

E

enableJob(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
enableJob(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Enable one job by jobId
enableWorkflow(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
enableWorkflow(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Enable Workflow by workflowId
exportJob(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
exportJob(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
 

F

fetchAllJob() - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
fetchAllJob() - 类 中的方法tech.powerjob.client.PowerJobClient
Query all JobInfo
fetchInstanceInfo(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
fetchInstanceInfo(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Query detail about a job instance
fetchInstanceStatus(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
fetchInstanceStatus(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Query status about a job instance
fetchJob(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
fetchJob(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Query JobInfo by jobId
fetchWorkflow(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
fetchWorkflow(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Query Workflow by workflowId
fetchWorkflowInstanceInfo(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
fetchWorkflowInstanceInfo(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Query detail about a workflow instance

I

INSTANCE_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
INTEGER_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
IPowerJobClient - tech.powerjob.client中的接口
PowerJobClient, the client for OpenAPI.

J

JOB_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 

L

LIST_INSTANCE_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
LIST_JOB_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
LONG_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 

M

markWorkflowNodeAsSuccess(Long, Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
markWorkflowNodeAsSuccess(Long, Long) - 类 中的方法tech.powerjob.client.PowerJobClient
mark the workflow node as success

P

PowerJobClient - tech.powerjob.client中的类
PowerJobClient, the client for OpenAPI.
PowerJobClient(String, String, String) - 类 的构造器tech.powerjob.client.PowerJobClient
Init PowerJobClient with domain, appName and password.
PowerJobClient(List<String>, String, String) - 类 的构造器tech.powerjob.client.PowerJobClient
Init PowerJobClient with server address, appName and password.

Q

queryJob(JobInfoQuery) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
queryJob(JobInfoQuery) - 类 中的方法tech.powerjob.client.PowerJobClient
Query JobInfo by PowerQuery

R

retryInstance(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
retryInstance(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Retry failed job instance Notice: Only job instance with completion status (success, failure, manually stopped, cancelled) can be retried, and retries of job instances within workflows are not supported yet.
retryWorkflowInstance(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
retryWorkflowInstance(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Retry one workflow instance
runJob(Long, String, long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
runJob(Long, String, long) - 类 中的方法tech.powerjob.client.PowerJobClient
Run a job once
runJob(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
 
runWorkflow(Long, String, long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
runWorkflow(Long, String, long) - 类 中的方法tech.powerjob.client.PowerJobClient
Run a workflow once
runWorkflow(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
 

S

SAVE_JOB_INFO_REQUEST_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
saveJob(SaveJobInfoRequest) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
saveJob(SaveJobInfoRequest) - 类 中的方法tech.powerjob.client.PowerJobClient
Save one Job When an ID exists in SaveJobInfoRequest, it is an update operation.
saveWorkflow(SaveWorkflowRequest) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
saveWorkflow(SaveWorkflowRequest) - 类 中的方法tech.powerjob.client.PowerJobClient
Save one workflow When an ID exists in SaveWorkflowRequest, it is an update operation.
saveWorkflowNode(List<SaveWorkflowNodeRequest>) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
saveWorkflowNode(List<SaveWorkflowNodeRequest>) - 类 中的方法tech.powerjob.client.PowerJobClient
添加工作流节点
stopInstance(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
stopInstance(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Stop one job instance
stopWorkflowInstance(Long) - 接口 中的方法tech.powerjob.client.IPowerJobClient
 
stopWorkflowInstance(Long) - 类 中的方法tech.powerjob.client.PowerJobClient
Stop one workflow instance

T

tech.powerjob.client - 程序包 tech.powerjob.client
 
TypeStore - tech.powerjob.client中的类
TypeReference store.
TypeStore() - 类 的构造器tech.powerjob.client.TypeStore
 

V

VOID_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 

W

WF_INSTANCE_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
WF_NODE_LIST_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
WF_RESULT_TYPE - 类 中的静态变量tech.powerjob.client.TypeStore
 
C D E F I J L M P Q R S T V W 
跳过导航链接

Copyright © 2023. All rights reserved.