Uses of Class
org.duracloud.sync.endpoint.SyncResultType
-
Packages that use SyncResultType Package Description org.duracloud.sync.endpoint org.duracloud.sync.mgmt -
-
Uses of SyncResultType in org.duracloud.sync.endpoint
Methods in org.duracloud.sync.endpoint that return SyncResultType Modifier and Type Method Description SyncResultTypeDuraStoreSyncEndpoint. syncFileAndReturnDetailedResult(MonitoredFile syncFile, File watchDir)SyncResultTypeFileSystemSyncEndpoint. syncFileAndReturnDetailedResult(MonitoredFile monitoredFile, File watchDir)SyncResultTypeSyncEndpoint. syncFileAndReturnDetailedResult(MonitoredFile monitoredFile, File watchDir)An alternate form of the syncFile method that returns a more nuanced result.static SyncResultTypeSyncResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncResultType[]SyncResultType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SyncResultType in org.duracloud.sync.mgmt
Methods in org.duracloud.sync.mgmt that return SyncResultType Modifier and Type Method Description SyncResultTypeSyncSummary. getType()Constructors in org.duracloud.sync.mgmt with parameters of type SyncResultType Constructor Description SyncSummary(File file, Date start, Date stop, SyncResultType type, String message)
-