Interface GovernanceFlowType<F extends java.lang.Enum<F>>

  • All Known Implementing Classes:
    GovernanceFlowTypeImpl

    public interface GovernanceFlowType<F extends java.lang.Enum<F>>
    Type definition of a Flow possibly instigated by a GovernanceActivity.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getIndex

        int getIndex()

        Obtains the index for the GovernanceFlowType.

        Should there be an Enum then will be the Enum.ordinal() value. Otherwise will be the index that this was added.

        Returns:
        Index for the GovernanceFlowType.
      • getArgumentType

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