|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfRobotActivity | |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
wt.workflow.robots |
Provides workflow classes responsible for the execution of
robot activities that are executed without human intervention. |
Uses of WfRobotActivity in wt.workflow.engine |
Fields in wt.workflow.engine declared as WfRobotActivity | |
private WfRobotActivity |
StandardWfEngineService.RobotWork.robot
|
private WfRobotActivity |
StandardWfEngineService.RobotWork.robot
|
Methods in wt.workflow.engine with parameters of type WfRobotActivity | |
void |
WfEngineServiceSvr.doRobotWork(WfRobotActivity robot)
Method called by robot activities to do the work associated with a robot activity. |
void |
StandardWfEngineService.doRobotWork(WfRobotActivity robot)
Method called by robot activities to do the work associated with a robot activity. |
void |
WfEngineServiceSvr.doRobotWork(WfRobotActivity robot)
Method called by robot activities to do the work associated with a robot activity. |
void |
StandardWfEngineService.doRobotWork(WfRobotActivity robot)
Method called by robot activities to do the work associated with a robot activity. |
Constructors in wt.workflow.engine with parameters of type WfRobotActivity | |
StandardWfEngineService.RobotWork(WTPrincipal current_user,
WfRobotActivity robot)
|
|
StandardWfEngineService.RobotWork(WTPrincipal current_user,
WfRobotActivity robot)
|
Uses of WfRobotActivity in wt.workflow.robots |
Subclasses of WfRobotActivity in wt.workflow.robots | |
class |
WfApplicationRobot
The application robot is used to carry out a task that is performed by an external program. |
class |
WfExpressionRobot
Robot used to carry out a task that is defined in a Java expression. |
class |
WfExternalMethod
WIExternalMethod encapsulates a non-Windchill method
|
class |
WfInternalMethod
WInternalMethod encapsulates a Windchill method
|
class |
WfInvokedMethod
WfInvokedMethod is an abstract class to encapsulate the
invocation of method.. |
class |
WfSynchRobot
Robot used to synchronize with with external (non-workflow) events. |
class |
WfTimerActivity
The WfTimeActivity is a robot used to synchronize with some time event. |
class |
WfURLRobot
Runtime execution of the URl is performed here. |
Methods in wt.workflow.robots with parameters of type WfRobotActivity | |
protected boolean |
WfRobotActivity.readVersion(WfRobotActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |