Class DbRefactoringResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.devcon.impl.dbrefactoring.DbRefactoringResource
- All Implemented Interfaces:
RestResource
-
Nested Class Summary
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionDbRefactoringResource
(org.slf4j.Logger logger, ModuleManager moduleManager, InstallationStep installationStep, ChangelogService changelogService, TaskSchedulingService taskSchedulingService) -
Method Summary
Modifier and TypeMethodDescriptionch.tocco.nice2.devcon.impl.dbrefactoring.DbRefactoringResource.Execution
List
<ch.tocco.nice2.devcon.impl.dbrefactoring.DbRefactoringResource.FragmentInfo> jakarta.ws.rs.core.Response
startDbRefactoring
(ch.tocco.nice2.devcon.impl.dbrefactoring.DbRefactoringResource.DbRefactoringRequest request) Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
DbRefactoringResource
public DbRefactoringResource(org.slf4j.Logger logger, ModuleManager moduleManager, InstallationStep installationStep, ChangelogService changelogService, TaskSchedulingService taskSchedulingService)
-
-
Method Details
-
loadModules
-
loadFragments
@GET @Produces("application/json") @Path("/fragments") public List<ch.tocco.nice2.devcon.impl.dbrefactoring.DbRefactoringResource.FragmentInfo> loadFragments() -
startDbRefactoring
@POST @Consumes("application/json") @Produces("application/json") @Path("/executions") public jakarta.ws.rs.core.Response startDbRefactoring(ch.tocco.nice2.devcon.impl.dbrefactoring.DbRefactoringResource.DbRefactoringRequest request) -
loadDbRefactoringReport
@GET @Produces("application/json") @Path("/executions/{uuid}") public ch.tocco.nice2.devcon.impl.dbrefactoring.DbRefactoringResource.Execution loadDbRefactoringReport(@PathParam("uuid") String uuid)
-