com.ptc.windchill.uwgm.cadx.ws
Class OutOfDateStatusHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.ws.OutOfDateStatusHelper

public class OutOfDateStatusHelper
extends Object


Field Summary
static String MODIFIED_BY_OTHER
           
static String MODIFIED_BY_YOU
           
private  OutOfDateHelper ood_helper
           
 
Constructor Summary
OutOfDateStatusHelper(WTPrincipal user, EPMWorkspace ws, WTCollection workables)
           
 
Method Summary
 String getOutOfDateStatus(Workable obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODIFIED_BY_YOU

public static final String MODIFIED_BY_YOU
See Also:
Constant Field Values

MODIFIED_BY_OTHER

public static final String MODIFIED_BY_OTHER
See Also:
Constant Field Values

ood_helper

private OutOfDateHelper ood_helper
Constructor Detail

OutOfDateStatusHelper

public OutOfDateStatusHelper(WTPrincipal user,
                             EPMWorkspace ws,
                             WTCollection workables)
Method Detail

getOutOfDateStatus

public String getOutOfDateStatus(Workable obj)