Uses of Enum Class
org.duracloud.syncui.domain.SyncProcessState
Packages that use SyncProcessState
Package
Description
-
Uses of SyncProcessState in org.duracloud.syncui.controller
Methods in org.duracloud.syncui.controller that return SyncProcessStateModifier and TypeMethodDescriptionConfigurationController.syncProcessState()StatusController.syncProcessState() -
Uses of SyncProcessState in org.duracloud.syncui.domain
Methods in org.duracloud.syncui.domain that return SyncProcessStateModifier and TypeMethodDescriptionstatic SyncProcessStateReturns the enum constant of this class with the specified name.static SyncProcessState[]SyncProcessState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SyncProcessState in org.duracloud.syncui.service
Methods in org.duracloud.syncui.service that return SyncProcessStateModifier and TypeMethodDescriptionSyncProcess.getProcessState()Returns an enum designating the runtime state of the sync processSyncProcessManagerImpl.getProcessState()SyncStateChangedEvent.getProcessState()RuntimeStateMemento.getSyncProcessState()Methods in org.duracloud.syncui.service with parameters of type SyncProcessStateModifier and TypeMethodDescriptionvoidRuntimeStateMemento.setSyncProcessState(SyncProcessState syncProcessState) booleanSyncProcessStateTransitionValidator.validate(SyncProcessState from, SyncProcessState to) Constructors in org.duracloud.syncui.service with parameters of type SyncProcessState