Uses of Enum Class
org.apache.nifi.registry.flow.VersionedFlowState
Packages that use VersionedFlowState
-
Uses of VersionedFlowState in org.apache.nifi.controller.status
Fields in org.apache.nifi.controller.status declared as VersionedFlowStateModifier and TypeFieldDescriptionprivate VersionedFlowState
ProcessGroupStatus.versionedFlowState
Methods in org.apache.nifi.controller.status that return VersionedFlowStateMethods in org.apache.nifi.controller.status with parameters of type VersionedFlowStateModifier and TypeMethodDescriptionvoid
ProcessGroupStatus.setVersionedFlowState
(VersionedFlowState versionedFlowState) -
Uses of VersionedFlowState in org.apache.nifi.registry.flow
Methods in org.apache.nifi.registry.flow that return VersionedFlowStateModifier and TypeMethodDescriptionstatic VersionedFlowState
Returns the enum constant of this class with the specified name.static VersionedFlowState[]
VersionedFlowState.values()
Returns an array containing the constants of this enum class, in the order they are declared.