在flowable中,采用了命令设计模式,使很多事项在线性命令执行中串联了起来。
CommandConntextUItil的核心任务时获取存在线程上下文中的对象。
在每个组件中都根据自身的需要创建了CommandConntextUItil类:
提供的是一些静态方法,利用Context.getCommandContext()获取CommandContext对象。
CommandContext:
在flowable中,采用了命令设计模式,使很多事项在线性命令执行中串联了起来。
CommandConntextUItil的核心任务时获取存在线程上下文中的对象。
在每个组件中都根据自身的需要创建了CommandConntextUItil类:
提供的是一些静态方法,利用Context.getCommandContext()获取CommandContext对象。
CommandContext: