|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyManager
A Property manager service
It is associating a property to a resource so that properties may be retrieved
later given a resource and a property name.
The properties are persistent, so that they are preserved between sessions
| Method Summary | |
|---|---|
void |
copy(ISiteResource source,
ISiteResource destination)
Copy the properties of the source resource to the destination resource |
java.lang.Object |
getProperty(ISiteResource resource,
java.lang.String property)
Get the property having the given nbame and bound to the given resource |
void |
remove(ISiteResource resource)
Remove all properties defined for the given resource |
void |
setProperty(ISiteResource resource,
java.lang.String property,
java.lang.Object value)
Get the property having the given nbame and bound to the given resource |
| Methods inherited from interface org.nuxeo.core.resources.model.ISiteService |
|---|
shutdown, startup |
| Method Detail |
|---|
java.lang.Object getProperty(ISiteResource resource,
java.lang.String property)
resource - the resourceproperty - the property name
void setProperty(ISiteResource resource,
java.lang.String property,
java.lang.Object value)
resource - property - value - void remove(ISiteResource resource)
resource - the resource to remove properties for
void copy(ISiteResource source,
ISiteResource destination)
source - destination -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||