Class CollabEditorConfigRpc
- java.lang.Object
-
- com.atlassian.confluence.it.rpc.delegates.admin.CollabEditorConfigRpc
-
public class CollabEditorConfigRpc extends Object
Controls the collaborative editor configuration page via REST.- Since:
- 6.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CollabEditorConfigRpc.CollabEditingStatus
-
Constructor Summary
Constructors Constructor Description CollabEditorConfigRpc(AuthenticatedWebResourceProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
disable()
boolean
enable()
CollabEditorConfigRpc.CollabEditingStatus
status()
-
-
-
Constructor Detail
-
CollabEditorConfigRpc
public CollabEditorConfigRpc(AuthenticatedWebResourceProvider provider)
-
-
Method Detail
-
disable
public boolean disable()
-
enable
public boolean enable()
-
status
public CollabEditorConfigRpc.CollabEditingStatus status()
-
-