com.gentics.api.lib.resolving
Interface Changeable
- All Superinterfaces:
- Resolvable
- All Known Subinterfaces:
- GenticsPortlet
- All Known Implementing Classes:
- AbstractGenticsPortlet, ChangeableBean, ExpressionEvaluator, ViewPlugin
public interface Changeable
- extends Resolvable
Interface for Resolvables that my be changed.
- Author:
- robert
Method Summary |
boolean |
setProperty(String name,
Object value)
Set (modify) the property name to resolve to the given value |
setProperty
boolean setProperty(String name,
Object value)
throws InsufficientPrivilegesException
- Set (modify) the property name to resolve to the given value
- Parameters:
name
- name of the property to set/modifyvalue
- (new) value to set
- Returns:
- true if property was set successful, false otherwise.
- Throws:
InsufficientPrivilegesException
- when the property may not be
changed
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.