Package org.exoplatform.onlyoffice
Class ChangeState
- java.lang.Object
-
- org.exoplatform.onlyoffice.ChangeState
-
public class ChangeState extends Object
Editing document state in local storage. Created by The eXo Platform SAS- Version:
- $Id: ChangeStatus.java 00000 Feb 25, 2016 pnedonosko $
- Author:
- Peter Nedonosko
-
-
Constructor Summary
Constructors Constructor Description ChangeState(boolean saved, String error, String[] users)Instantiates a new change state.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()Gets the error.String[]getUsers()Gets the users.booleanisSaved()Checks if is saved.
-