|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfActivity | |
wt.clients.workflow.tasks | |
wt.projmgmt.execution | |
wt.workflow |
Provides classes to represent and manage workflow definitions, initiate and
manage process instances, and distribute work items to users and groups. |
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. |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
wt.workflow.worklist |
Provides workflow classes that construct
the interface for users to view and act on their work items. |
Uses of WfActivity in wt.clients.workflow.tasks |
Fields in wt.clients.workflow.tasks declared as WfActivity | |
WfActivity |
UpdateTeamVariables.myActivity
|
WfActivity |
UpdateTeamTemplateVariables.myActivity
|
Uses of WfActivity in wt.projmgmt.execution |
Subclasses of WfActivity in wt.projmgmt.execution | |
class |
Milestone
The Milestone class represents a notable point in the execution
of a project. |
class |
ProjectActivity
Returns the associated Deliverable . |
class |
ProjectProxy
Objects of the ProjectProxy class are references to external
projects. |
Uses of WfActivity in wt.workflow |
Methods in wt.workflow with parameters of type WfActivity | |
void |
TableLoaderAction.setupTableItem(WTObject myTableItem,
WTTableModel model,
Vector tableFields,
WfProcess process,
WfActivity activity,
WTObject businessObject)
Add an entry to the model with myTableItems attributes as defined by tableFields. |
Uses of WfActivity in wt.workflow.definer |
Methods in wt.workflow.definer with parameters of type WfActivity | |
void |
WfTemplateObject.setRouterAttributes(WfActivity activity)
Sets router attributes on the activity object passed as argument. |
void |
WfTemplateObject.setVariableMapping(WfActivity activity)
Sets input/output varible mapping attributes on the activity object passed as argument. |
void |
WfTemplateObject.setAttributes(WfActivity activity)
Convenience method that sets variable mapping and both basic and router attributes. |
Uses of WfActivity in wt.workflow.engine |
Subclasses of WfActivity in wt.workflow.engine | |
class |
WfAdHocActivity
Use the newWfAdHocActivity static factory method(s), not
the WfAdHocActivity constructor, to construct instances
of this class. |
class |
WfRequesterActivity
The WfRequesterActivity class implements WfRequester to
allow processes to be embedded in other processes. |
Fields in wt.workflow.engine declared as WfActivity | |
private WfActivity |
StandardWfEngineService.RestoreState.activity
|
private WfActivity |
StandardWfEngineService.RestoreState.activity
|
Methods in wt.workflow.engine that return WfActivity | |
WfActivity |
WfEngineServiceFwd.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
WfActivity |
WfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
WfActivity |
WfActivity.complete(Vector selected_events)
Completes activity and generates events. |
WfActivity |
StandardWfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
private WfActivity |
StandardWfEngineService.getActivity(ObjectIdentifier container_id,
WfNodeTemplate template)
|
WfActivity |
ConnectorActivityLink.getDestination()
Gets the object for the association that plays role: DESTINATION_ROLE. |
WfActivity |
ActivityConnectorLink.getSource()
Gets the object for the association that plays role: SOURCE_ROLE. |
WfActivity |
ActivityActivityLink.getSource()
Gets the object for the association that plays role: SOURCE_ROLE. |
WfActivity |
ActivityActivityLink.getDestination()
Gets the object for the association that plays role: DESTINATION_ROLE. |
WfActivity |
WfEngineServiceFwd.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
WfActivity |
WfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
WfActivity |
WfActivity.complete(Vector selected_events)
Completes activity and generates events. |
WfActivity |
StandardWfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
private WfActivity |
StandardWfEngineService.getActivity(ObjectIdentifier container_id,
WfNodeTemplate template)
|
WfActivity |
ConnectorActivityLink.getDestination()
Gets the object for the association that plays role: DESTINATION_ROLE. |
WfActivity |
ActivityConnectorLink.getSource()
Gets the object for the association that plays role: SOURCE_ROLE. |
WfActivity |
ActivityActivityLink.getSource()
Gets the object for the association that plays role: SOURCE_ROLE. |
WfActivity |
ActivityActivityLink.getDestination()
Gets the object for the association that plays role: DESTINATION_ROLE. |
Methods in wt.workflow.engine with parameters of type WfActivity | |
private static void |
WfMonitor.showActivity(WfActivity activity,
int level)
|
void |
WfEngineServiceSvr.queueCompleteTransition(WfActivity activity,
Vector events)
Queues a request to complete an activity with a set of user defined events. |
void |
WfEngineServiceSvr.queueRestoreState(WfActivity activity,
boolean new_thread)
Queues the restoration of the state of objects associated with activity passed as argument. |
WfActivity |
WfEngineServiceFwd.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
WfActivity |
WfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
protected boolean |
WfActivity.readVersion(WfActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
StandardWfEngineService.queueCompleteTransition(WfActivity activity,
Vector events)
Queues a request to complete an activity with a set of user defined events. |
void |
StandardWfEngineService.queueRestoreState(WfActivity activity,
boolean new_thread)
Queues the restoration of the state of objects associated with activity passed as argument. |
WfActivity |
StandardWfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
void |
ConnectorActivityLink.setDestination(WfActivity destination)
Sets the object for the association that plays role: DESTINATION_ROLE. |
void |
ActivityConnectorLink.setSource(WfActivity source)
Sets the object for the association that plays role: SOURCE_ROLE. |
void |
ActivityActivityLink.setSource(WfActivity source)
Sets the object for the association that plays role: SOURCE_ROLE. |
void |
ActivityActivityLink.setDestination(WfActivity destination)
Sets the object for the association that plays role: DESTINATION_ROLE. |
private static void |
WfMonitor.showActivity(WfActivity activity,
int level)
|
void |
WfEngineServiceSvr.queueCompleteTransition(WfActivity activity,
Vector events)
Queues a request to complete an activity with a set of user defined events. |
void |
WfEngineServiceSvr.queueRestoreState(WfActivity activity,
boolean new_thread)
Queues the restoration of the state of objects associated with activity passed as argument. |
WfActivity |
WfEngineServiceFwd.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
WfActivity |
WfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
protected boolean |
WfActivity.readVersion(WfActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
StandardWfEngineService.queueCompleteTransition(WfActivity activity,
Vector events)
Queues a request to complete an activity with a set of user defined events. |
void |
StandardWfEngineService.queueRestoreState(WfActivity activity,
boolean new_thread)
Queues the restoration of the state of objects associated with activity passed as argument. |
WfActivity |
StandardWfEngineService.complete(WfActivity activity,
Vector selected_events)
Completes activity and generates events. |
void |
ConnectorActivityLink.setDestination(WfActivity destination)
Sets the object for the association that plays role: DESTINATION_ROLE. |
void |
ActivityConnectorLink.setSource(WfActivity source)
Sets the object for the association that plays role: SOURCE_ROLE. |
void |
ActivityActivityLink.setSource(WfActivity source)
Sets the object for the association that plays role: SOURCE_ROLE. |
void |
ActivityActivityLink.setDestination(WfActivity destination)
Sets the object for the association that plays role: DESTINATION_ROLE. |
Constructors in wt.workflow.engine with parameters of type WfActivity | |
StandardWfEngineService.RestoreState(WfActivity activity)
|
|
StandardWfEngineService.RestoreState(WfActivity activity)
|
Uses of WfActivity in wt.workflow.robots |
Subclasses of WfActivity 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 |
WfRobotActivity
The WfRobotActivity is an abstract class that represents
workflow steps which are carried out without human intervention. |
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. |
Uses of WfActivity in wt.workflow.work |
Subclasses of WfActivity in wt.workflow.work | |
class |
WfAssignedActivity
A WfActivity> represent work that can be assigned to resources. |
Fields in wt.workflow.work declared as WfActivity | |
private WfActivity |
NotificationRobotProcessor.activity
|
Methods in wt.workflow.work that return WfActivity | |
WfActivity |
NotificationRobotProcessor.getActivity()
Returns the workflow activity context |
Methods in wt.workflow.work with parameters of type WfActivity | |
private boolean |
WfAssignment.ignoreRole(WfAssignee assignee,
WfActivity activity)
Determines whether unresolved roles should be ignored. |
void |
NotificationRobotProcessor.setActivity(WfActivity activity)
Set the workflow activity context object |
Uses of WfActivity in wt.workflow.worklist |
Fields in wt.workflow.worklist declared as WfActivity | |
private WfActivity |
WorkListField.myActivity
|
private WfActivity |
WfTaskProcessor.myActivity
|
Methods in wt.workflow.worklist that return WfActivity | |
WfActivity |
WorkListField.getActivity()
Get the current activity context Supported API: true |
WfActivity |
WfTaskProcessor.getActivity()
Returns the activity that is the source of the work item. |
Methods in wt.workflow.worklist with parameters of type WfActivity | |
void |
WorkListField.setActivity(WfActivity activity)
Sets the current activity context Supported API: true |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |