Uses of Class
com.codingapi.flow.workflow.WorkflowVersion
Packages that use WorkflowVersion
Package
Description
-
Uses of WorkflowVersion in com.codingapi.flow.mock.repository
Methods in com.codingapi.flow.mock.repository that return WorkflowVersionMethods in com.codingapi.flow.mock.repository that return types with arguments of type WorkflowVersionMethods in com.codingapi.flow.mock.repository with parameters of type WorkflowVersionModifier and TypeMethodDescriptionvoidWorkflowVersionRepositoryMockImpl.save(WorkflowVersion workflowVersion) Method parameters in com.codingapi.flow.mock.repository with type arguments of type WorkflowVersionModifier and TypeMethodDescriptionvoidWorkflowVersionRepositoryMockImpl.saveAll(List<WorkflowVersion> versionList) -
Uses of WorkflowVersion in com.codingapi.flow.repository
Methods in com.codingapi.flow.repository that return WorkflowVersionMethods in com.codingapi.flow.repository that return types with arguments of type WorkflowVersionMethods in com.codingapi.flow.repository with parameters of type WorkflowVersionModifier and TypeMethodDescriptionvoidWorkflowVersionRepository.save(WorkflowVersion workflowVersion) Method parameters in com.codingapi.flow.repository with type arguments of type WorkflowVersionModifier and TypeMethodDescriptionvoidWorkflowVersionRepository.saveAll(List<WorkflowVersion> versionList) -
Uses of WorkflowVersion in com.codingapi.flow.service
Methods in com.codingapi.flow.service with parameters of type WorkflowVersionModifier and TypeMethodDescriptionvoidWorkflowService.saveWorkflowVersion(WorkflowVersion currentVersion, boolean creatable) 保存流程版本