|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfEngineService | |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of WfEngineService in wt.workflow.engine |
Classes in wt.workflow.engine that implement WfEngineService | |
class |
StandardWfEngineService
Standard implementation of the workflow engine service. |
class |
WfEngineServiceFwd
This class WfEngineService represents the client accessible
API to the workflow engine. |
Fields in wt.workflow.engine declared as WfEngineService | |
private WfEngineService |
WfEngineServiceEvent.service
|
static WfEngineService |
WfEngineHelper.service
Supported API: false |
private WfEngineService |
WfCustomEvent.service
|
private WfEngineService |
WfEngineServiceEvent.service
|
static WfEngineService |
WfEngineHelper.service
Supported API: false |
private WfEngineService |
WfCustomEvent.service
|
Methods in wt.workflow.engine that return WfEngineService | |
WfEngineService |
WfEngineServiceEvent.getService()
Gets the value of the attribute: service; Reference to the service object that emitted the event. |
WfEngineService |
WfCustomEvent.getService()
Gets the value of the attribute: service; Service that originated the event. |
WfEngineService |
WfEngineServiceEvent.getService()
Gets the value of the attribute: service; Reference to the service object that emitted the event. |
WfEngineService |
WfCustomEvent.getService()
Gets the value of the attribute: service; Service that originated the event. |
Methods in wt.workflow.engine with parameters of type WfEngineService | |
void |
WfEngineServiceEvent.setService(WfEngineService a_Service)
Sets the value of the attribute: service; Reference to the service object that emitted the event. |
void |
WfCustomEvent.setService(WfEngineService a_Service)
Sets the value of the attribute: service; Service that originated the event. |
void |
WfEngineServiceEvent.setService(WfEngineService a_Service)
Sets the value of the attribute: service; Reference to the service object that emitted the event. |
void |
WfCustomEvent.setService(WfEngineService a_Service)
Sets the value of the attribute: service; Service that originated the event. |
Constructors in wt.workflow.engine with parameters of type WfEngineService | |
WfEngineServiceEvent(WfEngineService svc,
Object tgt,
WfEventAuditType typ,
Timestamp time,
Object data,
Object aux_data)
Event constructor. |
|
WfEngineServiceEvent(WfEngineService svc,
WTList list,
WfEventAuditType typ,
Timestamp time,
Object data,
Object aux_data)
Event constructor. |
|
WfCustomEvent(WfEngineService svc,
String event_type,
Hashtable value_map)
Custom event constructor. |
|
WfCustomEvent(WfEngineService svc,
String event_type,
Object target,
Hashtable value_map)
Custom event constructor. |
|
WfEngineServiceEvent(WfEngineService svc,
Object tgt,
WfEventAuditType typ,
Timestamp time,
Object data,
Object aux_data)
Event constructor. |
|
WfEngineServiceEvent(WfEngineService svc,
WTList list,
WfEventAuditType typ,
Timestamp time,
Object data,
Object aux_data)
Event constructor. |
|
WfCustomEvent(WfEngineService svc,
String event_type,
Hashtable value_map)
Custom event constructor. |
|
WfCustomEvent(WfEngineService svc,
String event_type,
Object target,
Hashtable value_map)
Custom event constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |