Uses of Enum Class
org.apache.nifi.api.toolkit.model.VersionedProcessGroup.ScheduledStateEnum
Packages that use VersionedProcessGroup.ScheduledStateEnum
-
Uses of VersionedProcessGroup.ScheduledStateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as VersionedProcessGroup.ScheduledStateEnumMethods in org.apache.nifi.api.toolkit.model that return VersionedProcessGroup.ScheduledStateEnumModifier and TypeMethodDescriptionVersionedProcessGroup.getScheduledState()
The Scheduled State of the Process Group, if the group is configured to use the Stateless Execution Engine.Returns the enum constant of this class with the specified name.VersionedProcessGroup.ScheduledStateEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type VersionedProcessGroup.ScheduledStateEnumModifier and TypeMethodDescriptionVersionedProcessGroup.scheduledState
(VersionedProcessGroup.ScheduledStateEnum scheduledState) void
VersionedProcessGroup.setScheduledState
(VersionedProcessGroup.ScheduledStateEnum scheduledState)