类 ZeebeProcessService
- java.lang.Object
-
- cn.dustlight.flow.zeebe.services.ZeebeProcessService
-
-
构造器概要
构造器 构造器 说明 ZeebeProcessService(io.camunda.zeebe.client.ZeebeClient zeebeClient, org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations elasticsearchOperations)ZeebeProcessService(io.camunda.zeebe.client.ZeebeClient zeebeClient, org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations elasticsearchOperations, Set<ZeebeProcessAdapter> zeebeProcessAdapters)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected reactor.core.publisher.Mono<String>adapt(String clientId, String owner, String processData)protected StringcomputeOwner(String clientId, String val)reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.process.Process<String>>createProcess(String clientId, String owner, String processData)reactor.core.publisher.Mono<Void>deleteProcess(String clientId, String processName)reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.QueryResult<ZeebeProcess>>findProcess(String clientId, String keyword, int page, int size)reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.process.Process<String>>getProcess(String clientId, String name, Integer version)reactor.core.publisher.Mono<Boolean>isProcessExists(String clientId, Collection<String> name)protected reactor.core.publisher.Mono<ZeebeProcess>reverse(ZeebeProcess zeebeProcess)
-
-
-
构造器详细资料
-
ZeebeProcessService
public ZeebeProcessService(io.camunda.zeebe.client.ZeebeClient zeebeClient, org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations elasticsearchOperations)
-
ZeebeProcessService
public ZeebeProcessService(io.camunda.zeebe.client.ZeebeClient zeebeClient, org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations elasticsearchOperations, Set<ZeebeProcessAdapter> zeebeProcessAdapters)
-
-
方法详细资料
-
createProcess
public reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.process.Process<String>> createProcess(String clientId, String owner, String processData)
- 指定者:
createProcess在接口中cn.dustlight.flow.core.flow.process.ProcessService<String>
-
deleteProcess
public reactor.core.publisher.Mono<Void> deleteProcess(String clientId, String processName)
- 指定者:
deleteProcess在接口中cn.dustlight.flow.core.flow.process.ProcessService<String>
-
getProcess
public reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.process.Process<String>> getProcess(String clientId, String name, Integer version)
- 指定者:
getProcess在接口中cn.dustlight.flow.core.flow.process.ProcessService<String>
-
isProcessExists
public reactor.core.publisher.Mono<Boolean> isProcessExists(String clientId, Collection<String> name)
- 指定者:
isProcessExists在接口中cn.dustlight.flow.core.flow.process.ProcessService<String>
-
findProcess
public reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.QueryResult<ZeebeProcess>> findProcess(String clientId, String keyword, int page, int size)
- 指定者:
findProcess在接口中cn.dustlight.flow.core.flow.process.ProcessService<String>
-
adapt
protected reactor.core.publisher.Mono<String> adapt(String clientId, String owner, String processData)
-
reverse
protected reactor.core.publisher.Mono<ZeebeProcess> reverse(ZeebeProcess zeebeProcess)
-
-