Package org.exoplatform.onlyoffice
Class ChangeState
java.lang.Object
org.exoplatform.onlyoffice.ChangeState
Editing document state in local storage.
Created by The eXo Platform SAS
- Version:
- $Id: ChangeStatus.java 00000 Feb 25, 2016 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChangeState(boolean saved, String error, String[] users) Instantiates a new change state. -
Method Summary
-
Field Details
-
saved
protected final boolean savedThe saved. -
error
The error. -
users
The users.
-
-
Constructor Details
-
ChangeState
Instantiates a new change state.- Parameters:
saved- the savederror- the errorusers- the users
-
-
Method Details
-
getError
Gets the error.- Returns:
- the error
-
isSaved
public boolean isSaved()Checks if is saved.- Returns:
- the saved
-
getUsers
Gets the users.- Returns:
- the users
-