|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.core.DefaultContentPropertyManager
public class DefaultContentPropertyManager
| Constructor Summary | |
|---|---|
DefaultContentPropertyManager()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getStringProperty(ContentEntityObject entity,
java.lang.String key)
Get a string property associated with a content entity object, or null if that property is not set. |
java.lang.String |
getTextProperty(ContentEntityObject entity,
java.lang.String key)
Get a text property associated with a content entity object, or null if that property is not set. |
void |
removeProperties(ContentEntityObject entity)
Remove all the properties associated with the content entity object. |
void |
setCacheManager(com.atlassian.cache.CacheManager cacheManager)
|
void |
setPropertySetManager(ConfluencePropertySetManager propertySetManager)
|
void |
setStringProperty(ContentEntityObject entity,
java.lang.String key,
java.lang.String value)
Associate a string property with a content entity object, or null if that property is not set. |
void |
setTextProperty(ContentEntityObject entity,
java.lang.String key,
java.lang.String value)
Associate a text property with a content entity object, or null if that property is not set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultContentPropertyManager()
| Method Detail |
|---|
public void setCacheManager(com.atlassian.cache.CacheManager cacheManager)
public void setPropertySetManager(ConfluencePropertySetManager propertySetManager)
public java.lang.String getStringProperty(ContentEntityObject entity,
java.lang.String key)
ContentPropertyManager
getStringProperty in interface ContentPropertyManagerentity - the entity the property is associated withkey - the key with which to look up the property
public void setStringProperty(ContentEntityObject entity,
java.lang.String key,
java.lang.String value)
ContentPropertyManager
setStringProperty in interface ContentPropertyManagerentity - the entity the property is associated withkey - the key with which to look up the propertyvalue - the value to set
public java.lang.String getTextProperty(ContentEntityObject entity,
java.lang.String key)
ContentPropertyManager
getTextProperty in interface ContentPropertyManagerentity - the entity the property is associated withkey - the key with which to look up the property
public void setTextProperty(ContentEntityObject entity,
java.lang.String key,
java.lang.String value)
ContentPropertyManager
setTextProperty in interface ContentPropertyManagerentity - the entity the property is associated withkey - the key with which to look up the propertyvalue - the value to setpublic void removeProperties(ContentEntityObject entity)
ContentPropertyManager
removeProperties in interface ContentPropertyManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||