|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTDistributionList | |
wt.meeting | Uses the
MeetingService to manage
Meeting s of various
MeetingType s having
Agenda s and producing
Minutes , in particular
MeetingCenterMeeting s with their associated
MeetingCenterMeetingInfo (also see the
WebexOperationHelper ). |
wt.notify |
Provides classes to represent, manage, and execute notification definitions. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
Uses of WTDistributionList in wt.meeting |
Methods in wt.meeting that return WTDistributionList | |
private WTDistributionList |
StandardMeetingService.getMeetingDistributionList(Meeting meeting)
|
private WTDistributionList |
StandardMeetingService.getMeetingDistributionList(Meeting meeting)
|
Uses of WTDistributionList in wt.notify |
Methods in wt.notify with parameters of type WTDistributionList | |
protected boolean |
WTDistributionList.readVersion(WTDistributionList thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of WTDistributionList in wt.workflow.engine |
Methods in wt.workflow.engine that return WTDistributionList | |
static WTDistributionList |
StandardWfEngineService.buildDistributionList(WfExecutionObject execObj,
boolean notifyAssignees,
boolean notifyRespRole,
boolean notifyTemplateRoles)
|
static WTDistributionList |
StandardWfEngineService.buildDistributionList(WfExecutionObject execObj,
boolean notifyAssignees,
boolean notifyRespRole,
boolean notifyTemplateRoles)
|
Methods in wt.workflow.engine with parameters of type WTDistributionList | |
private static void |
StandardWfEngineService.sendOverdueNotification(WfExecutionObject exec_obj,
WTDistributionList distList,
WfTemplateProcessor tp)
Send notification that the execution object is overdue using the pased distribution list and Template processor. |
private static void |
StandardWfEngineService.sendOverdueNotificationToRoles(WfExecutionObject exec_obj,
WTDistributionList distList,
WfTemplateProcessor tp)
Send notification that the execution object is overdue using the passed distribution list and Template processor. |
private static void |
StandardWfEngineService.sendApproachingDeadlineMessage(WfExecutionObject obj,
WTDistributionList distList)
Send message to distribution list passed notifying that execution object is near deadline. |
private static void |
StandardWfEngineService.sendPastDeadlineMessage(WfExecutionObject obj,
WTDistributionList distList)
Send message to distribution list passed notifying that execution object is past deadline. |
private static void |
StandardWfEngineService.sendOverdueNotification(WfExecutionObject exec_obj,
WTDistributionList distList,
WfTemplateProcessor tp)
Send notification that the execution object is overdue using the pased distribution list and Template processor. |
private static void |
StandardWfEngineService.sendOverdueNotificationToRoles(WfExecutionObject exec_obj,
WTDistributionList distList,
WfTemplateProcessor tp)
Send notification that the execution object is overdue using the passed distribution list and Template processor. |
private static void |
StandardWfEngineService.sendApproachingDeadlineMessage(WfExecutionObject obj,
WTDistributionList distList)
Send message to distribution list passed notifying that execution object is near deadline. |
private static void |
StandardWfEngineService.sendPastDeadlineMessage(WfExecutionObject obj,
WTDistributionList distList)
Send message to distribution list passed notifying that execution object is past deadline. |
Uses of WTDistributionList in wt.workflow.work |
Methods in wt.workflow.work that return WTDistributionList | |
private WTDistributionList |
StandardWorkflowService.buildDistributionList(WfProcess p,
Vector recipients,
Vector roles,
Vector actorRoles)
|
Methods in wt.workflow.work with parameters of type WTDistributionList | |
private void |
StandardWorkflowService.resolveActors(Vector actorRoles,
WfProcess parent,
WTDistributionList aDL)
|
private TemplateNotification |
StandardWorkflowService.createNotification(WTDistributionList aDL,
String subject,
String msgBody,
WfProcess p,
ObjectReference activityReference)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |