Class WfPin

    • Constructor Detail

      • WfPin

        public WfPin()
    • Method Detail

      • 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()