Package de.hsh.graja.transform
Class TransformBetweenStarterAndBackend
java.lang.Object
de.hsh.graja.transform.TransformBetweenStarterAndBackend
Service methods that process transfer objects to objects needed at the interface between the packages
de.hsh.graja.service and de.hsh.graja.transfer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<BackendRequestExtended>
convertFrontendGrajaMultiRequestToBackendRequests
(Sequence log, FrontendGrajaMultiRequestTO frontend, Path workspace) static List<BackendRequestExtended>
convertFrontendGrajaRequestToBackendRequests
(Sequence log, FrontendGrajaRequestTO frontendRequest, Path workspace) static BackendRequestExtended
convertFrontendGrajaSingleRequestToBackendRequest
(Sequence log, FrontendGrajaSingleRequestTO frontend, Path workspace)
-
Constructor Details
-
TransformBetweenStarterAndBackend
public TransformBetweenStarterAndBackend()
-
-
Method Details
-
convertFrontendGrajaRequestToBackendRequests
public static List<BackendRequestExtended> convertFrontendGrajaRequestToBackendRequests(Sequence log, FrontendGrajaRequestTO frontendRequest, Path workspace) throws Exception - Throws:
Exception
-
convertFrontendGrajaSingleRequestToBackendRequest
public static BackendRequestExtended convertFrontendGrajaSingleRequestToBackendRequest(Sequence log, FrontendGrajaSingleRequestTO frontend, Path workspace) throws SubmissionException, IllegalArgumentException, IOException, javax.xml.bind.JAXBException - Throws:
SubmissionException
IllegalArgumentException
IOException
javax.xml.bind.JAXBException
-
convertFrontendGrajaMultiRequestToBackendRequests
public static List<BackendRequestExtended> convertFrontendGrajaMultiRequestToBackendRequests(Sequence log, FrontendGrajaMultiRequestTO frontend, Path workspace) throws SubmissionException, IllegalArgumentException, IOException, javax.xml.bind.JAXBException - Throws:
SubmissionException
IllegalArgumentException
IOException
javax.xml.bind.JAXBException
-