Interface Procedure

All Known Implementing Classes:
ProcedureImpl

public interface Procedure
Procedure.
Author:
Daniel Sagenschneider
  • Method Details

    • getServiceName

      String getServiceName()
      Obtains the name of the ProcedureSource.
      Returns:
      Name of the ProcedureSource.
    • getProcedureName

      String getProcedureName()
      Obtains the name of the Procedure.
      Returns:
      Name of the Procedure. May be null to indicate manually selected.
    • getProperties

      ProcedureProperty[] getProperties()
      Obtains the specification of properties for the Procedure.
      Returns:
      Property specification.
    • isProcedure

      default boolean isProcedure(String serviceName, String procedureName)
      Determines if the Procedure.
      Parameters:
      serviceName - Service name.
      procedureName - Name of Procedure. May be null for manually selected.
      Returns:
      true if this Procedure matches.