@Singleton @Path(value="/item") public final class AllItemIDs extends AbstractOryxResource
Responds to a GET request to /item/allIDs
.
CSV output consists of one ID per line. JSON output is an array of item IDs.
INPUT_PRODUCER_KEY, MODEL_MANAGER_KEY
Constructor and Description |
---|
AllItemIDs() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
get() |
check, check, checkExists, checkNotReadOnly, getServingModel, isReadOnly, maybeBuffer, maybeBuffer, maybeDecompress, parseMultipart, sendInput
getInputProducer, getServingModelManager, init
@GET @Path(value="/allIDs") @Produces(value={"text/plain","text/csv","application/json"}) public Collection<String> get() throws OryxServingException
OryxServingException
Copyright © 2014–2018. All rights reserved.