Uses of Class
org.apache.nifi.api.toolkit.model.VersionedFlowEntity
Packages that use VersionedFlowEntity
-
Uses of VersionedFlowEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return VersionedFlowEntityModifier and TypeMethodDescriptionSwaggerResourceApi.getDetails
(String registryId, String bucketId, String flowId) Gets the details of a flow from the specified registry and bucket for the specified flow for the current user -
Uses of VersionedFlowEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type VersionedFlowEntityModifier and TypeFieldDescriptionprivate List
<VersionedFlowEntity> VersionedFlowsEntity.versionedFlows
Methods in org.apache.nifi.api.toolkit.model that return VersionedFlowEntityModifier and TypeMethodDescriptionVersionedFlowEntity.versionedFlow
(VersionedFlowDTO versionedFlow) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type VersionedFlowEntityMethods in org.apache.nifi.api.toolkit.model with parameters of type VersionedFlowEntityModifier and TypeMethodDescriptionVersionedFlowsEntity.addVersionedFlowsItem
(VersionedFlowEntity versionedFlowsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type VersionedFlowEntityModifier and TypeMethodDescriptionvoid
VersionedFlowsEntity.setVersionedFlows
(List<VersionedFlowEntity> versionedFlows) VersionedFlowsEntity.versionedFlows
(List<VersionedFlowEntity> versionedFlows)