类 ZeebeUserTaskService
- java.lang.Object
-
- cn.dustlight.flow.core.flow.usertask.AbstractUserTaskService<ZeebeUserTask>
-
- cn.dustlight.flow.zeebe.services.usertask.ZeebeUserTaskService
-
- 所有已实现的接口:
cn.dustlight.flow.core.flow.usertask.UserTaskService<ZeebeUserTask>,org.springframework.beans.factory.InitializingBean
public class ZeebeUserTaskService extends cn.dustlight.flow.core.flow.usertask.AbstractUserTaskService<ZeebeUserTask> implements org.springframework.beans.factory.InitializingBean
-
-
构造器概要
构造器 构造器 说明 ZeebeUserTaskService(cn.dustlight.flow.core.flow.usertask.UserTaskDataValidator validator)ZeebeUserTaskService(cn.dustlight.flow.core.flow.usertask.UserTaskDataValidator validator, io.camunda.zeebe.client.ZeebeClient zeebeClient, org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations operations)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidafterPropertiesSet()protected reactor.core.publisher.Mono<Void>doComplete(String clientId, Long id, String user, Map<String,Object> data, ZeebeUserTask userTask)reactor.core.publisher.Mono<ZeebeUserTask>getTask(String clientId, Long id)reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.QueryResult<ZeebeUserTask>>getTasks(String clientId, Collection<String> users, Collection<String> roles, cn.dustlight.flow.core.flow.usertask.UserTaskService.TaskStatus status, int page, int size)
-
-
-
构造器详细资料
-
ZeebeUserTaskService
public ZeebeUserTaskService(cn.dustlight.flow.core.flow.usertask.UserTaskDataValidator validator)
-
ZeebeUserTaskService
public ZeebeUserTaskService(cn.dustlight.flow.core.flow.usertask.UserTaskDataValidator validator, io.camunda.zeebe.client.ZeebeClient zeebeClient, org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations operations)
-
-
方法详细资料
-
doComplete
protected reactor.core.publisher.Mono<Void> doComplete(String clientId, Long id, String user, Map<String,Object> data, ZeebeUserTask userTask)
- 指定者:
doComplete在类中cn.dustlight.flow.core.flow.usertask.AbstractUserTaskService<ZeebeUserTask>
-
getTasks
public reactor.core.publisher.Mono<cn.dustlight.flow.core.flow.QueryResult<ZeebeUserTask>> getTasks(String clientId, Collection<String> users, Collection<String> roles, cn.dustlight.flow.core.flow.usertask.UserTaskService.TaskStatus status, int page, int size)
- 指定者:
getTasks在接口中cn.dustlight.flow.core.flow.usertask.UserTaskService<ZeebeUserTask>
-
getTask
public reactor.core.publisher.Mono<ZeebeUserTask> getTask(String clientId, Long id)
- 指定者:
getTask在接口中cn.dustlight.flow.core.flow.usertask.UserTaskService<ZeebeUserTask>
-
-