This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.store.WorkflowStore (Apache Oozie Core 4.0.0 API)

Uses of Class
org.apache.oozie.store.WorkflowStore

Packages that use WorkflowStore
org.apache.oozie.service   
 

Uses of WorkflowStore in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return WorkflowStore
abstract  WorkflowStore WorkflowStoreService.create()
          Return a workflow store instance with a fresh transaction.
 WorkflowStore DBLiteWorkflowStoreService.create()
           
<S extends Store>
WorkflowStore
WorkflowStoreService.create(S store)
          Return a workflow store instance with an existing transaction.
<S extends Store>
WorkflowStore
DBLiteWorkflowStoreService.create(S store)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.