public class CallablePOST<USERID> extends CallableProtectedTask<USERID>
Modifier and Type | Field and Description |
---|---|
protected org.restlet.data.Reference |
applicationRootReference |
protected org.restlet.representation.Representation |
input |
protected org.restlet.data.MediaType |
media |
protected String |
referer |
protected org.restlet.data.Status |
status |
protected OTSuperModel |
superModel |
logFile, logger, uuid
Constructor and Description |
---|
CallablePOST(org.restlet.data.Form form,
org.restlet.data.Reference root,
USERID token,
String referer) |
CallablePOST(org.restlet.data.MediaType media,
org.restlet.representation.Representation input,
long pollInterval,
org.restlet.data.Reference root,
USERID token,
String referer) |
CallablePOST(org.restlet.data.MediaType media,
org.restlet.representation.Representation input,
org.restlet.data.Reference root,
USERID token,
String referer) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
doCall() |
protected String[] |
getAlgorithms(org.restlet.data.Form form,
String tag) |
protected String |
getDatasetService(org.restlet.data.Form form) |
protected String |
getDatasetURI(org.restlet.data.Form form) |
call, getTaskCategory, getToken, getUuid, setUuid
protected org.restlet.data.MediaType media
protected org.restlet.representation.Representation input
protected org.restlet.data.Status status
protected org.restlet.data.Reference applicationRootReference
protected OTSuperModel superModel
protected String referer
public CallablePOST(org.restlet.data.Form form, org.restlet.data.Reference root, USERID token, String referer) throws Exception
Exception
public CallablePOST(org.restlet.data.MediaType media, org.restlet.representation.Representation input, org.restlet.data.Reference root, USERID token, String referer)
protected String getDatasetService(org.restlet.data.Form form)
protected String getDatasetURI(org.restlet.data.Form form)
public TaskResult doCall() throws Exception
doCall
in class CallableProtectedTask<USERID>
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.