Uses of Class
org.apache.nifi.api.toolkit.model.VersionedFlowSnapshotEntity
Packages that use VersionedFlowSnapshotEntity
-
Uses of VersionedFlowSnapshotEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api with parameters of type VersionedFlowSnapshotEntityModifier and TypeMethodDescriptionSwaggerResourceApi.updateFlowVersion
(VersionedFlowSnapshotEntity body, String id) Update the version of a Process Group with the given ID For a Process Group that is already under Version Control, this will update the version of the flow to a different version. -
Uses of VersionedFlowSnapshotEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return VersionedFlowSnapshotEntityModifier and TypeMethodDescriptionVersionedFlowSnapshotEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) VersionedFlowSnapshotEntity.processGroupRevision
(RevisionDTO processGroupRevision) VersionedFlowSnapshotEntity.registryId
(String registryId) VersionedFlowSnapshotEntity.updateDescendantVersionedFlows
(Boolean updateDescendantVersionedFlows) VersionedFlowSnapshotEntity.versionedFlowSnapshot
(RegisteredFlowSnapshot versionedFlowSnapshot)