类 CoreBpmnDraftResourceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.bpmn.resource.impl.CoreBpmnDraftResourceImpl
-
@RestController public class CoreBpmnDraftResourceImpl extends Object implements CoreBpmnDraftResource
-
-
构造器概要
构造器 构造器 说明 CoreBpmnDraftResourceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddeleteDraftOrg(Long id, RestJsonWrapperBean wrapper)CoreBpmnDraftServicegetService()Longinsert(RestJsonWrapperBean wrapper)LonginsertByProcId(Long procId)voidinsertDraftOrg(Long id, RestJsonWrapperBean wrapper)Page<CoreBpmnDraftOrgBean>selectDraftOrgPagination(Long id, RestJsonWrapperBean wrapper)voidsubmit(Long id)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.resource.GenericResource
delete, getSinoAttrsMybatisMapper, instantSave, print, save, selectByRole, selectColumnById, selectDetail, selectPagination, selectRawPagination, selectSearchablePagination, selectStatus, swap, validate, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getService
public CoreBpmnDraftService getService()
- 指定者:
getService在接口中GenericResource<CoreBpmnDraftService,CoreBpmnDraftBean,Long>
-
insert
public Long insert(RestJsonWrapperBean wrapper)
- 指定者:
insert在接口中CoreBpmnDraftResource- 指定者:
insert在接口中GenericResource<CoreBpmnDraftService,CoreBpmnDraftBean,Long>
-
submit
@ValidateDataWith(CoreBpmnDraftSubmittableValidator.class) public void submit(@PathVariable Long id)
- 指定者:
submit在接口中CoreBpmnDraftResource
-
insertByProcId
public Long insertByProcId(@PathVariable Long procId)
- 指定者:
insertByProcId在接口中CoreBpmnDraftResource
-
selectDraftOrgPagination
public Page<CoreBpmnDraftOrgBean> selectDraftOrgPagination(@PathVariable Long id, RestJsonWrapperBean wrapper)
-
insertDraftOrg
public void insertDraftOrg(@PathVariable Long id, RestJsonWrapperBean wrapper)- 指定者:
insertDraftOrg在接口中CoreBpmnDraftResource
-
deleteDraftOrg
public void deleteDraftOrg(@PathVariable Long id, RestJsonWrapperBean wrapper)- 指定者:
deleteDraftOrg在接口中CoreBpmnDraftResource
-
-