索引

A B C D E F G H I L M N O P R S T V 
常量字段值|所有程序包|所有类和接口

A

addNextNode(FlowNode) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
添加下一个节点
AnyOperatorMatcher - com.codingapi.springboot.flow.matcher中的类
任意操作者匹配器 传人任意操作者,返回操作者id
AnyOperatorMatcher() - 类的构造器 com.codingapi.springboot.flow.matcher.AnyOperatorMatcher
 
APPROVAL - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.NodeType
审批

B

bind(BindDataSnapshotRepository) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
bind(FlowNodeRepository) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
bind(FlowOperatorRepository) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
bind(FlowRecordRepository) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
bind(FlowWorkRepository) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
bindData(IBindData) - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
绑定数据
BindDataSnapshot - com.codingapi.springboot.flow.data中的类
数据绑定快照 用于流程记录中的数据信息
BindDataSnapshot() - 类的构造器 com.codingapi.springboot.flow.data.BindDataSnapshot
 
BindDataSnapshotRepository - com.codingapi.springboot.flow.repository中的接口
 
build() - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 
build() - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder.Relations
 
Builder() - 类的构造器 com.codingapi.springboot.flow.builder.FlowNodeFactory.Builder
 
Builder(IFlowOperator) - 类中的静态方法 com.codingapi.springboot.flow.builder.FlowNodeFactory
 
Builder(IFlowOperator) - 类中的静态方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 

C

CODE_OVER - 类中的静态变量 com.codingapi.springboot.flow.domain.FlowNode
 
CODE_START - 类中的静态变量 com.codingapi.springboot.flow.domain.FlowNode
 
com.codingapi.springboot.flow - 程序包 com.codingapi.springboot.flow
 
com.codingapi.springboot.flow.builder - 程序包 com.codingapi.springboot.flow.builder
 
com.codingapi.springboot.flow.context - 程序包 com.codingapi.springboot.flow.context
 
com.codingapi.springboot.flow.creator - 程序包 com.codingapi.springboot.flow.creator
 
com.codingapi.springboot.flow.data - 程序包 com.codingapi.springboot.flow.data
 
com.codingapi.springboot.flow.domain - 程序包 com.codingapi.springboot.flow.domain
 
com.codingapi.springboot.flow.em - 程序包 com.codingapi.springboot.flow.em
 
com.codingapi.springboot.flow.event - 程序包 com.codingapi.springboot.flow.event
 
com.codingapi.springboot.flow.matcher - 程序包 com.codingapi.springboot.flow.matcher
 
com.codingapi.springboot.flow.operator - 程序包 com.codingapi.springboot.flow.operator
 
com.codingapi.springboot.flow.repository - 程序包 com.codingapi.springboot.flow.repository
 
com.codingapi.springboot.flow.script - 程序包 com.codingapi.springboot.flow.script
 
com.codingapi.springboot.flow.trigger - 程序包 com.codingapi.springboot.flow.trigger
 
createNode(IBindData, IFlowOperator) - 类中的方法 com.codingapi.springboot.flow.domain.FlowWork
创建流程节点
createRecord(long, long, IBindData, IFlowOperator, IFlowOperator) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
创建流程记录
createRecord(Opinion, long, long, IBindData, IFlowOperator, IFlowOperator) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
创建流程记录
createTitle(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.creator.DefaultTitleCreator
 
createTitle(FlowRecord) - 接口中的方法 com.codingapi.springboot.flow.creator.ITitleCreator
创建标题
createTitle(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
创建流程标题

D

DefaultTitleCreator - com.codingapi.springboot.flow.creator中的类
 
DefaultTitleCreator() - 类的构造器 com.codingapi.springboot.flow.creator.DefaultTitleCreator
 
delete(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
delete(FlowRecord) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
删除流程记录
description(String) - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 
DONE - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.NodeStatus
已办

E

enable(boolean) - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 
equals(Object) - 记录类中的方法 com.codingapi.springboot.flow.event.FlowRecordEvent
指示某个其他对象是否“等于”此对象。
ERROR - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.RecodeState
异常

F

findAllFlowRecordByOperatorId(long) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
查询用户下的所有流程记录
findAllFlowRecordByProcessId(long) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
根据流程id查询流程记录
findChildrenFlowRecordByParentId(long) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
findChildrenFlowRecordByParentId(long) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
根据父节点id查询子节点
findDoneFlowRecordByOperatorId(long) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
查询用户下的已办流程记录
findFlowRepositoryByProcessId(long) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
findOperatorByIds(List<Long>) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
findOperatorByIds(List<Long>) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowOperatorRepository
 
findTodoFlowRecordByOperatorId(long) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
查询用户下的待办流程记录
FINISH - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.FlowStatus
已完成
FlowConfiguration - com.codingapi.springboot.flow中的类
 
FlowConfiguration() - 类的构造器 com.codingapi.springboot.flow.FlowConfiguration
 
FlowNode - com.codingapi.springboot.flow.domain中的类
流程节点,约定流程的节点执行逻辑 流程的节点类型:会签、非会签,会签代表所有审批人都需要审批通过,非会签代表只需要一个审批人审批通过即可 流程的出口配置,约定流程的出口配置 流程的操作者配置,约定流程的操作者配置
FlowNode() - 类的构造器 com.codingapi.springboot.flow.domain.FlowNode
 
FlowNodeFactory - com.codingapi.springboot.flow.builder中的类
 
FlowNodeFactory() - 类的构造器 com.codingapi.springboot.flow.builder.FlowNodeFactory
 
FlowNodeFactory.Builder - com.codingapi.springboot.flow.builder中的类
 
FlowNodeRepository - com.codingapi.springboot.flow.repository中的接口
 
FlowOperatorRepository - com.codingapi.springboot.flow.repository中的接口
 
FlowRecord - com.codingapi.springboot.flow.domain中的类
流程记录,记录流程的执行记录。
FlowRecord() - 类的构造器 com.codingapi.springboot.flow.domain.FlowRecord
 
FlowRecordEvent - com.codingapi.springboot.flow.event中的记录类
流程记录事件
FlowRecordEvent(FlowRecord) - 记录类的构造器 com.codingapi.springboot.flow.event.FlowRecordEvent
创建 FlowRecordEvent 记录类的实例。
FlowRecordRepository - com.codingapi.springboot.flow.repository中的接口
 
FlowRepositoryContext - com.codingapi.springboot.flow.context中的类
流程仓库上下文
FlowRepositoryContext() - 类的构造器 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
FlowStatus - com.codingapi.springboot.flow.em中的枚举类
流程状态 进行中、已完成
FlowType - com.codingapi.springboot.flow.em中的枚举类
流程审批类型
FlowWork - com.codingapi.springboot.flow.domain中的类
流程的设计,约定流程的节点配置与配置
FlowWork() - 类的构造器 com.codingapi.springboot.flow.domain.FlowWork
 
FlowWorkBuilder - com.codingapi.springboot.flow.builder中的类
 
FlowWorkBuilder.FlowNodeBuilder - com.codingapi.springboot.flow.builder中的类
 
FlowWorkBuilder.Relations - com.codingapi.springboot.flow.builder中的类
 
FlowWorkRepository - com.codingapi.springboot.flow.repository中的接口
 

G

getBindData() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
获取绑定数据
getFlowNode(String) - 类中的方法 com.codingapi.springboot.flow.domain.FlowWork
获取节点
getFlowRecordById(long) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
getFlowRecordById(long) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
根据id查询流程记录
getId() - 接口中的方法 com.codingapi.springboot.flow.data.IBindData
获取数据ID
getId() - 接口中的方法 com.codingapi.springboot.flow.operator.IFlowOperator
获取操作者的id
getName() - 接口中的方法 com.codingapi.springboot.flow.operator.IFlowOperator
获取操作者的名称
getNextNodeByCode(String) - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
通过编码获取节点
getOperatorById(long) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowOperatorRepository
 
getPreNode() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
获取上一个节点

H

hashCode() - 记录类中的方法 com.codingapi.springboot.flow.event.FlowRecordEvent
返回此对象的哈希代码值。

I

IBindData - com.codingapi.springboot.flow.data中的接口
流程数据的绑定对象 只要实现这个接口,就可以作为流程的数据对象
IErrTrigger - com.codingapi.springboot.flow.trigger中的接口
异常触发器,当流程发生异常时,将会触发异常触发器,异常触发器可以是一个节点
IFlowOperator - com.codingapi.springboot.flow.operator中的接口
操作者,流程的操作者,只要实现这个接口,就可以作为流程的操作者
IOperatorMatcher - com.codingapi.springboot.flow.matcher中的接口
操作者匹配器,用于匹配操作者,根据流程的设计,匹配操作者, 该匹配起主要用在发起节点时判断哪些人员可以发起该流程, 当流程发起以后下一节点的操作者将会明确的,因此在发起以后查询代办时直接获取流程记录中的操作者即可。
IOutTrigger - com.codingapi.springboot.flow.trigger中的接口
出口触发器,当流程发生异常时,将会触发异常触发器,异常触发器可以是一个节点
isCode(String) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
是否为指定节点
isDone() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
是否结束
isFinish() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
是否结束
isOver() - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
 
isSign() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
是否为会签流程
isStart() - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
 
isTodo() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
是否待办
ITitleCreator - com.codingapi.springboot.flow.creator中的接口
标题创建器, 用于创建标题,根据当前节点的配置设置自定义的标题 ,默认标题为 流程名称-节点名称-审批人名称

L

loadCurrentNodeRecords() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
 
lock(boolean) - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 

M

matcher(IOperatorMatcher, FlowRecord) - 类中的静态方法 com.codingapi.springboot.flow.context.OperatorMatcher
 
matcher(IOperatorMatcher, FlowRecord, IFlowOperator) - 类中的静态方法 com.codingapi.springboot.flow.context.OperatorMatcher
匹配操作者
matcher(IOperatorMatcher, IFlowOperator) - 类中的静态方法 com.codingapi.springboot.flow.context.OperatorMatcher
 
matcherOperatorIds(FlowRecord, IFlowOperator) - 类中的方法 com.codingapi.springboot.flow.matcher.AnyOperatorMatcher
 
matcherOperatorIds(FlowRecord, IFlowOperator) - 接口中的方法 com.codingapi.springboot.flow.matcher.IOperatorMatcher
匹配操作者
matcherOperatorIds(FlowRecord, IFlowOperator) - 类中的方法 com.codingapi.springboot.flow.matcher.ScriptOperatorMatcher
 
matcherOperatorIds(FlowRecord, IFlowOperator) - 类中的方法 com.codingapi.springboot.flow.matcher.SpecifyOperatorMatcher
 
matchErrorOperators(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
匹配出口操作者
matchOutOperators(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
匹配出口操作者

N

node(FlowNode) - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder.FlowNodeBuilder
 
node(String, String, FlowType, IOutTrigger, IOperatorMatcher) - 类中的方法 com.codingapi.springboot.flow.builder.FlowNodeFactory.Builder
 
node(String, String, String, FlowType, IOutTrigger, IOperatorMatcher) - 类中的方法 com.codingapi.springboot.flow.builder.FlowNodeFactory.Builder
 
node(String, String, String, FlowType, IOutTrigger, IOperatorMatcher, IErrTrigger, IOperatorMatcher) - 类中的方法 com.codingapi.springboot.flow.builder.FlowNodeFactory.Builder
 
nodes() - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 
NodeStatus - com.codingapi.springboot.flow.em中的枚举类
节点状态 | 待办、已办、转办
NodeType - com.codingapi.springboot.flow.em中的枚举类
分为发起、审批、结束
NORMAL - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.RecodeState
正常
NOT_SIGN - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.FlowType
非会签

O

OperatorMatcher - com.codingapi.springboot.flow.context中的类
操作者匹配器
OperatorMatcher() - 类的构造器 com.codingapi.springboot.flow.context.OperatorMatcher
 
Opinion - com.codingapi.springboot.flow.domain中的类
 
Opinion(String) - 类的构造器 com.codingapi.springboot.flow.domain.Opinion
 
Opinion(String, boolean) - 类的构造器 com.codingapi.springboot.flow.domain.Opinion
 
OVER - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.NodeType
结束
overNode(String) - 类中的方法 com.codingapi.springboot.flow.builder.FlowNodeFactory.Builder
 
OverOutTrigger - com.codingapi.springboot.flow.trigger中的类
 
OverOutTrigger() - 类的构造器 com.codingapi.springboot.flow.trigger.OverOutTrigger
 

P

pass(String) - 类中的静态方法 com.codingapi.springboot.flow.domain.Opinion
通过

R

recall() - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
撤回流程
RecodeState - com.codingapi.springboot.flow.em中的枚举类
记录状态 | 正常、异常,当流程发生异常时,将会记录异常状态,异常状态的流程将无法继续审批
record() - 记录类中的方法 com.codingapi.springboot.flow.event.FlowRecordEvent
返回 record 记录组件的值。
reject(String) - 类中的静态方法 com.codingapi.springboot.flow.domain.Opinion
拒绝
relation(String...) - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder.Relations
 
relations() - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder.FlowNodeBuilder
 
run(String, Consumer<Binding>, Class<T>) - 类中的静态方法 com.codingapi.springboot.flow.script.ScriptRuntime
 
RUNNING - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.FlowStatus
进行中

S

save(BindDataSnapshot) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
save(BindDataSnapshot) - 接口中的方法 com.codingapi.springboot.flow.repository.BindDataSnapshotRepository
 
save(FlowNode) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
save(FlowNode) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowNodeRepository
 
save(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
save(FlowRecord) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowRecordRepository
保存记录
save(FlowWork) - 类中的方法 com.codingapi.springboot.flow.context.FlowRepositoryContext
 
save(FlowWork) - 接口中的方法 com.codingapi.springboot.flow.repository.FlowWorkRepository
 
save(Opinion, IBindData) - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
保存流程
schema(String) - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 
ScriptOperatorMatcher - com.codingapi.springboot.flow.matcher中的类
 
ScriptOperatorMatcher(String, Object...) - 类的构造器 com.codingapi.springboot.flow.matcher.ScriptOperatorMatcher
 
ScriptOutTrigger - com.codingapi.springboot.flow.trigger中的类
 
ScriptOutTrigger(String, Object...) - 类的构造器 com.codingapi.springboot.flow.trigger.ScriptOutTrigger
 
ScriptRuntime - com.codingapi.springboot.flow.script中的类
 
ScriptRuntime() - 类的构造器 com.codingapi.springboot.flow.script.ScriptRuntime
 
SIGN - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.FlowType
会签
SpecifyOperatorMatcher - com.codingapi.springboot.flow.matcher中的类
指定操作者匹配器 传人指定操作者,返回操作者id
SpecifyOperatorMatcher(long...) - 类的构造器 com.codingapi.springboot.flow.matcher.SpecifyOperatorMatcher
 
START - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.NodeType
发起
startNode() - 类中的方法 com.codingapi.springboot.flow.domain.FlowWork
 
startNode(String, IOperatorMatcher, IOutTrigger) - 类中的方法 com.codingapi.springboot.flow.builder.FlowNodeFactory.Builder
 
startNode(String, String, IOperatorMatcher, IOutTrigger) - 类中的方法 com.codingapi.springboot.flow.builder.FlowNodeFactory.Builder
 
submit(Opinion) - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
提交流程
submit(Opinion, IBindData) - 类中的方法 com.codingapi.springboot.flow.domain.FlowRecord
提交流程

T

title(String) - 类中的方法 com.codingapi.springboot.flow.builder.FlowWorkBuilder
 
toBindData() - 类中的方法 com.codingapi.springboot.flow.data.BindDataSnapshot
 
TODO - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.NodeStatus
待办
toJsonSnapshot() - 接口中的方法 com.codingapi.springboot.flow.data.IBindData
数据快照
toString() - 记录类中的方法 com.codingapi.springboot.flow.event.FlowRecordEvent
返回此记录类的字符串表示形式。
TRANSFER - 枚举类 中的枚举常量 com.codingapi.springboot.flow.em.NodeStatus
转办
trigger(FlowRecord) - 接口中的方法 com.codingapi.springboot.flow.trigger.IErrTrigger
触发异常
trigger(FlowRecord) - 接口中的方法 com.codingapi.springboot.flow.trigger.IOutTrigger
出口触发
trigger(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.trigger.OverOutTrigger
 
trigger(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.trigger.ScriptOutTrigger
 
triggerErrorNode(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
 
triggerNextNode(FlowRecord) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
 

V

valueOf(String) - 枚举类中的静态方法 com.codingapi.springboot.flow.em.FlowStatus
返回带有指定名称的该类的枚举常量。
valueOf(String) - 枚举类中的静态方法 com.codingapi.springboot.flow.em.FlowType
返回带有指定名称的该类的枚举常量。
valueOf(String) - 枚举类中的静态方法 com.codingapi.springboot.flow.em.NodeStatus
返回带有指定名称的该类的枚举常量。
valueOf(String) - 枚举类中的静态方法 com.codingapi.springboot.flow.em.NodeType
返回带有指定名称的该类的枚举常量。
valueOf(String) - 枚举类中的静态方法 com.codingapi.springboot.flow.em.RecodeState
返回带有指定名称的该类的枚举常量。
values() - 枚举类中的静态方法 com.codingapi.springboot.flow.em.FlowStatus
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
values() - 枚举类中的静态方法 com.codingapi.springboot.flow.em.FlowType
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
values() - 枚举类中的静态方法 com.codingapi.springboot.flow.em.NodeStatus
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
values() - 枚举类中的静态方法 com.codingapi.springboot.flow.em.NodeType
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
values() - 枚举类中的静态方法 com.codingapi.springboot.flow.em.RecodeState
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
verifyOperator(IFlowOperator) - 类中的方法 com.codingapi.springboot.flow.domain.FlowNode
匹配操作者
VIEW_DEFAULT - 类中的静态变量 com.codingapi.springboot.flow.domain.FlowNode
 
A B C D E F G H I L M N O P R S T V 
常量字段值|所有程序包|所有类和接口