| Package | Description |
|---|---|
| org.apache.nifi.registry.flow |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationException |
class |
AuthorizationException |
class |
FlowAlreadyExistsException |
class |
FlowRegistryInvalidException |
class |
NoSuchBucketException |
class |
NoSuchFlowException |
class |
NoSuchFlowVersionException |
| Modifier and Type | Method and Description |
|---|---|
RegisteredFlow |
FlowRegistryClient.deregisterFlow(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId)
Deletes the specified flow from the Flow Registry.
|
FlowRegistryBucket |
FlowRegistryClient.getBucket(FlowRegistryClientConfigurationContext context,
String bucketId)
Gets the bucket with the given id.
|
Set<FlowRegistryBucket> |
FlowRegistryClient.getBuckets(FlowRegistryClientConfigurationContext context)
Gets the buckets for the specified user.
|
RegisteredFlow |
FlowRegistryClient.getFlow(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId)
Retrieves a flow by bucket id and Flow id.
|
RegisteredFlowSnapshot |
FlowRegistryClient.getFlowContents(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId,
int version)
Retrieves the contents of the flow with the given Bucket id, Flow id, and version, from the Registry.
|
Set<RegisteredFlow> |
FlowRegistryClient.getFlows(FlowRegistryClientConfigurationContext context,
String bucketId)
Retrieves the set of all Flows for the specified bucket.
|
Set<RegisteredFlowSnapshotMetadata> |
FlowRegistryClient.getFlowVersions(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId)
Retrieves the set of all versions of the specified flow.
|
int |
FlowRegistryClient.getLatestVersion(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId)
Returns the latest (most recent) version of the Flow in the Flow Registry for the given bucket and Flow.
|
RegisteredFlow |
FlowRegistryClient.registerFlow(FlowRegistryClientConfigurationContext context,
RegisteredFlow flow)
Registers the given RegisteredFlow into the the Flow Registry.
|
RegisteredFlowSnapshot |
FlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context,
RegisteredFlowSnapshot flowSnapshot)
Adds the given snapshot to the Flow Registry for the given Flow.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.