A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractBusinessProcessService - Class in org.apache.agila.services
 
AbstractBusinessProcessService() - Constructor for class org.apache.agila.services.AbstractBusinessProcessService
 
AbstractInstanceService - Class in org.apache.agila.services
 
AbstractInstanceService() - Constructor for class org.apache.agila.services.AbstractInstanceService
 
AbstractNotificationService - Class in org.apache.agila.services.notification
 
AbstractNotificationService() - Constructor for class org.apache.agila.services.notification.AbstractNotificationService
 
AbstractRendezvousService - Class in org.apache.agila.services.rendezvous
 
AbstractRendezvousService() - Constructor for class org.apache.agila.services.rendezvous.AbstractRendezvousService
 
AbstractTaskService - Class in org.apache.agila.services.task
 
AbstractTaskService() - Constructor for class org.apache.agila.services.task.AbstractTaskService
 
AbstractUserService - Class in org.apache.agila.services.user
 
AbstractUserService() - Constructor for class org.apache.agila.services.user.AbstractUserService
 
ActionServlet - Class in org.apache.agila.impl.servlet
Base for all action servlets.
ActionServlet() - Constructor for class org.apache.agila.impl.servlet.ActionServlet
 
Actor - Class in org.apache.agila.model
Represents an actor.
Actor(String) - Constructor for class org.apache.agila.model.Actor
 
ActorResolverService - Interface in org.apache.agila.services
Interface for handling resolution of named actors in the engine
ActorResolverServiceImpl - Class in org.apache.agila.impl
 
ActorResolverServiceImpl() - Constructor for class org.apache.agila.impl.ActorResolverServiceImpl
 
addActor(Actor) - Method in interface org.apache.agila.model.Node
 
addActor(Actor) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
addAppData(String, Serializable) - Method in interface org.apache.agila.engine.EngineMessage
Adds application data to the engine messages
addAppData(String, Serializable) - Method in class org.apache.agila.impl.EngineMessageImpl
 
addBinding(Binding) - Method in interface org.apache.agila.model.Node
 
addBinding(Binding) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
addBusinessProcess(Reader) - Method in class org.apache.agila.engine.Engine
 
addConnection(int, int, String) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
addGraph(BusinessProcess) - Method in interface org.apache.agila.dao.BusinessProcessDAO
 
addGraph(BusinessProcess) - Method in class org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
 
addGraph(BusinessProcess) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
addGraph(BusinessProcess) - Method in class org.apache.agila.services.AbstractBusinessProcessService
 
addGraph(String) - Method in class org.apache.agila.services.AbstractBusinessProcessService
 
addGraph(BusinessProcess) - Method in interface org.apache.agila.services.BusinessProcessService
Adds a new graph to the system, returning the ID assigned to that graph.
addGraph(String) - Method in interface org.apache.agila.services.BusinessProcessService
 
addGraph(BusinessProcess) - Method in class org.apache.agila.util.JDBCUtil
 
addInboundConnection(Connection) - Method in interface org.apache.agila.model.Node
 
addInboundConnection(Connection) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
addNode(Node) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
addOutboundConnection(Connection) - Method in interface org.apache.agila.model.Node
 
addOutboundConnection(Connection) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
addPolicy(RendezvousPolicyInfo) - Method in class org.apache.agila.services.rendezvous.BusProcInfo
 
addSibling(RendezvousPolicy) - Method in interface org.apache.agila.services.rendezvous.RendezvousPolicy
Adds a sibling to this RendezvousPolicy.
addUser(UserInfo) - Method in interface org.apache.agila.dao.UserDAO
 
addUser(UserInfo) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
addUser(UserInfo) - Method in class org.apache.agila.services.user.AbstractUserService
 
addUser(UserInfo) - Method in interface org.apache.agila.services.user.UserService
 
addUser(UserInfo) - Method in class org.apache.agila.util.JDBCUtil
 
addVariable(Variable) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
addVariable(Variable) - Method in interface org.apache.agila.model.BusinessProcess
 
AgilaDAO - Interface in org.apache.agila.impl.dao
A simple Data Access Object interface to make it easy to plug in alternative presistence mechanisms.
AgilaServlet - Class in org.apache.agila.impl.servlet
Simple servlet to demo the core workflow engine.
AgilaServlet() - Constructor for class org.apache.agila.impl.servlet.AgilaServlet
 
AgilaServlet - Class in org.apache.agila.impl.web
$Id: AgilaServlet.java 349220 2005-11-27 12:09:44Z clim $
AgilaServlet() - Constructor for class org.apache.agila.impl.web.AgilaServlet
 
AndJoinNode - Class in org.apache.agila.model.node
Bad hack :) Will be replacing with something else, probably the rendezvous package.
AndJoinNode() - Constructor for class org.apache.agila.model.node.AndJoinNode
 
APP_DATA_NAME - Static variable in class org.apache.agila.example.LeaveApplicationHandler
 
APP_DATA_NAME - Static variable in class org.apache.agila.example.LeaveApprovalHandler
 
assignTask(TokenID, String, UserID, Date) - Method in class org.apache.agila.services.task.AbstractTaskService
assigns a new task to a given user
assignTask(TokenID, String, UserID, Date) - Method in interface org.apache.agila.services.task.TaskService
assigns a new task to a given user
assignTaskToActors(TokenID, String, Actor[], Date) - Method in class org.apache.agila.services.task.AbstractTaskService
 
assignTaskToActors(TokenID, String, Actor[], Date) - Method in interface org.apache.agila.services.task.TaskService
Assigns a new task to a given abstract named Actor.
assignTaskToTeam(TokenID, String, GroupID, Date) - Method in class org.apache.agila.services.task.AbstractTaskService
 
assignTaskToTeam(TokenID, String, GroupID, Date) - Method in interface org.apache.agila.services.task.TaskService
Assigns a new task to a given group of users.

B

BaseID - Class in org.apache.agila.util
Simple base class for ID objects.
BaseID(int) - Constructor for class org.apache.agila.util.BaseID
 
BaseNodeImpl - Class in org.apache.agila.model.node
Base implementation of a node in the graph
BaseNodeImpl() - Constructor for class org.apache.agila.model.node.BaseNodeImpl
 
Binding - Class in org.apache.agila.model
Represents a binding element :
Binding(String, String, int, boolean, boolean) - Constructor for class org.apache.agila.model.Binding
 
BusinessProcess - Interface in org.apache.agila.model
Simple interface to contain the object graph of a workflow process.
BusinessProcessDAO - Interface in org.apache.agila.dao
$Id: BusinessProcessDAO.java 232595 2005-08-14 11:11:13Z clim $
BusinessProcessDAOJdbc - Class in org.apache.agila.dao.jdbc
$Id: BusinessProcessDAOJdbc.java 232595 2005-08-14 11:11:13Z clim $
BusinessProcessDAOJdbc() - Constructor for class org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
 
BusinessProcessException - Exception in org.apache.agila.dao.jdbc
$Id: BusinessProcessException.java 232595 2005-08-14 11:11:13Z clim $
BusinessProcessException(String) - Constructor for exception org.apache.agila.dao.jdbc.BusinessProcessException
 
BusinessProcessException(Throwable) - Constructor for exception org.apache.agila.dao.jdbc.BusinessProcessException
 
BusinessProcessException(String, Throwable) - Constructor for exception org.apache.agila.dao.jdbc.BusinessProcessException
 
BusinessProcessID - Class in org.apache.agila.model
 
BusinessProcessID(int) - Constructor for class org.apache.agila.model.BusinessProcessID
 
BusinessProcessImpl - Class in org.apache.agila.impl
simple implementation of a business process.
BusinessProcessImpl() - Constructor for class org.apache.agila.impl.BusinessProcessImpl
 
BusinessProcessImpl(BusinessProcess) - Constructor for class org.apache.agila.impl.BusinessProcessImpl
 
BusinessProcessInfo - Class in org.apache.agila.services
 
BusinessProcessInfo(BusinessProcess) - Constructor for class org.apache.agila.services.BusinessProcessInfo
 
BusinessProcessService - Interface in org.apache.agila.services
Manages business processes (workflow graphs)
BusinessProcessServiceImpl - Class in org.apache.agila.impl.dao
A provide which delegates to an AgilaDAO for all of the detailed persistence methods.
BusinessProcessServiceImpl(AgilaDAO) - Constructor for class org.apache.agila.impl.dao.BusinessProcessServiceImpl
 
BusinessProcessServiceImpl - Class in org.apache.agila.impl.jdbc
In-memory implemetation of the BusinessProcessService.
BusinessProcessServiceImpl() - Constructor for class org.apache.agila.impl.jdbc.BusinessProcessServiceImpl
 
BusinessProcessServiceImpl - Class in org.apache.agila.impl.memory
In-memory implemetation of the BusinessProcessService.
BusinessProcessServiceImpl() - Constructor for class org.apache.agila.impl.memory.BusinessProcessServiceImpl
 
BusProcInfo - Class in org.apache.agila.services.rendezvous
 
BusProcInfo(BusinessProcessID) - Constructor for class org.apache.agila.services.rendezvous.BusProcInfo
 

C

Connection - Interface in org.apache.agila.model
Represents a 'transition' or 'state change' in the directed graph of nodes in the workflow.
ConnectionImpl - Class in org.apache.agila.impl
Implementation of a Connection
ConnectionImpl(String) - Constructor for class org.apache.agila.impl.ConnectionImpl
 
createNew(UserID, String) - Method in class org.apache.agila.impl.jdbc.NotificationServiceImpl
 
createNew(UserID, String) - Method in class org.apache.agila.impl.memory.NotificationServiceImpl
 
createNew(UserID, String) - Method in class org.apache.agila.services.notification.AbstractNotificationService
Creates a new notification
currentToken - Variable in class org.apache.agila.impl.NodeContextImpl
 

D

