类 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

        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)
    • 方法详细资料

      • 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>
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
        抛出:
        Exception