Class ECpdsApplication
java.lang.Object
javax.ws.rs.core.Application
ecmwf.ecpds.master.plugin.service.ECpdsApplication
public final class ECpdsApplication
extends javax.ws.rs.core.Application
The Class ECpdsApplication.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The Interface AliasMixIn.static interface
The Interface AssociationMixIn.protected static class
The Class DestinationForREST.static interface
The Interface DestinationMixIn.static interface
The Interface ECtransModuleMixIn.static interface
The Interface ECUserMixIn.static interface
The Interface HostMixIn.static interface
The Interface IncomingUserMixIn.static final class
The Class JacksonProvider.protected static class
The Class ProductStepStatusForREST.static interface
The Interface TransferMethodMixIn. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the classes.Gets the singletons.protected static List
<ECpdsApplication.DestinationForREST> To destination for REST list.protected static List
<ECpdsApplication.ProductStepStatusForREST> To product step status for REST list.
-
Constructor Details
-
ECpdsApplication
public ECpdsApplication()
-
-
Method Details
-
getClasses
-
getSingletons
-
toDestinationForRESTList
protected static List<ECpdsApplication.DestinationForREST> toDestinationForRESTList(Collection<Destination> list) To destination for REST list. Convert Destination list into DestinationForREST list.- Parameters:
list
- the list- Returns:
- the list
-
toProductStepStatusForRESTList
protected static List<ECpdsApplication.ProductStepStatusForREST> toProductStepStatusForRESTList(Collection<ProductStepStatus> list) To product step status for REST list. Convert ProductStepStatus list into ProductStepStatusForREST list.- Parameters:
list
- the list- Returns:
- the list
-