|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfRequester | |
wt.projmgmt.execution | |
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 WfRequester in wt.projmgmt.execution |
Classes in wt.projmgmt.execution that implement WfRequester | |
class |
ProjectProxy
Objects of the ProjectProxy class are references to external
projects. |
class |
SummaryActivity
Container of project manager nodes. |
Uses of WfRequester in wt.workflow.definer |
Methods in wt.workflow.definer that return WfRequester | |
private WfRequester |
WfTemplateObject.getRequester(WfAdHocActivity new_obj)
|
Uses of WfRequester in wt.workflow.engine |
Classes in wt.workflow.engine that implement WfRequester | |
class |
WfAdHocActivity
Use the newWfAdHocActivity static factory method(s), not
the WfAdHocActivity constructor, to construct instances
of this class. |
class |
WfProcessRequester
The WfProcessRequester class implements WfRequester to allow
processes to be used by external applications. |
class |
WfRequesterActivity
The WfRequesterActivity class implements WfRequester to
allow processes to be embedded in other processes. |
Methods in wt.workflow.engine that return WfRequester | |
WfRequester |
WfContainer.getRequester()
Returns the WfProcessRequeste r associated with the process. |
WfRequester |
WfContainer.getRequester()
Returns the WfProcessRequeste r associated with the process. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |