Interface IBeanFactory


public interface IBeanFactory
  • Method Details

    • getBean

      default <T> T getBean(Class<T> clazz)
    • getBean

      default <T> T getBean(String name, Class<T> clazz)
    • getBeans

      default <T> List<T> getBeans(Class<T> clazz)
    • getRecordById

      default FlowRecord getRecordById(long id)
    • getOperatorById

      default IFlowOperator getOperatorById(long userId)
    • findOperatorsByIds

      default List<IFlowOperator> findOperatorsByIds(List<Long> ids)