类 RecoveryTodoCommand

  • 所有已实现的接口:
    org.flowable.common.engine.impl.interceptor.Command<Void>

    public class RecoveryTodoCommand
    extends Object
    implements org.flowable.common.engine.impl.interceptor.Command<Void>
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/30
    • 字段详细资料

      • hisTask

        protected org.flowable.task.api.history.HistoricTaskInstance hisTask
        要恢复办结的历史任务
    • 构造器详细资料

      • RecoveryTodoCommand

        public RecoveryTodoCommand​(org.flowable.task.api.history.HistoricTaskInstance hisTask,
                                   Map<String,​Object> pVarMap,
                                   Map<String,​Object> tVarMap)
    • 方法详细资料

      • execute

        public Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        指定者:
        execute 在接口中 org.flowable.common.engine.impl.interceptor.Command<Void>