Uses of Class
org.apache.agila.engine.InstanceID

Packages that use InstanceID
org.apache.agila.dao   
org.apache.agila.dao.jdbc   
org.apache.agila.engine   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.dao   
org.apache.agila.impl.memory   
org.apache.agila.services   
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   
org.apache.agila.util   
 

Uses of InstanceID in org.apache.agila.dao
 

Methods in org.apache.agila.dao with parameters of type InstanceID
 java.util.List TokenDAO.getActiveTokensForInstance(InstanceID instanceID)
           
 Instance InstanceDAO.getInstanceByID(InstanceID id)
           
 java.util.List TaskDAO.getTasksForInstance(InstanceID instanceID, int status)
           
 Token TokenDAO.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 int TaskDAO.setTaskStatusForInstance(InstanceID instanceID, int oldStatus, int newStatus)
           
 

Uses of InstanceID in org.apache.agila.dao.jdbc
 

Methods in org.apache.agila.dao.jdbc with parameters of type InstanceID
 Instance InstanceDAOJdbc.getInstanceByID(InstanceID id)
           
 

Uses of InstanceID in org.apache.agila.engine
 

Methods in org.apache.agila.engine that return InstanceID
 InstanceID Token.getInstanceID()
          return the process instance ID for which this token is associated
 InstanceID Instance.getInstanceID()
           
 InstanceID Engine.startNewInstance(int processID, java.util.Map params)
           
 

Methods in org.apache.agila.engine with parameters of type InstanceID
 void Engine.resume(InstanceID instanceID)
           
 void Instance.setInstanceID(InstanceID id)
           
 void Engine.stop(InstanceID instanceID)
           
 void Engine.suspend(InstanceID instanceID)
           
 

Uses of InstanceID in org.apache.agila.impl
 

Methods in org.apache.agila.impl that return InstanceID
 InstanceID TokenImpl.getInstanceID()
           
 InstanceID InstanceImpl.getInstanceID()
           
 

Methods in org.apache.agila.impl with parameters of type InstanceID
 void TokenImpl.setInstanceID(InstanceID instanceId)
           
 void InstanceImpl.setInstanceID(InstanceID id)
           
 

Uses of InstanceID in org.apache.agila.impl.dao
 

Methods in org.apache.agila.impl.dao with parameters of type InstanceID
 java.util.List TokenServiceImpl.getActiveTokensForInstance(InstanceID instanceID)
           
 java.util.List AgilaDAO.getActiveTokensForInstance(InstanceID instanceID)
           
 Instance AgilaDAO.getInstanceByID(InstanceID id)
           
 java.util.List TaskServiceImpl.getTasksForInstance(InstanceID instanceID, int status)
           
 java.util.List AgilaDAO.getTasksForInstance(InstanceID instanceID, int status)
           
protected  Instance InstanceServiceImpl.internalGetByID(InstanceID id)
          returns an instance by ID from the persistence store
 Token TokenServiceImpl.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 Token AgilaDAO.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 void InstanceServiceImpl.resume(InstanceID id)
           
 int TaskServiceImpl.setTaskStatusForInstance(InstanceID instanceID, int oldStatus, int newStatus)
           
 int AgilaDAO.setTaskStatusForInstance(InstanceID instanceID, int oldStatus, int newStatus)
           
 void InstanceServiceImpl.stop(InstanceID id)
           
 void InstanceServiceImpl.suspend(InstanceID id)
           
 

Uses of InstanceID in org.apache.agila.impl.memory
 

Methods in org.apache.agila.impl.memory with parameters of type InstanceID
 java.util.List TokenServiceImpl.getActiveTokensForInstance(InstanceID instanceID)
           
 java.util.List TaskServiceImpl.getTasksForInstance(InstanceID instanceID, int type)
           
