Class SynchronizationRoots

java.lang.Object
org.nuxeo.drive.service.SynchronizationRoots

public class SynchronizationRoots extends Object
Data transfer object to fetch the list of references of synchronization roots for a given repo and user.
  • Field Details

    • repositoryName

      protected final String repositoryName
    • paths

      protected final Set<String> paths
    • refs

      protected final Set<IdRef> refs
  • Constructor Details

  • Method Details