| Package | Description |
|---|---|
| org.apache.nifi.registry.client | |
| org.apache.nifi.registry.client.impl |
| Modifier and Type | Method and Description |
|---|---|
Bucket |
BucketClient.create(Bucket bucket)
Creates the given bucket.
|
VersionedFlow |
FlowClient.create(VersionedFlow flow)
Create the given flow in the given bucket.
|
VersionedFlowSnapshot |
FlowSnapshotClient.create(VersionedFlowSnapshot snapshot)
Creates a new snapshot/version for the given flow.
|
Bucket |
BucketClient.delete(String bucketId)
Deletes the bucket with the given id.
|
VersionedFlow |
FlowClient.delete(String bucketId,
String flowId)
Deletes the flow with the given id in the given bucket.
|
VersionedFlowDifference |
FlowClient.diff(String bucketId,
String flowId,
Integer versionA,
Integer versionB) |
Bucket |
BucketClient.get(String bucketId)
Gets the bucket with the given id.
|
VersionedFlow |
FlowClient.get(String flowId)
Gets the flow with the given id.
|
VersionedFlowSnapshot |
FlowSnapshotClient.get(String flowId,
int version)
Gets the snapshot for the given flow and version.
|
VersionedFlow |
FlowClient.get(String bucketId,
String flowId)
Gets the flow with the given id in the given bucket.
|
VersionedFlowSnapshot |
FlowSnapshotClient.get(String bucketId,
String flowId,
int version)
Gets the snapshot for the given bucket, flow, and version.
|
CurrentUser |
UserClient.getAccessStatus()
Obtains the access status of the current user.
|
List<BucketItem> |
ItemsClient.getAll()
Gets all bucket items in the registry.
|
List<Bucket> |
BucketClient.getAll()
Gets all buckets.
|
List<BucketItem> |
ItemsClient.getByBucket(String bucketId)
Gets all bucket items for the given bucket.
|
List<VersionedFlow> |
FlowClient.getByBucket(String bucketId)
Gets the flows for a given bucket.
|
Fields |
ItemsClient.getFields()
Gets the field info for bucket items.
|
Fields |
BucketClient.getFields()
Gets the fields that can be used to sort/search buckets.
|
Fields |
FlowClient.getFields()
Gets the field info for flows.
|
VersionedFlowSnapshot |
FlowSnapshotClient.getLatest(String flowId)
Gets the latest snapshot for the given flow.
|
VersionedFlowSnapshot |
FlowSnapshotClient.getLatest(String bucketId,
String flowId)
Gets the latest snapshot for the given flow.
|
VersionedFlowSnapshotMetadata |
FlowSnapshotClient.getLatestMetadata(String flowId)
Gets the latest snapshot metadata for the given flow.
|
VersionedFlowSnapshotMetadata |
FlowSnapshotClient.getLatestMetadata(String bucketId,
String flowId)
Gets the latest snapshot metadata for the given flow.
|
List<VersionedFlowSnapshotMetadata> |
FlowSnapshotClient.getSnapshotMetadata(String flowId)
Gets a list of the metadata for all snapshots of a given flow.
|
List<VersionedFlowSnapshotMetadata> |
FlowSnapshotClient.getSnapshotMetadata(String bucketId,
String flowId)
Gets a list of the metadata for all snapshots of a given flow.
|
Bucket |
BucketClient.update(Bucket bucket)
Updates the given bucket.
|
VersionedFlow |
FlowClient.update(String bucketId,
VersionedFlow flow)
Updates the given flow with in the given bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
JerseyBucketClient.create(Bucket bucket) |
VersionedFlow |
JerseyFlowClient.create(VersionedFlow flow) |
VersionedFlowSnapshot |
JerseyFlowSnapshotClient.create(VersionedFlowSnapshot snapshot) |
Bucket |
JerseyBucketClient.delete(String bucketId) |
VersionedFlow |
JerseyFlowClient.delete(String bucketId,
String flowId) |
VersionedFlowDifference |
JerseyFlowClient.diff(String bucketId,
String flowId,
Integer versionA,
Integer versionB) |
protected <T> T |
AbstractJerseyClient.executeAction(String errorMessage,
AbstractJerseyClient.NiFiRegistryAction<T> action)
Executes the given action and returns the result.
|
Bucket |
JerseyBucketClient.get(String bucketId) |
VersionedFlow |
JerseyFlowClient.get(String flowId) |
VersionedFlowSnapshot |
JerseyFlowSnapshotClient.get(String flowId,
int version) |
VersionedFlow |
JerseyFlowClient.get(String bucketId,
String flowId) |
VersionedFlowSnapshot |
JerseyFlowSnapshotClient.get(String bucketId,
String flowId,
int version) |
CurrentUser |
JerseyUserClient.getAccessStatus() |
List<BucketItem> |
JerseyItemsClient.getAll() |
List<Bucket> |
JerseyBucketClient.getAll() |
List<BucketItem> |
JerseyItemsClient.getByBucket(String bucketId) |
List<VersionedFlow> |
JerseyFlowClient.getByBucket(String bucketId) |
Fields |
JerseyItemsClient.getFields() |
Fields |
JerseyBucketClient.getFields() |
Fields |
JerseyFlowClient.getFields() |
VersionedFlowSnapshot |
JerseyFlowSnapshotClient.getLatest(String flowId) |
VersionedFlowSnapshot |
JerseyFlowSnapshotClient.getLatest(String bucketId,
String flowId) |
VersionedFlowSnapshotMetadata |
JerseyFlowSnapshotClient.getLatestMetadata(String flowId) |
VersionedFlowSnapshotMetadata |
JerseyFlowSnapshotClient.getLatestMetadata(String bucketId,
String flowId) |
List<VersionedFlowSnapshotMetadata> |
JerseyFlowSnapshotClient.getSnapshotMetadata(String flowId) |
List<VersionedFlowSnapshotMetadata> |
JerseyFlowSnapshotClient.getSnapshotMetadata(String bucketId,
String flowId) |
Bucket |
JerseyBucketClient.update(Bucket bucket) |
VersionedFlow |
JerseyFlowClient.update(String bucketId,
VersionedFlow flow) |
Copyright © 2018 Apache NiFi Project. All rights reserved.