com.ptc.netmarkets.nmixb
Class TopicProxy
java.lang.Object
com.ptc.netmarkets.nmixb.TopicProxy
- All Implemented Interfaces:
- Serializable
- public class TopicProxy
- extends Object
- implements Serializable
This class is externalized because
it is used in more than one CopyHelper.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topicName
private String topicName
topicDescr
private String topicDescr
eventSet
private WTStringSet eventSet
subHolder
SubscriptionsCopyHelper.SubHolder subHolder
sourceOidKey
String sourceOidKey
parentSourceOidKey
String parentSourceOidKey
workList
ProjectCopyWorklist workList
copier
WorklistDrivenCopier copier
TopicProxy
private TopicProxy()
TopicProxy
public TopicProxy(DiscussionTopic topic,
WorklistDrivenCopier a_copier,
ProjectCopyWorklist worklist)
throws WTException
getSubscrProxies
public List getSubscrProxies()
populateSubscriptions
private void populateSubscriptions(DiscussionTopic topic,
boolean doUsers)
throws WTException
- Throws:
WTException
getTopicName
public String getTopicName()
getTopicDescription
public String getTopicDescription()
getEventSet
public WTStringSet getEventSet()