Uses of Class
org.duracloud.syncui.domain.SyncProcessState
-
Packages that use SyncProcessState Package Description org.duracloud.syncui.controller org.duracloud.syncui.domain org.duracloud.syncui.service -
-
Uses of SyncProcessState in org.duracloud.syncui.controller
Methods in org.duracloud.syncui.controller that return SyncProcessState Modifier and Type Method Description SyncProcessStateConfigurationController. syncProcessState()SyncProcessStateStatusController. syncProcessState() -
Uses of SyncProcessState in org.duracloud.syncui.domain
Methods in org.duracloud.syncui.domain that return SyncProcessState Modifier and Type Method Description static SyncProcessStateSyncProcessState. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncProcessState[]SyncProcessState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SyncProcessState in org.duracloud.syncui.service
Methods in org.duracloud.syncui.service that return SyncProcessState Modifier and Type Method Description SyncProcessStateSyncProcess. getProcessState()Returns an enum designating the runtime state of the sync processSyncProcessStateSyncProcessManagerImpl. getProcessState()SyncProcessStateSyncStateChangedEvent. getProcessState()SyncProcessStateRuntimeStateMemento. getSyncProcessState()Methods in org.duracloud.syncui.service with parameters of type SyncProcessState Modifier and Type Method Description voidRuntimeStateMemento. setSyncProcessState(SyncProcessState syncProcessState)booleanSyncProcessStateTransitionValidator. validate(SyncProcessState from, SyncProcessState to)Constructors in org.duracloud.syncui.service with parameters of type SyncProcessState Constructor Description SyncStateChangedEvent(SyncProcessState source)
-