public class DocumentStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentStatus.Builder
The Class Builder.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
coEdited
The coedited.
|
protected Config |
config
The config.
|
protected long |
error
The error.
|
protected String |
key
The key.
|
protected Long |
status
The status.
|
protected String |
url
The url.
|
protected Userdata |
userdata
The userdata.
|
protected String[] |
users
The users.
|
| Constructor and Description |
|---|
DocumentStatus() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig()
Gets the config.
|
long |
getError()
Gets the error.
|
String |
getKey()
Gets the key.
|
String |
getLastUser()
Gets the last user (editor).
|
Long |
getStatus()
Gets the status.
|
String |
getUrl()
Gets the url.
|
Userdata |
getUserdata()
Gets the userdata.
|
String[] |
getUsers()
Gets the users.
|
Boolean |
isCoedited()
Gets the coEdited.
|
protected void |
setConfig(Config config)
Sets the config.
|
String |
toJSON()
Return this config as JSON string.
|
protected String key
protected Long status
protected String url
protected String[] users
protected Config config
protected long error
protected Userdata userdata
protected Boolean coEdited
protected void setConfig(Config config)
config - the new configpublic String getKey()
public Long getStatus()
public String getUrl()
public String[] getUsers()
public Config getConfig()
public long getError()
public String getLastUser()
public Userdata getUserdata()
public Boolean isCoedited()
public String toJSON() throws org.exoplatform.ws.frameworks.json.impl.JsonException
org.exoplatform.ws.frameworks.json.impl.JsonException - the json exceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.