com.ptc.windchill.structconf
Class UndefineSiteProperty

java.lang.Object
  extended bycom.ptc.windchill.structconf.StructConfManagerCommand
      extended bycom.ptc.windchill.structconf.UndefineSiteProperty

public class UndefineSiteProperty
extends StructConfManagerCommand

Command to instruct the StructConfManager to undefine (ie null-out) the site-specific value of the named property. This is useful when a propert is declared or sites reference readonly, shared xconfs for common settings, and a developer needs to force the value to be null.


Field Summary
private  String propertyName_
           
 
Fields inherited from class com.ptc.windchill.structconf.StructConfManagerCommand
 
Constructor Summary
UndefineSiteProperty(String property_name)
           
 
Method Summary
(package private)  void execute()
           
 
Methods inherited from class com.ptc.windchill.structconf.StructConfManagerCommand
execute, getCollector, getDeclarativeUpdater, getManager, getSiteUpdater, getUpdater, getUpdater, requiresSaveImmediatelyAfter, setRequiresSaveImmediatelyAfter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName_

private String propertyName_
Constructor Detail

UndefineSiteProperty

public UndefineSiteProperty(String property_name)
Method Detail

execute

void execute()
       throws StructConfManagerException
Specified by:
execute in class StructConfManagerCommand
Throws:
StructConfManagerException