org.exoplatform.clouddrive.box
Class JCRLocalBoxDrive.BoxState

java.lang.Object
  extended by org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
All Implemented Interfaces:
org.exoplatform.clouddrive.CloudDrive.FilesState
Enclosing class:
JCRLocalBoxDrive

public class JCRLocalBoxDrive.BoxState
extends Object
implements org.exoplatform.clouddrive.CloudDrive.FilesState


Constructor Summary
protected JCRLocalBoxDrive.BoxState(BoxAPI.ChangesLink link)
           
 
Method Summary
 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)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRLocalBoxDrive.BoxState

protected JCRLocalBoxDrive.BoxState(BoxAPI.ChangesLink link)
Method Detail

getUpdating

public Collection<String> getUpdating()

Specified by:
getUpdating in interface org.exoplatform.clouddrive.CloudDrive.FilesState

isUpdating

public boolean isUpdating(String fileIdOrPath)

Specified by:
isUpdating in interface org.exoplatform.clouddrive.CloudDrive.FilesState

isNew

public boolean isNew(String fileIdOrPath)

Specified by:
isNew in interface org.exoplatform.clouddrive.CloudDrive.FilesState

getType

public String getType()
Returns:
the type

getUrl

public String getUrl()
Returns:
the url

getTtl

public long getTtl()
Returns:
the ttl

getMaxRetries

public long getMaxRetries()
Returns:
the maxRetries

getRetryTimeout

public long getRetryTimeout()
Returns:
the retryTimeout

getOutdatedTimeout

public long getOutdatedTimeout()
Returns:
the outdatedTimeout

getCreated

public long getCreated()
Returns:
the created

isOutdated

public boolean isOutdated()


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.