类 CoreBpmnDiagramResourceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.bpmn.resource.impl.CoreBpmnDiagramResourceImpl
-
- 所有已实现的接口:
GenericResource<CoreBpmnDiagramService,CoreBpmnDiagramBean,Long>,CoreBpmnDiagramResource
@RestController public class CoreBpmnDiagramResourceImpl extends Object implements CoreBpmnDiagramResource
-
-
构造器概要
构造器 构造器 说明 CoreBpmnDiagramResourceImpl()
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.resource.GenericResource
delete, getSinoAttrsMybatisMapper, insert, instantSave, print, save, selectByRole, selectColumnById, selectDetail, selectPagination, selectRawPagination, selectSearchablePagination, selectStatus, swap, validate, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getService
public CoreBpmnDiagramService getService()
-
selectTaskCandidatorList
public Page<CoreBpmnDiagramTaskCandidatorDTO> selectTaskCandidatorList(@PathVariable Long id)
-
selectSequenceFlowConditionList
public Page<CoreBpmnDiagramSequenceFlowConditionDTO> selectSequenceFlowConditionList(@PathVariable Long id)
-
-