446447448449450451452453454
performer, arriveTime); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } return workId; }
483484485486487488489490
conn = ConnUtils.getConnection(getStore()); gCaseDBImpl.updateWork_impl(this,workflowProcess,operator,conn, true, workflowWork); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
503504505506507508509510
conn = ConnUtils.getConnection(getStore()); gCaseDBImpl.deleteWork_impl(this,workflowProcess,operator,conn, true, workflowWork); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
524525526527528529530531532
conn = ConnUtils.getConnection(getStore()); return gCaseDBImpl.findWork_impl(this,workflowProcess,operator,conn, true, workflowCase, workId); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
538539540541542543544545546
conn = ConnUtils.getConnection(getStore()); return gCaseDBImpl.getWorkList_impl(this,workflowProcess,operator,conn, true, performer, itemStatus); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
556557558559560561562563
conn = ConnUtils.getConnection(getStore()); return gCaseDBImpl.getWorkList_impl(this,workflowProcess,operator,conn, true, workflowCase, performer, itemStatus); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
607608609610611612613614615
pathId = gCaseDBImpl.createPath_impl(this,workflowProcess,operator,conn, true, workflowCase, fromWork, toWork, batchNo, eventType); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } return pathId; }
639640641642643644645646
conn = ConnUtils.getConnection(getStore()); return gCaseDBImpl.findPath_impl(this,workflowProcess,operator,conn, true, workflowCase, pathId); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
654655656657658659660661
conn = ConnUtils.getConnection(getStore()); return gCaseDBImpl.getPathList_impl(this,workflowProcess,operator,conn, true, workflowWork, isInPath); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }
688689690691692693694695
conn = ConnUtils.getConnection(getStore()); gCaseDBImpl.deletePath_impl(this,workflowProcess,operator,conn, true, workflowPath); } catch (SQLException sqlex) { throw new WorkflowException(sqlex); } }