类的使用
com.codingapi.springboot.flow.result.MessageResult
使用MessageResult的程序包
程序包
说明
-
com.codingapi.springboot.flow.content中MessageResult的使用
修饰符和类型方法说明FlowSession.createMessageResult(String title) 创建流程提醒FlowSession.createMessageResult(String title, String resultState) 创建流程提醒FlowSession.createMessageResult(String title, String resultState, boolean closeable) 创建流程提醒FlowSession.createMessageResult(String title, String resultState, List<MessageResult.Message> items, boolean closeable) 创建流程提醒FlowSession.rejectFlow()驳回流程FlowSession.submitFlow()提交流程FlowSession.trySubmitFlow()预提交流程 -
com.codingapi.springboot.flow.domain中MessageResult的使用
修饰符和类型方法说明FlowButton.run(FlowRecord flowRecord, FlowNode flowNode, FlowWork flowWork, IFlowOperator createOperator, IFlowOperator currentOperator, IBindData bindData, Opinion opinion, List<FlowRecord> historyRecords) 执行按钮事件 -
com.codingapi.springboot.flow.result中MessageResult的使用
修饰符和类型方法说明添加一个展示项MessageResult.closeable(boolean closeable) 是否可关闭流程static MessageResultMessageResult.create(FlowResult result) static MessageResultMessageResult.create(FlowSubmitResult result) static MessageResultstatic MessageResultstatic MessageResultstatic MessageResultMessageResult.create(String title, String resultState, List<MessageResult.Message> items, boolean closeable) MessageResult.resultState(String resultState) 展示状态 -
com.codingapi.springboot.flow.service中MessageResult的使用
修饰符和类型方法说明FlowService.customFlowEvent(long recordId, IFlowOperator currentOperator, String buttonId, IBindData bindData, Opinion opinion) 自定义事件 -
com.codingapi.springboot.flow.service.impl中MessageResult的使用
修饰符和类型方法说明FlowCustomEventService.customFlowEvent(long recordId, IFlowOperator currentOperator, String buttonId, IBindData bindData, Opinion opinion) 自定义事件