Package org.nuxeo.drive.service
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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SynchronizationRoots
getEmptyRoots(String repositoryName)
Set<String>
getPaths()
Set<IdRef>
getRefs()
String
getRepositoryName()
String
toString()
-
-
-
Method Detail
-
getEmptyRoots
public static final SynchronizationRoots getEmptyRoots(String repositoryName)
-
getRepositoryName
public String getRepositoryName()
-
-