Uses of Class
org.duracloud.syncui.service.RunMode
-
Packages that use RunMode Package Description org.duracloud.syncui.domain org.duracloud.syncui.service -
-
Uses of RunMode in org.duracloud.syncui.domain
Methods in org.duracloud.syncui.domain that return RunMode Modifier and Type Method Description RunModeModeForm. getMode()Methods in org.duracloud.syncui.domain with parameters of type RunMode Modifier and Type Method Description voidModeForm. setMode(RunMode mode) -
Uses of RunMode in org.duracloud.syncui.service
Methods in org.duracloud.syncui.service that return RunMode Modifier and Type Method Description RunModeSyncConfigurationManager. getMode()RunModeSyncConfigurationManagerImpl. getMode()static RunModeRunMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RunMode[]RunMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.syncui.service with parameters of type RunMode Modifier and Type Method Description voidSyncConfigurationManager. setMode(RunMode mode)voidSyncConfigurationManagerImpl. setMode(RunMode mode)
-