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