Uses of Enum Class
org.apache.nifi.api.toolkit.model.ProcessGroupStatusSnapshotDTO.VersionedFlowStateEnum
Packages that use ProcessGroupStatusSnapshotDTO.VersionedFlowStateEnum
-
Uses of ProcessGroupStatusSnapshotDTO.VersionedFlowStateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ProcessGroupStatusSnapshotDTO.VersionedFlowStateEnumMethods in org.apache.nifi.api.toolkit.model that return ProcessGroupStatusSnapshotDTO.VersionedFlowStateEnumModifier and TypeMethodDescriptionProcessGroupStatusSnapshotDTO.getVersionedFlowState()
The current state of the Process Group, as it relates to the Versioned FlowReturns the enum constant of this class with the specified name.ProcessGroupStatusSnapshotDTO.VersionedFlowStateEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.