public class JCRLocalBoxDrive.BoxState extends Object implements org.exoplatform.clouddrive.CloudDrive.FilesState
| Modifier | Constructor and Description |
|---|---|
protected |
JCRLocalBoxDrive.BoxState(BoxAPI.ChangesLink link) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
long |
getMaxRetries() |
long |
getOutdatedTimeout() |
long |
getRetryTimeout() |
long |
getTtl() |
String |
getType() |
Collection<String> |
getUpdating() |
String |
getUrl() |
boolean |
isNew(String fileIdOrPath) |
boolean |
isOutdated() |
boolean |
isUpdating(String fileIdOrPath) |
protected JCRLocalBoxDrive.BoxState(BoxAPI.ChangesLink link)
public 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–2015 eXo Platform SAS. All rights reserved.