127128129130131132133134135136137
/** * 流程查询 */ public String list( ){ if( process == null ){ process = new MyProcess(); //process.setFinish( false ); } if( hp_page == null ) hp_page = new ListPage<HistoricProcessInstance>();
149150151152153154155156157158159
public String myProcess(){ if( this.getLoginAccount() == null ) return LOGIN; if( process == null ){ process = new MyProcess(); process.setFinish( false ); } if( hp_page == null ) hp_page = new ListPage<HistoricProcessInstance>();