Uses of Class
com.codingapi.flow.form.FlowForm
Packages that use FlowForm
Package
Description
-
Uses of FlowForm in com.codingapi.flow.form
Methods in com.codingapi.flow.form that return FlowFormModifier and TypeMethodDescriptionFlowFormBuilder.build()static FlowFormFlowForm.getSubForm(String formCode) Methods in com.codingapi.flow.form with parameters of type FlowFormConstructors in com.codingapi.flow.form with parameters of type FlowForm -
Uses of FlowForm in com.codingapi.flow.manager
Methods in com.codingapi.flow.manager with parameters of type FlowForm -
Uses of FlowForm in com.codingapi.flow.node
Methods in com.codingapi.flow.node with parameters of type FlowFormModifier and TypeMethodDescriptionvoidBaseAuditNode.verifyNode(FlowForm form) voidBaseFlowNode.verifyNode(FlowForm form) voidIFlowNode.verifyNode(FlowForm form) 节点验证 用于流程配置完成以后的验证时触发 -
Uses of FlowForm in com.codingapi.flow.node.nodes
Methods in com.codingapi.flow.node.nodes with parameters of type FlowForm -
Uses of FlowForm in com.codingapi.flow.strategy.node
Methods in com.codingapi.flow.strategy.node with parameters of type FlowFormModifier and TypeMethodDescriptionvoidFormFieldPermissionStrategy.filterPermissions(FlowForm meta) voidBaseStrategy.verifyNode(FlowForm form) voidFormFieldPermissionStrategy.verifyNode(FlowForm form) 验证字段权限是否存在voidINodeStrategy.verifyNode(FlowForm form) 节点验证 用于流程配置完成以后的验证时触发 -
Uses of FlowForm in com.codingapi.flow.workflow
Methods in com.codingapi.flow.workflow with parameters of type FlowFormModifier and TypeMethodDescriptionprotected void