|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceOfActionItem | |
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.meeting.actionitem |
Uses of SourceOfActionItem in wt.meeting |
Classes in wt.meeting that implement SourceOfActionItem | |
class |
Meeting
Base class which other types of meetings subclass. |
class |
MeetingCenterMeeting
Use the newMeetingCenterMeeting static factory method(s),
not the MeetingCenterMeeting constructor, to construct instances
of this class. |
class |
TraditionalMeeting
Use the newTraditionalMeeting static factory method(s),
not the TraditionalMeeting constructor, to construct instances
of this class. |
Uses of SourceOfActionItem in wt.meeting.actionitem |
Methods in wt.meeting.actionitem that return SourceOfActionItem | |
SourceOfActionItem |
DiscreteActionItem.getSource()
Gets the object for the association that plays role: SOURCE. |
SourceOfActionItem |
ActionItemSourceLink.getSource()
Gets the object for the association that plays role: SOURCE_ROLE. |
Methods in wt.meeting.actionitem with parameters of type SourceOfActionItem | |
ActionItem[] |
StandardActionItemService.getActionItems(SourceOfActionItem source)
Supported API: false |
void |
DiscreteActionItem.setSource(SourceOfActionItem a_Source)
Sets the object for the association that plays role: SOURCE. |
void |
ActionItemSourceLink.setSource(SourceOfActionItem theSource)
Sets the object for the association that plays role: SOURCE_ROLE. |
static ActionItemSourceLink |
ActionItemSourceLink.newActionItemSourceLink(SourceOfActionItem theSource,
DiscreteActionItem theDiscreteActionItem)
Default factory for the class. |
ActionItem[] |
ActionItemServiceFwd.getActionItems(SourceOfActionItem source)
Supported API: false |
ActionItem[] |
ActionItemService.getActionItems(SourceOfActionItem source)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |