|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfAdHocActivity | |
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 WfAdHocActivity in wt.workflow.definer |
Methods in wt.workflow.definer with parameters of type WfAdHocActivity | |
private WfRequester |
WfTemplateObject.getRequester(WfAdHocActivity new_obj)
|
Uses of WfAdHocActivity in wt.workflow.engine |
Methods in wt.workflow.engine that return WfAdHocActivity | |
static WfAdHocActivity |
WfAdHocActivity.newWfAdHocActivity(WfContainer container)
Ad hoc activity constructor. |
static WfAdHocActivity |
WfAdHocActivity.newWfAdHocActivity(WfContainer container)
Ad hoc activity constructor. |
Methods in wt.workflow.engine with parameters of type WfAdHocActivity | |
WfContainer |
WfEngineServiceFwd.createStartAdHocProcess(WfAdHocActivity requester,
WfContainerTemplate template)
Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated. |
WfContainer |
WfEngineService.createStartAdHocProcess(WfAdHocActivity requester,
WfContainerTemplate template)
Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated. |
protected boolean |
WfAdHocActivity.readVersion(WfAdHocActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
WfContainer |
StandardWfEngineService.createStartAdHocProcess(WfAdHocActivity requester,
WfContainerTemplate template)
Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated. |
private void |
StandardWfEngineService.checkStartAdHocProcess(WfAdHocActivity requester)
Checks whether is valid to create and start an ad hoc process associated with the ad hoc activity passed as argument. |
WfContainer |
WfEngineServiceFwd.createStartAdHocProcess(WfAdHocActivity requester,
WfContainerTemplate template)
Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated. |
WfContainer |
WfEngineService.createStartAdHocProcess(WfAdHocActivity requester,
WfContainerTemplate template)
Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated. |
protected boolean |
WfAdHocActivity.readVersion(WfAdHocActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
WfContainer |
StandardWfEngineService.createStartAdHocProcess(WfAdHocActivity requester,
WfContainerTemplate template)
Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated. |
private void |
StandardWfEngineService.checkStartAdHocProcess(WfAdHocActivity requester)
Checks whether is valid to create and start an ad hoc process associated with the ad hoc activity passed as argument. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |