Uses of Class
org.apache.nifi.api.toolkit.model.VersionedFlowUpdateRequestEntity
Packages that use VersionedFlowUpdateRequestEntity
-
Uses of VersionedFlowUpdateRequestEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return VersionedFlowUpdateRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.deleteRevertRequest
(String id, Boolean disconnectedNodeAcknowledged) Deletes the Revert Request with the given ID Deletes the Revert Request with the given ID.SwaggerResourceApi.deleteUpdateRequest_0
(String id, Boolean disconnectedNodeAcknowledged) Deletes the Update Request with the given ID Deletes the Update Request with the given ID.SwaggerResourceApi.getRevertRequest
(String id) Returns the Revert Request with the given ID Returns the Revert Request with the given ID.SwaggerResourceApi.getUpdateRequest
(String id) Returns the Update Request with the given ID Returns the Update Request with the given ID.SwaggerResourceApi.initiateRevertFlowVersion
(VersionControlInformationEntity body, String id) Initiate the Revert Request of a Process Group with the given ID For a Process Group that is already under Version Control, this will initiate the action of reverting any local changes that have been made to the Process Group since it was last synchronized with the Flow Registry.SwaggerResourceApi.initiateVersionControlUpdate
(VersionControlInformationEntity body, String id) Initiate the Update Request of a Process Group with the given ID For a Process Group that is already under Version Control, this will initiate the action of changing from a specific version of the flow in the Flow Registry to a different version of the flow. -
Uses of VersionedFlowUpdateRequestEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return VersionedFlowUpdateRequestEntityModifier and TypeMethodDescriptionVersionedFlowUpdateRequestEntity.processGroupRevision
(RevisionDTO processGroupRevision) VersionedFlowUpdateRequestEntity.request
(VersionedFlowUpdateRequestDTO request)