|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertiesEditorMBean
MBean for editing Windchill properties
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
addToProperty(String propertyName,
String propertyValue)
Add a property value to the named multivalued property Supported API: true |
String |
getTargetFile()
Retrieve the target property filename relative to the Windchill home directory Supported API: true |
void |
removeFromProperty(String propertyName,
String propertyValue)
Remove a property value from the named multivalued property Supported API: true |
void |
resetProperty(String propertyName)
Reset the named property to the default value Supported API: true |
void |
setProperty(String propertyName,
String propertyValue)
Set the named property to the specified value Supported API: true |
void |
setProperty(String propertyName,
String propertyValue,
String comment)
Set the named property to the specified value Supported API: true |
void |
undefineProperty(String propertyName)
Undefine the named proeprty Supported API: true |
| Methods inherited from interface wt.util.jmx.AbstractPropertiesManagerMBean |
|---|
applyPendingChanges, clearPendingChanges, collectProperties, emailClusterPropertyComparison, emailFile, getCmpPropsStyleSheet, getLogger, getLogLevel, getProperty, getSize, reviewPendingChanges, setCmpPropsStyleSheet, setLogLevel, viewFile |
| Methods inherited from interface wt.jmx.core.mbeans.AbstractFileViewMBean |
|---|
getLastModifiedTime, getName, getPath, isExists |
| Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean |
|---|
emailThisMBean |
| Method Detail |
|---|
String getTargetFile()
void setProperty(String propertyName,
String propertyValue)
throws IllegalAccessException
propertyName - Property to setpropertyValue - Property value to set
IllegalAccessException
void setProperty(String propertyName,
String propertyValue,
String comment)
throws IllegalAccessException
propertyName - Property to setpropertyValue - Property value to setcomment -
IllegalAccessException
void resetProperty(String propertyName)
throws IllegalAccessException
propertyName - Property to reset
IllegalAccessException
void addToProperty(String propertyName,
String propertyValue)
throws IllegalAccessException
propertyName - Property to add topropertyValue - Property value to add
IllegalAccessException
void removeFromProperty(String propertyName,
String propertyValue)
throws IllegalAccessException
propertyName - Property to remove frompropertyValue - Property value to remove
IllegalAccessException
void undefineProperty(String propertyName)
throws IllegalAccessException
propertyName - Property to undefine
IllegalAccessException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||