com.irisel.omcrm.olapi
Class BrowserHelper

java.lang.Object
  extended by com.irisel.omcrm.olapi.BrowserHelper

public class BrowserHelper
extends java.lang.Object


Constructor Summary
BrowserHelper(CLBrowser b)
           
 
Method Summary
 CLBrowser getBrowser()
           
 InstanceSet getWorkflowObjects(Instance fq, RelationVO[] rels)
           
 InstanceSet getWorkflowObjectsQueueOld(Instance queue, RelationVO[] rel_ids)
           
 void setBrowser(CLBrowser browser)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserHelper

public BrowserHelper(CLBrowser b)
Method Detail

getWorkflowObjectsQueueOld

public InstanceSet getWorkflowObjectsQueueOld(Instance queue,
                                              RelationVO[] rel_ids)
                                       throws java.sql.SQLException,
                                              java.rmi.RemoteException
Throws:
java.sql.SQLException
java.rmi.RemoteException

getWorkflowObjects

public InstanceSet getWorkflowObjects(Instance fq,
                                      RelationVO[] rels)
                               throws java.sql.SQLException,
                                      java.rmi.RemoteException,
                                      QueryTreeException
Throws:
java.sql.SQLException
java.rmi.RemoteException
QueryTreeException

getBrowser

public CLBrowser getBrowser()

setBrowser

public void setBrowser(CLBrowser browser)