Uses of Class
com.codingapi.flow.workflow.runtime.WorkflowRuntime
Packages that use WorkflowRuntime
Package
Description
-
Uses of WorkflowRuntime in com.codingapi.flow.cache
Methods in com.codingapi.flow.cache that return WorkflowRuntimeModifier and TypeMethodDescriptionWorkflowRuntimeCache.get(long runtimeId, Supplier<WorkflowRuntime> defaultLoader) Methods in com.codingapi.flow.cache with parameters of type WorkflowRuntimeModifier and TypeMethodDescriptionvoidWorkflowRuntimeCache.sync(WorkflowRuntime workflowRuntime) Method parameters in com.codingapi.flow.cache with type arguments of type WorkflowRuntimeModifier and TypeMethodDescriptionWorkflowRuntimeCache.get(long runtimeId, Supplier<WorkflowRuntime> defaultLoader) -
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) 保存流程运行时