Class WfPin

java.lang.Object
io.vertx.tp.workflow.init.WfPin

public class WfPin extends Object
Author:
Lang
  • Constructor Details

    • WfPin

      public WfPin()
  • Method Details

    • init

      public static io.vertx.core.Future<Boolean> init(io.vertx.core.Vertx vertx)
    • camundaRepository

      public static org.camunda.bpm.engine.RepositoryService camundaRepository()
    • camundaForm

      public static org.camunda.bpm.engine.FormService camundaForm()
    • camundaRuntime

      public static org.camunda.bpm.engine.RuntimeService camundaRuntime()
    • camundaTask

      public static org.camunda.bpm.engine.TaskService camundaTask()
    • camundaHistory

      public static org.camunda.bpm.engine.HistoryService camundaHistory()
    • camundaLogger

      public static org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler camundaLogger()
    • getTodo

      public static io.vertx.core.json.JsonObject getTodo(String type)
      Return to configuration data that convert to JsonObject here by type.
      Parameters:
      type - String The type value passed.
      Returns:
      JsonObject
    • getFlow

      public static WFlow getFlow(String code)
    • getBuiltIn

      public static Set<String> getBuiltIn()