Uses of Class
it.univr.passportease.exception.illegalstate.OfficeOverloadedException
Packages that use OfficeOverloadedException
Package
Description
-
Uses of OfficeOverloadedException in it.univr.passportease.controller.worker
Methods in it.univr.passportease.controller.worker that throw OfficeOverloadedExceptionModifier and TypeMethodDescriptionWorkerMutationController.createRequest
(RequestInput requestInput) This mutation creates a request.WorkerMutationController.modifyRequest
(String requestID, RequestInput requestInput) This mutation modifies a request. -
Uses of OfficeOverloadedException in it.univr.passportease.service.worker
Methods in it.univr.passportease.service.worker that throw OfficeOverloadedExceptionModifier and TypeMethodDescriptionWorkerMutationService.createRequest
(JWT token, RequestInput requestInput) Creates a request.WorkerMutationService.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modifies a request. -
Uses of OfficeOverloadedException in it.univr.passportease.service.worker.impl
Methods in it.univr.passportease.service.worker.impl that throw OfficeOverloadedExceptionModifier and TypeMethodDescriptionWorkerMutationServiceImpl.createRequest
(JWT token, RequestInput requestInput) Create request.WorkerMutationServiceImpl.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modify request.