debug(String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
debug messages
debug(String, Throwable) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
debug(Object) - Method in class org.apache.agila.impl.StdoutLogService
 
debug(Object, Throwable) - Method in class org.apache.agila.impl.StdoutLogService
 
debug(Object) - Method in class org.apache.agila.impl.web.AgilaServlet
 
debug(Object, Throwable) - Method in class org.apache.agila.impl.web.AgilaServlet
 
debug(Object) - Method in interface org.apache.agila.services.log.LogService
 
debug(Object, Throwable) - Method in interface org.apache.agila.services.log.LogService
 
DEFAULT_PROPS - Static variable in class org.apache.agila.impl.servlet.VelocityActionServlet
 
defaultAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.servlet.ActionServlet
Called when there is a request w/ no action verb
defaultAction(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
Abstract method to be implemented by children, called when there is no action specified
defaultAction(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
Abstract method to be implemented by children, called when there is no action specified
defaultAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
Implement this to make our parent happy
defaultAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
Called when there is no action specified
DelayNode - Class in org.apache.agila.model.node
Simple example of a node that delays.
DelayNode() - Constructor for class org.apache.agila.model.node.DelayNode
 
dequeue() - Method in class org.apache.agila.impl.QueueServiceImpl
 
deRegisterListener(InstanceLifecycleListener) - Method in class org.apache.agila.services.AbstractInstanceService
 
deRegisterListener(InstanceLifecycleListener) - Method in interface org.apache.agila.services.InstanceService
 
deserializeXML(Reader) - Static method in class org.apache.agila.util.XMLUtil
Turns an XML document of a workflow specification into a BusinessProcess object
detail_instance(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
digestNode(BusinessProcessImpl, Element) - Static method in class org.apache.agila.util.XMLUtil
 
digestVariable(BusinessProcessImpl, Element) - Static method in class org.apache.agila.util.XMLUtil
 
dismiss_from_list(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
dismissNotification(NotificationID) - Method in class org.apache.agila.services.notification.AbstractNotificationService
Dismiss a notification.
dismissNotification(NotificationID) - Method in interface org.apache.agila.services.notification.NotificationService
Dismiss a notification.
do_task(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
doEnd(NodeContext) - Method in class org.apache.agila.example.LeaveApplicationTask
End method.
doEnd(NodeContext) - Method in class org.apache.agila.example.LeaveApprovalTask
 
doEnd(NodeContext) - Method in class org.apache.agila.model.node.AndJoinNode
 
doEnd(NodeContext) - Method in class org.apache.agila.model.node.DelayNode
 
doEnd(NodeContext) - Method in interface org.apache.agila.model.Node
Second 'work method' for a node, called after doStart().
doEnd(NodeContext) - Method in class org.apache.agila.model.node.ForkNode
 
doEnd(NodeContext) - Method in class org.apache.agila.model.node.HelloWorldActivity
 
doEnd(NodeContext) - Method in class org.apache.agila.model.node.SimpleDecision
Second 'work method' for a node, called after doStart().
doEnd(NodeContext) - Method in class org.apache.agila.model.node.StartNode
 
doEnd(NodeContext) - Method in class org.apache.agila.model.node.StopNode
 
doEnd(NodeContext) - Method in class org.apache.agila.model.node.TestNotification
Second 'work method' for a node, called after doStart().
doEnd(NodeContext) - Method in class org.apache.agila.model.node.TestTaskNode
 
doRender(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
Render the JSP page
doStart(NodeContext) - Method in class org.apache.agila.example.LeaveApplicationTask
Start method for the activity.
doStart(NodeContext) - Method in class org.apache.agila.example.LeaveApprovalTask
 
doStart(NodeContext) - Method in class org.apache.agila.model.node.AndJoinNode
 
doStart(NodeContext) - Method in class org.apache.agila.model.node.BaseNodeImpl
Default implementation of doStart() - just returns true to allow the processing to continue
doStart(NodeContext) - Method in class org.apache.agila.model.node.DelayNode
 
doStart(NodeContext) - Method in interface org.apache.agila.model.Node
First 'work method' for a node.
doStart(NodeContext) - Method in class org.apache.agila.model.node.TestTaskNode
 

E

EL - Static variable in class org.apache.agila.model.Binding
 
Engine - Class in org.apache.agila.engine
Simple wrapper for services.
Engine(TokenService, InstanceService, BusinessProcessService, QueueService) - Constructor for class org.apache.agila.engine.Engine
 
EngineMessage - Interface in org.apache.agila.engine
Message passed to the engine to direct a change of state for an instance
EngineMessageImpl - Class in org.apache.agila.impl
Simpl impl of an engine message
EngineMessageImpl() - Constructor for class org.apache.agila.impl.EngineMessageImpl
 
enqueue(EngineMessage) - Method in class org.apache.agila.impl.QueueServiceImpl
 
enqueue(EngineMessage) - Method in interface org.apache.agila.services.QueueService
Sends an engine message to the core engine for processing.
equals(Object) - Method in class org.apache.agila.util.BaseID
 
error(String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
error message
error(String, Throwable) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
error(Object) - Method in class org.apache.agila.impl.StdoutLogService
 
error(Object, Throwable) - Method in class org.apache.agila.impl.StdoutLogService
 
error(Object) - Method in class org.apache.agila.impl.web.AgilaServlet
 
error(Object, Throwable) - Method in class org.apache.agila.impl.web.AgilaServlet
 
error(Object) - Method in interface org.apache.agila.services.log.LogService
 
error(Object, Throwable) - Method in interface org.apache.agila.services.log.LogService
 
errorPage(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 

F

fatal(String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
fatal message
fatal(String, Throwable) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
fire() - Method in interface org.apache.agila.services.rendezvous.RendezvousPolicy
Returns list of tokens to be fired back into engine to indicate continue.
ForkNode - Class in org.apache.agila.model.node
Simple example of a node that forks
ForkNode() - Constructor for class org.apache.agila.model.node.ForkNode
 
fromString(String) - Static method in class org.apache.agila.services.notification.NotificationID
 

G

generateKey() - Method in class org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
Generates a unique key
generateKey() - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
Generates a unique key
generateKey() - Method in class org.apache.agila.util.JDBCUtil
Generates a unique key TODO needs some improvement
get(NotificationID) - Method in class org.apache.agila.impl.jdbc.NotificationServiceImpl
 
get(NotificationID) - Method in class org.apache.agila.impl.memory.NotificationServiceImpl
 
get(NotificationID) - Method in class org.apache.agila.services.notification.AbstractNotificationService
Query the specific notification.
getActionVerb() - Method in class org.apache.agila.impl.servlet.ActionServlet
 
getActionVerb() - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
getActionVerb() - Method in class org.apache.agila.impl.web.AgilaServlet
 
getActiveTokensForInstance(InstanceID) - Method in interface org.apache.agila.dao.TokenDAO
 
getActiveTokensForInstance(InstanceID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getActiveTokensForInstance(InstanceID) - Method in class org.apache.agila.impl.dao.TokenServiceImpl
 
getActiveTokensForInstance(InstanceID) - Method in class org.apache.agila.impl.memory.TokenServiceImpl
 
getActiveTokensForInstance(InstanceID) - Method in interface org.apache.agila.services.TokenService
Returns all tokens active for a given execution instance of a business process
getActiveTokensForInstance(InstanceID) - Method in class org.apache.agila.util.JDBCUtil
 
getActivityData() - Method in class org.apache.agila.services.task.ResponseHandlerResponse
Returns a 'package' of data, application specific, that will be forwarded to the activity in the context of message processing This must be serializable, but it's up to the activity what it wants to send to itself.
getActivityDataName() - Method in class org.apache.agila.services.task.ResponseHandlerResponse
Returns the unique name for the data.
getActors() - Method in class org.apache.agila.model.node.BaseNodeImpl
 
getActors() - Method in interface org.apache.agila.model.Node
 
getAllProcessGraphs() - Method in interface org.apache.agila.dao.BusinessProcessDAO
 
getAllProcessGraphs() - Method in class org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
 
getAllProcessGraphs() - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getAllProcessGraphs() - Method in class org.apache.agila.util.JDBCUtil
 
getAppData() - Method in interface org.apache.agila.engine.EngineMessage
 
getAppData() - Method in class org.apache.agila.impl.EngineMessageImpl
 
getAppData() - Method in class org.apache.agila.impl.NodeContextImpl
Retrieves the data sent by an outside process
getAppData() - Method in interface org.apache.agila.model.NodeContext
Retrieves the data sent by an outside process
getBar() - Method in class org.apache.agila.example.LeaveApplicationTask
 
getBindings() - Method in class org.apache.agila.model.node.BaseNodeImpl
 
getBindings() - Method in interface org.apache.agila.model.Node
 
getBoundValue(String) - Method in class org.apache.agila.impl.NodeContextImpl
Retrieves a binding value
getBoundValue(String) - Method in interface org.apache.agila.model.NodeContext
 
getBusinessProcessID() - Method in interface org.apache.agila.engine.Instance
 
getBusinessProcessID() - Method in class org.apache.agila.impl.BusinessProcessImpl
 
getBusinessProcessID() - Method in class org.apache.agila.impl.InstanceImpl
 
getBusinessProcessID() - Method in interface org.apache.agila.model.BusinessProcess
Returns the system-specified unique ID of this graph
getBusinessProcessID() - Method in class org.apache.agila.services.InstanceInfo
 
getBusinessProcessID() - Method in class org.apache.agila.services.rendezvous.BusProcInfo
 
getBusProcInfo(BusinessProcessID, boolean) - Method in class org.apache.agila.impl.RendezvousServiceImpl
 
getBusProcInfo(BusinessProcessID, boolean) - Method in class org.apache.agila.services.rendezvous.AbstractRendezvousService
 
getChildNode() - Method in class org.apache.agila.impl.ConnectionImpl
 
getChildNode() - Method in interface org.apache.agila.model.Connection
Get the child node for this connection.
getConnection() - Method in class org.apache.agila.util.JDBCUtil
 
getCurrentExecutionToken() - Method in class org.apache.agila.impl.NodeContextImpl
 
getCurrentExecutionToken() - Method in interface org.apache.agila.model.NodeContext
Returns the token for the current state of the instance
getCurrentNodeID() - Method in interface org.apache.agila.engine.Token
return the node ID that this token is pointing at
getCurrentNodeID() - Method in class org.apache.agila.impl.TokenImpl
 
getCurrentProcessInfos() - Method in class org.apache.agila.services.AbstractBusinessProcessService
 
getCurrentProcessInfos() - Method in interface org.apache.agila.services.BusinessProcessService
 
getCurrentState() - Method in interface org.apache.agila.engine.Token
Return the current state of the token - where in the node it's pointing
getCurrentState() - Method in class org.apache.agila.impl.TokenImpl
 
getCurrentTokenID() - Method in interface org.apache.agila.engine.EngineMessage
 
getCurrentTokenID() - Method in class org.apache.agila.impl.EngineMessageImpl
 
getDefaultValue() - Method in class org.apache.agila.model.Variable
 
getDescription() - Method in class org.apache.agila.model.Variable
 
getDisplayName() - Method in class org.apache.agila.impl.ConnectionImpl
 
getDisplayName() - Method in interface org.apache.agila.model.Connection
returns display name of connection
getDisplayName() - Method in class org.apache.agila.model.node.BaseNodeImpl
 
getDisplayName() - Method in interface org.apache.agila.model.Node
 
getFoo() - Method in class org.apache.agila.example.LeaveApplicationTask
 
getForUserID(UserID) - Method in class org.apache.agila.impl.jdbc.NotificationServiceImpl
 
getForUserID(UserID) - Method in class org.apache.agila.impl.memory.NotificationServiceImpl
 
getForUserID(UserID) - Method in class org.apache.agila.services.notification.AbstractNotificationService
Query all notifications for a given user.
getGraphAsXML() - Method in class org.apache.agila.impl.BusinessProcessImpl
Returns the workflow graph in it's XML representation
getGraphAsXML() - Method in interface org.apache.agila.model.BusinessProcess
Returns the workflow graph in it's XML representation
getGraphByID(BusinessProcessID) - Method in interface org.apache.agila.dao.BusinessProcessDAO
 
getGraphByID(BusinessProcessID) - Method in class org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
 
getGraphByID(BusinessProcessID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getGraphByID(BusinessProcessID) - Method in class org.apache.agila.services.AbstractBusinessProcessService
 
getGraphByID(BusinessProcessID) - Method in interface org.apache.agila.services.BusinessProcessService
Returns a BusinessProcess for the given id.
getGraphByID(BusinessProcessID) - Method in class org.apache.agila.util.JDBCUtil
 
getGraphIDByName(String) - Method in interface org.apache.agila.dao.BusinessProcessDAO
 
getGraphIDByName(String) - Method in class org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
 
getGraphIDByName(String) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getGraphIDByName(String) - Method in class org.apache.agila.services.AbstractBusinessProcessService
 
getGraphIDByName(String) - Method in interface org.apache.agila.services.BusinessProcessService
 
getGraphIDByName(String) - Method in class org.apache.agila.util.JDBCUtil
 
getGraphName() - Method in interface org.apache.agila.engine.Instance
 
getGraphName() - Method in class org.apache.agila.impl.InstanceImpl
 
getGraphName() - Method in class org.apache.agila.services.InstanceInfo
 
getGroupID() - Method in interface org.apache.agila.services.task.Task
 
getGroupID() - Method in class org.apache.agila.services.task.TaskImpl
 
getId() - Method in class org.apache.agila.services.BusinessProcessInfo
 
getID() - Method in class org.apache.agila.util.BaseID
 
getInboundConnections() - Method in class org.apache.agila.model.node.BaseNodeImpl
 
getInboundConnections() - Method in interface org.apache.agila.model.Node
 
getInfoByID(BusinessProcessID) - Method in class org.apache.agila.services.AbstractBusinessProcessService
 
getInfoByID(BusinessProcessID) - Method in interface org.apache.agila.services.BusinessProcessService
Returns a BusinessProcessInfo object for the given id
getInitParameter(String, String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
getInstance() - Static method in class org.apache.agila.util.JDBCUtil
 
getInstanceByID(InstanceID) - Method in interface org.apache.agila.dao.InstanceDAO
 
getInstanceByID(InstanceID) - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
getInstanceByID(InstanceID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getInstanceByID(InstanceID) - Method in class org.apache.agila.services.AbstractInstanceService
 
getInstanceByID(InstanceID) - Method in interface org.apache.agila.services.InstanceService
 
getInstanceByID(InstanceID) - Method in class org.apache.agila.util.JDBCUtil
 
getInstanceData() - Method in class org.apache.agila.impl.NodeContextImpl
 
getInstanceData() - Method in interface org.apache.agila.model.NodeContext
 
getInstanceID() - Method in interface org.apache.agila.engine.Instance
 
getInstanceID() - Method in interface org.apache.agila.engine.Token
return the process instance ID for which this token is associated
getInstanceID() - Method in class org.apache.agila.impl.InstanceImpl
 
getInstanceID() - Method in class org.apache.agila.impl.TokenImpl
 
getInstanceID() - Method in class org.apache.agila.services.InstanceInfo
 
getInstanceID() - Method in interface org.apache.agila.services.task.Task
 
getInstanceID() - Method in class org.apache.agila.services.task.TaskImpl
 
getInstanceInfoByID(InstanceID) - Method in class org.apache.agila.services.AbstractInstanceService
 
getInstanceInfoByID(InstanceID) - Method in interface org.apache.agila.services.InstanceService
 
getInstanceInfos() - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getInstanceInfos() - Method in class org.apache.agila.services.AbstractInstanceService
TODO - scrap this.
getInstanceInfos() - Method in interface org.apache.agila.services.InstanceService
Returns a list of InstanceInfo objects
getInstanceInfos() - Method in class org.apache.agila.util.JDBCUtil
 
getInstanceServiceInfo() - Method in interface org.apache.agila.dao.InstanceDAO
 
getInstanceServiceInfo() - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
getInstanceServiceInfo() - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getInstanceServiceInfo() - Method in class org.apache.agila.services.AbstractInstanceService
 
getInstanceServiceInfo() - Method in interface org.apache.agila.services.InstanceService
 
getInstanceServiceInfo() - Method in class org.apache.agila.util.JDBCUtil
Retrieve the instance service info.
getInstanceVariables() - Method in interface org.apache.agila.engine.Instance
 
getInstanceVariables() - Method in class org.apache.agila.impl.InstanceImpl
 
getInstanceVariables() - Method in class org.apache.agila.services.InstanceInfo
 
getIssueDate() - Method in class org.apache.agila.impl.NotificationImpl
 
getIssueDate() - Method in interface org.apache.agila.services.notification.Notification
 
getLastModified(Resource) - Method in class org.apache.agila.impl.servlet.WebappLoader
Defaults to return 0
getLastStepDate() - Method in interface org.apache.agila.engine.Instance
 
getLastStepDate() - Method in class org.apache.agila.impl.InstanceImpl
 
getLastStepDate() - Method in class org.apache.agila.services.InstanceInfo
 
getMessage() - Method in class org.apache.agila.impl.NotificationImpl
 
getMessage() - Method in interface org.apache.agila.services.notification.Notification
 
getMessageType() - Method in interface org.apache.agila.engine.EngineMessage
gets the type of the message
getMessageType() - Method in class org.apache.agila.impl.EngineMessageImpl
 
getName() - Method in class org.apache.agila.impl.BusinessProcessImpl
 
getName() - Method in class org.apache.agila.model.Actor
 
getName() - Method in class org.apache.agila.model.Binding
 
getName() - Method in interface org.apache.agila.model.BusinessProcess
returns the name of the business process
getName() - Method in class org.apache.agila.model.Variable
 
getName() - Method in class org.apache.agila.services.rendezvous.RendezvousPolicyInfo
returns the name of this policy.
getNextExecutionToken() - Method in class org.apache.agila.impl.NodeContextImpl
 
getNextExecutionToken() - Method in interface org.apache.agila.model.NodeContext
Returns the token for the next state of the instance in the event that the current step succeeds
getNode(NodeID) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
getNode(NodeID) - Method in interface org.apache.agila.model.BusinessProcess
Returns a given node, by ID, from the graph
getNodeCount() - Method in class org.apache.agila.impl.BusinessProcessImpl
 
getNodeCount() - Method in interface org.apache.agila.model.BusinessProcess
Returns the number of nodes
getNodeId() - Method in class org.apache.agila.model.node.BaseNodeImpl
 
getNodeId() - Method in interface org.apache.agila.model.Node
 
getNodeID() - Method in class org.apache.agila.services.rendezvous.RendezvousPolicyInfo
Returns the NodeID for the node that is particiapting in this policy
getNodeTrack() - Method in class org.apache.agila.services.InstanceInfo
 
getNotification(NotificationID) - Method in class org.apache.agila.services.notification.AbstractNotificationService
Get notification.
getNotification(NotificationID) - Method in interface org.apache.agila.services.notification.NotificationService
Get notification.
getNotificationID() - Method in class org.apache.agila.impl.NotificationImpl
 
getNotificationID() - Method in interface org.apache.agila.services.notification.Notification
 
getNotificationService() - Method in class org.apache.agila.impl.NodeContextImpl
 
getNotificationService() - Method in interface org.apache.agila.model.NodeContext
 
getNotificationsForUser(UserID) - Method in class org.apache.agila.services.notification.AbstractNotificationService
 
getNotificationsForUser(UserID) - Method in interface org.apache.agila.services.notification.NotificationService
 
getNumCompletedInstances() - Method in class org.apache.agila.services.InstanceServiceInfo
 
getNumRunningInstances() - Method in class org.apache.agila.services.InstanceServiceInfo
 
getNumStoppedInstances() - Method in class org.apache.agila.services.InstanceServiceInfo
 
getNumSuspendedInstances() - Method in class org.apache.agila.services.InstanceServiceInfo
 
getOutboundConnections() - Method in class org.apache.agila.model.node.BaseNodeImpl
 
getOutboundConnections() - Method in interface org.apache.agila.model.Node
 
getParallelTokens(TokenID) - Method in class org.apache.agila.impl.dao.TokenServiceImpl
 
getParallelTokens(TokenID) - Method in class org.apache.agila.impl.memory.TokenServiceImpl
 
getParallelTokens(TokenID) - Method in interface org.apache.agila.services.TokenService
Returns a set of tokens that are considered 'parallel' to a given tokenID Parallel tokens are any tokens that can trace their lineage to the first common ancestor N T1 T2 <- parallel tokens N N1 T1 T2 N2 | T3 T4 | N3 | T5 | N4 So N4 asking about T2 could get T1 or T3 and/or T4 or T5, depending on execution timing.
getParentNode() - Method in class org.apache.agila.impl.ConnectionImpl
 
getParentNode() - Method in interface org.apache.agila.model.Connection
Get the parent node for this connection.
getProcessName() - Method in class org.apache.agila.services.BusinessProcessInfo
 
getProperty(String) - Method in class org.apache.agila.services.user.UserInfo
 
getRenderer(NodeContext, Class) - Method in class org.apache.agila.example.LeaveApplicationTask
 
getRenderer(NodeContext, Class) - Method in class org.apache.agila.example.LeaveApprovalTask
 
getRenderer(NodeContext, Class) - Method in class org.apache.agila.model.node.TestTaskNode
 
getRenderer(NodeContext, Class) - Method in interface org.apache.agila.services.task.TaskActivity
 
getRendererForTask(TaskID, Class) - Method in class org.apache.agila.services.task.AbstractTaskService
 
getRendererForTask(TaskID, Class) - Method in interface org.apache.agila.services.task.TaskService
 
getRequiredVariables() - Method in class org.apache.agila.services.BusinessProcessInfo
Convenience method for retrieving all required variables.
getResourceStream(String) - Method in class org.apache.agila.impl.servlet.WebappLoader
Get an InputStream so that the Runtime can build a template with it.
getResponseHandler(NodeContext, Class) - Method in class org.apache.agila.example.LeaveApplicationTask
 
getResponseHandler(NodeContext, Class) - Method in class org.apache.agila.example.LeaveApprovalTask
 
getResponseHandler(NodeContext, Class) - Method in class org.apache.agila.model.node.TestTaskNode
 
getResponseHandler(NodeContext, Class) - Method in interface org.apache.agila.services.task.TaskActivity
 
getResponseHandlerForTask(TaskID, Class) - Method in class org.apache.agila.services.task.AbstractTaskService
 
getResponseHandlerForTask(TaskID, Class) - Method in interface org.apache.agila.services.task.TaskService
 
getRoot() - Method in class org.apache.agila.impl.BusinessProcessImpl
 
getRoot() - Method in interface org.apache.agila.model.BusinessProcess
Returns the node designated as the 'start' node of the graph
getServletContext() - Method in class org.apache.agila.impl.servlet.VelocityActionServlet.ServletAppContext
 
getServletContext() - Method in interface org.apache.agila.impl.servlet.WebappLoaderAppContext
 
getSourceTokenID() - Method in interface org.apache.agila.services.task.Task
 
getSourceTokenID() - Method in class org.apache.agila.services.task.TaskImpl
 
getStartDate() - Method in interface org.apache.agila.engine.Instance
 
getStartDate() - Method in class org.apache.agila.impl.InstanceImpl
 
getStartDate() - Method in class org.apache.agila.services.InstanceInfo
 
getStatus() - Method in interface org.apache.agila.engine.Instance
 
getStatus() - Method in class org.apache.agila.impl.InstanceImpl
 
getStatus() - Method in class org.apache.agila.impl.NotificationImpl
 
getStatus() - Method in class org.apache.agila.services.InstanceInfo
 
getStatus() - Method in interface org.apache.agila.services.notification.Notification
 
getStatus() - Method in class org.apache.agila.services.task.TaskImpl
 
getTaskByID(TaskID) - Method in interface org.apache.agila.dao.TaskDAO
 
getTaskByID(TaskID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getTaskByID(TaskID) - Method in class org.apache.agila.services.task.AbstractTaskService
gets a task object by id
getTaskByID(TaskID) - Method in interface org.apache.agila.services.task.TaskService
gets a task object by id
getTaskByID(TaskID) - Method in class org.apache.agila.util.JDBCUtil
 
getTaskDescription() - Method in interface org.apache.agila.services.task.Task
 
getTaskDescription() - Method in class org.apache.agila.services.task.TaskImpl
 
getTaskExpirationDate() - Method in interface org.apache.agila.services.task.Task
 
getTaskExpirationDate() - Method in class org.apache.agila.services.task.TaskImpl
 
getTaskID() - Method in interface org.apache.agila.services.task.Task
 
getTaskID() - Method in class org.apache.agila.services.task.TaskImpl
 
getTaskService() - Method in class org.apache.agila.impl.NodeContextImpl
 
getTaskService() - Method in interface org.apache.agila.model.NodeContext
 
getTasksForGroups(GroupID[], int) - Method in interface org.apache.agila.dao.TaskDAO
 
getTasksForGroups(GroupID[], int) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getTasksForGroups(GroupID[], int) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
 
getTasksForGroups(GroupID[], int) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
 
getTasksForGroups(GroupID[], int) - Method in interface org.apache.agila.services.task.TaskService
Returns a list of tasks for the groups in which a user belongs.
getTasksForGroups(GroupID[], int) - Method in class org.apache.agila.util.JDBCUtil
 
getTasksForInstance(InstanceID, int) - Method in interface org.apache.agila.dao.TaskDAO
 
getTasksForInstance(InstanceID, int) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getTasksForInstance(InstanceID, int) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
 
getTasksForInstance(InstanceID, int) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
 
getTasksForInstance(InstanceID, int) - Method in interface org.apache.agila.services.task.TaskService
Returns a list of tasks for the given workflow instance which are at the specified status
getTasksForInstance(InstanceID, int) - Method in class org.apache.agila.util.JDBCUtil
 
getTasksForUser(UserID, int) - Method in interface org.apache.agila.dao.TaskDAO
 
getTasksForUser(UserID, int) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getTasksForUser(UserID, int) - Method in class org.apache.agila.services.task.AbstractTaskService
returns a list of tasks for a user
getTasksForUser(UserID, int) - Method in interface org.apache.agila.services.task.TaskService
returns a list of tasks for a user
getTasksForUser(UserID, int) - Method in class org.apache.agila.util.JDBCUtil
 
getTaskStatus() - Method in interface org.apache.agila.services.task.Task
 
getTaskStatus() - Method in class org.apache.agila.services.task.TaskImpl
 
getTemplatePathPrefix() - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
getTemplateRoot() - Method in class org.apache.agila.impl.servlet.AgilaServlet
Return the root of template path.
getTemplateRoot() - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
Return the root of template path.
getTimerService() - Method in class org.apache.agila.impl.NodeContextImpl
 
getTimerService() - Method in interface org.apache.agila.model.NodeContext
 
getTokenByID(TokenID) - Method in interface org.apache.agila.dao.TokenDAO
 
getTokenByID(TokenID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getTokenByID(TokenID) - Method in class org.apache.agila.impl.dao.TokenServiceImpl
 
getTokenByID(TokenID) - Method in class org.apache.agila.impl.memory.TokenServiceImpl
 
getTokenByID(TokenID) - Method in interface org.apache.agila.services.TokenService
Fetches a token from the token store
getTokenByID(TokenID) - Method in class org.apache.agila.util.JDBCUtil
 
getTokenID() - Method in interface org.apache.agila.engine.Token
returns the unique ID of this token
getTokenID() - Method in class org.apache.agila.impl.TokenImpl
 
getTokenID() - Method in class org.apache.agila.services.task.ResponseHandlerResponse
Returns tthe TokenID of the token forwarded to the message processor for processing.
getType() - Method in class org.apache.agila.model.Binding
 
getType() - Method in class org.apache.agila.model.Variable
 
getUserFromPrincipal(String) - Method in interface org.apache.agila.dao.UserDAO
 
getUserFromPrincipal(String) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getUserFromPrincipal(String) - Method in class org.apache.agila.services.user.AbstractUserService
 
getUserFromPrincipal(String) - Method in interface org.apache.agila.services.user.UserService
 
getUserFromPrincipal(String) - Method in class org.apache.agila.util.JDBCUtil
 
getUserID() - Method in class org.apache.agila.impl.NotificationImpl
 
getUserID() - Method in interface org.apache.agila.services.notification.Notification
 
getUserID() - Method in interface org.apache.agila.services.task.Task
 
getUserID() - Method in class org.apache.agila.services.task.TaskImpl
 
getUserID() - Method in class org.apache.agila.services.user.UserInfo
 
getUserInfo(UserID) - Method in interface org.apache.agila.dao.UserDAO
 
getUserInfo(UserID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
getUserInfo(UserID) - Method in class org.apache.agila.services.user.AbstractUserService
 
getUserInfo(UserID) - Method in interface org.apache.agila.services.user.UserService
 
getUserInfo(UserID) - Method in class org.apache.agila.util.JDBCUtil
 
getUserName() - Method in class org.apache.agila.services.user.UserInfo
 
getUserPassword() - Method in class org.apache.agila.services.user.UserInfo
 
getUserPrincipal() - Method in class org.apache.agila.services.user.UserInfo
 
getValue() - Method in class org.apache.agila.model.Binding
 
getValue() - Method in class org.apache.agila.model.Variable
 
getVariables() - Method in class org.apache.agila.impl.BusinessProcessImpl
 
getVariables() - Method in interface org.apache.agila.model.BusinessProcess
 
getVariables() - Method in class org.apache.agila.services.BusinessProcessInfo
 
getVelocityContext(HttpServletRequest) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
getVelocityEngine() - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
GroupID - Class in org.apache.agila.services.user
Represents the primary key of a Group of Users who work on tasks together.
GroupID() - Constructor for class org.apache.agila.services.user.GroupID
 
GroupID(int) - Constructor for class org.apache.agila.services.user.GroupID
 

H

hashCode() - Method in class org.apache.agila.util.BaseID
 
HelloWorldActivity - Class in org.apache.agila.model.node
Simple node that puts 'hello world' to console *
HelloWorldActivity() - Constructor for class org.apache.agila.model.node.HelloWorldActivity
 
HTTP_ACTION_VERB - Static variable in class org.apache.agila.impl.servlet.VelocityActionServlet
 
HTTP_ACTION_VERB - Static variable in class org.apache.agila.impl.web.AgilaServlet
 
HTTPRenderer - Interface in org.apache.agila.services.task
 
HTTPResponseHandler - Interface in org.apache.agila.services.task
 

I

info(String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
info(String, Throwable) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
info(Object) - Method in class org.apache.agila.impl.StdoutLogService
 
info(Object, Throwable) - Method in class org.apache.agila.impl.StdoutLogService
 
info(Object) - Method in class org.apache.agila.impl.web.AgilaServlet
 
info(Object, Throwable) - Method in class org.apache.agila.impl.web.AgilaServlet
 
info(Object) - Method in interface org.apache.agila.services.log.LogService
 
info(Object, Throwable) - Method in interface org.apache.agila.services.log.LogService
 
init() - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
init() - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
init(ExtendedProperties) - Method in class org.apache.agila.impl.servlet.WebappLoader
This is abstract in the base class, so we need it
init() - Method in class org.apache.agila.impl.web.AgilaServlet
 
insertTask(Task) - Method in interface org.apache.agila.dao.TaskDAO
 
insertTask(Task) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
insertTask(Task) - Method in class org.apache.agila.util.JDBCUtil
 
Instance - Interface in org.apache.agila.engine
 
InstanceDAO - Interface in org.apache.agila.dao
$Id: InstanceDAO.java 232595 2005-08-14 11:11:13Z clim $
InstanceDAOJdbc - Class in org.apache.agila.dao.jdbc
$Id: InstanceDAOJdbc.java 232595 2005-08-14 11:11:13Z clim $
InstanceDAOJdbc() - Constructor for class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
InstanceException - Exception in org.apache.agila.dao.jdbc
$Id: InstanceException.java 232595 2005-08-14 11:11:13Z clim $
InstanceException(String) - Constructor for exception org.apache.agila.dao.jdbc.InstanceException
 
InstanceException(Throwable) - Constructor for exception org.apache.agila.dao.jdbc.InstanceException
 
InstanceException(String, Throwable) - Constructor for exception org.apache.agila.dao.jdbc.InstanceException
 
InstanceID - Class in org.apache.agila.engine
 
InstanceID(int) - Constructor for class org.apache.agila.engine.InstanceID
 
InstanceImpl - Class in org.apache.agila.impl
 
InstanceImpl() - Constructor for class org.apache.agila.impl.InstanceImpl
 
InstanceImpl(Instance) - Constructor for class org.apache.agila.impl.InstanceImpl
 
InstanceInfo - Class in org.apache.agila.services
 
InstanceInfo(Instance) - Constructor for class org.apache.agila.services.InstanceInfo
 
InstanceLifecycleListener - Interface in org.apache.agila.services
 
InstanceService - Interface in org.apache.agila.services
Manages the instances of executing business processes *
instanceService - Variable in class org.apache.agila.services.rendezvous.AbstractRendezvousService
 
InstanceServiceImpl - Class in org.apache.agila.impl.dao
A provide which delegates to an AgilaDAO for all of the detailed persistence methods.
InstanceServiceImpl(AgilaDAO) - Constructor for class org.apache.agila.impl.dao.InstanceServiceImpl
 
InstanceServiceImpl - Class in org.apache.agila.impl.jdbc
Implementation of InstanceService abstract routines to use JDBC
InstanceServiceImpl() - Constructor for class org.apache.agila.impl.jdbc.InstanceServiceImpl
 
InstanceServiceImpl - Class in org.apache.agila.impl.memory
Abstract, storage free mplementation of the InstanceService that does the work.
InstanceServiceImpl() - Constructor for class org.apache.agila.impl.memory.InstanceServiceImpl
 
InstanceServiceInfo - Class in org.apache.agila.services
 
InstanceServiceInfo(int, int, int, int) - Constructor for class org.apache.agila.services.InstanceServiceInfo
 
internalAddGraph(BusinessProcess) - Method in class org.apache.agila.impl.dao.BusinessProcessServiceImpl
Takes a graph and adds it to the persistent store, returning it's new ID.
internalAddGraph(BusinessProcess) - Method in class org.apache.agila.impl.memory.BusinessProcessServiceImpl
Takes a graph and adds it to the persistent store, returning it's new ID.
internalAddGraph(BusinessProcess) - Method in class org.apache.agila.services.AbstractBusinessProcessService
Takes a graph and adds it to the persistent store, returning it's new ID.
internalAddUser(UserInfo) - Method in class org.apache.agila.impl.dao.UserServiceImpl
 
internalAddUser(UserInfo) - Method in class org.apache.agila.impl.memory.UserServiceImpl
 
internalAddUser(UserInfo) - Method in class org.apache.agila.services.user.AbstractUserService
 
internalCreate(BusinessProcessID, Map) - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
Method to create a new instance.
internalCreate(BusinessProcessID, Map) - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
Method to create a new instance.
internalCreate(BusinessProcessID, Map) - Method in class org.apache.agila.services.AbstractInstanceService
Method to create a new instance.
internalGetAllProcessGraphs() - Method in class org.apache.agila.impl.dao.BusinessProcessServiceImpl
returns all saved graph
internalGetAllProcessGraphs() - Method in class org.apache.agila.impl.memory.BusinessProcessServiceImpl
returns all saved graph
internalGetAllProcessGraphs() - Method in class org.apache.agila.services.AbstractBusinessProcessService
returns all saved graph
internalGetByID(BusinessProcessID) - Method in class org.apache.agila.impl.dao.BusinessProcessServiceImpl
returns a saved graph
internalGetByID(InstanceID) - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
returns an instance by ID from the persistence store
internalGetByID(BusinessProcessID) - Method in class org.apache.agila.impl.memory.BusinessProcessServiceImpl
returns a saved graph
internalGetByID(InstanceID) - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
returns an instance by ID from the persistence store
internalGetByID(BusinessProcessID) - Method in class org.apache.agila.services.AbstractBusinessProcessService
returns a saved graph
internalGetByID(InstanceID) - Method in class org.apache.agila.services.AbstractInstanceService
returns an instance by ID from the persistence store
internalGetIDByName(String) - Method in class org.apache.agila.impl.dao.BusinessProcessServiceImpl
 
internalGetIDByName(String) - Method in class org.apache.agila.impl.memory.BusinessProcessServiceImpl
 
internalGetIDByName(String) - Method in class org.apache.agila.services.AbstractBusinessProcessService
 
internalGetInstanceInfos() - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
Returns all instances from the persistence store
internalGetInstanceInfos() - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
Returns all instances from the persistence store
internalGetInstanceInfos() - Method in class org.apache.agila.services.AbstractInstanceService
returns all instances from the persistence store
internalGetTask(TaskID) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
 
internalGetTask(TaskID) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
 
internalGetTask(TaskID) - Method in class org.apache.agila.services.task.AbstractTaskService
 
internalGetTasksByUserID(UserID, int) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
 
internalGetTasksByUserID(UserID, int) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
 
internalGetTasksByUserID(UserID, int) - Method in class org.apache.agila.services.task.AbstractTaskService
 
internalGetUserFromPrincipal(String) - Method in class org.apache.agila.impl.dao.UserServiceImpl
 
internalGetUserFromPrincipal(String) - Method in class org.apache.agila.impl.memory.UserServiceImpl
 
internalGetUserFromPrincipal(String) - Method in class org.apache.agila.services.user.AbstractUserService
 
internalGetUserInfo(UserID) - Method in class org.apache.agila.impl.dao.UserServiceImpl
 
internalGetUserInfo(UserID) - Method in class org.apache.agila.impl.memory.UserServiceImpl
 
internalGetUserInfo(UserID) - Method in class org.apache.agila.services.user.AbstractUserService
 
internalInstanceServiceInfo() - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
 
internalInstanceServiceInfo() - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
 
internalInstanceServiceInfo() - Method in class org.apache.agila.services.AbstractInstanceService
 
internalListAllUserInfo() - Method in class org.apache.agila.impl.dao.UserServiceImpl
 
internalListAllUserInfo() - Method in class org.apache.agila.impl.memory.UserServiceImpl
 
internalListAllUserInfo() - Method in class org.apache.agila.services.user.AbstractUserService
 
internalSave(Instance) - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
Method to save an instance (update/persiste).
internalSave(Task) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
Add or update a task.
internalSave(Instance) - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
Method to save an instance (update/persiste).
internalSave(Task) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
Add or update a task.
internalSave(Instance) - Method in class org.apache.agila.services.AbstractInstanceService
Method to save an instance (update/persiste).
internalSave(Task) - Method in class org.apache.agila.services.task.AbstractTaskService
Add or update a task
internalSaveUser(UserInfo) - Method in class org.apache.agila.impl.dao.UserServiceImpl
 
internalSaveUser(UserInfo) - Method in class org.apache.agila.impl.memory.UserServiceImpl
 
internalSaveUser(UserInfo) - Method in class org.apache.agila.services.user.AbstractUserService
 
isAbleToContinue() - Method in class org.apache.agila.services.task.ResponseHandlerResponse
True if the activity determines that the input in a response is sufficient to continue, and the 'response handler' is then allowed to queue a message to the message process to that effect Return false if the user / client /etc must be re-presented with information and or error message
isActive() - Method in interface org.apache.agila.engine.Token
returns the active/inactive status of the token.
isActive() - Method in class org.apache.agila.impl.TokenImpl
 
isAdmin - Variable in class org.apache.agila.services.user.UserInfo
 
isAdmin() - Method in class org.apache.agila.services.user.UserInfo
 
isDebugEnabled() - Method in class org.apache.agila.impl.StdoutLogService
 
isDebugEnabled() - Method in class org.apache.agila.impl.web.AgilaServlet
 
isDebugEnabled() - Method in interface org.apache.agila.services.log.LogService
 
isErrorEnabled() - Method in class org.apache.agila.impl.StdoutLogService
 
isErrorEnabled() - Method in class org.apache.agila.impl.web.AgilaServlet
 
isErrorEnabled() - Method in interface org.apache.agila.services.log.LogService
 
isInfoEnabled() - Method in class org.apache.agila.impl.StdoutLogService
 
isInfoEnabled() - Method in class org.apache.agila.impl.web.AgilaServlet
 
isInfoEnabled() - Method in interface org.apache.agila.services.log.LogService
 
isInput() - Method in class org.apache.agila.model.Binding
 
isOutput() - Method in class org.apache.agila.model.Binding
 
isRequiredForInput() - Method in class org.apache.agila.model.Variable
 
isSourceModified(Resource) - Method in class org.apache.agila.impl.servlet.WebappLoader
Defaults to return false.

J

JDBCUtil - Class in org.apache.agila.util
An intermediary between the database and the system.
jexlResolver(String, Map) - Method in class org.apache.agila.impl.NodeContextImpl
 

K

KEY - Static variable in class org.apache.agila.impl.servlet.WebappLoader
 

L

LeaveApplicationHandler - Class in org.apache.agila.example
 
LeaveApplicationHandler(NodeContext) - Constructor for class org.apache.agila.example.LeaveApplicationHandler
 
LeaveApplicationHandler.DataCarrier - Class in org.apache.agila.example
Little class to pass data through to activity...
LeaveApplicationHandler.DataCarrier(String, String) - Constructor for class org.apache.agila.example.LeaveApplicationHandler.DataCarrier
 
LeaveApplicationTask - Class in org.apache.agila.example
Task to get data from user about their leave.
LeaveApplicationTask() - Constructor for class org.apache.agila.example.LeaveApplicationTask
 
LeaveApprovalHandler - Class in org.apache.agila.example
 
LeaveApprovalHandler(NodeContext) - Constructor for class org.apache.agila.example.LeaveApprovalHandler
 
LeaveApprovalTask - Class in org.apache.agila.example
 
LeaveApprovalTask() - Constructor for class org.apache.agila.example.LeaveApprovalTask
 
listAllUserInfo() - Method in interface org.apache.agila.dao.UserDAO
 
listAllUserInfo() - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
listAllUserInfo() - Method in class org.apache.agila.services.user.AbstractUserService
 
listAllUserInfo() - Method in interface org.apache.agila.services.user.UserService
 
listAllUserInfo() - Method in class org.apache.agila.util.JDBCUtil
 
listInstanceInfo() - Method in interface org.apache.agila.dao.InstanceDAO
 
listInstanceInfo() - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
lockTaskForUser(TaskID, UserID) - Method in interface org.apache.agila.dao.TaskDAO
 
lockTaskForUser(TaskID, UserID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
lockTaskForUser(TaskID, UserID) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
 
lockTaskForUser(TaskID, UserID) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
 
lockTaskForUser(TaskID, UserID) - Method in interface org.apache.agila.services.task.TaskService
Attempts to lock the given task for the user, to take ownership of the task if noone else has locked it yet.
lockTaskForUser(TaskID, UserID) - Method in class org.apache.agila.util.JDBCUtil
 
LogService - Interface in org.apache.agila.services.log
 
logService - Variable in class org.apache.agila.services.rendezvous.AbstractRendezvousService
 

M

main(String[]) - Static method in class org.apache.agila.impl.Test
 
main(String[]) - Static method in class org.apache.agila.util.XMLUtil
 
MessageProcessor - Class in org.apache.agila.engine
Core class to process messages.
MessageProcessor() - Constructor for class org.apache.agila.engine.MessageProcessor
 
MID - Static variable in interface org.apache.agila.engine.Token
 

N

newInstance(BusinessProcessID, Map) - Method in interface org.apache.agila.dao.InstanceDAO
 
newInstance(BusinessProcessID, Map) - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
newInstance(BusinessProcessID, Map) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
newInstance(BusinessProcessID, Map) - Method in class org.apache.agila.services.AbstractInstanceService
 
newInstance(BusinessProcessID, Map) - Method in interface org.apache.agila.services.InstanceService
Returns a new instance for a given processID
newInstance(BusinessProcessID, Map) - Method in class org.apache.agila.util.JDBCUtil
Inserts a new instance in the database
newToken(InstanceID, NodeID, int) - Method in interface org.apache.agila.dao.TokenDAO
 
newToken(InstanceID, NodeID, int) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
newToken(InstanceID, NodeID, int) - Method in class org.apache.agila.impl.dao.TokenServiceImpl
 
newToken(InstanceID, NodeID, int) - Method in class org.apache.agila.impl.memory.TokenServiceImpl
 
newToken(InstanceID, NodeID, int) - Method in interface org.apache.agila.services.TokenService
token factory - creates a new token with valid token ID.
newToken(InstanceID, NodeID, int) - Method in class org.apache.agila.util.JDBCUtil
Create a token with only the InstanceID given
nextToken(Connection[], Token) - Method in class org.apache.agila.impl.dao.TokenServiceImpl
Returns a set of tokens, advanced along the connections given.
nextToken(Connection[], Token) - Method in class org.apache.agila.impl.memory.TokenServiceImpl
Returns a set of tokens, advanced along the connections given.
nextToken - Variable in class org.apache.agila.impl.NodeContextImpl
 
nextToken(Connection[], Token) - Method in interface org.apache.agila.services.TokenService
Returns a set of tokens, advanced along the connections given.
Node - Interface in org.apache.agila.model
Interface representing a node in a workflow graph.
NodeContext - Interface in org.apache.agila.model
 
NodeContextImpl - Class in org.apache.agila.impl
 
NodeContextImpl(Node, Instance, TimerService, TaskService, NotificationService) - Constructor for class org.apache.agila.impl.NodeContextImpl
 
NodeID - Class in org.apache.agila.model
 
NodeID(int) - Constructor for class org.apache.agila.model.NodeID
 
nodeNotification(TokenID, RendezvousPolicyInfo) - Method in class org.apache.agila.services.rendezvous.AbstractRendezvousService
Notfies the RendezvousService that a token has reached a RendezvousNode
nodeNotification(TokenID, RendezvousPolicyInfo) - Method in interface org.apache.agila.services.rendezvous.RendezvousService
Notfies the RendezvousService that a token has reached a RendezvousNode
nodeReached(TokenID) - Method in interface org.apache.agila.services.rendezvous.RendezvousPolicy
used when a node is reached
Notification - Interface in org.apache.agila.services.notification
 
NOTIFICATION_MODE_EMAIL - Static variable in interface org.apache.agila.services.user.UserPropertyDefs
 
NOTIFICATION_MODE_NORMAL - Static variable in interface org.apache.agila.services.user.UserPropertyDefs
 
NotificationID - Class in org.apache.agila.services.notification
 
NotificationID() - Constructor for class org.apache.agila.services.notification.NotificationID
 
NotificationID(int) - Constructor for class org.apache.agila.services.notification.NotificationID
 
NotificationImpl - Class in org.apache.agila.impl
 
NotificationImpl() - Constructor for class org.apache.agila.impl.NotificationImpl
 
NotificationImpl(NotificationID, UserID, String) - Constructor for class org.apache.agila.impl.NotificationImpl
 
NotificationService - Interface in org.apache.agila.services.notification
 
NotificationServiceImpl - Class in org.apache.agila.impl.jdbc
 
NotificationServiceImpl() - Constructor for class org.apache.agila.impl.jdbc.NotificationServiceImpl
 
NotificationServiceImpl - Class in org.apache.agila.impl.memory
 
NotificationServiceImpl() - Constructor for class org.apache.agila.impl.memory.NotificationServiceImpl
 
notify(UserID, String) - Method in class org.apache.agila.services.notification.AbstractNotificationService
Create a notification for a designated user.
notify(UserID, String) - Method in interface org.apache.agila.services.notification.NotificationService
Create a notification for a designated user.
nudge(TokenID) - Method in class org.apache.agila.engine.Engine
 
nudge_from_task(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
nudge_from_task(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
NUMDAYS - Static variable in class org.apache.agila.example.LeaveApplicationTask
 

O

org.apache.agila.dao - package org.apache.agila.dao
 
org.apache.agila.dao.jdbc - package org.apache.agila.dao.jdbc
 
org.apache.agila.engine - package org.apache.agila.engine
 
org.apache.agila.example - package org.apache.agila.example
 
org.apache.agila.impl - package org.apache.agila.impl
Holds platform specific implementations
org.apache.agila.impl.dao - package org.apache.agila.impl.dao
 
org.apache.agila.impl.jdbc - package org.apache.agila.impl.jdbc
 
org.apache.agila.impl.memory - package org.apache.agila.impl.memory
 
org.apache.agila.impl.servlet - package org.apache.agila.impl.servlet
 
org.apache.agila.impl.web - package org.apache.agila.impl.web
 
org.apache.agila.model - package org.apache.agila.model
 
org.apache.agila.model.node - package org.apache.agila.model.node
 
org.apache.agila.services - package org.apache.agila.services
 
org.apache.agila.services.log - package org.apache.agila.services.log
 
org.apache.agila.services.notification - package org.apache.agila.services.notification
 
org.apache.agila.services.rendezvous - package org.apache.agila.services.rendezvous
Three different typs of rendezvous node : UNIVERSAL - not implemented GLOBAL - can synchronize instances of the same process LOCAL - used w/in the same instance of a process PRIVATE - used by a single node
org.apache.agila.services.task - package org.apache.agila.services.task
 
org.apache.agila.services.user - package org.apache.agila.services.user
 
org.apache.agila.util - package org.apache.agila.util
 

P

POST - Static variable in interface org.apache.agila.engine.Token
 
PRE - Static variable in interface org.apache.agila.engine.Token
possible states for a token
processAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.example.LeaveApplicationHandler
 
processAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.example.LeaveApprovalHandler
 
processAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.model.node.TaskHandler
 
processAction(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.agila.services.task.HTTPResponseHandler
 
processMessage(EngineMessage) - Method in class org.apache.agila.engine.MessageProcessor
Message processing routine.
PROP_NOTIFICATION_MODE - Static variable in interface org.apache.agila.services.user.UserPropertyDefs
Designates the chosen mode for notification
PROP_USER_EMAIL - Static variable in interface org.apache.agila.services.user.UserPropertyDefs
Designates the user's email address

Q

QueueService - Interface in org.apache.agila.services
Interface for handling message movement in the engine
QueueServiceImpl - Class in org.apache.agila.impl
 
QueueServiceImpl(MessageProcessor) - Constructor for class org.apache.agila.impl.QueueServiceImpl
 

R

REASON - Static variable in class org.apache.agila.example.LeaveApplicationTask
 
registerInstanceStart(InstanceID) - Method in class org.apache.agila.services.rendezvous.AbstractRendezvousService
Registers an instance when one begins.
registerInstanceStart(InstanceID) - Method in interface org.apache.agila.services.rendezvous.RendezvousService
Registers an instance when one begins.
registerListener(InstanceLifecycleListener) - Method in class org.apache.agila.services.AbstractInstanceService
 
registerListener(InstanceLifecycleListener) - Method in interface org.apache.agila.services.InstanceService
 
registerNode(Node) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
registerProcessRendezvous(BusinessProcessID, RendezvousPolicyInfo) - Method in class org.apache.agila.services.rendezvous.AbstractRendezvousService
Registers a policy for a given business process.
registerProcessRendezvous(BusinessProcessID, RendezvousPolicyInfo) - Method in interface org.apache.agila.services.rendezvous.RendezvousService
Registers a policy for a given business process.
render(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.example.LeaveApplicationHandler
 
render(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.example.LeaveApprovalHandler
 
render(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.model.node.TaskHandler
 
render(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.agila.services.task.HTTPRenderer
 
Renderer - Interface in org.apache.agila.services.task
 
renderTemplate(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
renderTemplate(HttpServletRequest, HttpServletResponse, VelocityContext, String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
RendezvousException - Exception in org.apache.agila.services.rendezvous
 
RendezvousException(String) - Constructor for exception org.apache.agila.services.rendezvous.RendezvousException
 
RendezvousNode - Interface in org.apache.agila.services.rendezvous
 
RendezvousPolicy - Interface in org.apache.agila.services.rendezvous
 
RendezvousPolicyInfo - Class in org.apache.agila.services.rendezvous
 
RendezvousPolicyInfo(String, NodeID, RendezvousPolicy) - Constructor for class org.apache.agila.services.rendezvous.RendezvousPolicyInfo
 
RendezvousRegistration - Interface in org.apache.agila.services.rendezvous
Identifier representing participation of a node in a rendezvoud
RendezvousService - Interface in org.apache.agila.services.rendezvous
Service to handle rendezvous/milestone/synch services
RendezvousServiceImpl - Class in org.apache.agila.impl
 
RendezvousServiceImpl() - Constructor for class org.apache.agila.impl.RendezvousServiceImpl
 
resolve(Actor) - Method in class org.apache.agila.impl.ActorResolverServiceImpl
 
resolve(Actor) - Method in interface org.apache.agila.services.ActorResolverService
Resolves an abstract named Actor.
ResponseHandler - Interface in org.apache.agila.services.task
 
ResponseHandlerResponse - Class in org.apache.agila.services.task
The ResponseHandlerResponse is the class that holds all the information necessary for a 'response handler'- for example a portlet dealing with tasks - to determine it can send a message to the message processor to continue the activity, or to return to user for more information.
ResponseHandlerResponse() - Constructor for class org.apache.agila.services.task.ResponseHandlerResponse
 
ResponseHandlerResponse(boolean, TokenID, String, Serializable) - Constructor for class org.apache.agila.services.task.ResponseHandlerResponse
 
resume(InstanceID) - Method in class org.apache.agila.engine.Engine
 
resume(InstanceID) - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
 
resume(InstanceID) - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
 
resume(InstanceID) - Method in interface org.apache.agila.services.InstanceService
Resumes a halted process instance.
resume_instance(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
Resume the instance.
run() - Method in class org.apache.agila.impl.QueueServiceImpl
 

S

save(Notification) - Method in class org.apache.agila.impl.jdbc.NotificationServiceImpl
 
save(Notification) - Method in class org.apache.agila.impl.memory.NotificationServiceImpl
 
save(Instance) - Method in class org.apache.agila.services.AbstractInstanceService
 
save(Instance) - Method in interface org.apache.agila.services.InstanceService
 
save(Notification) - Method in class org.apache.agila.services.notification.AbstractNotificationService
Update the notification info.
save_user_preference(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
saveInstance(Instance) - Method in interface org.apache.agila.dao.InstanceDAO
 
saveInstance(Instance) - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
saveInstance(Instance) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
saveInstance(Instance) - Method in class org.apache.agila.util.JDBCUtil
 
saveToken(Token) - Method in interface org.apache.agila.dao.TokenDAO
 
saveToken(Token) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
saveToken(Token) - Method in class org.apache.agila.impl.dao.TokenServiceImpl
 
saveToken(Token) - Method in class org.apache.agila.impl.memory.TokenServiceImpl
 
saveToken(Token) - Method in interface org.apache.agila.services.TokenService
Saves the state of a token after modification or update
saveToken(Token) - Method in class org.apache.agila.util.JDBCUtil
 
saveUser(UserInfo) - Method in interface org.apache.agila.dao.UserDAO
 
saveUser(UserInfo) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
saveUser(UserInfo) - Method in class org.apache.agila.services.user.AbstractUserService
 
saveUser(UserInfo) - Method in interface org.apache.agila.services.user.UserService
 
saveUser(UserInfo) - Method in class org.apache.agila.util.JDBCUtil
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.servlet.ActionServlet
Service routine to find action and dispatch to handler
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
Service routine to dispatch via action verb.
SERVLET_KEY - Static variable in class org.apache.agila.impl.servlet.VelocityActionServlet
 
servletContext - Variable in class org.apache.agila.impl.servlet.WebappLoader
 
setAbleToContinue(boolean) - Method in class org.apache.agila.services.task.ResponseHandlerResponse
 
setActive(boolean) - Method in interface org.apache.agila.engine.Token
 
setActive(boolean) - Method in class org.apache.agila.impl.TokenImpl
 
setActivityData(Serializable) - Method in class org.apache.agila.services.task.ResponseHandlerResponse
 
setActivityDataName(String) - Method in class org.apache.agila.services.task.ResponseHandlerResponse
 
setActorResolverService(ActorResolverService) - Method in class org.apache.agila.services.task.AbstractTaskService
 
setAdmin(boolean) - Method in class org.apache.agila.services.user.UserInfo
 
setAppData(Map) - Method in class org.apache.agila.impl.NodeContextImpl
 
setBar(int) - Method in class org.apache.agila.example.LeaveApplicationTask
 
setBoundValue(String, Object) - Method in class org.apache.agila.impl.NodeContextImpl
 
setBoundValue(String, Object) - Method in interface org.apache.agila.model.NodeContext
 
setBusinessProcess(BusinessProcessDAO) - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
setBusinessProcessID(BusinessProcessID) - Method in interface org.apache.agila.engine.Instance
 
setBusinessProcessID(BusinessProcessID) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
setBusinessProcessID(BusinessProcessID) - Method in class org.apache.agila.impl.InstanceImpl
 
setBusinessProcessService(BusinessProcessService) - Method in class org.apache.agila.engine.MessageProcessor
 
setBusinessProcessService(BusinessProcessService) - Method in class org.apache.agila.services.AbstractInstanceService
 
setBusinessProcessService(BusinessProcessService) - Method in class org.apache.agila.services.task.AbstractTaskService
 
setChildNode(Node) - Method in class org.apache.agila.impl.ConnectionImpl
 
setChildNode(Node) - Method in interface org.apache.agila.model.Connection
Set the child node for this connection.
setCurrentExecutionToken(Token) - Method in class org.apache.agila.impl.NodeContextImpl
 
setCurrentNodeID(NodeID) - Method in interface org.apache.agila.engine.Token
Sets the nodeid for this token
setCurrentNodeID(NodeID) - Method in class org.apache.agila.impl.TokenImpl
 
setCurrentState(int) - Method in interface org.apache.agila.engine.Token
Sets the current state of the token
setCurrentState(int) - Method in class org.apache.agila.impl.TokenImpl
 
setCurrentTokenID(TokenID) - Method in interface org.apache.agila.engine.EngineMessage
Sets the current TokenID for this message
setCurrentTokenID(TokenID) - Method in class org.apache.agila.impl.EngineMessageImpl
 
setDataSource(DataSource) - Method in class org.apache.agila.dao.jdbc.BusinessProcessDAOJdbc
 
setDataSource(DataSource) - Method in class org.apache.agila.dao.jdbc.InstanceDAOJdbc
 
setDefaultValue(Object) - Method in class org.apache.agila.model.Variable
 
setDescription(String) - Method in class org.apache.agila.model.Variable
 
setDisplayName(String) - Method in class org.apache.agila.impl.ConnectionImpl
 
setDisplayName(String) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
setDisplayName(String) - Method in interface org.apache.agila.model.Node
 
setExecutionContinue(TokenID, int, String, Serializable) - Method in class org.apache.agila.impl.memory.TimerServiceImpl
 
setExecutionContinue(TokenID, int, String, Serializable) - Method in interface org.apache.agila.services.TimerService
Sets a timer for a given workflow instance (via tokenID)
setExecutionInstanceService(InstanceService) - Method in class org.apache.agila.engine.MessageProcessor
 
setFoo(String) - Method in class org.apache.agila.example.LeaveApplicationTask
 
setGraphAsXML(String) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
setGraphName(String) - Method in interface org.apache.agila.engine.Instance
 
setGraphName(String) - Method in class org.apache.agila.impl.InstanceImpl
 
setInboundConnections(Connection[]) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
setInboundConnections(Connection[]) - Method in interface org.apache.agila.model.Node
 
setInstanceID(InstanceID) - Method in interface org.apache.agila.engine.Instance
 
setInstanceID(InstanceID) - Method in class org.apache.agila.impl.InstanceImpl
 
setInstanceID(InstanceID) - Method in class org.apache.agila.impl.TokenImpl
 
setInstanceID(InstanceID) - Method in class org.apache.agila.services.task.TaskImpl
 
setInstanceService(InstanceService) - Method in class org.apache.agila.services.rendezvous.AbstractRendezvousService
 
setInstanceService(InstanceService) - Method in class org.apache.agila.services.task.AbstractTaskService
 
setInstanceVariables(Map) - Method in interface org.apache.agila.engine.Instance
 
setInstanceVariables(Map) - Method in class org.apache.agila.impl.InstanceImpl
 
setIssueDate(Date) - Method in class org.apache.agila.impl.NotificationImpl
 
setLastStepDate(Date) - Method in class org.apache.agila.impl.InstanceImpl
 
setLogService(LogService) - Method in class org.apache.agila.engine.MessageProcessor
 
setLogService(LogService) - Method in class org.apache.agila.services.AbstractInstanceService
 
setLogService(LogService) - Method in class org.apache.agila.services.rendezvous.AbstractRendezvousService
 
setMessage(String) - Method in class org.apache.agila.impl.NotificationImpl
 
setMessageType(int) - Method in interface org.apache.agila.engine.EngineMessage
Sets the type of the message
setMessageType(int) - Method in class org.apache.agila.impl.EngineMessageImpl
 
setName(String) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
setName(String) - Method in class org.apache.agila.model.Variable
 
setNextExecutionToken(Token) - Method in class org.apache.agila.impl.NodeContextImpl
 
setNodeId(NodeID) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
setNodeId(NodeID) - Method in interface org.apache.agila.model.Node
 
setNodeTrack(String[]) - Method in class org.apache.agila.services.InstanceInfo
 
setNotificationID(NotificationID) - Method in class org.apache.agila.impl.NotificationImpl
 
setNotificationService(NotificationService) - Method in class org.apache.agila.engine.MessageProcessor
 
setNotificationService(NotificationService) - Method in class org.apache.agila.services.task.AbstractTaskService
 
setOutboundConnections(Connection[]) - Method in class org.apache.agila.model.node.BaseNodeImpl
 
setOutboundConnections(Connection[]) - Method in interface org.apache.agila.model.Node
 
setParentNode(Node) - Method in class org.apache.agila.impl.ConnectionImpl
 
setParentNode(Node) - Method in interface org.apache.agila.model.Connection
Set the parent node for this connection.
setProperty(String, Serializable) - Method in class org.apache.agila.services.user.UserInfo
 
setProperty(Node, String, String) - Static method in class org.apache.agila.util.XMLUtil
Sets the JavaBean property on the given node from the given name and value
setQueueService(QueueService) - Method in class org.apache.agila.engine.MessageProcessor
 
setQueueService(QueueService) - Method in class org.apache.agila.impl.memory.TimerServiceImpl
 
setQueueService(QueueService) - Method in class org.apache.agila.services.AbstractInstanceService
 
setRequiredForInput(boolean) - Method in class org.apache.agila.model.Variable
 
setRoot(Node) - Method in class org.apache.agila.impl.BusinessProcessImpl
 
setSourceTokenID(TokenID) - Method in class org.apache.agila.services.task.TaskImpl
 
setStartDate(Date) - Method in class org.apache.agila.impl.InstanceImpl
 
setStatus(int) - Method in interface org.apache.agila.engine.Instance
 
setStatus(int) - Method in class org.apache.agila.impl.InstanceImpl
 
setStatus(int) - Method in class org.apache.agila.impl.NotificationImpl
 
setStatus(int) - Method in class org.apache.agila.services.task.TaskImpl
 
setTaskDescription(String) - Method in class org.apache.agila.services.task.TaskImpl
 
setTaskExpirationDate(Date) - Method in class org.apache.agila.services.task.TaskImpl
 
setTaskID(TaskID) - Method in interface org.apache.agila.services.task.Task
 
setTaskID(TaskID) - Method in class org.apache.agila.services.task.TaskImpl
 
setTaskService(TaskService) - Method in class org.apache.agila.engine.MessageProcessor
 
setTaskService(TaskService) - Method in class org.apache.agila.impl.NodeContextImpl
 
setTaskStatus(TaskID, int) - Method in class org.apache.agila.services.task.AbstractTaskService
sets the status of a task
setTaskStatus(int) - Method in interface org.apache.agila.services.task.Task
 
setTaskStatus(int) - Method in class org.apache.agila.services.task.TaskImpl
 
setTaskStatus(TaskID, int) - Method in interface org.apache.agila.services.task.TaskService
sets the status of a test
setTaskStatusForInstance(InstanceID, int, int) - Method in interface org.apache.agila.dao.TaskDAO
 
setTaskStatusForInstance(InstanceID, int, int) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
setTaskStatusForInstance(InstanceID, int, int) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
 
setTaskStatusForInstance(InstanceID, int, int) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
 
setTaskStatusForInstance(InstanceID, int, int) - Method in interface org.apache.agila.services.task.TaskService
Updates the status of all tasks of the oldStatus on the given workflow instance to the newStatus.
setTaskStatusForInstance(InstanceID, int, int) - Method in class org.apache.agila.util.JDBCUtil
 
setTeamID(GroupID) - Method in class org.apache.agila.services.task.TaskImpl
 
setTimerService(TimerService) - Method in class org.apache.agila.engine.MessageProcessor
 
setTimerService(TimerService) - Method in class org.apache.agila.impl.NodeContextImpl
 
setTimerService(TimerService) - Method in class org.apache.agila.model.node.DelayNode
 
setTimerService(TimerService) - Method in class org.apache.agila.services.task.AbstractTaskService
 
setTokenID(TokenID) - Method in class org.apache.agila.impl.TokenImpl
 
setTokenID(TokenID) - Method in class org.apache.agila.services.task.ResponseHandlerResponse
 
setTokenService(TokenService) - Method in class org.apache.agila.engine.MessageProcessor
 
setTokenService(TokenService) - Method in class org.apache.agila.services.AbstractInstanceService
 
setTokenService(TokenService) - Method in class org.apache.agila.services.task.AbstractTaskService
 
setType(Class) - Method in class org.apache.agila.model.Variable
 
setUserID(UserID) - Method in class org.apache.agila.impl.NotificationImpl
 
setUserID(UserID) - Method in interface org.apache.agila.services.task.Task
 
setUserID(UserID) - Method in class org.apache.agila.services.task.TaskImpl
 
setUserID(UserID) - Method in class org.apache.agila.services.user.UserInfo
 
setUserName(String) - Method in class org.apache.agila.services.user.UserInfo
 
setUserPassword(String) - Method in class org.apache.agila.services.user.UserInfo
 
setUserPrincipal(String) - Method in class org.apache.agila.services.user.UserInfo
 
setValue(Object) - Method in class org.apache.agila.model.Variable
 
show_instance_list(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
show_instance_list(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
show_notification_list(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
show_process_list(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
show_process_list(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
show_task_list(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
show_task_list(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
show_user_list(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
Display the list of users
show_user_preference(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
SimpleDecision - Class in org.apache.agila.model.node
(c) 2004 Gluecode Software Inc.
SimpleDecision() - Constructor for class org.apache.agila.model.node.SimpleDecision
 
start() - Method in class org.apache.agila.impl.QueueServiceImpl
 
start(InstanceID) - Method in class org.apache.agila.services.AbstractInstanceService
 
start(InstanceID) - Method in interface org.apache.agila.services.InstanceService
 
start_process_instance(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
start_process_instance(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
start_process_instance_with_variables(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
startNewInstance(int, Map) - Method in class org.apache.agila.engine.Engine
 
StartNode - Class in org.apache.agila.model.node
Simple start node implementation.
StartNode() - Constructor for class org.apache.agila.model.node.StartNode
 
STATIC - Static variable in class org.apache.agila.model.Binding
 
STATUS_ACTIVE - Static variable in interface org.apache.agila.services.notification.Notification
 
STATUS_COMPLETE - Static variable in interface org.apache.agila.engine.Instance
 
STATUS_INACTIVE - Static variable in interface org.apache.agila.services.notification.Notification
 
STATUS_RUNNING - Static variable in interface org.apache.agila.engine.Instance
 
STATUS_STOPPED - Static variable in interface org.apache.agila.engine.Instance
 
STATUS_SUSPENDED - Static variable in interface org.apache.agila.engine.Instance
 
StdoutLogService - Class in org.apache.agila.impl
 
StdoutLogService() - Constructor for class org.apache.agila.impl.StdoutLogService
 
stop(InstanceID) - Method in class org.apache.agila.engine.Engine
 
stop(InstanceID) - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
 
stop(InstanceID) - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
 
stop(InstanceID) - Method in interface org.apache.agila.services.InstanceService
Stop a running process instance.
stop_instance(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
Stop the instance.
StopNode - Class in org.apache.agila.model.node
Stop node - just notes stopping to console
StopNode() - Constructor for class org.apache.agila.model.node.StopNode
 
submit_task_info(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
suspend(InstanceID) - Method in class org.apache.agila.engine.Engine
 
suspend(InstanceID) - Method in class org.apache.agila.impl.dao.InstanceServiceImpl
 
suspend(InstanceID) - Method in class org.apache.agila.impl.memory.InstanceServiceImpl
 
suspend(InstanceID) - Method in interface org.apache.agila.services.InstanceService
Suspend a running process instance.
suspend_instance(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
Suspend the instance.

T

Task - Interface in org.apache.agila.services.task
Represents a task for a user to do
TASK_ALL - Static variable in interface org.apache.agila.services.task.Task
 
TASK_CANCELLED - Static variable in interface org.apache.agila.services.task.Task
 
TASK_COMPLETE - Static variable in interface org.apache.agila.services.task.Task
 
TASK_INCOMPLETE - Static variable in interface org.apache.agila.services.task.Task
 
TaskActivity - Interface in org.apache.agila.services.task
 
TaskDAO - Interface in org.apache.agila.dao
$Id: TaskDAO.java 232595 2005-08-14 11:11:13Z clim $
TaskHandler - Class in org.apache.agila.model.node
 
TaskHandler(NodeContext) - Constructor for class org.apache.agila.model.node.TaskHandler
 
TaskID - Class in org.apache.agila.services.task
 
TaskID() - Constructor for class org.apache.agila.services.task.TaskID
 
TaskID(int) - Constructor for class org.apache.agila.services.task.TaskID
 
TaskImpl - Class in org.apache.agila.services.task
 
TaskImpl() - Constructor for class org.apache.agila.services.task.TaskImpl
 
TaskImpl(UserID, TokenID, InstanceID, String, Date, int) - Constructor for class org.apache.agila.services.task.TaskImpl
 
TaskImpl(GroupID, TokenID, InstanceID, String, Date, int) - Constructor for class org.apache.agila.services.task.TaskImpl
 
TaskService - Interface in org.apache.agila.services.task
Manages tasks for users
TaskServiceImpl - Class in org.apache.agila.impl.dao
A provide which delegates to an AgilaDAO for all of the detailed persistence methods.
TaskServiceImpl(AgilaDAO) - Constructor for class org.apache.agila.impl.dao.TaskServiceImpl
 
TaskServiceImpl - Class in org.apache.agila.impl.jdbc
 
TaskServiceImpl() - Constructor for class org.apache.agila.impl.jdbc.TaskServiceImpl
 
TaskServiceImpl - Class in org.apache.agila.impl.memory
 
TaskServiceImpl() - Constructor for class org.apache.agila.impl.memory.TaskServiceImpl
 
TEMPLATE_PATH_KEY - Static variable in class org.apache.agila.impl.servlet.VelocityActionServlet
 
Test - Class in org.apache.agila.impl
 
Test() - Constructor for class org.apache.agila.impl.Test
 
TestNotification - Class in org.apache.agila.model.node
 
TestNotification() - Constructor for class org.apache.agila.model.node.TestNotification
 
TestTaskNode - Class in org.apache.agila.model.node
Simple demo of a node that assigns a task and waits for completion
TestTaskNode() - Constructor for class org.apache.agila.model.node.TestTaskNode
 
TimerService - Interface in org.apache.agila.services
Interface to the timer service.
TimerServiceImpl - Class in org.apache.agila.impl.memory
 
TimerServiceImpl() - Constructor for class org.apache.agila.impl.memory.TimerServiceImpl
 
Token - Interface in org.apache.agila.engine
 
TokenDAO - Interface in org.apache.agila.dao
$Id: TokenDAO.java 232595 2005-08-14 11:11:13Z clim $
TokenID - Class in org.apache.agila.engine
 
TokenID(int) - Constructor for class org.apache.agila.engine.TokenID
 
TokenImpl - Class in org.apache.agila.impl
 
TokenImpl() - Constructor for class org.apache.agila.impl.TokenImpl
 
TokenService - Interface in org.apache.agila.services
 
TokenServiceImpl - Class in org.apache.agila.impl.dao
A provide which delegates to an AgilaDAO for all of the detailed persistence methods.
TokenServiceImpl(AgilaDAO) - Constructor for class org.apache.agila.impl.dao.TokenServiceImpl
 
TokenServiceImpl - Class in org.apache.agila.impl.jdbc
 
TokenServiceImpl() - Constructor for class org.apache.agila.impl.jdbc.TokenServiceImpl
 
TokenServiceImpl - Class in org.apache.agila.impl.memory
 
TokenServiceImpl() - Constructor for class org.apache.agila.impl.memory.TokenServiceImpl
 
toString() - Method in class org.apache.agila.impl.EngineMessageImpl
 
toString() - Method in class org.apache.agila.impl.TokenImpl
 
toString() - Method in class org.apache.agila.services.task.TaskImpl
 
toString() - Method in class org.apache.agila.services.user.UserInfo
 
toString() - Method in class org.apache.agila.util.BaseID
 
trace(String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
trace messages
trace(String, Throwable) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
traverse(Token) - Method in class org.apache.agila.impl.ConnectionImpl
 
traverse(Token) - Method in interface org.apache.agila.model.Connection
Moves a token to the 'child' or 'bottom' node, setting the state appropriately
TYPE_GLOBAL - Static variable in interface org.apache.agila.services.rendezvous.RendezvousNode
Can be shared accross instances of the same process
TYPE_HALT_EXECUTION - Static variable in interface org.apache.agila.engine.EngineMessage
 
TYPE_LOCAL - Static variable in interface org.apache.agila.services.rendezvous.RendezvousNode
For use only within a given instance
TYPE_MOVE_TOKEN - Static variable in interface org.apache.agila.engine.EngineMessage
 
TYPE_PRIVATE - Static variable in interface org.apache.agila.services.rendezvous.RendezvousNode
For private node use

U

unknownAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.servlet.ActionServlet
Called when there is a request w/ an unknown action verb
unknownAction(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
Abstract method to be implemented by children, calle when the action specified is not found
unknownAction(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
Abstract method to be implemented by children, calle when the action specified is not found
unknownAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
Implement this to make our parent happy
unknownAction(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
Called when the action specified is not found
unlockTaskForUser(TaskID, UserID) - Method in interface org.apache.agila.dao.TaskDAO
 
unlockTaskForUser(TaskID, UserID) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
unlockTaskForUser(TaskID, UserID) - Method in class org.apache.agila.impl.dao.TaskServiceImpl
 
unlockTaskForUser(TaskID, UserID) - Method in class org.apache.agila.impl.memory.TaskServiceImpl
 
unlockTaskForUser(TaskID, UserID) - Method in interface org.apache.agila.services.task.TaskService
Unlocks the task for the given user so that its given back to the team for another user to complete.
unlockTaskForUser(TaskID, UserID) - Method in class org.apache.agila.util.JDBCUtil
 
unwrap(Object) - Method in class org.apache.agila.impl.QueueServiceImpl
Unwraps a transport object to get the enclosed engine message This is necessary because the transport receiver may be decoupled from the QueueService implementation, and this will isolate the transport from clients and other services
unwrap(Object) - Method in interface org.apache.agila.services.QueueService
Unwraps a transport object to get the enclosed engine message This is necessary because the transport receiver may be decoupled from the QueueService implementation, and this will isolate the transport from clients and other services
updateTask(Task) - Method in interface org.apache.agila.dao.TaskDAO
 
updateTask(Task) - Method in interface org.apache.agila.impl.dao.AgilaDAO
 
updateTask(Task) - Method in class org.apache.agila.util.JDBCUtil
 
upload_process(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
upload_process(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
upload_submit(HttpServletRequest, HttpServletResponse, VelocityContext) - Method in class org.apache.agila.impl.servlet.AgilaServlet
 
upload_submit(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
user_logout(HttpServletRequest, HttpServletResponse) - Method in class org.apache.agila.impl.web.AgilaServlet
 
UserDAO - Interface in org.apache.agila.dao
$Id: UserDAO.java 232595 2005-08-14 11:11:13Z clim $
UserID - Class in org.apache.agila.services.user
 
UserID(int) - Constructor for class org.apache.agila.services.user.UserID
 
userID - Variable in class org.apache.agila.services.user.UserInfo
 
UserInfo - Class in org.apache.agila.services.user
 
UserInfo() - Constructor for class org.apache.agila.services.user.UserInfo
 
UserInfo(String, String, String, boolean) - Constructor for class org.apache.agila.services.user.UserInfo
 
userName - Variable in class org.apache.agila.services.user.UserInfo
 
userPassword - Variable in class org.apache.agila.services.user.UserInfo
 
userPrincipal - Variable in class org.apache.agila.services.user.UserInfo
 
UserPropertyDefs - Interface in org.apache.agila.services.user
 
UserService - Interface in org.apache.agila.services.user
 
UserServiceImpl - Class in org.apache.agila.impl.dao
A provide which delegates to an AgilaDAO for all of the detailed persistence methods.
UserServiceImpl(AgilaDAO) - Constructor for class org.apache.agila.impl.dao.UserServiceImpl
 
UserServiceImpl - Class in org.apache.agila.impl.jdbc
 
UserServiceImpl() - Constructor for class org.apache.agila.impl.jdbc.UserServiceImpl
 
UserServiceImpl - Class in org.apache.agila.impl.memory
 
UserServiceImpl() - Constructor for class org.apache.agila.impl.memory.UserServiceImpl
 

V

Variable - Class in org.apache.agila.model
Represents a variable in a workflow.
Variable(String, String, Class, Object, boolean) - Constructor for class org.apache.agila.model.Variable
 
VelocityActionServlet - Class in org.apache.agila.impl.servlet
Standard riff ont he actionservlet idea
VelocityActionServlet() - Constructor for class org.apache.agila.impl.servlet.VelocityActionServlet
 
VelocityActionServlet.ServletAppContext - Class in org.apache.agila.impl.servlet
little wrapper class to safely pass the ServletContext to the loader

W

warn(String) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
warning message
warn(String, Throwable) - Method in class org.apache.agila.impl.servlet.VelocityActionServlet
 
WebappLoader - Class in org.apache.agila.impl.servlet
 
WebappLoader() - Constructor for class org.apache.agila.impl.servlet.WebappLoader
 
WebappLoaderAppContext - Interface in org.apache.agila.impl.servlet
 

X

XMLUtil - Class in org.apache.agila.util
Utility class for converting workflow XML to objects
XMLUtil() - Constructor for class org.apache.agila.util.XMLUtil
 

A B C D E F G H I J K L M N O P Q R S T U V W X

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