Uses of Enum Class
org.apache.nifi.flow.ScheduledState
Packages that use ScheduledState
-
Uses of ScheduledState in org.apache.nifi.flow
Methods in org.apache.nifi.flow that return ScheduledStateModifier and TypeMethodDescriptionVersionedControllerService.getScheduledState()VersionedFlowAnalysisRule.getScheduledState()VersionedPort.getScheduledState()VersionedProcessGroup.getScheduledState()VersionedProcessor.getScheduledState()VersionedRemoteGroupPort.getScheduledState()VersionedReportingTask.getScheduledState()static ScheduledStateReturns the enum constant of this class with the specified name.static ScheduledState[]ScheduledState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.flow with parameters of type ScheduledStateModifier and TypeMethodDescriptionvoidVersionedControllerService.setScheduledState(ScheduledState scheduledState) voidVersionedFlowAnalysisRule.setScheduledState(ScheduledState scheduledState) voidVersionedPort.setScheduledState(ScheduledState scheduledState) voidVersionedProcessGroup.setScheduledState(ScheduledState scheduledState) voidVersionedProcessor.setScheduledState(ScheduledState scheduledState) voidVersionedRemoteGroupPort.setScheduledState(ScheduledState scheduledState) voidVersionedReportingTask.setScheduledState(ScheduledState scheduledState)