Uses of Class
com.codingapi.flow.workflow.runtime.WorkflowRuntime
Packages that use WorkflowRuntime
Package
Description
-
Uses of WorkflowRuntime in com.codingapi.flow.mock.repository
Methods in com.codingapi.flow.mock.repository that return WorkflowRuntimeModifier and TypeMethodDescriptionWorkflowRuntimeRepositoryMockImpl.get(long id) WorkflowRuntimeRepositoryMockImpl.getByWorkId(String workId, long workVersion) Methods in com.codingapi.flow.mock.repository with parameters of type WorkflowRuntimeModifier and TypeMethodDescriptionvoidWorkflowRuntimeRepositoryMockImpl.delete(WorkflowRuntime backup) voidWorkflowRuntimeRepositoryMockImpl.save(WorkflowRuntime workflowRuntime) -
Uses of WorkflowRuntime in com.codingapi.flow.repository
Methods in com.codingapi.flow.repository that return WorkflowRuntimeModifier and TypeMethodDescriptionWorkflowRuntimeRepository.get(long id) WorkflowRuntimeRepository.getByWorkId(String workId, long workVersion) Methods in com.codingapi.flow.repository with parameters of type WorkflowRuntimeModifier and TypeMethodDescriptionvoidWorkflowRuntimeRepository.delete(WorkflowRuntime backup) voidWorkflowRuntimeRepository.save(WorkflowRuntime workflowRuntime) -
Uses of WorkflowRuntime in com.codingapi.flow.service
Methods in com.codingapi.flow.service that return WorkflowRuntimeModifier and TypeMethodDescriptionWorkflowService.getWorkflowRuntime(long runtimeId) 获取流程运行时的流程配置WorkflowService.getWorkflowRuntime(String workId, long workVersion) 根据运行时版本获取运行时配置Methods in com.codingapi.flow.service with parameters of type WorkflowRuntimeModifier and TypeMethodDescriptionvoidWorkflowService.saveWorkflowRuntime(WorkflowRuntime workflowRuntime) 保存流程运行时