类 UserTaskFormAdapter
- java.lang.Object
-
- cn.dustlight.flow.zeebe.services.adapters.AbstractZeebeProcessAdapter
-
- cn.dustlight.flow.zeebe.services.adapters.UserTaskFormAdapter
-
- 所有已实现的接口:
ZeebeProcessAdapter,org.springframework.core.Ordered
public class UserTaskFormAdapter extends AbstractZeebeProcessAdapter
-
-
构造器概要
构造器 构造器 说明 UserTaskFormAdapter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidadapt(io.camunda.zeebe.model.bpmn.BpmnModelInstance instance, AdapterContext context)适配voidreverse(io.camunda.zeebe.model.bpmn.BpmnModelInstance instance, AdapterContext context)还原-
从类继承的方法 cn.dustlight.flow.zeebe.services.adapters.AbstractZeebeProcessAdapter
getOrder, setOrder
-
-
-
-
方法详细资料
-
adapt
public void adapt(io.camunda.zeebe.model.bpmn.BpmnModelInstance instance, AdapterContext context) throws Exception从接口复制的说明:ZeebeProcessAdapter适配- 抛出:
Exception
-
reverse
public void reverse(io.camunda.zeebe.model.bpmn.BpmnModelInstance instance, AdapterContext context) throws Exception从接口复制的说明:ZeebeProcessAdapter还原- 抛出:
Exception
-
-