com.ptc.windchill.structconf
Class RemoveFromProperty

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

public class RemoveFromProperty
extends StructConfManagerCommand

Command to instruct the StructConfManager to remove a value from the named multivalued property.


Field Summary
private  String propertyName_
           
private  String propertyValue_
           
 
Fields inherited from class com.ptc.windchill.structconf.StructConfManagerCommand
 
Constructor Summary
RemoveFromProperty(String property_name, String property_value)
          Create instance to add property_value to the ordered set of values stored in the property property_name if the value is not already in the set.
 
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_

propertyValue_

private String propertyValue_
Constructor Detail

RemoveFromProperty

public RemoveFromProperty(String property_name,
                          String property_value)
Create instance to add property_value to the ordered set of values stored in the property property_name if the value is not already in the set.

Method Detail

execute

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