Uses of Class
org.apache.nifi.api.toolkit.model.StartVersionControlRequestEntity
Packages that use StartVersionControlRequestEntity
-
Uses of StartVersionControlRequestEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api with parameters of type StartVersionControlRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.saveToFlowRegistry
(StartVersionControlRequestEntity body, String id) Save the Process Group with the given ID Begins version controlling the Process Group with the given ID or commits changes to the Versioned Flow, depending on if the provided VersionControlInformation includes a flowId. -
Uses of StartVersionControlRequestEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return StartVersionControlRequestEntityModifier and TypeMethodDescriptionStartVersionControlRequestEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) StartVersionControlRequestEntity.processGroupRevision
(RevisionDTO processGroupRevision) StartVersionControlRequestEntity.versionedFlow
(VersionedFlowDTO versionedFlow)