Uses of Interface
org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository

Packages that use WorkflowInstanceRepository
org.apache.oodt.cas.workflow.engine   
org.apache.oodt.cas.workflow.instrepo   
org.apache.oodt.cas.workflow.util   
 

Uses of WorkflowInstanceRepository in org.apache.oodt.cas.workflow.engine
 

Methods in org.apache.oodt.cas.workflow.engine that return WorkflowInstanceRepository
 WorkflowInstanceRepository WorkflowEngine.getInstanceRepository()
          Gets the WorkflowInstanceRepository used by this WorkflowEngine.
 WorkflowInstanceRepository ThreadPoolWorkflowEngine.getInstanceRepository()
           
 WorkflowInstanceRepository NonBlockingThreadPoolWorkflowEngine.getInstanceRepository()
           
 WorkflowInstanceRepository NonBlockingIterativeWorkflowProcessorThread.getInstanceRepository()
           
 WorkflowInstanceRepository IterativeWorkflowProcessorThread.getInstanceRepository()
           
 

Methods in org.apache.oodt.cas.workflow.engine with parameters of type WorkflowInstanceRepository
 void NonBlockingIterativeWorkflowProcessorThread.setInstanceRepository(WorkflowInstanceRepository instRep)
           
 void IterativeWorkflowProcessorThread.setInstanceRepository(WorkflowInstanceRepository instRep)
           
 

Constructors in org.apache.oodt.cas.workflow.engine with parameters of type WorkflowInstanceRepository
IterativeWorkflowProcessorThread(WorkflowInstance wInst, WorkflowInstanceRepository instRep, URL wParentUrl)
           
NonBlockingIterativeWorkflowProcessorThread(WorkflowInstance wInst, WorkflowInstanceRepository instRep, URL wParentUrl)
           
NonBlockingThreadPoolWorkflowEngine(WorkflowInstanceRepository instRep, int queueSize, int maxPoolSize, int minPoolSize, long threadKeepAliveTime, boolean unlimitedQueue, URL resUrl)
          Default Constructor.
ThreadPoolWorkflowEngine(WorkflowInstanceRepository instRep, int queueSize, int maxPoolSize, int minPoolSize, long threadKeepAliveTime, boolean unlimitedQueue, URL resUrl)
          Default Constructor.
 

Uses of WorkflowInstanceRepository in org.apache.oodt.cas.workflow.instrepo
 

Classes in org.apache.oodt.cas.workflow.instrepo that implement WorkflowInstanceRepository
 class AbstractPaginatibleInstanceRepository
           
 class DataSourceWorkflowInstanceRepository
           
 class LuceneWorkflowInstanceRepository
           
 class MemoryWorkflowInstanceRepository
           
 

Methods in org.apache.oodt.cas.workflow.instrepo that return WorkflowInstanceRepository
 WorkflowInstanceRepository WorkflowInstanceRepositoryFactory.createInstanceRepository()
           
 WorkflowInstanceRepository MemoryWorkflowInstanceRepositoryFactory.createInstanceRepository()
           
 WorkflowInstanceRepository LuceneWorkflowInstanceRepositoryFactory.createInstanceRepository()
           
 WorkflowInstanceRepository DataSourceWorkflowInstanceRepositoryFactory.createInstanceRepository()
           
 

Uses of WorkflowInstanceRepository in org.apache.oodt.cas.workflow.util
 

Methods in org.apache.oodt.cas.workflow.util that return WorkflowInstanceRepository
static WorkflowInstanceRepository GenericWorkflowObjectFactory.getWorkflowInstanceRepositoryFromClassName(String serviceFactory)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.