Interface ComposableStepRepository
- All Known Implementing Classes:
OrientComposableStepRepository
public interface ComposableStepRepository
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(String stepId) findAll()findParents(String stepId) save(ComposableStep step)
-
Method Details
-
save
-
findById
-
findParents
-
findAll
List<ComposableStep> findAll() -
deleteById
-