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 interfaceThe Interface AliasMixIn.static interfaceThe Interface AssociationMixIn.protected static classThe Class DestinationForREST.static interfaceThe Interface DestinationMixIn.static interfaceThe Interface ECtransModuleMixIn.static interfaceThe Interface ECUserMixIn.static interfaceThe Interface HostMixIn.static interfaceThe Interface IncomingUserMixIn.static final classThe Class JacksonProvider.protected static classThe Class ProductStepStatusForREST.static interfaceThe 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
-