public interface Changeable extends Resolvable
Modifier and Type | Method and Description |
---|---|
boolean |
setProperty(java.lang.String name,
java.lang.Object value)
Set (modify) the property name to resolve to the given value
|
canResolve, get, getProperty
boolean setProperty(java.lang.String name, java.lang.Object value) throws InsufficientPrivilegesException
name
- name of the property to set/modifyvalue
- (new) value to setInsufficientPrivilegesException
- when the property may not be
changedCopyright © 2020 Gentics Software. All Rights Reserved.