| java.lang.Object com.opensymphony.workflow.spi.prevayler.QueryLogic
QueryLogic | public class QueryLogic (Code) | | This is basically the query logic cut and pasted from MemoryWorkflowStore. I've separated
it into a separate class which relies on WorkflowStore for its query base, that way any future
or other WorkflowStore can rely on this logic.
I thought about refactoring MemoryWorkflowStore to use this class, but as its such a well used
class I didn't want to do it before some more eyes looked at things here.
author: Christopher Farnham |
|
|