|
Novell exteNd Director 5.0 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sssw.wf.client.EboFactory
Workflow client factory class. This factory generates client delegates for accessing the workflow api.
| Constructor Summary | |
EboFactory()
|
|
| Method Summary | |
static EbiAddressee |
createAddressee(String type,
String addressee)
This factory method returns an addressee. |
static EbiContext |
createEbiContext()
Returns a workflow context. |
static EbiContext |
createEbiContext(EbiContext fwContext)
Returns a workflow context. |
static EbiContext |
createEbiContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns a workflow context. |
static EbiAuditDelegate |
getAuditDelegate()
Returns a queue audit delegate. |
static EbiQueueDelegate |
getQueueDelegate()
Returns a workflow queue delegate. |
static EbiWorkflowEngineDelegate |
getWorkflowEngineDelegate()
Returns a workflow engine delegate. |
| Constructor Detail |
public EboFactory()
| Method Detail |
public static EbiContext createEbiContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws EboFactoryException
request - - HttpServletRequestresponse - - HttpServletResponse
public static EbiContext createEbiContext()
throws EboFactoryException
public static EbiContext createEbiContext(EbiContext fwContext)
throws EboFactoryException
context - - a framework context
public static EbiAddressee createAddressee(String type,
String addressee)
type - - the type of addressee (User or Role)addressee - - the new addressee
public static EbiWorkflowEngineDelegate getWorkflowEngineDelegate()
throws EboFactoryException
public static EbiQueueDelegate getQueueDelegate()
throws EboFactoryException
public static EbiAuditDelegate getAuditDelegate()
throws EboFactoryException
|
Novell exteNd Director 5.0 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||