|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeContext | |
---|---|
org.apache.agila.example | |
org.apache.agila.impl | Holds platform specific implementations |
org.apache.agila.model | |
org.apache.agila.model.node | |
org.apache.agila.services.task |
Uses of NodeContext in org.apache.agila.example |
---|
Methods in org.apache.agila.example with parameters of type NodeContext | |
---|---|
Connection[] |
LeaveApprovalTask.doEnd(NodeContext ctx)
|
Connection[] |
LeaveApplicationTask.doEnd(NodeContext ctx)
End method. |
boolean |
LeaveApprovalTask.doStart(NodeContext ctx)
|
boolean |
LeaveApplicationTask.doStart(NodeContext ctx)
Start method for the activity. |
Renderer |
LeaveApprovalTask.getRenderer(NodeContext ctx,
java.lang.Class type)
|
Renderer |
LeaveApplicationTask.getRenderer(NodeContext ctx,
java.lang.Class type)
|
ResponseHandler |
LeaveApprovalTask.getResponseHandler(NodeContext ctx,
java.lang.Class type)
|
ResponseHandler |
LeaveApplicationTask.getResponseHandler(NodeContext ctx,
java.lang.Class type)
|
Constructors in org.apache.agila.example with parameters of type NodeContext | |
---|---|
LeaveApplicationHandler(NodeContext ctx)
|
|
LeaveApprovalHandler(NodeContext ctx)
|
Uses of NodeContext in org.apache.agila.impl |
---|
Classes in org.apache.agila.impl that implement NodeContext | |
---|---|
class |
NodeContextImpl
|
Uses of NodeContext in org.apache.agila.model |
---|
Methods in org.apache.agila.model with parameters of type NodeContext | |
---|---|
Connection[] |
Node.doEnd(NodeContext ctx)
Second 'work method' for a node, called after doStart(). |
boolean |
Node.doStart(NodeContext ctx)
First 'work method' for a node. |
Uses of NodeContext in org.apache.agila.model.node |
---|
Methods in org.apache.agila.model.node with parameters of type NodeContext | |
---|---|
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)
|
boolean |
TestTaskNode.doStart(NodeContext ctx)
|
boolean |
DelayNode.doStart(NodeContext ctx)
|
boolean |
BaseNodeImpl.doStart(NodeContext ctx)
Default implementation of doStart() - just returns true to allow the processing to continue |
boolean |
AndJoinNode.doStart(NodeContext ctx)
|
Renderer |
TestTaskNode.getRenderer(NodeContext ctx,
java.lang.Class type)
|
ResponseHandler |
TestTaskNode.getResponseHandler(NodeContext ctx,
java.lang.Class type)
|
Constructors in org.apache.agila.model.node with parameters of type NodeContext | |
---|---|
TaskHandler(NodeContext ctx)
|
Uses of NodeContext in org.apache.agila.services.task |
---|
Methods in org.apache.agila.services.task with parameters of type NodeContext | |
---|---|
Renderer |
TaskActivity.getRenderer(NodeContext ctx,
java.lang.Class type)
|
ResponseHandler |
TaskActivity.getResponseHandler(NodeContext ctx,
java.lang.Class type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |