Package io.vertx.tp.workflow.init
Class WfPin
- java.lang.Object
-
- io.vertx.tp.workflow.init.WfPin
-
-
Constructor Summary
Constructors Constructor Description WfPin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.camunda.bpm.engine.FormServicecamundaForm()static org.camunda.bpm.engine.HistoryServicecamundaHistory()static org.camunda.bpm.engine.impl.history.handler.HistoryEventHandlercamundaLogger()static org.camunda.bpm.engine.RepositoryServicecamundaRepository()static org.camunda.bpm.engine.RuntimeServicecamundaRuntime()static org.camunda.bpm.engine.TaskServicecamundaTask()static Set<String>getBuiltIn()static WFlowgetFlow(String code)static io.vertx.core.json.JsonObjectgetTodo(String type)Return to configuration data that convert toJsonObjecthere by type.static io.vertx.core.Future<Boolean>init(io.vertx.core.Vertx vertx)
-
-
-
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 toJsonObjecthere by type.- Parameters:
type-StringThe type value passed.- Returns:
JsonObject
-
-