Uses of Interface
com.codingapi.flow.strategy.node.INodeStrategy
Packages that use INodeStrategy
Package
Description
-
Uses of INodeStrategy in com.codingapi.flow.builder
Methods in com.codingapi.flow.builder that return types with arguments of type INodeStrategyModifier and TypeMethodDescriptionNodeStrategyBuilder.build()static List<INodeStrategy>NodeMapBuilder.loadNodeStrategies(Map<String, Object> data) Methods in com.codingapi.flow.builder with parameters of type INodeStrategyMethod parameters in com.codingapi.flow.builder with type arguments of type INodeStrategy -
Uses of INodeStrategy in com.codingapi.flow.manager
Methods in com.codingapi.flow.manager with type parameters of type INodeStrategyModifier and TypeMethodDescription<T extends INodeStrategy>
TNodeStrategyManager.getStrategy(Class<T> clazz) Constructor parameters in com.codingapi.flow.manager with type arguments of type INodeStrategy -
Uses of INodeStrategy in com.codingapi.flow.node
Fields in com.codingapi.flow.node with type parameters of type INodeStrategyMethod parameters in com.codingapi.flow.node with type arguments of type INodeStrategyModifier and TypeMethodDescriptionvoidBaseFlowNode.setStrategies(List<INodeStrategy> strategies) 节点策略 -
Uses of INodeStrategy in com.codingapi.flow.strategy.node
Classes in com.codingapi.flow.strategy.node that implement INodeStrategyModifier and TypeClassDescriptionclass节点审批意见策略class基础策略class延迟策略配置class错误触发策略配置(没有匹配到人时)class表单字段权限策略配置class多人审批策略配置class节点标题策略配置class操作人配置策略class记录合并策略配置class重新提交策略配置class撤回策略class提交人与审批人一致配置class子流程任务策略class超时策略配置class触发策略配置Methods in com.codingapi.flow.strategy.node that return INodeStrategyMethods in com.codingapi.flow.strategy.node with parameters of type INodeStrategyModifier and TypeMethodDescriptionvoidAdviceStrategy.copy(INodeStrategy target) voidDelayStrategy.copy(INodeStrategy target) voidErrorTriggerStrategy.copy(INodeStrategy target) voidFormFieldPermissionStrategy.copy(INodeStrategy target) voidMultiOperatorAuditStrategy.copy(INodeStrategy target) voidNodeTitleStrategy.copy(INodeStrategy target) voidOperatorLoadStrategy.copy(INodeStrategy target) voidRecordMergeStrategy.copy(INodeStrategy target) voidResubmitStrategy.copy(INodeStrategy target) voidRevokeStrategy.copy(INodeStrategy target) voidSameOperatorAuditStrategy.copy(INodeStrategy target) voidSubProcessStrategy.copy(INodeStrategy target) voidTimeoutStrategy.copy(INodeStrategy target) voidTriggerStrategy.copy(INodeStrategy target)