protected  Instance InstanceServiceImpl.internalGetByID(InstanceID id)
          returns an instance by ID from the persistence store
 Token TokenServiceImpl.newToken(InstanceID instanceID, NodeID nodeID, int state)
           
 void InstanceServiceImpl.resume(InstanceID id)
           
 int TaskServiceImpl.setTaskStatusForInstance(InstanceID instanceID, int oldType, int newType)
           
 void InstanceServiceImpl.stop(InstanceID id)
           
 void InstanceServiceImpl.suspend(InstanceID id)
           
 

Uses of InstanceID in org.apache.agila.services
 

Methods in org.apache.agila.services that return InstanceID
 InstanceID InstanceInfo.getInstanceID()
           
 InstanceID InstanceService.newInstance(BusinessProcessID processID, java.util.Map params)
          Returns a new instance for a given processID
 InstanceID AbstractInstanceService.newInstance(BusinessProcessID processID, java.util.Map params)
           
 

Methods in org.apache.agila.services with parameters of type InstanceID
 java.util.List TokenService.getActiveTokensForInstance(InstanceID instanceID)
          Returns all tokens active for a given execution instance of a business process
 Instance InstanceService.getInstanceByID(InstanceID id)
           
 Instance AbstractInstanceService.getInstanceByID(InstanceID id)
           
 InstanceInfo InstanceService.getInstanceInfoByID(InstanceID id)
           
 InstanceInfo AbstractInstanceService.getInstanceInfoByID(InstanceID id)
           
protected abstract  Instance AbstractInstanceService.internalGetByID(InstanceID id)
          returns an instance by ID from the persistence store
 Token TokenService.newToken(InstanceID instanceID, NodeID nodeID, int tokenState)
          token factory - creates a new token with valid token ID.
 void InstanceService.resume(InstanceID id)
          Resumes a halted process instance.
 void InstanceService.start(InstanceID id)
           
 void AbstractInstanceService.start(InstanceID id)
           
 void InstanceService.stop(InstanceID id)
          Stop a running process instance.
 void InstanceService.suspend(InstanceID id)
          Suspend a running process instance.
 

Uses of InstanceID in org.apache.agila.services.rendezvous
 

Methods in org.apache.agila.services.rendezvous with parameters of type InstanceID
 boolean RendezvousService.registerInstanceStart(InstanceID instanceID)
          Registers an instance when one begins.
 boolean AbstractRendezvousService.registerInstanceStart(InstanceID instanceID)
          Registers an instance when one begins.
 

Uses of InstanceID in org.apache.agila.services.task
 

Methods in org.apache.agila.services.task that return InstanceID
 InstanceID TaskImpl.getInstanceID()
           
 InstanceID Task.getInstanceID()
           
 

Methods in org.apache.agila.services.task with parameters of type InstanceID
 java.util.List TaskService.getTasksForInstance(InstanceID instanceID, int status)
          Returns a list of tasks for the given workflow instance which are at the specified status
 void TaskImpl.setInstanceID(InstanceID instanceID)
           
 int TaskService.setTaskStatusForInstance(InstanceID instanceID, int oldStatus, int newStatus)
          Updates the status of all tasks of the oldStatus on the given workflow instance to the newStatus.
 

Constructors in org.apache.agila.services.task with parameters of type InstanceID
TaskImpl(GroupID groupID, TokenID tokenID, InstanceID instanceID, java.lang.String desc, java.util.Date d, int status)
           
TaskImpl(UserID userid, TokenID tokenID, InstanceID instanceID, java.lang.String desc, java.util.Date d, int status)
           
 

Uses of InstanceID in org.apache.agila.util
 

Methods in org.apache.agila.util with parameters of type InstanceID
 java.util.List JDBCUtil.getActiveTokensForInstance(InstanceID instanceID)
           
 Instance JDBCUtil.getInstanceByID(InstanceID instanceID)
           
 java.util.List JDBCUtil.getTasksForInstance(InstanceID instanceID, int status)
           
 Token JDBCUtil.newToken(InstanceID instanceID, NodeID nodeID, int state)
          Create a token with only the InstanceID given
 int JDBCUtil.setTaskStatusForInstance(InstanceID instanceID, int oldStatus, int newStatus)
           
 



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