Uses of Interface
org.apache.nifi.provenance.lineage.ComputeLineageSubmission
Packages that use ComputeLineageSubmission
-
Uses of ComputeLineageSubmission in org.apache.nifi.provenance
Methods in org.apache.nifi.provenance that return ComputeLineageSubmissionModifier and TypeMethodDescriptionProvenanceRepository.retrieveLineageSubmission(String lineageIdentifier, NiFiUser user) ProvenanceRepository.submitExpandChildren(long eventId, NiFiUser user) Submits a request to expand the children of the event with the given id.ProvenanceRepository.submitExpandParents(long eventId, NiFiUser user) Submits a request to expand the parents of the event with the given id.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.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.