edu.iu.uis.eden.engine.node

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Kuali Financial System » edu.iu.uis.eden.engine.node 
edu.iu.uis.eden.engine.node
Java Source File NameTypeComment
ActivationTypeEnum.javaClass Activation Type enum type which defines the two types of activation within the engine.
BasicJoinEngine.javaClass A basic implementation of the JoinEngine which handles join setup and makes determinations as to when a join condition has been satisfied.
Branch.javaClass Represents a branch in the routing path of the document.
BranchPrototype.javaClass Represents a Branch in the definition of a DocumentType.
BranchService.javaInterface A service providing data access for Branch instances.
BranchServiceImpl.javaClass
BranchState.javaClass A piece of state on a Branch stored as a key-value pair of Strings.
BranchTest.javaClass Tests on functionality within the Branch class.
DynamicNode.javaInterface A Node type which can be used to dynamically generate a route path for a document.
DynamicResult.javaClass The result of the processing of a DynamicNode .
FYIByNetworkId.javaClass A node which will generate an FYI request to a network ID specified in the document content.
FYIByUniversityId.javaClass A node which will generate an FYI request to a university ID specified in the document content.
InitialNode.javaClass A simple node which represents the initial node in the document.
JoinEngine.javaInterface The JoinEngine is responsible for maintaining join state and determining when the join condition has been satisfied.
JoinNode.javaInterface A node which is responsible for joining 1 or more branches in the route path of a document.
JoinResult.javaClass The result of the processing of a JoinNode .
KeyValuePair.javaClass A simple object representing a key/value pair.
LogNode.javaClass A node which Logs messages to Log4j.
Node.javaInterface A marker interface for Nodes.
NodeGraphContext.javaClass The current context of a search process within a node graph.
NodeGraphSearchCriteria.javaClass The criteria defining parameters to a search through a document's node graph.
NodeGraphSearchResult.javaClass The result of a node graph search.
NodeJotter.javaClass Logs RouteNodeInstance graphs in a format which is indented and easy to read.
NodeMatcher.javaInterface Used when searching for nodes to determine whether a node "matches" the search criteria.
NodeNameMatcher.javaClass An implementation of a NodeMatcher which matches nodes based on the name of the node.
NodeState.javaClass The state of a RouteNodeInstance represented as a key-value pair of Strings.
NodeType.javaClass A typesafe enumeration defining the various types of Nodes in the Workflow Engine. This class was added to aid in unifying the node type concept across multiple components within the system.
NoOpNode.javaClass A SimpleNode implementation which does nothing.
Process.javaClass Represents a route path defined on a DocumentType .
ProcessResult.javaInterface Interface for node processing results.
PropertiesUtil.javaClass A utility class for reading properties from a document.
RequestActivationNode.javaClass A node which will activate any requests on it, returning true when there are no more requests which require activation.
RequestsNode.javaClass A node which generates ActionRequestValue objects from a RouteModule .
RouteNode.javaClass Represents the prototype definition of a node in the route path of DocumentType .
RouteNodeInstance.javaClass Represents a materialized instance of a RouteNode definition on a DocumentRouteHeaderValue .
RouteNodeService.javaInterface A service which provides data access for RouteNode , RouteNodeInstance , NodeState , and Branch objects.
RouteNodeServiceImpl.javaClass
RouteNodeServiceTest.javaClass
SimpleJoinNode.javaClass A simple implementation of a JoinNode which indicates it is complete once all branches have joined.
SimpleNode.javaInterface A simple Node implementation which is executed and returns a SimpleResult indicating whether or not the node has completed.
SimpleResult.javaClass The result of the execution of a SimpleNode .
SimpleSplitNode.javaClass A simple SplitNode implementation which always splits to all branches that are defined for the split.
SimpleSubProcessNode.javaClass A simple SubProcessNode implementation which is effectively a no-op.
SplitNode.javaInterface An interface for a Split Node which allows for parallel branching of the route path within a document.
SplitResult.javaClass The result of the processing of a SplitNode .
State.javaClass A KeyValuePair that adds an id fields that makes it sufficient for storing in a database.
SubProcessNode.javaInterface A Node which represents the initiation of a sub process.
SubProcessResult.javaClass The result of the execution of a SubProcessNode .
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.