|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTStringSet | |
com.ptc.netmarkets.nmixb | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.folder |
Provides classes to represent and manage folder and cabinet objects. |
wt.inf.team | |
wt.inf.template | |
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.org | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
wt.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
wt.projmgmt.execution | |
wt.projmgmt.resource | |
wt.team | |
wt.workflow.forum | |
wt.workflow.notebook |
Uses of WTStringSet in com.ptc.netmarkets.nmixb |
Fields in com.ptc.netmarkets.nmixb declared as WTStringSet | |
private WTStringSet |
TopicProxy.eventSet
|
private WTStringSet |
ForumProxy.eventSet
|
Methods in com.ptc.netmarkets.nmixb that return WTStringSet | |
WTStringSet |
TopicProxy.getEventSet()
|
WTStringSet |
ForumProxy.getEventSet()
|
Uses of WTStringSet in wt.enterprise |
Fields in wt.enterprise declared as WTStringSet | |
private WTStringSet |
Simple.eventSet
|
private WTStringSet |
RevisionControlled.eventSet
|
private WTStringSet |
Managed.eventSet
|
private WTStringSet |
IteratedFolderResident.eventSet
|
private WTStringSet |
FolderResident.eventSet
|
private WTStringSet |
CabinetManaged.eventSet
|
Methods in wt.enterprise that return WTStringSet | |
WTStringSet |
Simple.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
RevisionControlled.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Managed.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
IteratedFolderResident.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
FolderResident.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
CabinetManaged.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.enterprise with parameters of type WTStringSet | |
void |
Simple.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
RevisionControlled.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Managed.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
IteratedFolderResident.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
FolderResident.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
CabinetManaged.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.fc |
Methods in wt.fc that return WTStringSet | |
WTStringSet |
WTStringSet.union(WTStringSet set)
Adds to the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.minus(WTStringSet set)
Subtracts from the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.intersection(WTStringSet set)
Subtracts from the set all elements that don't belong to the set passed as argument. |
WTStringSet |
WTStringSet.union(WTStringSet set)
Adds to the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.minus(WTStringSet set)
Subtracts from the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.intersection(WTStringSet set)
Subtracts from the set all elements that don't belong to the set passed as argument. |
Methods in wt.fc with parameters of type WTStringSet | |
protected boolean |
WTStringSet.readVersion(WTStringSet thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
WTStringSet.includes(WTStringSet set)
Determines if the set includes the set passed as argument. |
WTStringSet |
WTStringSet.union(WTStringSet set)
Adds to the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.minus(WTStringSet set)
Subtracts from the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.intersection(WTStringSet set)
Subtracts from the set all elements that don't belong to the set passed as argument. |
protected boolean |
WTStringSet.readVersion(WTStringSet thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
WTStringSet.includes(WTStringSet set)
Determines if the set includes the set passed as argument. |
WTStringSet |
WTStringSet.union(WTStringSet set)
Adds to the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.minus(WTStringSet set)
Subtracts from the set all elements of the set passed as argument. |
WTStringSet |
WTStringSet.intersection(WTStringSet set)
Subtracts from the set all elements that don't belong to the set passed as argument. |
Uses of WTStringSet in wt.folder |
Fields in wt.folder declared as WTStringSet | |
private WTStringSet |
SubFolder.eventSet
|
private WTStringSet |
Cabinet.eventSet
|
private WTStringSet |
SubFolder.eventSet
|
private WTStringSet |
Cabinet.eventSet
|
Methods in wt.folder that return WTStringSet | |
WTStringSet |
SubFolder.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Cabinet.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
SubFolder.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Cabinet.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.folder with parameters of type WTStringSet | |
void |
SubFolder.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Cabinet.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
SubFolder.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Cabinet.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.inf.team |
Fields in wt.inf.team declared as WTStringSet | |
private WTStringSet |
ContainerTeam.eventSet
|
Methods in wt.inf.team that return WTStringSet | |
WTStringSet |
ContainerTeam.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.inf.team with parameters of type WTStringSet | |
void |
ContainerTeam.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.inf.template |
Fields in wt.inf.template declared as WTStringSet | |
private WTStringSet |
DefaultWTContainerTemplate.eventSet
|
Methods in wt.inf.template that return WTStringSet | |
WTStringSet |
DefaultWTContainerTemplate.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.inf.template with parameters of type WTStringSet | |
void |
DefaultWTContainerTemplate.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.meeting |
Fields in wt.meeting declared as WTStringSet | |
private WTStringSet |
MeetingCenterMeeting.hostDelegates
|
private WTStringSet |
MeetingCenterMeeting.hostDelegates
|
Methods in wt.meeting that return WTStringSet | |
WTStringSet |
MeetingCenterMeeting.getHostDelegates()
Gets the value of the attribute: HOST_DELEGATES. |
WTStringSet |
MeetingCenterMeeting.getHostDelegates()
Gets the value of the attribute: HOST_DELEGATES. |
Methods in wt.meeting with parameters of type WTStringSet | |
void |
MeetingCenterMeeting.setHostDelegates(WTStringSet a_HostDelegates)
Sets the value of the attribute: HOST_DELEGATES. |
private void |
MeetingCenterMeeting.hostDelegatesValidate(WTStringSet a_HostDelegates)
|
void |
MeetingCenterMeeting.setHostDelegates(WTStringSet a_HostDelegates)
Sets the value of the attribute: HOST_DELEGATES. |
private void |
MeetingCenterMeeting.hostDelegatesValidate(WTStringSet a_HostDelegates)
|
Uses of WTStringSet in wt.notify |
Fields in wt.notify declared as WTStringSet | |
private WTStringSet |
NotificationSet.recipientSet
|
private WTStringSet |
NotificationList.ruleSet
|
Methods in wt.notify that return WTStringSet | |
WTStringSet |
StandardNotificationManager.getRelevantEvents(Object target)
Returns all events that are relevant for a specific object. |
protected WTStringSet |
NotificationSet.getRecipientSet()
Gets the value of the attribute: recipientSet. |
WTStringSet |
NotificationManagerFwd.getRelevantEvents(Object target)
Returns all events that are relevant for a specific object. |
WTStringSet |
NotificationManager.getRelevantEvents(Object target)
Returns all events that are relevant for a specific object. |
WTStringSet |
NotificationList.getRuleSet()
Gets the value of the attribute: RULE_SET. |
WTStringSet |
Notifiable.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.notify with parameters of type WTStringSet | |
static void |
StandardNotificationManager.notifyPolicyEvent(ObjectIdentifier obj_id,
String event_key,
WTStringSet rule_set)
Gets the notification sets for notification policy rules associated with the object and event. |
Enumeration |
StandardNotificationManager.getNotificationSets(WTStringSet rule_set,
ObjectIdentifier obj_id)
Returns an enumeration of NotificationSet from notification
rules in the rule set that match the specified object, as far as attribute
values are concerned. |
protected void |
NotificationSet.setRecipientSet(WTStringSet a_RecipientSet)
Sets the value of the attribute: recipientSet. |
private void |
NotificationSet.recipientSetValidate(WTStringSet a_RecipientSet)
|
Enumeration |
NotificationManagerSvr.getNotificationSets(WTStringSet rule_set,
ObjectIdentifier obj_id)
Returns an enumeration of NotificationSet from notification
rules in the rule set that match the specified object, as far as attribute
values are concerned. |
void |
NotificationList.setRuleSet(WTStringSet a_RuleSet)
Sets the value of the attribute: RULE_SET. |
private String |
NotificationList.ruleSetToString(WTStringSet rule_set)
|
void |
Notifiable.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.org |
Fields in wt.org declared as WTStringSet | |
private WTStringSet |
WTUser.eventSet
|
private WTStringSet |
WTUser.eventSet
|
Methods in wt.org that return WTStringSet | |
WTStringSet |
WTUser.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
WTUser.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.org with parameters of type WTStringSet | |
void |
WTUser.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
WTUser.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.part |
Fields in wt.part declared as WTStringSet | |
private WTStringSet |
WTProductInstance2.eventSet
|
private WTStringSet |
WTProductConfiguration.eventSet
|
Methods in wt.part that return WTStringSet | |
WTStringSet |
WTProductInstance2.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
WTProductConfiguration.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.part with parameters of type WTStringSet | |
void |
WTProductInstance2.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
WTProductConfiguration.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.project |
Fields in wt.project declared as WTStringSet | |
private WTStringSet |
Project.eventSet
Deprecated. |
Methods in wt.project that return WTStringSet | |
WTStringSet |
Project.getEventSet()
Deprecated. Gets the value of the attribute: EVENT_SET. |
Methods in wt.project with parameters of type WTStringSet | |
void |
Project.setEventSet(WTStringSet a_EventSet)
Deprecated. Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.projmgmt.execution |
Fields in wt.projmgmt.execution declared as WTStringSet | |
private WTStringSet |
ProjectWorkItem.eventSet
|
Methods in wt.projmgmt.execution that return WTStringSet | |
WTStringSet |
ProjectWorkItem.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.projmgmt.execution with parameters of type WTStringSet | |
void |
ProjectWorkItem.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.projmgmt.resource |
Fields in wt.projmgmt.resource declared as WTStringSet | |
private WTStringSet |
Deliverable.eventList
|
private WTStringSet |
Deliverable.eventSet
|
Methods in wt.projmgmt.resource that return WTStringSet | |
WTStringSet |
Deliverable.getEventList()
Gets the value of the attribute: EVENT_LIST. |
WTStringSet |
Deliverable.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.projmgmt.resource with parameters of type WTStringSet | |
void |
Deliverable.setEventList(WTStringSet a_EventList)
Sets the value of the attribute: EVENT_LIST. |
private void |
Deliverable.eventListValidate(WTStringSet a_EventList)
|
void |
Deliverable.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.team |
Fields in wt.team declared as WTStringSet | |
private WTStringSet |
TeamTemplate.eventSet
|
private WTStringSet |
Team.eventSet
|
private WTStringSet |
TeamTemplate.eventSet
|
private WTStringSet |
Team.eventSet
|
Methods in wt.team that return WTStringSet | |
WTStringSet |
TeamTemplate.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Team.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
TeamTemplate.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Team.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.team with parameters of type WTStringSet | |
void |
TeamTemplate.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Team.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
TeamTemplate.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Team.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.workflow.forum |
Fields in wt.workflow.forum declared as WTStringSet | |
private WTStringSet |
Discussion.eventSet
|
private WTStringSet |
Discussion.eventSet
|
Methods in wt.workflow.forum that return WTStringSet | |
WTStringSet |
Discussion.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Discussion.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.workflow.forum with parameters of type WTStringSet | |
void |
Discussion.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Discussion.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
Uses of WTStringSet in wt.workflow.notebook |
Fields in wt.workflow.notebook declared as WTStringSet | |
private WTStringSet |
NotebookFolder.eventSet
|
private WTStringSet |
Notebook.eventSet
|
private WTStringSet |
NotebookFolder.eventSet
|
private WTStringSet |
Notebook.eventSet
|
Methods in wt.workflow.notebook that return WTStringSet | |
WTStringSet |
NotebookFolder.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Notebook.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
NotebookFolder.getEventSet()
Gets the value of the attribute: EVENT_SET. |
WTStringSet |
Notebook.getEventSet()
Gets the value of the attribute: EVENT_SET. |
Methods in wt.workflow.notebook with parameters of type WTStringSet | |
void |
NotebookFolder.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Notebook.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
NotebookFolder.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
void |
Notebook.setEventSet(WTStringSet a_EventSet)
Sets the value of the attribute: EVENT_SET. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |