文件名称:agileflow
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:11.45mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
agileflow1.0源码 实现OA工作流引擎-agileflow1.0 source of OA Workflow engine
(系统自动生成,下载前可以参看下载内容)
下载文件列表
agileflow/.classpath
agileflow/.mymetadata
agileflow/.project
agileflow/.settings/.jsdtscope
agileflow/.settings/org.eclipse.core.resources.prefs
agileflow/.settings/org.eclipse.wst.jsdt.ui.superType.container
agileflow/.settings/org.eclipse.wst.jsdt.ui.superType.name
agileflow/conf/agile.hbm.xml
agileflow/conf/business.hbm.xml
agileflow/conf/commandmap.properties
agileflow/conf/hibernate.cfg.xml
agileflow/conf/log4j.xml
agileflow/conf/processDefine.xml
agileflow/conf/res.hbm.xml
agileflow/conf/tree.dtd
agileflow/conf/tree.xml
agileflow/conf/viewmap.properties
agileflow/conf/xmlTree.xsl
agileflow/lib/backport-util-concurrent.jar
agileflow/lib/ehcache-1.4.1.jar
agileflow/lib/jta-1.1.jar
agileflow/lib/mysql.jar
agileflow/sql/oracle/agile.sql
agileflow/sql/oracle/res.sql
agileflow/sql/sybase/init.SQL
agileflow/sql/sybase/res.sql
agileflow/src/com/hongsoft/agile/action/ProcesslistAction.java
agileflow/src/com/hongsoft/agile/action/StartProcessAction.java
agileflow/src/com/hongsoft/agile/action/WorklistAction.java
agileflow/src/com/hongsoft/agile/Agile.java
agileflow/src/com/hongsoft/agile/AgileActivity.java
agileflow/src/com/hongsoft/agile/AgileAdmin.java
agileflow/src/com/hongsoft/agile/AgileConnection.java
agileflow/src/com/hongsoft/agile/AgileException.java
agileflow/src/com/hongsoft/agile/AgileFlow.java
agileflow/src/com/hongsoft/agile/Global.java
agileflow/src/com/hongsoft/agile/hibernate/HibernateBase.java
agileflow/src/com/hongsoft/agile/hpdl/ActivityObject.java
agileflow/src/com/hongsoft/agile/hpdl/DriveTypeObject.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlException.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlFacade.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlFactory.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlParser.java
agileflow/src/com/hongsoft/agile/hpdl/ProcessesObject.java
agileflow/src/com/hongsoft/agile/hpdl/ProcessObject.java
agileflow/src/com/hongsoft/agile/Logger.java
agileflow/src/com/hongsoft/agile/model/ProcesslistInfo.java
agileflow/src/com/hongsoft/agile/model/WorkListInfo.java
agileflow/src/com/hongsoft/agile/pojo/DriveType.java
agileflow/src/com/hongsoft/agile/pojo/DriveTypeTable.java
agileflow/src/com/hongsoft/agile/pojo/DynamicMapping.java
agileflow/src/com/hongsoft/agile/pojo/DynamicMappingTable.java
agileflow/src/com/hongsoft/agile/pojo/ProcessInstance.java
agileflow/src/com/hongsoft/agile/pojo/StaticMapping.java
agileflow/src/com/hongsoft/agile/pojo/StaticMappingTable.java
agileflow/src/com/hongsoft/agile/pojo/StatusDesc.java
agileflow/src/com/hongsoft/agile/test/Test.java
agileflow/src/com/hongsoft/agile/workflow/FacadeActivity.java
agileflow/src/com/hongsoft/agile/workflow/FacadeProcess.java
agileflow/src/com/hongsoft/agile/workflow/HibernateActivity.java
agileflow/src/com/hongsoft/agile/workflow/HibernateDriveType.java
agileflow/src/com/hongsoft/agile/workflow/HibernateProcess.java
agileflow/src/com/hongsoft/agile/workflow/Util.java
agileflow/src/com/hongsoft/agile/worklist/FacadeMapping.java
agileflow/src/com/hongsoft/agile/worklist/HibernateDynamicMapping.java
agileflow/src/com/hongsoft/agile/worklist/HibernateStaticMapping.java
agileflow/src/com/hongsoft/agile/xmlParser/XmlFilterNull.java
agileflow/src/com/hongsoft/agile/xmlParser/XMLFilterRefact.java
agileflow/src/com/hongsoft/agile/xmlParser/XMLParserException.java
agileflow/src/com/hongsoft/agile/xmlParser/XMLProperties.java
agileflow/src/com/hongsoft/res/command/OrgCommand.java
agileflow/src/com/hongsoft/res/command/ResAssociateCommand.java
agileflow/src/com/hongsoft/res/command/ResParamName.java
agileflow/src/com/hongsoft/res/command/RoleCommand.java
agileflow/src/com/hongsoft/res/command/UserCommand.java
agileflow/src/com/hongsoft/res/database/ObjectID.java
agileflow/src/com/hongsoft/res/database/OrgUnitCache.java
agileflow/src/com/hongsoft/res/database/OrgUnitHibernate.java
agileflow/src/com/hongsoft/res/database/PrivilegeHibernate.java
agileflow/src/com/hongsoft/res/database/PrivilegeTypeCache.java
agileflow/src/com/hongsoft/res/database/ResHibernateFactory.java
agileflow/src/com/hongsoft/res/database/ResObjectHibernate.java
agileflow/src/com/hongsoft/res/database/ResObjectName.java
agileflow/src/com/hongsoft/res/database/ResQuery.java
agileflow/src/com/hongsoft/res/database/RoleHibernate.java
agileflow/src/com/hongsoft/res/database/UserHibernate.java
agileflow/src/com/hongsoft/res/dispatcher/BaseCommand.java
agileflow/src/com/hongsoft/res/dispatcher/BaseFilter.java
agileflow/src/com/hongsoft/res/dispatcher/BaseParamName.java
agileflow/src/com/hongsoft/res/dispatcher/CommandRequest.java
agileflow/src/com/hongsoft/res/dispatcher/CommandResponse.java
agileflow/src/com/hongsoft/res/dispatcher/DispatcherServlet.java
agileflow/src/com/hongsoft/res/dispatcher/ValidityCheckFilter.java
agileflow/src/com/hongsoft/res/formbean/AssociateFormBean.java
agileflow/src/com/hongsoft/res/formbean/FormUtils.java
agileflow/src/com/hongsoft/res/formbean/OrgFormBean.java
agileflow/src/com/hongsoft/res/formbean/OrgTreeFormBean.java
agileflow/src/com/hongsoft/res/formbean/PrivilegeFormBean.java
agileflow/src/com/hongsoft/res/formbean/ResAssocia
agileflow/.mymetadata
agileflow/.project
agileflow/.settings/.jsdtscope
agileflow/.settings/org.eclipse.core.resources.prefs
agileflow/.settings/org.eclipse.wst.jsdt.ui.superType.container
agileflow/.settings/org.eclipse.wst.jsdt.ui.superType.name
agileflow/conf/agile.hbm.xml
agileflow/conf/business.hbm.xml
agileflow/conf/commandmap.properties
agileflow/conf/hibernate.cfg.xml
agileflow/conf/log4j.xml
agileflow/conf/processDefine.xml
agileflow/conf/res.hbm.xml
agileflow/conf/tree.dtd
agileflow/conf/tree.xml
agileflow/conf/viewmap.properties
agileflow/conf/xmlTree.xsl
agileflow/lib/backport-util-concurrent.jar
agileflow/lib/ehcache-1.4.1.jar
agileflow/lib/jta-1.1.jar
agileflow/lib/mysql.jar
agileflow/sql/oracle/agile.sql
agileflow/sql/oracle/res.sql
agileflow/sql/sybase/init.SQL
agileflow/sql/sybase/res.sql
agileflow/src/com/hongsoft/agile/action/ProcesslistAction.java
agileflow/src/com/hongsoft/agile/action/StartProcessAction.java
agileflow/src/com/hongsoft/agile/action/WorklistAction.java
agileflow/src/com/hongsoft/agile/Agile.java
agileflow/src/com/hongsoft/agile/AgileActivity.java
agileflow/src/com/hongsoft/agile/AgileAdmin.java
agileflow/src/com/hongsoft/agile/AgileConnection.java
agileflow/src/com/hongsoft/agile/AgileException.java
agileflow/src/com/hongsoft/agile/AgileFlow.java
agileflow/src/com/hongsoft/agile/Global.java
agileflow/src/com/hongsoft/agile/hibernate/HibernateBase.java
agileflow/src/com/hongsoft/agile/hpdl/ActivityObject.java
agileflow/src/com/hongsoft/agile/hpdl/DriveTypeObject.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlException.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlFacade.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlFactory.java
agileflow/src/com/hongsoft/agile/hpdl/HpdlParser.java
agileflow/src/com/hongsoft/agile/hpdl/ProcessesObject.java
agileflow/src/com/hongsoft/agile/hpdl/ProcessObject.java
agileflow/src/com/hongsoft/agile/Logger.java
agileflow/src/com/hongsoft/agile/model/ProcesslistInfo.java
agileflow/src/com/hongsoft/agile/model/WorkListInfo.java
agileflow/src/com/hongsoft/agile/pojo/DriveType.java
agileflow/src/com/hongsoft/agile/pojo/DriveTypeTable.java
agileflow/src/com/hongsoft/agile/pojo/DynamicMapping.java
agileflow/src/com/hongsoft/agile/pojo/DynamicMappingTable.java
agileflow/src/com/hongsoft/agile/pojo/ProcessInstance.java
agileflow/src/com/hongsoft/agile/pojo/StaticMapping.java
agileflow/src/com/hongsoft/agile/pojo/StaticMappingTable.java
agileflow/src/com/hongsoft/agile/pojo/StatusDesc.java
agileflow/src/com/hongsoft/agile/test/Test.java
agileflow/src/com/hongsoft/agile/workflow/FacadeActivity.java
agileflow/src/com/hongsoft/agile/workflow/FacadeProcess.java
agileflow/src/com/hongsoft/agile/workflow/HibernateActivity.java
agileflow/src/com/hongsoft/agile/workflow/HibernateDriveType.java
agileflow/src/com/hongsoft/agile/workflow/HibernateProcess.java
agileflow/src/com/hongsoft/agile/workflow/Util.java
agileflow/src/com/hongsoft/agile/worklist/FacadeMapping.java
agileflow/src/com/hongsoft/agile/worklist/HibernateDynamicMapping.java
agileflow/src/com/hongsoft/agile/worklist/HibernateStaticMapping.java
agileflow/src/com/hongsoft/agile/xmlParser/XmlFilterNull.java
agileflow/src/com/hongsoft/agile/xmlParser/XMLFilterRefact.java
agileflow/src/com/hongsoft/agile/xmlParser/XMLParserException.java
agileflow/src/com/hongsoft/agile/xmlParser/XMLProperties.java
agileflow/src/com/hongsoft/res/command/OrgCommand.java
agileflow/src/com/hongsoft/res/command/ResAssociateCommand.java
agileflow/src/com/hongsoft/res/command/ResParamName.java
agileflow/src/com/hongsoft/res/command/RoleCommand.java
agileflow/src/com/hongsoft/res/command/UserCommand.java
agileflow/src/com/hongsoft/res/database/ObjectID.java
agileflow/src/com/hongsoft/res/database/OrgUnitCache.java
agileflow/src/com/hongsoft/res/database/OrgUnitHibernate.java
agileflow/src/com/hongsoft/res/database/PrivilegeHibernate.java
agileflow/src/com/hongsoft/res/database/PrivilegeTypeCache.java
agileflow/src/com/hongsoft/res/database/ResHibernateFactory.java
agileflow/src/com/hongsoft/res/database/ResObjectHibernate.java
agileflow/src/com/hongsoft/res/database/ResObjectName.java
agileflow/src/com/hongsoft/res/database/ResQuery.java
agileflow/src/com/hongsoft/res/database/RoleHibernate.java
agileflow/src/com/hongsoft/res/database/UserHibernate.java
agileflow/src/com/hongsoft/res/dispatcher/BaseCommand.java
agileflow/src/com/hongsoft/res/dispatcher/BaseFilter.java
agileflow/src/com/hongsoft/res/dispatcher/BaseParamName.java
agileflow/src/com/hongsoft/res/dispatcher/CommandRequest.java
agileflow/src/com/hongsoft/res/dispatcher/CommandResponse.java
agileflow/src/com/hongsoft/res/dispatcher/DispatcherServlet.java
agileflow/src/com/hongsoft/res/dispatcher/ValidityCheckFilter.java
agileflow/src/com/hongsoft/res/formbean/AssociateFormBean.java
agileflow/src/com/hongsoft/res/formbean/FormUtils.java
agileflow/src/com/hongsoft/res/formbean/OrgFormBean.java
agileflow/src/com/hongsoft/res/formbean/OrgTreeFormBean.java
agileflow/src/com/hongsoft/res/formbean/PrivilegeFormBean.java
agileflow/src/com/hongsoft/res/formbean/ResAssocia
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.