com.ptc.netmarkets.nmixb
Class SubscriptionsCopyHelper.SubscrProxy

java.lang.Object
  extended bycom.ptc.netmarkets.nmixb.SubscriptionsCopyHelper.SubscrProxy
Enclosing class:
SubscriptionsCopyHelper

static class SubscriptionsCopyHelper.SubscrProxy
extends Object


Field Summary
(package private)  List attributeValuePairs
           
(package private)  WorklistDrivenCopier copier
           
(package private)  String eventKey
           
(package private)  Timestamp expiry
           
private  String hashKey
           
private  boolean isTarget
           
(package private)  String message
           
private  ObjectIdentifier oid
           
private  String oidKey
           
(package private)  WTPrincipalReference owner
           
(package private)  String subject
           
(package private)  String subscrKey
           
private  Vector targetSubscriptions
           
(package private)  String template
           
private  List userNames
           
private  List users
           
 
Constructor Summary
private SubscriptionsCopyHelper.SubscrProxy()
           
  SubscriptionsCopyHelper.SubscrProxy(ObjectSubscription subs, WorklistDrivenCopier a_copier, boolean isTarget, boolean doUsers)
           
 
Method Summary
 void addSubs(ObjectSubscription subs, boolean doUsers)
           
 boolean equals(Object otherObj)
           
 ObjectIdentifier getOid()
           
 String getOidKey()
           
 boolean isTarget()
           
private  void populatePairs(ObjectSubscription subs)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

private ObjectIdentifier oid

oidKey

private String oidKey

users

private List users

userNames

private List userNames

hashKey

private String hashKey

expiry

Timestamp expiry

eventKey

String eventKey

template

String template

subject

String subject

message

String message

subscrKey

String subscrKey

owner

WTPrincipalReference owner

isTarget

private boolean isTarget

targetSubscriptions

private Vector targetSubscriptions

attributeValuePairs

List attributeValuePairs

copier

WorklistDrivenCopier copier
Constructor Detail

SubscriptionsCopyHelper.SubscrProxy

private SubscriptionsCopyHelper.SubscrProxy()

SubscriptionsCopyHelper.SubscrProxy

public SubscriptionsCopyHelper.SubscrProxy(ObjectSubscription subs,
                                           WorklistDrivenCopier a_copier,
                                           boolean isTarget,
                                           boolean doUsers)
                                    throws WTException
Method Detail

populatePairs

private void populatePairs(ObjectSubscription subs)
                    throws WTException
Throws:
WTException

addSubs

public void addSubs(ObjectSubscription subs,
                    boolean doUsers)
             throws WTException
Throws:
WTException

getOid

public ObjectIdentifier getOid()

getOidKey

public String getOidKey()

equals

public boolean equals(Object otherObj)

isTarget

public boolean isTarget()