Class FlowLocation

java.lang.Object
org.apache.nifi.registry.flow.BucketLocation
org.apache.nifi.registry.flow.FlowLocation
Direct Known Subclasses:
FlowVersionLocation

public class FlowLocation extends BucketLocation
Information for locating a flow in a flow registry.
  • Constructor Details

    • FlowLocation

      public FlowLocation()
    • FlowLocation

      public FlowLocation(String branch, String bucketId, String flowId)
  • Method Details

    • getFlowId

      public String getFlowId()
    • setFlowId

      public void setFlowId(String flowId)