Flowable 6.6.0 应用指南 - Flowable UI应用配置(2)

培训视频推荐

CSDN上提供了Flowable 6.6.0的系列培训视频课程,欢迎有兴趣的朋友前往学习。

Flowable 6.6.0 用户指南相关文档下载


Flowable
《Flowable 6.6.0应用指南》

Flowable 6.6.0 应用指南 - Flowable UI应用配置(2)

(2)由Flowable Spring Boot starter管理的旧属性

Some of the old properties have been moved to be managed by the Flowable Spring Boot starter (or Spring Boot itself)
一些旧的属性已经被移动到由Flowable Spring Boot starter(或Spring Boot本身)管理

(由Flowable Spring Boot starter管理的旧属性)Old properties managed by the Flowable Spring Boot Starter

Property name

Old Property

Default value

Description

flowable.async-executor-activate

engine.process.asyncexecutor.activate

true

Whether the async executor should be activated. 是否应激活异步执行器。

flowable.database-schema-update

engine.process.schema.update

true

The strategy that should be used for the database schema. 应用于数据库架构的策略。

flowable.history-level

engine.process.history.level

-

The history level that needs to be used. 需要使用的历史记录级别。

flowable.process.servlet.name

flowable.rest-api-servlet-name

Flowable BPMN Rest API

The name of the Process servlet. 流程servlet的名称。

flowable.process.servlet.path

flowable.rest-api-mapping

/process-api

The context path for the Process rest servlet. 流程Rest servlet的上下文路径。

flowable.content.storage.create-root

contentstorage.fs.create-root

true

If the root folder doesn’t exist, should it be created? 如果根文件夹不存在,是否应该创建它?

flowable.content.storage.root-folder

contentstorage.fs.root-folder

-

Root folder location where content files will be stored, for example, task attachments or form file uploads. 存储内容文件的根文件夹位置,例如任务附件或表单文件上载。

flowable.idm.enabled

flowable.db-identity-used

true

Whether the idm engine needs to be started. 是否需要启动idm引擎。

flowable.idm.password-encoder

security.passwordencoder

-

The type of the password encoder that needs to be used. 需要使用的密码编码器的类型。

flowable.idm.ldap.base-dn

ldap.basedn

-

The base 'distinguished name' (DN) from which the searches for users and groups are started. Use 'user-base-dn' or 'group-base-dn' when needing to differentiate between user and group base DN. 从中开始搜索用户和组的基“distinguished name”DN)。当需要区分用户和组基本dn时,请使用“user-base-dn”“group-base-dn”

flowable.idm.ldap.enabled

ldap.enabled

false

Whether to enable LDAP IDM Service. 是否启用LDAP IDM服务。

flowable.idm.ldap.password

ldap.password

-

The password that is used to connect to the LDAP system. 用于连接到LDAP系统的密码。

flowable.idm.ldap.port

ldap.port

-1

The port on which the LDAP system is running. 运行LDAP系统的端口。

flowable.idm.ldap.server

ldap.server

-

The server host on which the LDAP system can be reached. For example 'ldap://localhost'. 可以访问LDAP系统的服务器主机。例如'ldap://localhost'.

flowable.idm.ldap.user

ldap.user

-

The user id that is used to connect to the LDAP system. 用于连接到LDAP系统的用户id

flowable.idm.ldap.attribute.email

ldap.attribute.email

-

Name of the attribute that matches the user email. This property is used when looking for an 'org.flowable.idm.api.User' object and the mapping between the LDAP object and the Flowable 'org.flowable.idm.api.User' object is done. 与用户电子邮件匹配的属性的名称。在查找'org.flowable.idm.api.User'对象,以及LDAP对象与Flowable ' org.flowable.idm.api.User '对象之间的映射完成时使用。

flowable.idm.ldap.attribute.first-name

ldap.attribute.firstname

-

Name of the attribute that matches the user first name. This property is used when looking for a 'org.flowable.idm.api.User' object and the mapping between the LDAP object and the Flowable 'org.flowable.idm.api.User' object is done. 与用户名匹配的属性的名称。在查找'org.flowable.idm.api.User'对象,以及LDAP对象与Flowable 'org.flowable.idm.api.User '对象之间的映射完成时使用。

