Uses of Class
com.aquima.web.rest.v1.resource.impl.Application
Packages that use Application
-
Uses of Application in com.aquima.web.rest.v1.controller
Methods in com.aquima.web.rest.v1.controller with parameters of type ApplicationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<String> SchedulerRestController.updateApplicationId
(String currentApplicationId, Long caseId, Application newApplication) Updates application id for all cases and jobs matching the current application id (applicationName:applicationVersion) with new values. -
Uses of Application in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service with parameters of type ApplicationModifier and TypeMethodDescriptionvoid
SchedulerRestService.updateCaseAndJob
(com.aquima.interactions.process.dao.ICaseModel caseModel, Application application) void
SchedulerRestService.validateNewAppExists
(Application newApplication, String currentAppName, String currentAppVersion)