Class StandardServiceAPI

java.lang.Object
org.apache.nifi.documentation.StandardServiceAPI
All Implemented Interfaces:
ServiceAPI

public class StandardServiceAPI extends Object implements ServiceAPI
  • Field Details Link icon

    • className Link icon

      private final String className
    • groupId Link icon

      private final String groupId
    • artifactId Link icon

      private final String artifactId
    • version Link icon

      private final String version
  • Constructor Details Link icon

    • StandardServiceAPI Link icon

      public StandardServiceAPI(String className, String groupId, String artifactId, String version)
  • Method Details Link icon

    • getClassName Link icon

      public String getClassName()
      Specified by:
      getClassName in interface ServiceAPI
      Returns:
      the fully qualified class name of the interface implemented by the Controller Service
    • getGroupId Link icon

      public String getGroupId()
      Specified by:
      getGroupId in interface ServiceAPI
      Returns:
      the Group ID of the bundle that provides the interface
    • getArtifactId Link icon

      public String getArtifactId()
      Specified by:
      getArtifactId in interface ServiceAPI
      Returns:
      the Artifact ID of the bundle that provides the interface
    • getVersion Link icon

      public String getVersion()
      Specified by:
      getVersion in interface ServiceAPI
      Returns:
      the Version of the bundle that provides the interface