Class FlowService

java.lang.Object
cn.vertxup.workflow.service.FlowService
All Implemented Interfaces:
FlowStub

public class FlowService extends Object implements FlowStub
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchFlow(String definitionKey, String sigma)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchForm(org.camunda.bpm.engine.history.HistoricProcessInstance instance, String sigma)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchForm(org.camunda.bpm.engine.repository.ProcessDefinition definition, String sigma)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetchForm(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task task, String sigma)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FlowService

      public FlowService()
  • Method Details

    • fetchFlow

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchFlow(String definitionKey, String sigma)
      Specified by:
      fetchFlow in interface FlowStub
    • fetchForm

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchForm(org.camunda.bpm.engine.repository.ProcessDefinition definition, String sigma)
      Specified by:
      fetchForm in interface FlowStub
    • fetchForm

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchForm(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task task, String sigma)
      Specified by:
      fetchForm in interface FlowStub
    • fetchForm

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchForm(org.camunda.bpm.engine.history.HistoricProcessInstance instance, String sigma)
      Specified by:
      fetchForm in interface FlowStub