|
Clearspace API (1.10.16) Web Services Client 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.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||