类 CoreBpmnRuntimeRejectProcessSupport<T extends Auditable<ID>,ID extends Serializable>
- java.lang.Object
-
- net.sinodawn.module.sys.bpmn.engine.support.AbstractCoreBpmnRuntimeProcessSupport<T,ID>
-
- net.sinodawn.module.sys.bpmn.engine.support.CoreBpmnRuntimeRejectProcessSupport<T,ID>
-
public class CoreBpmnRuntimeRejectProcessSupport<T extends Auditable<ID>,ID extends Serializable> extends AbstractCoreBpmnRuntimeProcessSupport<T,ID>
-
-
嵌套类概要
-
从类继承的嵌套类/接口 net.sinodawn.module.sys.bpmn.engine.support.AbstractCoreBpmnRuntimeProcessSupport
AbstractCoreBpmnRuntimeProcessSupport.CallbackCategory
-
-
字段概要
-
从类继承的字段 net.sinodawn.module.sys.bpmn.engine.support.AbstractCoreBpmnRuntimeProcessSupport
BPMN_VALIDATOR_SQL_DESC, BPMN_VALIDATOR_SQL_SN, BPMN_VALIDATOR_SQL_TABLE, BPMN_VALIDATOR_SQL_TYPE, bpmnTargetService, commentService, diagramService, globalMapper, instanceService, instanceTaskRoleService, instanceTaskService, instanceTaskUserService, procService, taskHisService
-
-
构造器概要
构造器 构造器 说明 CoreBpmnRuntimeRejectProcessSupport()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected List<CoreBpmnInstanceStatusDTO<ID>>doProcess(List<CoreBpmnRuntimeSource<T,ID>> sourceList)protected voiddoValidate(List<CoreBpmnRuntimeSource<T,ID>> sourceList)-
从类继承的方法 net.sinodawn.module.sys.bpmn.engine.support.AbstractCoreBpmnRuntimeProcessSupport
apply, doCallback, getBpmnTarget, getElementName, getRoute, getValidateSqlMap, insertComment, insertNextInstanceTask, prepareCallback, prepareEndCallback, prepareValidateSql, processData, sendNotification, updateProcessStatus, validateBySql
-
-
-
-
方法详细资料
-
doValidate
protected void doValidate(List<CoreBpmnRuntimeSource<T,ID>> sourceList)
- 覆盖:
doValidate在类中AbstractCoreBpmnRuntimeProcessSupport<T extends Auditable<ID>,ID extends Serializable>
-
doProcess
protected List<CoreBpmnInstanceStatusDTO<ID>> doProcess(List<CoreBpmnRuntimeSource<T,ID>> sourceList)
- 覆盖:
doProcess在类中AbstractCoreBpmnRuntimeProcessSupport<T extends Auditable<ID>,ID extends Serializable>
-
-