Interface ProcedureFlowType

All Known Implementing Classes:
ProcedureFlowTypeImpl

public interface ProcedureFlowType
Type definition of a Flow possibly instigated by a Procedure.
Author:
Daniel Sagenschneider
  • Method Details

    • getFlowName

      String getFlowName()
      Obtains the name for the ProcedureFlowType.
      Returns:
      Name for the ProcedureFlowType.
    • getArgumentType

      Class<?> getArgumentType()
      Obtains the type of the argument passed by the Procedure to the Flow.
      Returns:
      Type of argument passed to Flow. May be null to indicate no argument.