@Path(value="appstore/import")
public class ImportRawAppResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AppInstallationServiceFinder |
finder |
private static org.slf4j.Logger |
log |
private OfficialAppService |
officialAppService |
Constructor and Description |
---|
ImportRawAppResource(OfficialAppService officialAppService,
AppInstallationServiceFinder finder) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
importApps(java.util.List<RawApp> rawImport) |
private static final org.slf4j.Logger log
private final OfficialAppService officialAppService
private final AppInstallationServiceFinder finder
@Inject public ImportRawAppResource(OfficialAppService officialAppService, AppInstallationServiceFinder finder)
@PUT @Path(value="apps") @Consumes(value="application/json") public javax.ws.rs.core.Response importApps(@NotNull java.util.List<RawApp> rawImport)