Uses of Class
com.codingapi.flow.pojo.request.FlowCreateRequest
Packages that use FlowCreateRequest
Package
Description
-
Uses of FlowCreateRequest in com.codingapi.flow.script.node
Methods in com.codingapi.flow.script.node that return FlowCreateRequest -
Uses of FlowCreateRequest in com.codingapi.flow.script.request
Methods in com.codingapi.flow.script.request that return FlowCreateRequestModifier and TypeMethodDescriptionGroovyScriptRequest.toCreateRequest()转换为当前流程的请求对象GroovyScriptRequest.toCreateRequest(String workId, long operatorId, String actionId, String formData) 创建流程请求,用于自流程的创建GroovyScriptRequest.toCreateRequest(String workId, long operatorId, String actionId, Map<String, Object> formData) 创建流程请求,用于自流程的创建 -
Uses of FlowCreateRequest in com.codingapi.flow.service
Methods in com.codingapi.flow.service with parameters of type FlowCreateRequest -
Uses of FlowCreateRequest in com.codingapi.flow.service.impl
Constructors in com.codingapi.flow.service.impl with parameters of type FlowCreateRequestModifierConstructorDescriptionFlowCreateService(FlowCreateRequest request, IRepositoryHolder repositoryHolder) -
Uses of FlowCreateRequest in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return FlowCreateRequestModifier and TypeMethodDescriptionFlowSession.toCreateRequest()创建流程请求,用于自流程的创建FlowSession.toCreateRequest(String workId, long operatorId, String actionId, String formData) 创建流程请求,用于自流程的创建FlowSession.toCreateRequest(String workId, long operatorId, String actionId, Map<String, Object> formData) 创建流程请求,用于自流程的创建