flowable.idm.ldap.attribute.group-id

ldap.attribute.groupid

-

Name of the attribute that matches the group id. This property is used when looking for a 'org.flowable.idm.api.Group' object and the mapping between the LDAP object and the Flowable 'org.flowable.idm.api.Group' object is done. 与组id匹配的属性的名称。在查找' org.flowable.idm.api.Group '对象,以及LDAP对象与Flowable ' org.flowable.idm.api.Group '对象之间的映射完成时使用。

flowable.idm.ldap.attribute.group-name

ldap.attribute.groupname

-

Name of the attribute that matches the group name. This property is used when looking for a 'org.flowable.idm.api.Group' object and the mapping between the LDAP object and the Flowable 'org.flowable.idm.api.Group' object is done. 与组名匹配的属性的名称。在查找' org.flowable.idm.api.Group '对象,以及LDAP对象与Flowable ' org.flowable.idm.api.Group '对象之间的映射完成时使用

flowable.idm.ldap.attribute.last-name

ldap.attribute.lastname

-

Name of the attribute that matches the user last name. This property is used when looking for a 'org.flowable.idm.api.User' object and the mapping between the LDAP object and the Flowable 'org.flowable.idm.api.User' object is done. 与用户名匹配的属性的名称。在查找'org.flowable.idm.api.User'对象,以及LDAP对象与Flowable 'org.flowable.idm.api.User '对象之间的映射完成时使用

flowable.idm.ldap.attribute.user-id

ldap.attribute.userid

-

Name of the attribute that matches the user id. This property is used when looking for a 'org.flowable.idm.api.User' object and the mapping between the LDAP object and the Flowable 'org.flowable.idm.api.User' object is done. This property is optional and is only needed if searching for 'org.flowable.idm.api.User' objects using the Flowable API. 与用户id匹配的属性的名称。在查找'org.flowable.idm.api.User'对象,以及LDAP对象与Flowable 'org.flowable.idm.api.User'对象之间的映射完成时使用。此属性是可选的,只有在使用Flowable API搜索'org.flowable.idm.api.User'对象时需要。

flowable.idm.ldap.cache.group-size

ldap.cache.groupsize

-1

Allows to set the size of the 'org.flowable.ldap.LDAPGroupCache'. This is an LRU cache that caches groups for users and thus avoids hitting the LDAP system each time the groups of a user needs to be known. The cache will not be instantiated if the value is less then zero. By default set to -1, so no caching is done. Note that the group cache is instantiated on the 'org.flowable.ldap.LDAPIdentityServiceImpl'. As such, if you have a custom implementation of the 'org.flowable.ldap.LDAPIdentityServiceImpl', do not forget to add the group cache functionality. 允许设置'org.flowable.ldap.LDAPGroupCache'。这是一个LRU缓存,它为用户缓存组,从而避免每次需要知道用户组时都会访问LDAP系统。如果值小于零,则不会实例化缓存。默认设置为-1,因此不执行缓存。注意,组缓存是在org.flowable.ldap.LDAPIdentityServiceImpl'上实例化的。因此,如果您有'org.flowable.ldap.LDAPIdentityServiceImpl'的自定义实现,请不要忘记添加组缓存功能。

flowable.idm.ldap.query.all-groups

ldap.query.groupall

-

The query that is executed when searching for all groups. 搜索所有组时执行的查询。

flowable.idm.ldap.query.all-users

ldap.query.userall

-

The query that is executed when searching for all users. 搜索所有用户时执行的查询。

flowable.idm.ldap.query.groups-for-user

ldap.query.groupsforuser

-

The query that is executed when searching for the groups of a specific user. For example: (&(objectClass=groupOfUniqueNames)(uniqueMember={0})) Here, all the objects in LDAP with the class 'groupOfUniqueNames' and where the provided DN is a 'uniqueMember' are returned. As shown in the example, the user id is injected by the typical {@link java.text.MessageFormat}, ie by using {0} If setting the query alone is insufficient for your specific LDAP setup, you can alternatively plug in a different org.flowable.ldap.LDAPQueryBuilder, which allows for more customization than only the query. 在搜索特定用户的组时执行的查询。例如:(&(objectClass=groupOfUniqueNames)(uniqueMember={0}))其中,LDAP中所有类为“'groupOfUniqueNames'”且提供的DN“'uniqueMember'”的所有对象都将返回。如示例所示,用户id由典型的{@link java.text.MessageFormat}注入,例如,使用{0}。如果单独设置查询不足以满足特定的LDAP设置,则可以插入另一个org.flowable.ldap.LDAPQueryBuilder,它不仅允许查询,还允许更多的自定义。

flowable.idm.ldap.query.user-by-full-name-like

ldap.query.userbyname

-

The query that is executed when searching for a user by full name. For example: (&(objectClass=inetOrgPerson)(|({0}={1})({2}={3}))). Here, all the objects in LDAP with the class 'inetOrgPerson' and who have the matching first name or last name will be returned. Several things will be injected in the expression: {0} : the first name attribute {1} : the search text {2} : the last name attribute {3} : the search text. If setting the query alone is insufficient for your specific LDAP setup, you can alternatively plug in a different 'org.flowable.ldap.LDAPQueryBuilder', which allows for more customization than only the query. 按全名搜索用户时执行的查询。例如:(&(objectClass=inetOrgPerson)(|({0}={1})({2}={3}))),其中,LDAP中所有类为'inetOrgPerson'并且具有匹配的名字或姓氏的对象都将被返回。几个东西将被注入到表达式中:{0}:名字属性{1}:搜索文本{2}:姓氏属性{3}:搜索文本。如果单独设置查询不足以满足特定的LDAP设置,则可以插入另一个'org.flowable.ldap.LDAPQueryBuilder',它不仅允许查询,还允许更多的自定义。

flowable.idm.ldap.query.user-by-id

ldap.query.userbyid

-

The query that is executed when searching for a user by userId. For example: (&(objectClass=inetOrgPerson)(uid={0})) Here, all the objects in LDAP with the class 'inetOrgPerson' and who have the matching 'uid' attribute value will be returned. As shown in the example, the user id is injected by the typical {@link java.text.MessageFormat}, ie by using {0} If setting the query alone is insufficient for your specific LDAP setup, you can alternatively plug in a different 'org.flowable.ldap.LDAPQueryBuilder', which allows for more customization than only the query. 按用户标识搜索用户时执行的查询。例如:(&(objectClass=inetOrgPerson)(uid={0})),其中,LDAP中所有类为“inetOrgPerson”且具有匹配的“uid”属性值的对象都将被返回。如示例所示,用户id由典型的{@link java.text.MessageFormat}注入,例如,使用{0}。如果单独设置查询不足以满足特定的LDAP设置,则可以插入另一个'org.flowable.ldap.LDAPQueryBuilder',它不仅允许查询,还允许更多的自定义。

flowable.mail.server.host

email.host

localhost

The host of the mail server. 邮件服务器的主机。

flowable.mail.server.password

email.password

-

The password for the mail server authentication. 邮件服务器身份验证的密码。

flowable.mail.server.port

email.port

1025

The port of the mail server. 邮件服务器的端口。

flowable.mail.server.ssl-port

email.ssl-port

1465

The SSL port of the mail server. 邮件服务器的SSL端口。

flowable.mail.server.use-ssl

email.use-ssl

false

Sets whether SSL/TLS encryption should be enabled for the SMTP transport upon connection (SMTPS/POPS). 设置是否应为连接时的SMTP传输(SMTPS/POPS)启用SSL/TLS加密。

flowable.mail.server.use-tls

email.use-tls

false

Set or disable the STARTTLS encryption. 设置或禁用STARTTLS加密。

flowable.mail.server.username

email.username

-

The username that needs to be used for the mail server authentication. If empty no authentication would be used. 需要用于邮件服务器身份验证的用户名。如果为空,则不使用身份验证。

flowable.process.definition-cache-limit

flowable.process-definitions.cache.max

-1

The maximum amount of process definitions available in the process definition cache. Per default it is -1 (all process definitions). 流程定义缓存中可用的最大流程定义数。默认值为-1(所有流程定义)。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

月满闲庭

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值