Uses of Interface
org.dromara.oa.core.provider.factory.OaBaseProviderFactory
-
-
Uses of OaBaseProviderFactory in org.dromara.oa.core.byteTalk.config
Classes in org.dromara.oa.core.byteTalk.config that implement OaBaseProviderFactory Modifier and Type Class Description classByteTalkFactory飞书通知对象建造 -
Uses of OaBaseProviderFactory in org.dromara.oa.core.config
Fields in org.dromara.oa.core.config with type parameters of type OaBaseProviderFactory Modifier and Type Field Description private List<OaBaseProviderFactory<? extends OaSender,? extends OaSupplierConfig>>OaBlendsInitializer. factoryListMethod parameters in org.dromara.oa.core.config with type arguments of type OaBaseProviderFactory Modifier and Type Method Description protected OaBlendsInitializerOaSupplierConfig. smsOasInitializer(List<OaBaseProviderFactory<? extends OaSender,? extends OaSupplierConfig>> factoryList, OaConfig oaConfig, Map<String,Map<String,Object>> oas)Constructor parameters in org.dromara.oa.core.config with type arguments of type OaBaseProviderFactory Constructor Description OaBlendsInitializer(List<OaBaseProviderFactory<? extends OaSender,? extends OaSupplierConfig>> factoryList, OaConfig oaConfig, Map<String,Map<String,Object>> oas) -
Uses of OaBaseProviderFactory in org.dromara.oa.core.dingTalk.config
Classes in org.dromara.oa.core.dingTalk.config that implement OaBaseProviderFactory Modifier and Type Class Description classDingTalkFactory钉钉通知对象建造 -
Uses of OaBaseProviderFactory in org.dromara.oa.core.provider.factory
Classes in org.dromara.oa.core.provider.factory that implement OaBaseProviderFactory Modifier and Type Class Description classOaAbstractProviderFactory<S extends OaSender,C extends OaSupplierConfig>Fields in org.dromara.oa.core.provider.factory with type parameters of type OaBaseProviderFactory Modifier and Type Field Description private static Map<String,OaBaseProviderFactory<? extends OaSender,? extends OaSupplierConfig>>ProviderFactoryHolder. FACTORIESMethods in org.dromara.oa.core.provider.factory that return OaBaseProviderFactory Modifier and Type Method Description static OaBaseProviderFactory<? extends OaSender,? extends OaSupplierConfig>ProviderFactoryHolder. requireForSupplier(String supplier)Methods in org.dromara.oa.core.provider.factory with parameters of type OaBaseProviderFactory Modifier and Type Method Description static voidProviderFactoryHolder. registerFactory(OaBaseProviderFactory<? extends OaSender,? extends OaSupplierConfig> factory)Method parameters in org.dromara.oa.core.provider.factory with type arguments of type OaBaseProviderFactory Modifier and Type Method Description static voidProviderFactoryHolder. registerFactory(List<OaBaseProviderFactory<? extends OaSender,? extends OaSupplierConfig>> factoryList) -
Uses of OaBaseProviderFactory in org.dromara.oa.core.weTalk.config
Classes in org.dromara.oa.core.weTalk.config that implement OaBaseProviderFactory Modifier and Type Class Description classWeTalkFactory微信通知对象建造
-