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 class
ByteTalkFactory
飞书通知对象建造 -
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. factoryList
Method parameters in org.dromara.oa.core.config with type arguments of type OaBaseProviderFactory Modifier and Type Method Description protected OaBlendsInitializer
OaSupplierConfig. 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 class
DingTalkFactory
钉钉通知对象建造 -
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 class
OaAbstractProviderFactory<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. FACTORIES
Methods 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 void
ProviderFactoryHolder. 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 void
ProviderFactoryHolder. 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 class
WeTalkFactory
微信通知对象建造
-