|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfEventConfiguration | |
wt.clients.workflow.definer | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of WfEventConfiguration in wt.clients.workflow.definer |
Methods in wt.clients.workflow.definer with parameters of type WfEventConfiguration | |
private static String |
SetConfiguration.configToHexString(WfEventConfiguration event_config)
|
Uses of WfEventConfiguration in wt.workflow.definer |
Fields in wt.workflow.definer declared as WfEventConfiguration | |
private WfEventConfiguration |
WfTemplateObject.eventConfiguration
|
Methods in wt.workflow.definer that return WfEventConfiguration | |
WfEventConfiguration |
WfTemplateObject.getEventConfiguration()
Gets the value of the attribute: EVENT_CONFIGURATION. |
WfEventConfiguration |
WfBlockTemplate.getEventConfiguration()
Returns parent process' event configuration if it exists; or its own if block is stand-alone. |
Methods in wt.workflow.definer with parameters of type WfEventConfiguration | |
void |
WfTemplateObject.setEventConfiguration(WfEventConfiguration a_EventConfiguration)
Sets the value of the attribute: EVENT_CONFIGURATION. |
void |
WfBlockTemplate.setEventConfiguration(WfEventConfiguration evt_cfg)
If the block template is nested, nothing happens; otherwise the event configuration is set to the one passed as argument. |
Uses of WfEventConfiguration in wt.workflow.engine |
Fields in wt.workflow.engine declared as WfEventConfiguration | |
private WfEventConfiguration |
WfExecutionObject.eventConfiguration
|
private WfEventConfiguration |
WfExecutionObject.eventConfiguration
|
Methods in wt.workflow.engine that return WfEventConfiguration | |
private static WfEventConfiguration |
WfMonitor.editEventConfiguration(WfEventConfiguration evtCfg)
|
WfEventConfiguration |
WfExecutionObject.getEventConfiguration()
Gets the value of the attribute: EVENT_CONFIGURATION. |
WfEventConfiguration |
WfEventConfiguration.copy()
Returns a copy of the event configuration. |
WfEventConfiguration |
WfBlock.getEventConfiguration()
Retuns parent process' event configuration. |
private static WfEventConfiguration |
WfMonitor.editEventConfiguration(WfEventConfiguration evtCfg)
|
WfEventConfiguration |
WfExecutionObject.getEventConfiguration()
Gets the value of the attribute: EVENT_CONFIGURATION. |
WfEventConfiguration |
WfEventConfiguration.copy()
Returns a copy of the event configuration. |
WfEventConfiguration |
WfBlock.getEventConfiguration()
Retuns parent process' event configuration. |
Methods in wt.workflow.engine with parameters of type WfEventConfiguration | |
private static WfEventConfiguration |
WfMonitor.editEventConfiguration(WfEventConfiguration evtCfg)
|
void |
WfExecutionObject.setEventConfiguration(WfEventConfiguration a_EventConfiguration)
Sets the value of the attribute: EVENT_CONFIGURATION. |
protected boolean |
WfEventConfiguration.readVersion(WfEventConfiguration thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
WfEngineServiceFwd.changeEventConfiguration(WfProcess process,
WfEventConfiguration evt_cfg)
Changes the process' event configuration to the one passed as argument. |
void |
WfEngineService.changeEventConfiguration(WfProcess process,
WfEventConfiguration evt_cfg)
Changes the process' event configuration to the one passed as argument. |
void |
StandardWfEngineService.changeEventConfiguration(WfProcess process,
WfEventConfiguration evt_cfg)
Changes the process' event configuration to the one passed as argument. |
private static WfEventConfiguration |
WfMonitor.editEventConfiguration(WfEventConfiguration evtCfg)
|
void |
WfExecutionObject.setEventConfiguration(WfEventConfiguration a_EventConfiguration)
Sets the value of the attribute: EVENT_CONFIGURATION. |
protected boolean |
WfEventConfiguration.readVersion(WfEventConfiguration thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
WfEngineServiceFwd.changeEventConfiguration(WfProcess process,
WfEventConfiguration evt_cfg)
Changes the process' event configuration to the one passed as argument. |
void |
WfEngineService.changeEventConfiguration(WfProcess process,
WfEventConfiguration evt_cfg)
Changes the process' event configuration to the one passed as argument. |
void |
StandardWfEngineService.changeEventConfiguration(WfProcess process,
WfEventConfiguration evt_cfg)
Changes the process' event configuration to the one passed as argument. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |