From agila-commits-return-128-apmail-incubator-agila-commits-archive=www.apache.org@incubator.apache.org Sun Nov 27 17:05:47 2005 Return-Path: Delivered-To: apmail-incubator-agila-commits-archive@www.apache.org Received: (qmail 84172 invoked from network); 27 Nov 2005 17:05:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Nov 2005 17:05:47 -0000 Received: (qmail 80833 invoked by uid 500); 27 Nov 2005 17:05:46 -0000 Mailing-List: contact agila-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: agila-dev@incubator.apache.org Delivered-To: mailing list agila-commits@incubator.apache.org Received: (qmail 79318 invoked by uid 99); 27 Nov 2005 17:04:56 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 27 Nov 2005 09:03:14 -0800 Received: (qmail 82241 invoked by uid 65534); 27 Nov 2005 17:02:54 -0000 Message-ID: <20051127170254.82240.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r349260 [35/65] - in /incubator/agila/site: docs/ docs/bpm_api/ docs/bpm_api/apidocs/ docs/bpm_api/apidocs/org/ docs/bpm_api/apidocs/org/apache/ docs/bpm_api/apidocs/org/apache/agila/ docs/bpm_api/apidocs/org/apache/agila/dao/ docs/bpm_api/... Date: Sun, 27 Nov 2005 17:01:37 -0000 To: agila-commits@incubator.apache.org From: clim@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Added: incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Connection.html URL: http://svn.apache.org/viewcvs/incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Connection.html?rev=349260&view=auto ============================================================================== --- incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Connection.html (added) +++ incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Connection.html Sun Nov 27 08:53:45 2005 @@ -0,0 +1,538 @@ + + + + + + + +Uses of Interface org.apache.agila.model.Connection (Agila 0.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.agila.model.Connection

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Connection
org.apache.agila.example  
org.apache.agila.implHolds platform specific implementations 
org.apache.agila.impl.dao  
org.apache.agila.impl.memory  
org.apache.agila.model  
org.apache.agila.model.node  
org.apache.agila.services  
+  +

+ + + + + +
+Uses of Connection in org.apache.agila.example
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.agila.example that return Connection
+ Connection[]LeaveApprovalTask.doEnd(NodeContext ctx) + +
+           
+ Connection[]LeaveApplicationTask.doEnd(NodeContext ctx) + +
+          End method.
+  +

+ + + + + +
+Uses of Connection in org.apache.agila.impl
+  +

+ + + + + + + + + +
Classes in org.apache.agila.impl that implement Connection
+ classConnectionImpl + +
+          Implementation of a Connection
+  +

+ + + + + +
+Uses of Connection in org.apache.agila.impl.dao
+  +

+ + + + + + + + + +
Methods in org.apache.agila.impl.dao with parameters of type Connection
+ Token[]TokenServiceImpl.nextToken(Connection[] connSet, + Token parentToken) + +
+          Returns a set of tokens, advanced along the connections given.
+  +

+ + + + + +
+Uses of Connection in org.apache.agila.impl.memory
+  +

+ + + + + + + + + +
Methods in org.apache.agila.impl.memory with parameters of type Connection
+ Token[]TokenServiceImpl.nextToken(Connection[] connSet, + Token parentToken) + +
+          Returns a set of tokens, advanced along the connections given.
+  +

+ + + + + +
+Uses of Connection in org.apache.agila.model
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.agila.model that return Connection
+ Connection[]Node.doEnd(NodeContext ctx) + +
+          Second 'work method' for a node, called after doStart().
+ Connection[]Node.getInboundConnections() + +
+           
+ Connection[]Node.getOutboundConnections() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.agila.model with parameters of type Connection
+ voidNode.addInboundConnection(Connection conn) + +
+           
+ voidNode.addOutboundConnection(Connection conn) + +
+           
+ voidNode.setInboundConnections(Connection[] list) + +
+           
+ voidNode.setOutboundConnections(Connection[] list) + +
+           
+  +

+ + + + + +
+Uses of Connection in org.apache.agila.model.node
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.agila.model.node that return Connection
+ Connection[]TestTaskNode.doEnd(NodeContext ctx) + +
+           
+ Connection[]TestNotification.doEnd(NodeContext ctx) + +
+          Second 'work method' for a node, called after doStart().
+ Connection[]StopNode.doEnd(NodeContext ctx) + +
+           
+ Connection[]StartNode.doEnd(NodeContext ctx) + +
+           
+ Connection[]SimpleDecision.doEnd(NodeContext ctx) + +
+          Second 'work method' for a node, called after doStart().
+ Connection[]HelloWorldActivity.doEnd(NodeContext ctx) + +
+           
+ Connection[]ForkNode.doEnd(NodeContext ctx) + +
+           
+ Connection[]DelayNode.doEnd(NodeContext ctx) + +
+           
+ Connection[]AndJoinNode.doEnd(NodeContext ctx) + +
+           
+ Connection[]BaseNodeImpl.getInboundConnections() + +
+           
+ Connection[]BaseNodeImpl.getOutboundConnections() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.agila.model.node with parameters of type Connection
+ voidBaseNodeImpl.addInboundConnection(Connection conn) + +
+           
+ voidBaseNodeImpl.addOutboundConnection(Connection conn) + +
+           
+ voidBaseNodeImpl.setInboundConnections(Connection[] list) + +
+           
+ voidBaseNodeImpl.setOutboundConnections(Connection[] list) + +
+           
+  +

+ + + + + +
+Uses of Connection in org.apache.agila.services
+  +

+ + + + + + + + + +
Methods in org.apache.agila.services with parameters of type Connection
+ Token[]TokenService.nextToken(Connection[] connSet, + Token parentToken) + +
+          Returns a set of tokens, advanced along the connections given.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved. + + Added: incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Node.html URL: http://svn.apache.org/viewcvs/incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Node.html?rev=349260&view=auto ============================================================================== --- incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Node.html (added) +++ incubator/agila/site/docs/bpm_api/apidocs/org/apache/agila/model/class-use/Node.html Sun Nov 27 08:53:45 2005 @@ -0,0 +1,516 @@ + + + + + + + +Uses of Interface org.apache.agila.model.Node (Agila 0.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.agila.model.Node

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Node
org.apache.agila.example  
org.apache.agila.implHolds platform specific implementations 
org.apache.agila.model  
org.apache.agila.model.node  
org.apache.agila.util  
+  +

+ + + + + +
+Uses of Node in org.apache.agila.example
+  +

+ + + + + + + + + + + + + +
Classes in org.apache.agila.example that implement Node
+ classLeaveApplicationTask + +
+          Task to get data from user about their leave.
+ classLeaveApprovalTask + +
+           
+  +

+ + + + + +
+Uses of Node in org.apache.agila.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.agila.impl that return Node
+ NodeConnectionImpl.getChildNode() + +
+           
+ NodeBusinessProcessImpl.getNode(NodeID nodeId) + +
+           
+ NodeConnectionImpl.getParentNode() + +
+           
+ NodeBusinessProcessImpl.getRoot() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.agila.impl with parameters of type Node
+ voidBusinessProcessImpl.addNode(Node n) + +
+           
+ voidBusinessProcessImpl.registerNode(Node n) + +
+           
+ voidConnectionImpl.setChildNode(Node n) + +
+           
+ voidConnectionImpl.setParentNode(Node n) + +
+           
+ voidBusinessProcessImpl.setRoot(Node node) + +
+           
+  +

+ + + + + + + + +
Constructors in org.apache.agila.impl with parameters of type Node
NodeContextImpl(Node node, + Instance instance, + TimerService timer, + TaskService task, + NotificationService notificationService) + +
+           
+  +

+ + + + + +
+Uses of Node in org.apache.agila.model
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.agila.model that return Node
+ NodeConnection.getChildNode() + +
+          Get the child node for this connection.
+ NodeBusinessProcess.getNode(NodeID nodeId) + +
+          Returns a given node, by ID, from the graph
+ NodeConnection.getParentNode() + +
+          Get the parent node for this connection.
+ NodeBusinessProcess.getRoot() + +
+          Returns the node designated as the 'start' node of the + graph
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.agila.model with parameters of type Node
+ voidConnection.setChildNode(Node n) + +
+          Set the child node for this connection.
+ voidConnection.setParentNode(Node n) + +
+          Set the parent node for this connection.
+  +

+ + + + + +
+Uses of Node in org.apache.agila.model.node
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in org.apache.agila.model.node that implement Node
+ classAndJoinNode + +
+          Bad hack :) Will be replacing with something else, probably the + rendezvous package.
+ classBaseNodeImpl + +
+          Base implementation of a node in the graph
+ classDelayNode + +
+          Simple example of a node that delays.
+ classForkNode + +
+          Simple example of a node that forks
+ classHelloWorldActivity + +
+          Simple node that puts 'hello world' to console + *
+ classSimpleDecision + +
+          (c) 2004 Gluecode Software Inc.
+ classStartNode + +
+          Simple start node implementation.
+ classStopNode + +
+          Stop node - just notes stopping to console
+ classTestNotification + +
+           
+ classTestTaskNode + +
+          Simple demo of a node that assigns a task and waits for completion
+  +

+ + + + + +
+Uses of Node in org.apache.agila.util
+  +

+ + + + + + + + + +
Methods in org.apache.agila.util with parameters of type Node
+protected static voidXMLUtil.setProperty(Node node, + java.lang.String name, + java.lang.String value) + +
+          Sets the JavaBean property on the given node from the given name and value
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved. + +