Interface ClassFlowContext


public interface ClassFlowContext
Context for the ClassFlowRegistry.
Author:
Daniel Sagenschneider
  • Method Details

    • getFlowName

      String getFlowName()
      Obtains the name of the Flow.
      Returns:
      Name of the Flow.
    • getFlowInterfaceType

      Class<?> getFlowInterfaceType()
      Obtains the Type declaring the Method of this flow.
      Returns:
      Type declaring the Method of this flow.
    • getMethod

      Method getMethod()
      Obtains the Method.
      Returns:
      Method.
    • getParameterType

      Class<?> getParameterType()
      Obtains the parameter type for the Flow. Will be null if no parameter.
      Returns:
      Parameter type for the Flow. Will be null if no parameter.
    • isFlowCallback

      boolean isFlowCallback()
      Flags if FlowCallback.
      Returns:
      true if FlowCallback.