Class JCRLocalOneDrive.OneDriveState

java.lang.Object
org.exoplatform.services.cms.clouddrives.onedrive.JCRLocalOneDrive.OneDriveState
All Implemented Interfaces:
org.exoplatform.services.cms.clouddrives.CloudDrive.FilesState
Enclosing class:
JCRLocalOneDrive

public class JCRLocalOneDrive.OneDriveState extends Object implements org.exoplatform.services.cms.clouddrives.CloudDrive.FilesState
  • Constructor Details

    • OneDriveState

      public OneDriveState(com.microsoft.graph.models.extensions.Subscription subscription, String rootId)
  • Method Details

    • getUpdating

      public Collection<String> getUpdating()
      Specified by:
      getUpdating in interface org.exoplatform.services.cms.clouddrives.CloudDrive.FilesState
    • isUpdating

      public boolean isUpdating(String fileIdOrPath)
      Specified by:
      isUpdating in interface org.exoplatform.services.cms.clouddrives.CloudDrive.FilesState
    • isNew

      public boolean isNew(String fileIdOrPath)
      Specified by:
      isNew in interface org.exoplatform.services.cms.clouddrives.CloudDrive.FilesState
    • getUrl

      public String getUrl()
    • getExpirationDateTime

      public long getExpirationDateTime()
    • getSubscription

      public com.microsoft.graph.models.extensions.Subscription getSubscription()
    • getCreatorId

      public String getCreatorId()