Uses of Class
fr.enedis.chutney.design.domain.editionlock.TestCaseEdition
Packages that use TestCaseEdition
Package
Description
-
Uses of TestCaseEdition in fr.enedis.chutney.design.domain.editionlock
Methods in fr.enedis.chutney.design.domain.editionlock that return TestCaseEditionModifier and TypeMethodDescriptionTestCaseEditionsService.editTestCase(String testCaseId, String user) Methods in fr.enedis.chutney.design.domain.editionlock that return types with arguments of type TestCaseEditionModifier and TypeMethodDescriptionstatic Predicate<TestCaseEdition> static Predicate<TestCaseEdition> TestCaseEditions.findAll()default List<TestCaseEdition> TestCaseEditions.findBy(Predicate<TestCaseEdition> condition) TestCaseEditionsService.getTestCaseEditions(String testCaseId) Methods in fr.enedis.chutney.design.domain.editionlock with parameters of type TestCaseEditionModifier and TypeMethodDescriptionbooleanTestCaseEditions.add(TestCaseEdition testCaseEdition) booleanTestCaseEditions.remove(TestCaseEdition testCaseEdition) Method parameters in fr.enedis.chutney.design.domain.editionlock with type arguments of type TestCaseEditionModifier and TypeMethodDescriptiondefault List<TestCaseEdition> TestCaseEditions.findBy(Predicate<TestCaseEdition> condition) -
Uses of TestCaseEdition in fr.enedis.chutney.design.infra.storage.editionlock
Methods in fr.enedis.chutney.design.infra.storage.editionlock that return types with arguments of type TestCaseEditionMethods in fr.enedis.chutney.design.infra.storage.editionlock with parameters of type TestCaseEditionModifier and TypeMethodDescriptionbooleanTestCaseEditionsImpl.add(TestCaseEdition testCaseEdition) booleanTestCaseEditionsImpl.remove(TestCaseEdition testCaseEdition)