public class JCRLocalBoxDrive.BoxState extends Object implements org.exoplatform.clouddrive.CloudDrive.FilesState
| Modifier | Constructor and Description |
|---|---|
protected |
BoxState(BoxAPI.ChangesLink link)
Instantiates a new box state.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated()
Gets the created.
|
long |
getMaxRetries()
Gets the max retries.
|
long |
getOutdatedTimeout()
Gets the outdated timeout.
|
long |
getRetryTimeout()
Gets the retry timeout.
|
long |
getTtl()
Gets the ttl.
|
String |
getType()
Gets the type.
|
Collection<String> |
getUpdating() |
String |
getUrl()
Gets the url.
|
boolean |
isNew(String fileIdOrPath) |
boolean |
isOutdated()
Checks if is outdated.
|
boolean |
isUpdating(String fileIdOrPath) |
protected BoxState(BoxAPI.ChangesLink link)
link - the linkpublic Collection<String> getUpdating()
getUpdating in interface org.exoplatform.clouddrive.CloudDrive.FilesStatepublic boolean isUpdating(String fileIdOrPath)
isUpdating in interface org.exoplatform.clouddrive.CloudDrive.FilesStatepublic boolean isNew(String fileIdOrPath)
isNew in interface org.exoplatform.clouddrive.CloudDrive.FilesStatepublic String getType()
public String getUrl()
public long getTtl()
public long getMaxRetries()
public long getRetryTimeout()
public long getOutdatedTimeout()
public long getCreated()
public boolean isOutdated()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.