Class OrientComposableStepRepository
java.lang.Object
com.chutneytesting.component.scenario.infra.OrientComposableStepRepository
- All Implemented Interfaces:
ExecutableStepRepository,ComposableStepRepository
@Repository
public class OrientComposableStepRepository
extends Object
implements ComposableStepRepository, ExecutableStepRepository
-
Constructor Summary
ConstructorsConstructorDescriptionOrientComposableStepRepository(OrientComponentDB orientComponentDB, ExecutableComposedStepMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(String recordId) findAll()findExecutableById(String recordId) findParents(String stepId) save(ComposableStep composableStep)
-
Constructor Details
-
OrientComposableStepRepository
public OrientComposableStepRepository(OrientComponentDB orientComponentDB, ExecutableComposedStepMapper mapper)
-
-
Method Details
-
save
- Specified by:
savein interfaceComposableStepRepository
-
findById
- Specified by:
findByIdin interfaceComposableStepRepository
-
findExecutableById
- Specified by:
findExecutableByIdin interfaceExecutableStepRepository
-
deleteById
- Specified by:
deleteByIdin interfaceComposableStepRepository
-
findAll
- Specified by:
findAllin interfaceComposableStepRepository
-
findParents
- Specified by:
findParentsin interfaceComposableStepRepository
-