| Package | Description |
|---|---|
| org.apache.nifi.provenance |
| Modifier and Type | Method and Description |
|---|---|
ComputeLineageSubmission |
ProvenanceRepository.retrieveLineageSubmission(String lineageIdentifier,
NiFiUser user) |
ComputeLineageSubmission |
ProvenanceRepository.submitExpandChildren(long eventId,
NiFiUser user)
Submits a request to expand the children of the event with the given id.
|
ComputeLineageSubmission |
ProvenanceRepository.submitExpandParents(long eventId,
NiFiUser user)
Submits a request to expand the parents of the event with the given id.
|
ComputeLineageSubmission |
ProvenanceRepository.submitLineageComputation(long eventId,
NiFiUser user)
Submits a Lineage Computation to be completed and returns the
AsynchronousLineageResult that indicates the status of the request and
the results, if the computation is complete.
|
ComputeLineageSubmission |
ProvenanceRepository.submitLineageComputation(String flowFileUuid,
NiFiUser user)
Submits a Lineage Computation to be completed and returns the
AsynchronousLineageResult that indicates the status of the request and
the results, if the computation is complete.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.