Uses of Interface
org.flowable.mail.common.api.client.FlowableMailClient
Packages that use FlowableMailClient
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.-
Uses of FlowableMailClient in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as FlowableMailClientModifier and TypeFieldDescriptionprotected FlowableMailClient
CmmnEngineConfiguration.defaultMailClient
Fields in org.flowable.cmmn.engine with type parameters of type FlowableMailClientModifier and TypeFieldDescriptionprotected Map<String,
FlowableMailClient> CmmnEngineConfiguration.mailClients
Methods in org.flowable.cmmn.engine that return FlowableMailClientModifier and TypeMethodDescriptionCmmnEngineConfiguration.getDefaultMailClient()
CmmnEngineConfiguration.getMailClient
(String tenantId) Methods in org.flowable.cmmn.engine that return types with arguments of type FlowableMailClientMethods in org.flowable.cmmn.engine with parameters of type FlowableMailClientModifier and TypeMethodDescriptionCmmnEngineConfiguration.setDefaultMailClient
(FlowableMailClient defaultMailClient) Method parameters in org.flowable.cmmn.engine with type arguments of type FlowableMailClientModifier and TypeMethodDescriptionCmmnEngineConfiguration.setMailClients
(Map<String, FlowableMailClient> mailClients) -
Uses of FlowableMailClient in org.flowable.cmmn.engine.impl.behavior.impl.mail
Methods in org.flowable.cmmn.engine.impl.behavior.impl.mail that return FlowableMailClientModifier and TypeMethodDescriptionprotected FlowableMailClient
CmmnMailActivityDelegate.getMailClient
(DelegatePlanItemInstance planItemInstance) -
Uses of FlowableMailClient in org.flowable.common.engine.impl.cfg.mail
Methods in org.flowable.common.engine.impl.cfg.mail that return FlowableMailClientModifier and TypeMethodDescriptionstatic FlowableMailClient
FlowableMailClientCreator.createHostClient
(String host, MailServerInfo serverInfo) static FlowableMailClient
FlowableMailClientCreator.createHostClient
(String host, MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) protected static FlowableMailClient
FlowableMailClientCreator.createMailClient
(MailServerConfiguration serverConfiguration, MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) static FlowableMailClient
FlowableMailClientCreator.createSessionClient
(String sessionJndi, MailServerInfo serverInfo) static FlowableMailClient
FlowableMailClientCreator.createSessionClient
(String sessionJndi, MailServerInfo serverInfo, MailServerInfo fallbackServerInfo) -
Uses of FlowableMailClient in org.flowable.engine
Fields in org.flowable.engine declared as FlowableMailClientModifier and TypeFieldDescriptionprotected FlowableMailClient
ProcessEngineConfiguration.defaultMailClient
Fields in org.flowable.engine with type parameters of type FlowableMailClientModifier and TypeFieldDescriptionprotected Map<String,
FlowableMailClient> ProcessEngineConfiguration.mailClients
Methods in org.flowable.engine that return FlowableMailClientModifier and TypeMethodDescriptionProcessEngineConfiguration.getDefaultMailClient()
ProcessEngineConfiguration.getMailClient
(String tenantId) Methods in org.flowable.engine that return types with arguments of type FlowableMailClientMethods in org.flowable.engine with parameters of type FlowableMailClientModifier and TypeMethodDescriptionProcessEngineConfiguration.setDefaultMailClient
(FlowableMailClient defaultMailClient) Method parameters in org.flowable.engine with type arguments of type FlowableMailClientModifier and TypeMethodDescriptionProcessEngineConfiguration.setMailClients
(Map<String, FlowableMailClient> mailClients) -
Uses of FlowableMailClient in org.flowable.engine.impl.bpmn.mail
Methods in org.flowable.engine.impl.bpmn.mail that return FlowableMailClientModifier and TypeMethodDescriptionprotected FlowableMailClient
BpmnMailActivityDelegate.getMailClient
(DelegateExecution execution) -
Uses of FlowableMailClient in org.flowable.mail.common.impl
Methods in org.flowable.mail.common.impl that return FlowableMailClientModifier and TypeMethodDescriptionprotected abstract FlowableMailClient
BaseMailActivityDelegate.getMailClient
(V variableContainer) -
Uses of FlowableMailClient in org.flowable.mail.common.impl.jakarta.mail
Classes in org.flowable.mail.common.impl.jakarta.mail that implement FlowableMailClient