类 CoreBpmnExtServiceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.bpmn.service.impl.CoreBpmnExtServiceImpl
-
- 所有已实现的接口:
CoreBpmnExtService
@Repository public class CoreBpmnExtServiceImpl extends Object implements CoreBpmnExtService
-
-
构造器概要
构造器 构造器 说明 CoreBpmnExtServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringselectBpmnDiagramSvg(Long id, Long instanceId)<T extends Persistable<ID>,ID extends Serializable>
CoreBpmnRuntimeDTOselectBpmnRuntimeInfo(String table, String id)List<CoreBpmnRejectableTaskDTO>selectBpmnRuntimeRejectableTaskList(RestJsonWrapperBean wrapper)Page<CoreBpmnTargetBean>selectBpmnRuntimeTargetList(RestJsonWrapperBean wrapper)
-
-
-
方法详细资料
-
selectBpmnRuntimeInfo
public <T extends Persistable<ID>,ID extends Serializable> CoreBpmnRuntimeDTO selectBpmnRuntimeInfo(String table, String id)
- 指定者:
selectBpmnRuntimeInfo在接口中CoreBpmnExtService
-
selectBpmnRuntimeRejectableTaskList
public List<CoreBpmnRejectableTaskDTO> selectBpmnRuntimeRejectableTaskList(RestJsonWrapperBean wrapper)
-
selectBpmnDiagramSvg
public String selectBpmnDiagramSvg(Long id, Long instanceId)
- 指定者:
selectBpmnDiagramSvg在接口中CoreBpmnExtService
-
selectBpmnRuntimeTargetList
public Page<CoreBpmnTargetBean> selectBpmnRuntimeTargetList(RestJsonWrapperBean wrapper)
-
-