|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemPropertiesService
Provides a web service for managing Jive System Properties.
Method Summary | |
---|---|
void |
deleteProperty(java.lang.String name)
Deletes a Jive System Property. |
Property[] |
getProperties()
Obtains all Jive System Properties. |
void |
saveProperty(java.lang.String name,
java.lang.String value)
Saves a name/value pair as a Jive System Property. |
Method Detail |
---|
Property[] getProperties()
void saveProperty(java.lang.String name, java.lang.String value)
name
- the name of the property to set.value
- the value of the property to set.void deleteProperty(java.lang.String name)
name
- the property to delete.
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |