Uses of Package
wt.workflow.robots

Packages that use wt.workflow.robots
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. 
wt.workflow.robots
Provides workflow classes responsible for the execution of robot activities that are executed without human intervention. 
 

Classes in wt.workflow.robots used by wt.workflow.definer
WfSynchType
          Used specify which kind of synchronization is to be performed by the synchronization robot.
 

Classes in wt.workflow.robots used by wt.workflow.engine
WfRobotActivity
          The WfRobotActivity is an abstract class that represents workflow steps which are carried out without human intervention.
WfSynchRobot
          Robot used to synchronize with with external (non-workflow) events.
 

Classes in wt.workflow.robots used by wt.workflow.robots
FailedURLException
           
WfApplicationRobot
          The application robot is used to carry out a task that is performed by an external program.
WfExpressionRobot
          Robot used to carry out a task that is defined in a Java expression.
WfExternalMethod
          WIExternalMethodencapsulates a non-Windchill method
WfInternalMethod
          WInternalMethodencapsulates a Windchill method
WfInvokedMethod
          WfInvokedMethod is an abstract class to encapsulate the invocation of method..
WfRobotActivity
          The WfRobotActivity is an abstract class that represents workflow steps which are carried out without human intervention.
WfSynchRobot
          Robot used to synchronize with with external (non-workflow) events.
WfSynchType
          Used specify which kind of synchronization is to be performed by the synchronization robot.
WfTimerActivity
          The WfTimeActivity is a robot used to synchronize with some time event.
WfURLRobot
          Runtime execution of the URl is performed here.
WfURLRobotConnection
          This class is the abstraction layer for our various
connection schemes between the method server's URLRobot
and the target server.