| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
RecRule |
build() |
RecRule.Builder |
conditions(RecRuleCondition[] conditions)
记录筛选条件
示例值:
|
RecRule.Builder |
conjunction(RecRuleConjunctionEnum conjunction)
多个筛选条件的关系
示例值:and
|
RecRule.Builder |
conjunction(String conjunction)
多个筛选条件的关系
示例值:and
|
RecRule.Builder |
otherPerm(Integer otherPerm)
其他记录权限,仅在table_perm为2时有效
示例值:1
|
RecRule.Builder |
otherPerm(RecRuleOtherPermEnum otherPerm)
其他记录权限,仅在table_perm为2时有效
示例值:1
|
RecRule.Builder |
perm(Integer perm)
规则筛选记录对应的权限
示例值:1
|
RecRule.Builder |
perm(RecRulePermEnum perm)
规则筛选记录对应的权限
示例值:1
|
public RecRule.Builder conditions(RecRuleCondition[] conditions)
示例值:
conditions - public RecRule.Builder conjunction(String conjunction)
示例值:and
conjunction - public RecRule.Builder conjunction(RecRuleConjunctionEnum conjunction)
示例值:and
conjunction - RecRuleConjunctionEnumpublic RecRule.Builder perm(Integer perm)
示例值:1
perm - public RecRule.Builder perm(RecRulePermEnum perm)
示例值:1
perm - RecRulePermEnumpublic RecRule.Builder otherPerm(Integer otherPerm)
示例值:1
otherPerm - public RecRule.Builder otherPerm(RecRuleOtherPermEnum otherPerm)
示例值:1
otherPerm - RecRuleOtherPermEnumpublic RecRule build()
Copyright © 2025. All rights reserved.