实例介绍
osworkflow原版jar包,包含gui设计工具等。
【实例截图】
【核心代码】
32e52a26-175c-41fa-a486-ca11d6f0c5f8
├── build.properties
├── build.xml
├── designer.jar
├── docs
│ ├── 1.1 Introduction.html
│ ├── 1.2 Requirements.html
│ ├── 1.3 Running the Example App.html
│ ├── 1.4 Persistence Options.html
│ ├── 1.5 Loading Workflow Definitions.html
│ ├── 1. Getting Started.html
│ ├── 1. Your first workflow - Chinese.html
│ ├── 1. Your first workflow.html
│ ├── 2.3 Spring framework.html
│ ├── 2. Integration with Other Modules.html
│ ├── 2. Testing your workflow - Chinese.html
│ ├── 2. Testing your workflow.html
│ ├── 3.1 Workflow Definition.html
│ ├── 3.2 Workflow Concepts_attachments
│ │ ├── actionfunctions.png
│ │ └── stepfunction.png
│ ├── 3.2 Workflow Concepts.html
│ ├── 3.3 Common and Global Actions.html
│ ├── 3.4.1 Java-based Functions.html
│ ├── 3.4.2 BeanShell Functions.html
│ ├── 3.4.3 BSF Functions.html
│ ├── 3.4.4 Utility Functions.html
│ ├── 3.4 Functions.html
│ ├── 3.5 Validators.html
│ ├── 3.6 Registers.html
│ ├── 3.7 Conditions.html
│ ├── 3.8 SOAP Support.html
│ ├── 3. Further descriptor concepts - Chinese.html
│ ├── 3. Further descriptor concepts.html
│ ├── 3. Understanding OSWorkflow.html
│ ├── 4.1 Designer Installation.html
│ ├── 4.2 Quick Start Guide.html
│ ├── 4.3 Workspaces.html
│ ├── 4.4 Palettes.html
│ ├── 4. GUI Designer.html
│ ├── 5.1 Interface choices.html
│ ├── 5.2 Creating a new workflow.html
│ ├── 5.3 Executing actions.html
│ ├── 5.4 Queries.html
│ ├── 5.5 Implicit vs Explicit Configuration.html
│ ├── 5. Using the API.html
│ ├── 6. Appendices.html
│ ├── api
│ │ ├── allclasses-frame.html
│ │ ├── allclasses-noframe.html
│ │ ├── com
│ │ │ └── opensymphony
│ │ │ └── workflow
│ │ │ ├── AbstractWorkflow.html
│ │ │ ├── basic
│ │ │ │ ├── BasicWorkflowContext.html
│ │ │ │ ├── BasicWorkflow.html
│ │ │ │ ├── class-use
│ │ │ │ │ ├── BasicWorkflowContext.html
│ │ │ │ │ └── BasicWorkflow.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ └── package-use.html
│ │ │ ├── class-use
│ │ │ │ ├── AbstractWorkflow.html
│ │ │ │ ├── Condition.html
│ │ │ │ ├── ConditionRemote.html
│ │ │ │ ├── FactoryException.html
│ │ │ │ ├── FunctionProvider.html
│ │ │ │ ├── FunctionProviderRemote.html
│ │ │ │ ├── InternalWorkflowException.html
│ │ │ │ ├── InvalidActionException.html
│ │ │ │ ├── InvalidEntryStateException.html
│ │ │ │ ├── InvalidInputException.html
│ │ │ │ ├── InvalidRoleException.html
│ │ │ │ ├── InvalidWorkflowDescriptorException.html
│ │ │ │ ├── JoinNodes.html
│ │ │ │ ├── QueryNotSupportedException.html
│ │ │ │ ├── Register.html
│ │ │ │ ├── RegisterRemote.html
│ │ │ │ ├── StoreException.html
│ │ │ │ ├── TypeResolver.html
│ │ │ │ ├── Validator.html
│ │ │ │ ├── ValidatorRemote.html
│ │ │ │ ├── WorkflowContext.html
│ │ │ │ ├── WorkflowException.html
│ │ │ │ └── Workflow.html
│ │ │ ├── Condition.html
│ │ │ ├── ConditionRemote.html
│ │ │ ├── config
│ │ │ │ ├── class-use
│ │ │ │ │ ├── Configuration.html
│ │ │ │ │ ├── DefaultConfiguration.html
│ │ │ │ │ ├── SpringConfiguration.html
│ │ │ │ │ └── WorkflowFactoryServlet.html
│ │ │ │ ├── Configuration.html
│ │ │ │ ├── DefaultConfiguration.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── SpringConfiguration.html
│ │ │ │ └── WorkflowFactoryServlet.html
│ │ │ ├── ejb
│ │ │ │ ├── class-use
│ │ │ │ │ ├── EJBWorkflowContext.html
│ │ │ │ │ ├── EJBWorkflow.html
│ │ │ │ │ ├── WorkflowEJB.html
│ │ │ │ │ ├── WorkflowHomeFactory.html
│ │ │ │ │ ├── WorkflowHome.html
│ │ │ │ │ ├── WorkflowRemote.html
│ │ │ │ │ └── WorkflowSession.html
│ │ │ │ ├── EJBWorkflowContext.html
│ │ │ │ ├── EJBWorkflow.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── WorkflowEJB.html
│ │ │ │ ├── WorkflowHomeFactory.html
│ │ │ │ ├── WorkflowHome.html
│ │ │ │ ├── WorkflowRemote.html
│ │ │ │ └── WorkflowSession.html
│ │ │ ├── FactoryException.html
│ │ │ ├── FunctionProvider.html
│ │ │ ├── FunctionProviderRemote.html
│ │ │ ├── InternalWorkflowException.html
│ │ │ ├── InvalidActionException.html
│ │ │ ├── InvalidEntryStateException.html
│ │ │ ├── InvalidInputException.html
│ │ │ ├── InvalidRoleException.html
│ │ │ ├── InvalidWorkflowDescriptorException.html
│ │ │ ├── JoinNodes.html
│ │ │ ├── loader
│ │ │ │ ├── AbstractDescriptor.html
│ │ │ │ ├── AbstractWorkflowFactory.html
│ │ │ │ ├── ActionDescriptor.html
│ │ │ │ ├── ClassLoaderUtil.html
│ │ │ │ ├── class-use
│ │ │ │ │ ├── AbstractDescriptor.html
│ │ │ │ │ ├── AbstractWorkflowFactory.html
│ │ │ │ │ ├── ActionDescriptor.html
│ │ │ │ │ ├── ClassLoaderUtil.html
│ │ │ │ │ ├── ConditionalResultDescriptor.html
│ │ │ │ │ ├── ConditionDescriptor.html
│ │ │ │ │ ├── ConditionsDescriptor.html
│ │ │ │ │ ├── DescriptorFactory.html
│ │ │ │ │ ├── DTDEntityResolver.html
│ │ │ │ │ ├── FunctionDescriptor.html
│ │ │ │ │ ├── HTTPWorkflowFactory.html
│ │ │ │ │ ├── JDBCWorkflowFactory.html
│ │ │ │ │ ├── JoinDescriptor.html
│ │ │ │ │ ├── NotNullStringType.html
│ │ │ │ │ ├── PermissionDescriptor.html
│ │ │ │ │ ├── RegisterDescriptor.html
│ │ │ │ │ ├── RestrictionDescriptor.html
│ │ │ │ │ ├── ResultDescriptor.html
│ │ │ │ │ ├── SplitDescriptor.html
│ │ │ │ │ ├── StepDescriptor.html
│ │ │ │ │ ├── URLWorkflowFactory.html
│ │ │ │ │ ├── ValidationHelper.html
│ │ │ │ │ ├── ValidatorDescriptor.html
│ │ │ │ │ ├── WorkflowDescriptor.html
│ │ │ │ │ ├── WorkflowFactory.html
│ │ │ │ │ ├── WorkflowLoader.AllExceptionsErrorHandler.html
│ │ │ │ │ ├── WorkflowLoader.html
│ │ │ │ │ ├── WorkflowLoader.WorkflowErrorHandler.html
│ │ │ │ │ ├── WorkflowSerializer.html
│ │ │ │ │ ├── XMLUtil.html
│ │ │ │ │ └── XMLWorkflowFactory.html
│ │ │ │ ├── ConditionalResultDescriptor.html
│ │ │ │ ├── ConditionDescriptor.html
│ │ │ │ ├── ConditionsDescriptor.html
│ │ │ │ ├── DescriptorFactory.html
│ │ │ │ ├── DTDEntityResolver.html
│ │ │ │ ├── FunctionDescriptor.html
│ │ │ │ ├── HTTPWorkflowFactory.html
│ │ │ │ ├── JDBCWorkflowFactory.html
│ │ │ │ ├── JoinDescriptor.html
│ │ │ │ ├── NotNullStringType.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── PermissionDescriptor.html
│ │ │ │ ├── RegisterDescriptor.html
│ │ │ │ ├── RestrictionDescriptor.html
│ │ │ │ ├── ResultDescriptor.html
│ │ │ │ ├── SplitDescriptor.html
│ │ │ │ ├── StepDescriptor.html
│ │ │ │ ├── URLWorkflowFactory.html
│ │ │ │ ├── ValidationHelper.html
│ │ │ │ ├── ValidatorDescriptor.html
│ │ │ │ ├── WorkflowDescriptor.html
│ │ │ │ ├── WorkflowFactory.html
│ │ │ │ ├── WorkflowLoader.AllExceptionsErrorHandler.html
│ │ │ │ ├── WorkflowLoader.html
│ │ │ │ ├── WorkflowLoader.WorkflowErrorHandler.html
│ │ │ │ ├── WorkflowSerializer.html
│ │ │ │ ├── XMLUtil.html
│ │ │ │ └── XMLWorkflowFactory.html
│ │ │ ├── ofbiz
│ │ │ │ ├── class-use
│ │ │ │ │ ├── OfbizWorkflowContext.html
│ │ │ │ │ └── OfbizWorkflow.html
│ │ │ │ ├── OfbizWorkflowContext.html
│ │ │ │ ├── OfbizWorkflow.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ └── package-use.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ ├── package-tree.html
│ │ │ ├── package-use.html
│ │ │ ├── query
│ │ │ │ ├── class-use
│ │ │ │ │ ├── Expression.html
│ │ │ │ │ ├── FieldExpression.html
│ │ │ │ │ ├── NestedExpression.html
│ │ │ │ │ ├── WorkflowExpressionQuery.html
│ │ │ │ │ └── WorkflowQuery.html
│ │ │ │ ├── Expression.html
│ │ │ │ ├── FieldExpression.html
│ │ │ │ ├── NestedExpression.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── WorkflowExpressionQuery.html
│ │ │ │ └── WorkflowQuery.html
│ │ │ ├── QueryNotSupportedException.html
│ │ │ ├── Register.html
│ │ │ ├── RegisterRemote.html
│ │ │ ├── soap
│ │ │ │ ├── BasicSOAPWorkflow.html
│ │ │ │ ├── class-use
│ │ │ │ │ ├── BasicSOAPWorkflow.html
│ │ │ │ │ ├── OfbizSOAPWorkflow.html
│ │ │ │ │ ├── SOAPWorkflowServlet.html
│ │ │ │ │ ├── TestClient.html
│ │ │ │ │ └── XFireSOAPWorkflow.html
│ │ │ │ ├── OfbizSOAPWorkflow.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── SOAPWorkflowServlet.html
│ │ │ │ ├── TestClient.html
│ │ │ │ └── XFireSOAPWorkflow.html
│ │ │ ├── spi
│ │ │ │ ├── class-use
│ │ │ │ │ ├── SimpleStep.html
│ │ │ │ │ ├── SimpleWorkflowEntry.html
│ │ │ │ │ ├── Step.html
│ │ │ │ │ ├── WorkflowEntry.html
│ │ │ │ │ └── WorkflowStore.html
│ │ │ │ ├── ejb
│ │ │ │ │ ├── AbstractLocalStep.html
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── AbstractLocalStep.html
│ │ │ │ │ │ ├── CurrentStepCMP.html
│ │ │ │ │ │ ├── CurrentStepEJB.html
│ │ │ │ │ │ ├── CurrentStepHomeFactory.html
│ │ │ │ │ │ ├── CurrentStepLocalHome.html
│ │ │ │ │ │ ├── CurrentStepLocal.html
│ │ │ │ │ │ ├── CurrentStepPrevCMP.html
│ │ │ │ │ │ ├── CurrentStepPrevHomeFactory.html
│ │ │ │ │ │ ├── CurrentStepPrevLocalHome.html
│ │ │ │ │ │ ├── CurrentStepPrevLocal.html
│ │ │ │ │ │ ├── EJBWorkflowStore.html
│ │ │ │ │ │ ├── HistoryStepCMP.html
│ │ │ │ │ │ ├── HistoryStepEJB.html
│ │ │ │ │ │ ├── HistoryStepHomeFactory.html
│ │ │ │ │ │ ├── HistoryStepLocalHome.html
│ │ │ │ │ │ ├── HistoryStepLocal.html
│ │ │ │ │ │ ├── HistoryStepPrevCMP.html
│ │ │ │ │ │ ├── HistoryStepPrevHomeFactory.html
│ │ │ │ │ │ ├── HistoryStepPrevLocalHome.html
│ │ │ │ │ │ ├── HistoryStepPrevLocal.html
│ │ │ │ │ │ ├── PreviousCurrentStepEJB.html
│ │ │ │ │ │ ├── PreviousHistoryStepEJB.html
│ │ │ │ │ │ ├── PreviousStepEJB.html
│ │ │ │ │ │ ├── PreviousStepPK.html
│ │ │ │ │ │ ├── StepComparator.html
│ │ │ │ │ │ ├── WorkflowEntryCMP.html
│ │ │ │ │ │ ├── WorkflowEntryEJB.html
│ │ │ │ │ │ ├── WorkflowEntryHomeFactory.html
│ │ │ │ │ │ ├── WorkflowEntryLocalHome.html
│ │ │ │ │ │ ├── WorkflowEntryLocal.html
│ │ │ │ │ │ ├── WorkflowStoreHomeFactory.html
│ │ │ │ │ │ ├── WorkflowStoreHome.html
│ │ │ │ │ │ ├── WorkflowStoreRemote.html
│ │ │ │ │ │ ├── WorkflowStoreSessionEJB.html
│ │ │ │ │ │ └── WorkflowStoreSession.html
│ │ │ │ │ ├── CurrentStepCMP.html
│ │ │ │ │ ├── CurrentStepEJB.html
│ │ │ │ │ ├── CurrentStepHomeFactory.html
│ │ │ │ │ ├── CurrentStepLocalHome.html
│ │ │ │ │ ├── CurrentStepLocal.html
│ │ │ │ │ ├── CurrentStepPrevCMP.html
│ │ │ │ │ ├── CurrentStepPrevHomeFactory.html
│ │ │ │ │ ├── CurrentStepPrevLocalHome.html
│ │ │ │ │ ├── CurrentStepPrevLocal.html
│ │ │ │ │ ├── EJBWorkflowStore.html
│ │ │ │ │ ├── HistoryStepCMP.html
│ │ │ │ │ ├── HistoryStepEJB.html
│ │ │ │ │ ├── HistoryStepHomeFactory.html
│ │ │ │ │ ├── HistoryStepLocalHome.html
│ │ │ │ │ ├── HistoryStepLocal.html
│ │ │ │ │ ├── HistoryStepPrevCMP.html
│ │ │ │ │ ├── HistoryStepPrevHomeFactory.html
│ │ │ │ │ ├── HistoryStepPrevLocalHome.html
│ │ │ │ │ ├── HistoryStepPrevLocal.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ ├── package-use.html
│ │ │ │ │ ├── PreviousCurrentStepEJB.html
│ │ │ │ │ ├── PreviousHistoryStepEJB.html
│ │ │ │ │ ├── PreviousStepEJB.html
│ │ │ │ │ ├── PreviousStepPK.html
│ │ │ │ │ ├── StepComparator.html
│ │ │ │ │ ├── WorkflowEntryCMP.html
│ │ │ │ │ ├── WorkflowEntryEJB.html
│ │ │ │ │ ├── WorkflowEntryHomeFactory.html
│ │ │ │ │ ├── WorkflowEntryLocalHome.html
│ │ │ │ │ ├── WorkflowEntryLocal.html
│ │ │ │ │ ├── WorkflowStoreHomeFactory.html
│ │ │ │ │ ├── WorkflowStoreHome.html
│ │ │ │ │ ├── WorkflowStoreRemote.html
│ │ │ │ │ ├── WorkflowStoreSessionEJB.html
│ │ │ │ │ └── WorkflowStoreSession.html
│ │ │ │ ├── hibernate
│ │ │ │ │ ├── AbstractHibernateWorkflowStore.html
│ │ │ │ │ ├── AbstractHibernateWorkflowStore.InternalCallback.html
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── AbstractHibernateWorkflowStore.html
│ │ │ │ │ │ ├── AbstractHibernateWorkflowStore.InternalCallback.html
│ │ │ │ │ │ ├── DefaultHibernatePropertySetDelegate.html
│ │ │ │ │ │ ├── HibernateCurrentStep.html
│ │ │ │ │ │ ├── HibernateHistoryStep.html
│ │ │ │ │ │ ├── HibernateStep.html
│ │ │ │ │ │ ├── HibernateWorkflowEntry.html
│ │ │ │ │ │ ├── HibernateWorkflowStore.html
│ │ │ │ │ │ ├── NewHibernateWorkflowStore.html
│ │ │ │ │ │ ├── NewSpringHibernateWorkflowStore.html
│ │ │ │ │ │ ├── SpringBeanNameWorkflowFactory.html
│ │ │ │ │ │ ├── SpringHibernateWorkflowFactory.html
│ │ │ │ │ │ ├── SpringHibernateWorkflowStore.html
│ │ │ │ │ │ ├── SpringWorkflowDescriptorFactory.html
│ │ │ │ │ │ ├── SpringWorkflowFactory.html
│ │ │ │ │ │ └── WorkflowName.html
│ │ │ │ │ ├── DefaultHibernatePropertySetDelegate.html
│ │ │ │ │ ├── HibernateCurrentStep.html
│ │ │ │ │ ├── HibernateHistoryStep.html
│ │ │ │ │ ├── HibernateStep.html
│ │ │ │ │ ├── HibernateWorkflowEntry.html
│ │ │ │ │ ├── HibernateWorkflowStore.html
│ │ │ │ │ ├── NewHibernateWorkflowStore.html
│ │ │ │ │ ├── NewSpringHibernateWorkflowStore.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ ├── package-use.html
│ │ │ │ │ ├── SpringBeanNameWorkflowFactory.html
│ │ │ │ │ ├── SpringHibernateWorkflowFactory.html
│ │ │ │ │ ├── SpringHibernateWorkflowStore.html
│ │ │ │ │ ├── SpringWorkflowDescriptorFactory.html
│ │ │ │ │ ├── SpringWorkflowFactory.html
│ │ │ │ │ └── WorkflowName.html
│ │ │ │ ├── hibernate3
│ │ │ │ │ ├── AbstractHibernateWorkflowStore.html
│ │ │ │ │ ├── AbstractHibernateWorkflowStore.InternalCallback.html
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── AbstractHibernateWorkflowStore.html
│ │ │ │ │ │ ├── AbstractHibernateWorkflowStore.InternalCallback.html
│ │ │ │ │ │ ├── HibernateWorkflowStore.html
│ │ │ │ │ │ └── SpringHibernateWorkflowStore.html
│ │ │ │ │ ├── HibernateWorkflowStore.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ ├── package-use.html
│ │ │ │ │ └── SpringHibernateWorkflowStore.html
│ │ │ │ ├── jdbc
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── JDBCWorkflowStore.html
│ │ │ │ │ │ └── MySQLWorkflowStore.html
│ │ │ │ │ ├── JDBCWorkflowStore.html
│ │ │ │ │ ├── MySQLWorkflowStore.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ └── package-use.html
│ │ │ │ ├── memory
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── MemoryWorkflowStore.html
│ │ │ │ │ │ └── SerializableWorkflowStore.html
│ │ │ │ │ ├── MemoryWorkflowStore.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ ├── package-use.html
│ │ │ │ │ └── SerializableWorkflowStore.html
│ │ │ │ ├── ofbiz
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ └── OfbizWorkflowStore.html
│ │ │ │ │ ├── OfbizWorkflowStore.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ └── package-use.html
│ │ │ │ ├── ojb
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── OJBCurrentStep.html
│ │ │ │ │ │ ├── OJBHistoryStep.html
│ │ │ │ │ │ ├── OJBStep.html
│ │ │ │ │ │ ├── OJBWorkflowEntry.html
│ │ │ │ │ │ └── OJBWorkflowStore.html
│ │ │ │ │ ├── OJBCurrentStep.html
│ │ │ │ │ ├── OJBHistoryStep.html
│ │ │ │ │ ├── OJBStep.html
│ │ │ │ │ ├── OJBWorkflowEntry.html
│ │ │ │ │ ├── OJBWorkflowStore.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ └── package-use.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── prevayler
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── PrevaylerWorkflowStore.html
│ │ │ │ │ │ ├── QueryLogic.html
│ │ │ │ │ │ └── WorkflowSystem.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ ├── package-use.html
│ │ │ │ │ ├── PrevaylerWorkflowStore.html
│ │ │ │ │ ├── QueryLogic.html
│ │ │ │ │ └── WorkflowSystem.html
│ │ │ │ ├── SimpleStep.html
│ │ │ │ ├── SimpleWorkflowEntry.html
│ │ │ │ ├── Step.html
│ │ │ │ ├── WorkflowEntry.html
│ │ │ │ └── WorkflowStore.html
│ │ │ ├── StoreException.html
│ │ │ ├── timer
│ │ │ │ ├── class-use
│ │ │ │ │ ├── LocalWorkflowJob.html
│ │ │ │ │ ├── QuartzRunner.html
│ │ │ │ │ └── WorkflowJob.html
│ │ │ │ ├── LocalWorkflowJob.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── QuartzRunner.html
│ │ │ │ └── WorkflowJob.html
│ │ │ ├── TypeResolver.html
│ │ │ ├── util
│ │ │ │ ├── AllowOwnerOfStepCondition.html
│ │ │ │ ├── AllowOwnerOnlyCondition.html
│ │ │ │ ├── beanshell
│ │ │ │ │ ├── BeanShellCondition.html
│ │ │ │ │ ├── BeanShellFunctionProvider.html
│ │ │ │ │ ├── BeanShellRegister.html
│ │ │ │ │ ├── BeanShellValidator.html
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── BeanShellCondition.html
│ │ │ │ │ │ ├── BeanShellFunctionProvider.html
│ │ │ │ │ │ ├── BeanShellRegister.html
│ │ │ │ │ │ └── BeanShellValidator.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ └── package-use.html
│ │ │ │ ├── bsf
│ │ │ │ │ ├── BSFCondition.html
│ │ │ │ │ ├── BSFFunctionProvider.html
│ │ │ │ │ ├── BSFRegister.html
│ │ │ │ │ ├── BSFValidator.html
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── BSFCondition.html
│ │ │ │ │ │ ├── BSFFunctionProvider.html
│ │ │ │ │ │ ├── BSFRegister.html
│ │ │ │ │ │ └── BSFValidator.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ └── package-use.html
│ │ │ │ ├── Caller.html
│ │ │ │ ├── class-use
│ │ │ │ │ ├── AllowOwnerOfStepCondition.html
│ │ │ │ │ ├── AllowOwnerOnlyCondition.html
│ │ │ │ │ ├── Caller.html
│ │ │ │ │ ├── DefaultVariableResolver.html
│ │ │ │ │ ├── DenyOwnerCondition.html
│ │ │ │ │ ├── EJBInvoker.html
│ │ │ │ │ ├── IsUserOwnerCondition.html
│ │ │ │ │ ├── JMSMessage.html
│ │ │ │ │ ├── LogRegister.html
│ │ │ │ │ ├── MostRecentOwner.html
│ │ │ │ │ ├── OSUserGroupCondition.html
│ │ │ │ │ ├── PropertySetDelegate.html
│ │ │ │ │ ├── PropertySetDelegateImpl.html
│ │ │ │ │ ├── ScheduleJob.html
│ │ │ │ │ ├── SendEmail.html
│ │ │ │ │ ├── SpringTypeResolver.html
│ │ │ │ │ ├── StatusCondition.html
│ │ │ │ │ ├── UnscheduleJob.html
│ │ │ │ │ ├── Validatable.html
│ │ │ │ │ ├── VariableResolver.html
│ │ │ │ │ ├── WebWorkExecutor.html
│ │ │ │ │ ├── WebWorkValidator.html
│ │ │ │ │ ├── WorkflowListener.html
│ │ │ │ │ ├── WorkflowLocalListener.html
│ │ │ │ │ ├── WorkflowStateHelper.html
│ │ │ │ │ ├── XMLizable.html
│ │ │ │ │ └── XWorkExecutor.html
│ │ │ │ ├── DefaultVariableResolver.html
│ │ │ │ ├── DenyOwnerCondition.html
│ │ │ │ ├── ejb
│ │ │ │ │ ├── local
│ │ │ │ │ │ ├── class-use
│ │ │ │ │ │ │ ├── LocalEJBCondition.html
│ │ │ │ │ │ │ ├── LocalEJBFunctionProvider.html
│ │ │ │ │ │ │ ├── LocalEJBRegister.html
│ │ │ │ │ │ │ └── LocalEJBValidator.html
│ │ │ │ │ │ ├── LocalEJBCondition.html
│ │ │ │ │ │ ├── LocalEJBFunctionProvider.html
│ │ │ │ │ │ ├── LocalEJBRegister.html
│ │ │ │ │ │ ├── LocalEJBValidator.html
│ │ │ │ │ │ ├── package-frame.html
│ │ │ │ │ │ ├── package-summary.html
│ │ │ │ │ │ ├── package-tree.html
│ │ │ │ │ │ └── package-use.html
│ │ │ │ │ └── remote
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── RemoteEJBCondition.html
│ │ │ │ │ │ ├── RemoteEJBFunctionProvider.html
│ │ │ │ │ │ ├── RemoteEJBRegister.html
│ │ │ │ │ │ └── RemoteEJBValidator.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ ├── package-use.html
│ │ │ │ │ ├── RemoteEJBCondition.html
│ │ │ │ │ ├── RemoteEJBFunctionProvider.html
│ │ │ │ │ ├── RemoteEJBRegister.html
│ │ │ │ │ └── RemoteEJBValidator.html
│ │ │ │ ├── EJBInvoker.html
│ │ │ │ ├── IsUserOwnerCondition.html
│ │ │ │ ├── JMSMessage.html
│ │ │ │ ├── jndi
│ │ │ │ │ ├── class-use
│ │ │ │ │ │ ├── JNDICondition.html
│ │ │ │ │ │ ├── JNDIFunctionProvider.html
│ │ │ │ │ │ ├── JNDIRegister.html
│ │ │ │ │ │ └── JNDIValidator.html
│ │ │ │ │ ├── JNDICondition.html
│ │ │ │ │ ├── JNDIFunctionProvider.html
│ │ │ │ │ ├── JNDIRegister.html
│ │ │ │ │ ├── JNDIValidator.html
│ │ │ │ │ ├── package-frame.html
│ │ │ │ │ ├── package-summary.html
│ │ │ │ │ ├── package-tree.html
│ │ │ │ │ └── package-use.html
│ │ │ │ ├── LogRegister.html
│ │ │ │ ├── MostRecentOwner.html
│ │ │ │ ├── OSUserGroupCondition.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ ├── package-use.html
│ │ │ │ ├── PropertySetDelegate.html
│ │ │ │ ├── PropertySetDelegateImpl.html
│ │ │ │ ├── ScheduleJob.html
│ │ │ │ ├── SendEmail.html
│ │ │ │ ├── SpringTypeResolver.html
│ │ │ │ ├── StatusCondition.html
│ │ │ │ ├── UnscheduleJob.html
│ │ │ │ ├── Validatable.html
│ │ │ │ ├── VariableResolver.html
│ │ │ │ ├── WebWorkExecutor.html
│ │ │ │ ├── WebWorkValidator.html
│ │ │ │ ├── WorkflowListener.html
│ │ │ │ ├── WorkflowLocalListener.html
│ │ │ │ ├── WorkflowStateHelper.html
│ │ │ │ ├── XMLizable.html
│ │ │ │ └── XWorkExecutor.html
│ │ │ ├── Validator.html
│ │ │ ├── ValidatorRemote.html
│ │ │ ├── WorkflowContext.html
│ │ │ ├── WorkflowException.html
│ │ │ └── Workflow.html
│ │ ├── constant-values.html
│ │ ├── deprecated-list.html
│ │ ├── help-doc.html
│ │ ├── index-all.html
│ │ ├── index.html
│ │ ├── overview-frame.html
│ │ ├── overview-summary.html
│ │ ├── overview-tree.html
│ │ ├── package-list
│ │ ├── resources
│ │ │ └── inherit.gif
│ │ ├── serialized-form.html
│ │ └── stylesheet.css
│ ├── api.css
│ ├── border
│ │ ├── border_bottom.gif
│ │ └── spacer.gif
│ ├── Compiling from CVS.html
│ ├── designer
│ │ ├── designer.jar
│ │ ├── designer.jnlp
│ │ ├── forms.jar
│ │ ├── foxtrot.jar
│ │ ├── index.html
│ │ ├── jgraph.jar
│ │ ├── looks.jar
│ │ ├── navpanel.jsp
│ │ └── syntax.jar
│ ├── Documentation.html
│ ├── icons
│ │ ├── blogentry_16.gif
│ │ ├── bullet_blue.gif
│ │ ├── comment_16.gif
│ │ ├── home_16.gif
│ │ ├── linkext7.gif
│ │ ├── mail_16.gif
│ │ ├── mail_small.gif
│ │ ├── user_12.gif
│ │ └── user_16.gif
│ ├── index.html
│ ├── JDBCWorkflowFactory.html
│ ├── Manual.html
│ ├── meta.xml
│ ├── Migrating from version 1.0.html
│ ├── Migrating from version 2.1.html
│ ├── Migrating from version 2.5.html
│ ├── Migrating from version 2.6.html
│ ├── Migrating from version 2.7.html
│ ├── navpanel.jsp
│ ├── readme.txt
│ ├── SpringHibernateWorkflowFactory.html
│ ├── styles
│ │ └── site.css
│ ├── Trigger functions.html
│ ├── Tutorial - Chinese.html
│ ├── Tutorial.html
│ ├── workflow_2_5.dtd
│ ├── workflow_2_6_1.dtd
│ ├── workflow_2_6.dtd
│ ├── workflow_2_7.dtd
│ └── workflow_2_8.dtd
├── lib
│ ├── build
│ │ ├── clover.jar
│ │ ├── clover.license
│ │ ├── jalopy
│ │ │ ├── aelfred-1.2.jar
│ │ │ ├── jalopy-1.0b10.jar
│ │ │ ├── jalopy-ant-0.6.1.jar
│ │ │ ├── jdom-1.0b8.jar
│ │ │ ├── log4j-1.2.6.jar
│ │ │ └── oro-2.0.6.jar
│ │ ├── jta.jar
│ │ ├── junit-3.8.1.jar
│ │ ├── log4j-1.2.8.jar
│ │ ├── mckoidb.jar
│ │ ├── OSKeystore
│ │ ├── simple-jndi.jar
│ │ ├── xdoclet
│ │ │ ├── commons-collections-2.0.jar
│ │ │ ├── xdoclet-1.3-SNAPSHOT.jar
│ │ │ ├── xdoclet-bea-module-1.3-SNAPSHOT.jar
│ │ │ ├── xdoclet-ejb-module-1.3-SNAPSHOT.jar
│ │ │ ├── xdoclet-jboss-module-1.3-SNAPSHOT.jar
│ │ │ ├── xdoclet-jmx-module-1.3-SNAPSHOT.jar
│ │ │ ├── xdoclet-macromedia-module-1.3-SNAPSHOT.jar
│ │ │ ├── xdoclet-orion-module-1.3-SNAPSHOT.jar
│ │ │ ├── xdoclet-web-module-1.3-SNAPSHOT.jar
│ │ │ └── xjavadoc-1.1.jar
│ │ └── xmlunit1.0.jar
│ ├── core
│ │ ├── commons-logging.jar
│ │ ├── oscore-2.2.5.jar
│ │ └── propertyset-1.4.jar
│ ├── designer
│ │ ├── forms.jar
│ │ ├── foxtrot.jar
│ │ ├── jgraph.jar
│ │ ├── looks.jar
│ │ └── syntax.jar
│ └── optional
│ ├── activation.jar
│ ├── aopalliance.jar
│ ├── bsf.jar
│ ├── bsh-1.2b7.jar
│ ├── cglib2.jar
│ ├── commons-beanutils-1.6.jar
│ ├── commons-collections-2.1.jar
│ ├── commons-dbcp.jar
│ ├── commons-lang-2.0.jar
│ ├── commons-pool.jar
│ ├── db-ojb-1.0.rc4.jar
│ ├── dom4j-1.4.jar
│ ├── ehcache.jar
│ ├── ejb.jar
│ ├── glue_stub.jar
│ ├── hibernate-2.1.7c.jar
│ ├── hibernate3.0.5.jar
│ ├── jdbc.jar
│ ├── jms.jar
│ ├── jnet.jar
│ ├── jta.jar
│ ├── mail.jar
│ ├── ofbcore-entity.jar
│ ├── ofbcore-share.jar
│ ├── osuser-1.0-dev-2Feb05.jar
│ ├── prevayler2.00.001alpha.jar
│ ├── propertyset-ejb-1.4.jar
│ ├── propertyset-hibernate-1.4.jar
│ ├── propertyset-ofbiz-1.4.jar
│ ├── quartz.jar
│ ├── servlet.jar
│ ├── spring-1.2.5.jar
│ ├── velocity-dep-1.4.jar
│ ├── webwork.jar
│ ├── xfire
│ │ ├── jaxen-1.1-beta-5.jar
│ │ ├── jdom-1.0.jar
│ │ ├── stax-1.1.2-dev.jar
│ │ ├── stax-api-1.0.jar
│ │ ├── wsdl4j-1.4.jar
│ │ ├── xfire-aegis.jar
│ │ └── xfire-core.jar
│ └── xwork-1.0-beta2.jar
├── osbuild.xml
├── osworkflow-2.8.0-example.war
├── osworkflow-2.8.0.jar
└── src
├── designer
│ ├── com
│ │ └── opensymphony
│ │ └── workflow
│ │ ├── config
│ │ │ └── WorkspaceManager.java
│ │ ├── designer
│ │ │ ├── ActionManager.java
│ │ │ ├── actions
│ │ │ │ ├── AssignPalette.java
│ │ │ │ ├── AutoLayout.java
│ │ │ │ ├── CellFactory.java
│ │ │ │ ├── CloseWorkflow.java
│ │ │ │ ├── CloseWorkspace.java
│ │ │ │ ├── CreateJoin.java
│ │ │ │ ├── CreateSplit.java
│ │ │ │ ├── CreateStep.java
│ │ │ │ ├── Delete.java
│ │ │ │ ├── DeleteWorkflow.java
│ │ │ │ ├── EditRedo.java
│ │ │ │ ├── EditUndo.java
│ │ │ │ ├── ImportWorkflow.java
│ │ │ │ ├── NewWorkflow.java
│ │ │ │ ├── NewWorkspace.java
│ │ │ │ ├── OpenWorkspace.java
│ │ │ │ ├── PNGExport.java
│ │ │ │ ├── Quit.java
│ │ │ │ ├── ResultEdgeColor.java
│ │ │ │ ├── ResultEdgeLineWidth.java
│ │ │ │ ├── SaveWorkspace.java
│ │ │ │ ├── SetGridSize.java
│ │ │ │ ├── ValidateSaveWorkflow.java
│ │ │ │ └── ValidateWorkflow.java
│ │ │ ├── actions.properties
│ │ │ ├── actions_zh_CN.properties
│ │ │ ├── beanutils
│ │ │ │ ├── BeanConnector.java
│ │ │ │ ├── MappedPropertyDescriptor.java
│ │ │ │ ├── MethodUtils.java
│ │ │ │ ├── PropertyUtilsBean.java
│ │ │ │ └── PropertyUtils.java
│ │ │ ├── CellPosition.java
│ │ │ ├── ConnectHelper.java
│ │ │ ├── DesignerService.java
│ │ │ ├── dialogs
│ │ │ │ ├── ActionTypeDialog.java
│ │ │ │ ├── AttributeDialog.java
│ │ │ │ ├── BaseDialog.java
│ │ │ │ ├── DialogUtils.java
│ │ │ │ ├── ImportWorkflowDialog.java
│ │ │ │ └── NewWorkspaceDialog.java
│ │ │ ├── dnd
│ │ │ │ ├── DragData.java
│ │ │ │ ├── DragDataTransferable.java
│ │ │ │ └── TypeDragGesture.java
│ │ │ ├── editor
│ │ │ │ ├── ActionEditor.java
│ │ │ │ ├── ConditionEditor.java
│ │ │ │ ├── DetailPanel.java
│ │ │ │ ├── FunctionEditor.java
│ │ │ │ ├── GenericEditor.java
│ │ │ │ ├── JoinConditionEditor.java
│ │ │ │ ├── JoinEditor.java
│ │ │ │ ├── RegisterEditor.java
│ │ │ │ ├── ResultConditionEditor.java
│ │ │ │ ├── ResultEditor.java
│ │ │ │ ├── ResultFunctionEditor.java
│ │ │ │ ├── SplitEditor.java
│ │ │ │ ├── StartFunctionEditor.java
│ │ │ │ ├── StartPermissionEditor.java
│ │ │ │ ├── StepEditor.java
│ │ │ │ ├── StepFunctionEditor.java
│ │ │ │ ├── StepPermissionEditor.java
│ │ │ │ ├── TriggerFunctionEditor.java
│ │ │ │ ├── ValidatorEditor.java
│ │ │ │ └── WorkflowEditor.java
│ │ │ ├── event
│ │ │ │ ├── JoinChangedEvent.java
│ │ │ │ ├── JoinChangedListener.java
│ │ │ │ ├── WorkspaceEvent.java
│ │ │ │ └── WorkspaceListener.java
│ │ │ ├── GraphTabbedPane.java
│ │ │ ├── IDGenerator.java
│ │ │ ├── InitialActionCell.java
│ │ │ ├── JoinCell.java
│ │ │ ├── Launcher.java
│ │ │ ├── layout
│ │ │ │ ├── LayoutAlgorithm.java
│ │ │ │ └── SugiyamaLayoutAlgorithm.java
│ │ │ ├── Layout.java
│ │ │ ├── model
│ │ │ │ ├── ActionsTableModel.java
│ │ │ │ ├── AttributesTableModel.java
│ │ │ │ ├── ConditionsTableModel.java
│ │ │ │ ├── FunctionsTableModel.java
│ │ │ │ ├── ListTableModel.java
│ │ │ │ ├── MapTableModel.java
│ │ │ │ ├── PermissionsTableModel.java
│ │ │ │ ├── RegistersTableModel.java
│ │ │ │ ├── ResultsTableModel.java
│ │ │ │ ├── TriggersTableModel.java
│ │ │ │ └── ValidatorsTableModel.java
│ │ │ ├── Prefs.java
│ │ │ ├── RelationshipsNavigator.java
│ │ │ ├── ResourceManager.java
│ │ │ ├── resources.properties
│ │ │ ├── resources_zh_CN.properties
│ │ │ ├── ResultAware.java
│ │ │ ├── ResultEdge.java
│ │ │ ├── ResultHolder.java
│ │ │ ├── ResultHolderList.java
│ │ │ ├── ResultPosition.java
│ │ │ ├── spi
│ │ │ │ ├── BshConditionPlugin.java
│ │ │ │ ├── BshFunctionPlugin.java
│ │ │ │ ├── ConditionPlugin.java
│ │ │ │ ├── DefaultConditionPlugin.java
│ │ │ │ ├── DefaultFunctionPlugin.java
│ │ │ │ ├── DefaultPermissionPlugin.java
│ │ │ │ ├── DefaultRegisterPlugin.java
│ │ │ │ ├── DefaultValidatorPlugin.java
│ │ │ │ ├── FunctionPlugin.java
│ │ │ │ ├── PermissionCondition.java
│ │ │ │ ├── RegisterPlugin.java
│ │ │ │ └── ValidatorPlugin.java
│ │ │ ├── SplitCell.java
│ │ │ ├── StepCell.java
│ │ │ ├── swing
│ │ │ │ ├── ArgListAction.java
│ │ │ │ ├── BannerPanel.java
│ │ │ │ ├── BarFactory.java
│ │ │ │ ├── CardPanel.java
│ │ │ │ ├── EmptyBorderSplitPane.java
│ │ │ │ ├── EnhancedResourceBundle.java
│ │ │ │ ├── FileDropHandler.java
│ │ │ │ ├── FileField.java
│ │ │ │ ├── FixedButton.java
│ │ │ │ ├── FramePanel.java
│ │ │ │ ├── JavaTextPane.java
│ │ │ │ ├── MapPanel.java
│ │ │ │ ├── plaf
│ │ │ │ │ └── BlueButtonUI.java
│ │ │ │ ├── ScreenUtils.java
│ │ │ │ ├── Splash.java
│ │ │ │ └── status
│ │ │ │ ├── DisplayItem.java
│ │ │ │ ├── MemoryDisplay.java
│ │ │ │ ├── StatusBar.java
│ │ │ │ └── StatusDisplay.java
│ │ │ ├── UIFactory.java
│ │ │ ├── UndoManager.java
│ │ │ ├── Utils.java
│ │ │ ├── views
│ │ │ │ ├── CustomEdgeView.java
│ │ │ │ ├── CustomPortView.java
│ │ │ │ ├── EdgeRouter.java
│ │ │ │ ├── InitialActionRenderer.java
│ │ │ │ ├── InitialActionView.java
│ │ │ │ ├── JoinRenderer.java
│ │ │ │ ├── JoinView.java
│ │ │ │ ├── SplitRenderer.java
│ │ │ │ ├── SplitView.java
│ │ │ │ ├── StepRenderer.java
│ │ │ │ └── StepView.java
│ │ │ ├── WorkflowAttributeMap.java
│ │ │ ├── WorkflowCell.java
│ │ │ ├── WorkflowCellViewFactory.java
│ │ │ ├── WorkflowDesigner.java
│ │ │ ├── WorkflowEdge.java
│ │ │ ├── WorkflowGraph.java
│ │ │ ├── WorkflowGraphModel.java
│ │ │ ├── WorkflowMarqueeHandler.java
│ │ │ ├── WorkflowPort.java
│ │ │ └── WorkspaceNavigator.java
│ │ └── loader
│ │ ├── ArgsAware.java
│ │ ├── ArgSimpleList.java
│ │ ├── ArgType.java
│ │ ├── ConfigConditionDescriptor.java
│ │ ├── ConfigFunctionDescriptor.java
│ │ ├── ConfigRegisterDescriptor.java
│ │ ├── ConfigValidatorDescriptor.java
│ │ ├── DescriptorBuilder.java
│ │ ├── PaletteDescriptor.java
│ │ ├── PermissionConditionDescriptor.java
│ │ ├── RemoteWorkspace.java
│ │ ├── StatusDescriptor.java
│ │ └── Workspace.java
│ ├── designer.iml
│ ├── images
│ │ ├── arrow_down_blue.png
│ │ ├── branch_element.png
│ │ ├── branch.png
│ │ ├── close.gif
│ │ ├── cube_molecule.png
│ │ ├── disk_blue_ok.png
│ │ ├── disk_blue.png
│ │ ├── document_add.png
│ │ ├── document_delete.png
│ │ ├── document_new.png
│ │ ├── document_ok.png
│ │ ├── document_out.png
│ │ ├── element_into.png
│ │ ├── element_new.png
│ │ ├── element.png
│ │ ├── ellipsis.png
│ │ ├── folder_closed.png
│ │ ├── folder_into.png
│ │ ├── folder_new.png
│ │ ├── folder.png
│ │ ├── gc.png
│ │ ├── gear_ok.png
│ │ ├── gears.png
│ │ ├── join.png
│ │ ├── port.gif
│ │ ├── redo.png
│ │ ├── save_as.png
│ │ ├── splash.gif
│ │ ├── undo.png
│ │ ├── up_down_question.png
│ │ └── window_delete.png
│ └── META-INF
│ ├── palette.properties
│ ├── palette.xml
│ └── palette_zh_CN.properties
├── etc
│ ├── deployment
│ │ ├── ejb
│ │ │ └── manifest.txt
│ │ ├── glue
│ │ │ └── commands.xml
│ │ ├── hibernate
│ │ │ └── mckoi.sql
│ │ ├── jdbc
│ │ │ ├── db2.sql
│ │ │ ├── hsql.sql
│ │ │ ├── informix.sql
│ │ │ ├── mckoi.sql
│ │ │ ├── mssql.sql
│ │ │ ├── mysql.sql
│ │ │ ├── oracle.sql
│ │ │ ├── postgres.sql
│ │ │ └── sybase.sql
│ │ └── ofbiz
│ │ ├── cache.properties
│ │ ├── debug.properties
│ │ ├── entitydefs
│ │ │ ├── entitygroup.xml
│ │ │ ├── entitymodel.xml
│ │ │ ├── fieldtype-cloudscape.xml
│ │ │ ├── fieldtype-hsql.xml
│ │ │ ├── fieldtype-mssql.xml
│ │ │ ├── fieldtype-mysql.xml
│ │ │ ├── fieldtype-oracle.xml
│ │ │ ├── fieldtype-postgres72.xml
│ │ │ ├── fieldtype-postgres.xml
│ │ │ └── fieldtype-sapdb.xml
│ │ ├── entityengine.xml
│ │ └── mckoi.sql
│ ├── example
│ │ ├── application.xml
│ │ └── osworkflow-ejb.xml
│ ├── jalopy.xml
│ └── quartz
│ ├── example_quartz.properties
│ ├── example_remote_quartz.properties
│ ├── log4j.properties
│ ├── quartz.properties
│ ├── quartzrunner.bat
│ ├── quartzrunner.sh
│ ├── tables_cloudscape.sql
│ ├── tables_db2.sql
│ ├── tables_db2_v8.sql
│ ├── tables_hsqldb.sql
│ ├── tables_informix.sql
│ ├── tables_mysql.sql
│ ├── tables_oracle.sql
│ ├── tables_postgres.sql
│ ├── tables_sapdb.sql
│ ├── tables_sqlServer.sql
│ └── tables_sybase.sql
├── java
│ ├── com
│ │ └── opensymphony
│ │ └── workflow
│ │ ├── AbstractWorkflow.java
│ │ ├── basic
│ │ │ ├── BasicWorkflowContext.java
│ │ │ └── BasicWorkflow.java
│ │ ├── Condition.java
│ │ ├── ConditionRemote.java
│ │ ├── config
│ │ │ ├── Configuration.aegis.xml
│ │ │ ├── Configuration.java
│ │ │ ├── DefaultConfiguration.java
│ │ │ ├── SpringConfiguration.java
│ │ │ └── WorkflowFactoryServlet.java
│ │ ├── ejb
│ │ │ ├── EJBWorkflowContext.java
│ │ │ ├── EJBWorkflow.java
│ │ │ ├── WorkflowEJB.java
│ │ │ ├── WorkflowHomeFactory.java
│ │ │ ├── WorkflowHome.java
│ │ │ ├── WorkflowRemote.java
│ │ │ └── WorkflowSession.java
│ │ ├── FactoryException.java
│ │ ├── FunctionProvider.java
│ │ ├── FunctionProviderRemote.java
│ │ ├── InternalWorkflowException.aegis.xml
│ │ ├── InternalWorkflowException.java
│ │ ├── InvalidActionException.java
│ │ ├── InvalidEntryStateException.java
│ │ ├── InvalidInputException.aegis.xml
│ │ ├── InvalidInputException.java
│ │ ├── InvalidRoleException.java
│ │ ├── InvalidWorkflowDescriptorException.java
│ │ ├── JoinNodes.java
│ │ ├── loader
│ │ │ ├── AbstractDescriptor.java
│ │ │ ├── AbstractWorkflowFactory.java
│ │ │ ├── ActionDescriptor.aegis.xml
│ │ │ ├── ActionDescriptor.java
│ │ │ ├── ClassLoaderUtil.java
│ │ │ ├── ConditionalResultDescriptor.aegis.xml
│ │ │ ├── ConditionalResultDescriptor.java
│ │ │ ├── ConditionDescriptor.aegis.xml
│ │ │ ├── ConditionDescriptor.java
│ │ │ ├── ConditionsDescriptor.aegis.xml
│ │ │ ├── ConditionsDescriptor.java
│ │ │ ├── DescriptorFactory.java
│ │ │ ├── DTDEntityResolver.java
│ │ │ ├── FunctionDescriptor.aegis.xml
│ │ │ ├── FunctionDescriptor.java
│ │ │ ├── HTTPWorkflowFactory.java
│ │ │ ├── JDBCWorkflowFactory.java
│ │ │ ├── JoinDescriptor.aegis.xml
│ │ │ ├── JoinDescriptor.java
│ │ │ ├── NotNullStringType.java
│ │ │ ├── PermissionDescriptor.java
│ │ │ ├── RegisterDescriptor.aegis.xml
│ │ │ ├── RegisterDescriptor.java
│ │ │ ├── RestrictionDescriptor.aegis.xml
│ │ │ ├── RestrictionDescriptor.java
│ │ │ ├── ResultDescriptor.aegis.xml
│ │ │ ├── ResultDescriptor.java
│ │ │ ├── SplitDescriptor.aegis.xml
│ │ │ ├── SplitDescriptor.java
│ │ │ ├── StepDescriptor.aegis.xml
│ │ │ ├── StepDescriptor.java
│ │ │ ├── URLWorkflowFactory.java
│ │ │ ├── ValidationHelper.java
│ │ │ ├── ValidatorDescriptor.aegis.xml
│ │ │ ├── ValidatorDescriptor.java
│ │ │ ├── WorkflowDescriptor.aegis.xml
│ │ │ ├── WorkflowDescriptor.java
│ │ │ ├── WorkflowFactory.java
│ │ │ ├── WorkflowLoader.java
│ │ │ ├── WorkflowSerializer.java
│ │ │ ├── XMLUtil.java
│ │ │ └── XMLWorkflowFactory.java
│ │ ├── ofbiz
│ │ │ ├── OfbizWorkflowContext.java
│ │ │ └── OfbizWorkflow.java
│ │ ├── query
│ │ │ ├── Expression.java
│ │ │ ├── FieldExpression.java
│ │ │ ├── NestedExpression.java
│ │ │ ├── WorkflowExpressionQuery.java
│ │ │ └── WorkflowQuery.java
│ │ ├── QueryNotSupportedException.java
│ │ ├── Register.java
│ │ ├── RegisterRemote.java
│ │ ├── soap
│ │ │ ├── BasicSOAPWorkflow.java
│ │ │ ├── OfbizSOAPWorkflow.java
│ │ │ ├── SOAPWorkflowServlet.java
│ │ │ ├── TestClient.java
│ │ │ └── XFireSOAPWorkflow.java
│ │ ├── spi
│ │ │ ├── ejb
│ │ │ │ ├── AbstractLocalStep.java
│ │ │ │ ├── CurrentStepCMP.java
│ │ │ │ ├── CurrentStepEJB.java
│ │ │ │ ├── CurrentStepHomeFactory.java
│ │ │ │ ├── CurrentStepLocalHome.java
│ │ │ │ ├── CurrentStepLocal.java
│ │ │ │ ├── CurrentStepPrevCMP.java
│ │ │ │ ├── CurrentStepPrevHomeFactory.java
│ │ │ │ ├── CurrentStepPrevLocalHome.java
│ │ │ │ ├── CurrentStepPrevLocal.java
│ │ │ │ ├── EJBWorkflowStore.java
│ │ │ │ ├── HistoryStepCMP.java
│ │ │ │ ├── HistoryStepEJB.java
│ │ │ │ ├── HistoryStepHomeFactory.java
│ │ │ │ ├── HistoryStepLocalHome.java
│ │ │ │ ├── HistoryStepLocal.java
│ │ │ │ ├── HistoryStepPrevCMP.java
│ │ │ │ ├── HistoryStepPrevHomeFactory.java
│ │ │ │ ├── HistoryStepPrevLocalHome.java
│ │ │ │ ├── HistoryStepPrevLocal.java
│ │ │ │ ├── PreviousCurrentStepEJB.java
│ │ │ │ ├── PreviousHistoryStepEJB.java
│ │ │ │ ├── PreviousStepEJB.java
│ │ │ │ ├── PreviousStepPK.java
│ │ │ │ ├── StepComparator.java
│ │ │ │ ├── WorkflowEntryCMP.java
│ │ │ │ ├── WorkflowEntryEJB.java
│ │ │ │ ├── WorkflowEntryHomeFactory.java
│ │ │ │ ├── WorkflowEntryLocalHome.java
│ │ │ │ ├── WorkflowEntryLocal.java
│ │ │ │ ├── WorkflowStoreHomeFactory.java
│ │ │ │ ├── WorkflowStoreHome.java
│ │ │ │ ├── WorkflowStoreRemote.java
│ │ │ │ ├── WorkflowStoreSessionEJB.java
│ │ │ │ └── WorkflowStoreSession.java
│ │ │ ├── hibernate
│ │ │ │ ├── AbstractHibernateWorkflowStore.java
│ │ │ │ ├── DefaultHibernatePropertySetDelegate.java
│ │ │ │ ├── HibernateCurrentStep.hbm.xml
│ │ │ │ ├── HibernateCurrentStep.java
│ │ │ │ ├── HibernateHistoryStep.hbm.xml
│ │ │ │ ├── HibernateHistoryStep.java
│ │ │ │ ├── HibernateStep.java
│ │ │ │ ├── HibernateWorkflowEntry.hbm.xml
│ │ │ │ ├── HibernateWorkflowEntry.java
│ │ │ │ ├── HibernateWorkflowStore.java
│ │ │ │ ├── NewHibernateWorkflowStore.java
│ │ │ │ ├── NewSpringHibernateWorkflowStore.java
│ │ │ │ ├── SpringBeanNameWorkflowFactory.java
│ │ │ │ ├── SpringHibernateWorkflowFactory.java
│ │ │ │ ├── SpringHibernateWorkflowStore.java
│ │ │ │ ├── SpringWorkflowDescriptorFactory.java
│ │ │ │ ├── SpringWorkflowFactory.java
│ │ │ │ ├── WorkflowDescriptor.hbm.xml
│ │ │ │ └── WorkflowName.java
│ │ │ ├── hibernate3
│ │ │ │ ├── AbstractHibernateWorkflowStore.java
│ │ │ │ ├── HibernateCurrentStep.hbm.xml
│ │ │ │ ├── HibernateHistoryStep.hbm.xml
│ │ │ │ ├── HibernateWorkflowEntry.hbm.xml
│ │ │ │ ├── HibernateWorkflowStore.java
│ │ │ │ └── SpringHibernateWorkflowStore.java
│ │ │ ├── jdbc
│ │ │ │ ├── JDBCWorkflowStore.java
│ │ │ │ └── MySQLWorkflowStore.java
│ │ │ ├── memory
│ │ │ │ ├── MemoryWorkflowStore.java
│ │ │ │ └── SerializableWorkflowStore.java
│ │ │ ├── ofbiz
│ │ │ │ └── OfbizWorkflowStore.java
│ │ │ ├── ojb
│ │ │ │ ├── OJBCurrentStep.java
│ │ │ │ ├── OJBHistoryStep.java
│ │ │ │ ├── OJBStep.java
│ │ │ │ ├── OJBWorkflowEntry.java
│ │ │ │ ├── OJBWorkflowStore.java
│ │ │ │ └── OSWorkflowRepository.xml
│ │ │ ├── prevayler
│ │ │ │ ├── PrevaylerWorkflowStore.java
│ │ │ │ ├── QueryLogic.java
│ │ │ │ └── WorkflowSystem.java
│ │ │ ├── SimpleStep.java
│ │ │ ├── SimpleWorkflowEntry.java
│ │ │ ├── Step.java
│ │ │ ├── WorkflowEntry.java
│ │ │ └── WorkflowStore.java
│ │ ├── StoreException.java
│ │ ├── timer
│ │ │ ├── LocalWorkflowJob.java
│ │ │ ├── QuartzRunner.java
│ │ │ └── WorkflowJob.java
│ │ ├── TypeResolver.java
│ │ ├── util
│ │ │ ├── AllowOwnerOfStepCondition.java
│ │ │ ├── AllowOwnerOnlyCondition.java
│ │ │ ├── beanshell
│ │ │ │ ├── BeanShellCondition.java
│ │ │ │ ├── BeanShellFunctionProvider.java
│ │ │ │ ├── BeanShellRegister.java
│ │ │ │ └── BeanShellValidator.java
│ │ │ ├── bsf
│ │ │ │ ├── BSFCondition.java
│ │ │ │ ├── BSFFunctionProvider.java
│ │ │ │ ├── BSFRegister.java
│ │ │ │ └── BSFValidator.java
│ │ │ ├── Caller.java
│ │ │ ├── DefaultVariableResolver.java
│ │ │ ├── DenyOwnerCondition.java
│ │ │ ├── ejb
│ │ │ │ ├── local
│ │ │ │ │ ├── LocalEJBCondition.java
│ │ │ │ │ ├── LocalEJBFunctionProvider.java
│ │ │ │ │ ├── LocalEJBRegister.java
│ │ │ │ │ └── LocalEJBValidator.java
│ │ │ │ └── remote
│ │ │ │ ├── RemoteEJBCondition.java
│ │ │ │ ├── RemoteEJBFunctionProvider.java
│ │ │ │ ├── RemoteEJBRegister.java
│ │ │ │ └── RemoteEJBValidator.java
│ │ │ ├── EJBInvoker.java
│ │ │ ├── IsUserOwnerCondition.java
│ │ │ ├── JMSMessage.java
│ │ │ ├── jndi
│ │ │ │ ├── JNDICondition.java
│ │ │ │ ├── JNDIFunctionProvider.java
│ │ │ │ ├── JNDIRegister.java
│ │ │ │ └── JNDIValidator.java
│ │ │ ├── LogRegister.java
│ │ │ ├── MostRecentOwner.java
│ │ │ ├── OSUserGroupCondition.java
│ │ │ ├── PropertySetDelegateImpl.java
│ │ │ ├── PropertySetDelegate.java
│ │ │ ├── ScheduleJob.java
│ │ │ ├── SendEmail.java
│ │ │ ├── SpringTypeResolver.java
│ │ │ ├── StatusCondition.java
│ │ │ ├── UnscheduleJob.java
│ │ │ ├── Validatable.java
│ │ │ ├── VariableResolver.java
│ │ │ ├── WebWorkExecutor.java
│ │ │ ├── WebWorkValidator.java
│ │ │ ├── WorkflowListener.java
│ │ │ ├── WorkflowLocalListener.java
│ │ │ ├── WorkflowStateHelper.java
│ │ │ ├── XMLizable.java
│ │ │ └── XWorkExecutor.java
│ │ ├── Validator.java
│ │ ├── ValidatorRemote.java
│ │ ├── Workflow.aegis.xml
│ │ ├── WorkflowContext.java
│ │ ├── WorkflowException.aegis.xml
│ │ ├── WorkflowException.java
│ │ └── Workflow.java
│ └── overview.html
├── test
│ ├── cache.properties
│ ├── com
│ │ └── opensymphony
│ │ └── workflow
│ │ ├── ActionsTestCase.java
│ │ ├── CommonAndGlobalActionsTestCase.java
│ │ ├── ConditionsTestCase.java
│ │ ├── DescriptorLoader.java
│ │ ├── DescriptorQuirksTestCase.java
│ │ ├── ExceptionTestCase.java
│ │ ├── GlobalConditionsTestCase.java
│ │ ├── JoinTestCase.java
│ │ ├── SaveDescriptorTestCase.java
│ │ ├── spi
│ │ │ ├── AbstractFunctionalWorkflowTest.java
│ │ │ ├── hibernate
│ │ │ │ ├── HibernateFunctionalWorkflowTestCase.java
│ │ │ │ ├── NewHibernateFunctionalWorkflowTestCase.java
│ │ │ │ ├── NewSpringHibernateFunctionalWorkflowTestCase.java
│ │ │ │ ├── SpringHibernateFunctionalWorkflowTestCase.java
│ │ │ │ └── SpringHibernateLoaderFunctionalWorkflowDisabled.java
│ │ │ ├── hibernate3
│ │ │ │ ├── HibernateFunctionalWorkflowTestCase.java
│ │ │ │ └── SpringHibernateFunctionalWorkflowTestCase.java
│ │ │ ├── jdbc
│ │ │ │ └── JDBCFunctionalWorkflowTestCase.java
│ │ │ ├── memory
│ │ │ │ └── MemoryFunctionalWorkflowTestCase.java
│ │ │ ├── ofbiz
│ │ │ │ └── OfbizFunctionalWorkflowTestCase.java
│ │ │ └── prevayler
│ │ │ └── PrevaylerFunctionalWorkflowTestCase.java
│ │ ├── StepsTestCase.java
│ │ ├── TestAbstractWorkflow.java
│ │ ├── util
│ │ │ ├── beanshell
│ │ │ │ └── BeanShellFunctionProviderTestCase.java
│ │ │ ├── DatabaseHelper.java
│ │ │ ├── PatchedMckoiDialect.java
│ │ │ ├── VerifyArg.java
│ │ │ └── VerifyCurrentSteps.java
│ │ └── ValidationTestCase.java
│ ├── config
│ │ ├── jdbc
│ │ │ ├── CreateDS.properties
│ │ │ └── DefaultDS.properties
│ │ └── tx
│ │ └── UserTransaction.properties
│ ├── entityengine.xml
│ ├── hibernate.properties
│ ├── jndi.properties
│ ├── jndiservers.xml
│ ├── localdtds.properties
│ ├── log4j.properties
│ ├── mckoi.conf
│ ├── new-osworkflow-hibernate.xml
│ ├── new-osworkflow-spring.xml
│ ├── ofbiz
│ │ ├── entitygroup.xml
│ │ ├── entitymodel.xml
│ │ ├── fieldtype-hsql.xml
│ │ └── fieldtype-mckoi.xml
│ ├── osuser.xml
│ ├── osworkflow-badfactory.xml
│ ├── osworkflow-hibernate3.xml
│ ├── osworkflow-hibernate.xml
│ ├── osworkflow-jdbc.xml
│ ├── osworkflow-ofbiz.xml
│ ├── osworkflow-prevayler.xml
│ ├── osworkflow-spring-hibernate3.xml
│ ├── osworkflow-spring-hibernate-loader.xml
│ ├── osworkflow-spring.xml
│ ├── osworkflow.xml
│ ├── output.xml
│ ├── propertyset.xml
│ ├── quartz.properties
│ ├── samples
│ │ ├── auto1.xml
│ │ ├── auto2.xml
│ │ ├── auto3.xml
│ │ ├── auto4.xml
│ │ ├── auto-split.xml
│ │ ├── comment-arg.xml
│ │ ├── common-actions.xml
│ │ ├── double.xml
│ │ ├── earlyjoin.xml
│ │ ├── example.xml
│ │ ├── finish1.xml
│ │ ├── finish2.xml
│ │ ├── finish-attribute.xml
│ │ ├── global-actions.xml
│ │ ├── global-condition.xml
│ │ ├── invalid
│ │ │ ├── common-actions-bad.xml
│ │ │ ├── common-actions-dupid.xml
│ │ │ ├── duplicate-action.xml
│ │ │ └── invalid-datasource.xml
│ │ ├── jndi.xml
│ │ ├── joinorder.xml
│ │ ├── joinsplit.xml
│ │ ├── join.xml
│ │ ├── multitext-arg.xml
│ │ ├── nested-condition.xml
│ │ ├── propertyset-create.xml
│ │ ├── saved.xml
│ │ ├── scheduler.xml
│ │ ├── step-post.xml
│ │ ├── step-pre.xml
│ │ ├── unconditional-result.xml
│ │ ├── validator.xml
│ │ └── variable-modify.xml
│ ├── scripts
│ │ └── jdbc
│ │ ├── dropschema.sql
│ │ ├── hsqldb.sql
│ │ └── mckoi.sql
│ ├── spring-workflows.xml
│ └── tests.iml
└── webapp
├── default.jsp
├── example-export.png
├── example.lyt.xml
├── example.png
├── js
│ ├── wz_jsgraphics.js
│ └── xmlextras.js
├── login.jsp
├── logout.jsp
├── manager
│ ├── default.jsp
│ ├── editusergroups.jsp
│ ├── groups.jsp
│ ├── includes
│ │ └── propertysetMethods.jsp
│ ├── nav.jsp
│ ├── users.jsp
│ ├── viewgroup.jsp
│ └── viewuser.jsp
├── nav.jsp
├── newworkflow.jsp
├── reference.jsp
├── test.jsp
├── underway.jsp
├── viewlivegraph.jsp
├── webapp.iml
└── WEB-INF
├── classes
│ ├── example.xml
│ ├── osuser.xml
│ ├── osworkflow.xml
│ └── workflows.xml
└── web.xml
155 directories, 1280 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论