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 Name
Type
Comment
ActivationTypeEnum.java
Class
Activation Type enum type which defines the two types of activation within the engine.
BasicJoinEngine.java
Class
A basic implementation of the JoinEngine which handles join setup and makes determinations as to when a join condition has been satisfied.
Branch.java
Class
Represents a branch in the routing path of the document.
BranchPrototype.java
Class
Represents a Branch in the definition of a DocumentType.
BranchService.java
Interface
A service providing data access for
Branch
instances.
BranchServiceImpl.java
Class
BranchState.java
Class
A piece of state on a
Branch
stored as a key-value pair of Strings.
BranchTest.java
Class
Tests on functionality within the Branch class.
DynamicNode.java
Interface
A Node type which can be used to dynamically generate a route path for a document.
DynamicResult.java
Class
The result of the processing of a
DynamicNode
.
FYIByNetworkId.java
Class
A node which will generate an FYI request to a network ID specified in the document content.
FYIByUniversityId.java
Class
A node which will generate an FYI request to a university ID specified in the document content.
InitialNode.java
Class
A simple node which represents the initial node in the document.
JoinEngine.java
Interface
The JoinEngine is responsible for maintaining join state and determining when the join condition has been satisfied.
JoinNode.java
Interface
A node which is responsible for joining 1 or more branches in the route path of a document.
JoinResult.java
Class
The result of the processing of a
JoinNode
.
KeyValuePair.java
Class
A simple object representing a key/value pair.
LogNode.java
Class
A node which Logs messages to Log4j.
Node.java
Interface
A marker interface for Nodes.
NodeGraphContext.java
Class
The current context of a search process within a node graph.
NodeGraphSearchCriteria.java
Class
The criteria defining parameters to a search through a document's node graph.
NodeGraphSearchResult.java
Class
The result of a node graph search.
NodeJotter.java
Class
Logs
RouteNodeInstance
graphs in a format which is indented and easy to read.
NodeMatcher.java
Interface
Used when searching for nodes to determine whether a node "matches" the search criteria.
NodeNameMatcher.java
Class
An implementation of a
NodeMatcher
which matches nodes based on the name of the node.
NodeState.java
Class
The state of a
RouteNodeInstance
represented as a key-value pair of Strings.
NodeType.java
Class
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.java
Class
A
SimpleNode
implementation which does nothing.
Process.java
Class
Represents a route path defined on a
DocumentType
.
ProcessResult.java
Interface
Interface for node processing results.
PropertiesUtil.java
Class
A utility class for reading properties from a document.
RequestActivationNode.java
Class
A node which will activate any requests on it, returning true when there are no more requests which require activation.
RequestsNode.java
Class
A node which generates
ActionRequestValue
objects from a
RouteModule
.
RouteNode.java
Class
Represents the prototype definition of a node in the route path of
DocumentType
.
RouteNodeInstance.java
Class
Represents a materialized instance of a
RouteNode
definition on a
DocumentRouteHeaderValue
.
RouteNodeService.java
Interface
A service which provides data access for
RouteNode
,
RouteNodeInstance
,
NodeState
, and
Branch
objects.
RouteNodeServiceImpl.java
Class
RouteNodeServiceTest.java
Class
SimpleJoinNode.java
Class
A simple implementation of a
JoinNode
which indicates it is complete once all branches have joined.
SimpleNode.java
Interface
A simple
Node
implementation which is executed and returns a
SimpleResult
indicating whether or not the node has completed.
SimpleResult.java
Class
The result of the execution of a
SimpleNode
.
SimpleSplitNode.java
Class
A simple
SplitNode
implementation which always splits to all branches that are defined for the split.
SimpleSubProcessNode.java
Class
A simple
SubProcessNode
implementation which is effectively a no-op.
SplitNode.java
Interface
An interface for a Split Node which allows for parallel branching of the route path within a document.
SplitResult.java
Class
The result of the processing of a
SplitNode
.
State.java
Class
A KeyValuePair that adds an id fields that makes it sufficient for storing in a database.
SubProcessNode.java
Interface
A
Node
which represents the initiation of a sub process.
SubProcessResult.java
Class
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.