Class WorkflowRuntimeRepositoryMockImpl
java.lang.Object
com.codingapi.flow.mock.repository.WorkflowRuntimeRepositoryMockImpl
- All Implemented Interfaces:
WorkflowRuntimeRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(WorkflowRuntime backup) get(long id) getByWorkId(String workId, long workVersion) voidsave(WorkflowRuntime workflowRuntime)
-
Constructor Details
-
WorkflowRuntimeRepositoryMockImpl
public WorkflowRuntimeRepositoryMockImpl()
-
-
Method Details
-
save
- Specified by:
savein interfaceWorkflowRuntimeRepository
-
get
- Specified by:
getin interfaceWorkflowRuntimeRepository
-
getByWorkId
- Specified by:
getByWorkIdin interfaceWorkflowRuntimeRepository
-
delete
- Specified by:
deletein interfaceWorkflowRuntimeRepository
-