|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwater.Iced
water.api.Constants
water.api.RequestStatics
water.api.RequestArguments
water.api.RequestQueries
water.api.RequestBuilders
water.api.Request
water.Request2
water.api.Progress2
public class Progress2
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class water.Request2 |
|---|
Request2.ColumnSelect, Request2.Dependent, Request2.DoClassBoolean, Request2.MultiVecSelect, Request2.MultiVecSelectType, Request2.TypeaheadKey, Request2.VecClassSelect, Request2.VecSelect |
| Nested classes/interfaces inherited from class water.api.Request |
|---|
Request.API, Request.Default, Request.Filter |
| Nested classes/interfaces inherited from class water.api.RequestStatics |
|---|
RequestStatics.RequestType |
| Nested classes/interfaces inherited from class water.api.Constants |
|---|
Constants.Extensions, Constants.Schemes, Constants.Suffixes |
| Field Summary | |
|---|---|
Key |
destination_key
|
static DocGen.FieldDoc[] |
DOC_FIELDS
|
Key |
job_key
|
float |
progress
|
java.lang.String |
status
|
| Fields inherited from class water.Request2 |
|---|
response_info |
| Fields inherited from class water.api.Request |
|---|
_requestHelp, SUPPORTS_ONLY_V1, SUPPORTS_ONLY_V2, SUPPORTS_V1_V2 |
| Fields inherited from class water.api.RequestBuilders |
|---|
ARRAY_BUILDER, ARRAY_HEADER_ROW_BUILDER, ARRAY_ROW_BUILDER, ARRAY_ROW_ELEMENT_BUILDER, ARRAY_ROW_SINGLECOL_BUILDER, ELEMENT_BUILDER, GSON_BUILDER, OBJECT_BUILDER, ROOT_OBJECT |
| Fields inherited from class water.api.RequestQueries |
|---|
_queryHtml |
| Fields inherited from class water.api.RequestArguments |
|---|
_arguments |
| Constructor Summary | |
|---|---|
Progress2()
|
|
| Method Summary | |
|---|---|
protected RequestBuilders.Response |
jobDone(Job job,
Key dst)
Return Response for finished job. |
protected RequestBuilders.Response |
jobInProgress(Job job,
Key dst)
Return default progress Response. |
static java.lang.String |
jsonUrl(Key jobKey,
Key destKey)
|
protected boolean |
log()
|
static RequestBuilders.Response |
redirect(Request req,
Key jobkey,
Key dest)
|
protected RequestBuilders.Response |
serve()
|
RequestServer.API_VERSION[] |
supportedVersions()
|
boolean |
toHTML(java.lang.StringBuilder sb)
|
| Methods inherited from class water.Request2 |
|---|
create, fillResponseInfo, input, registered, serveGrid, set, split, superServeGrid |
| Methods inherited from class water.api.Request |
|---|
addToNavbar, addToNavbar, DocExampleFail, DocExampleSucc, href, href, hrefType, HTMLHelp, htmlTemplate, initializeNavBar, initializeNavBar, mapTypeahead, ReSTHelp, serve, toDocGET, wrap, wrap, wrap, writeJSONFields |
| Methods inherited from class water.api.RequestBuilders |
|---|
build, buildJSONResponseBox, buildResponseHeader, name |
| Methods inherited from class water.api.RequestQueries |
|---|
buildQuery, checkArguments, queryArgumentValueSet |
| Methods inherited from class water.api.RequestArguments |
|---|
arguments, argumentsToJson, frameColumnNameToIndex, vaCategoryNames, vaCategoryNames, vaColumnNameToIndex |
| Methods inherited from class water.api.RequestStatics |
|---|
checkJsonName, encodeRedirectArgs, JSON2HTML, jsonError, requestName, Str2JSON |
| Methods inherited from class water.Iced |
|---|
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static DocGen.FieldDoc[] DOC_FIELDS
public Key job_key
public Key destination_key
public java.lang.String status
public float progress
| Constructor Detail |
|---|
public Progress2()
| Method Detail |
|---|
public static java.lang.String jsonUrl(Key jobKey,
Key destKey)
public static RequestBuilders.Response redirect(Request req,
Key jobkey,
Key dest)
protected RequestBuilders.Response serve()
serve in class Request
protected RequestBuilders.Response jobDone(Job job,
Key dst)
Response for finished job.
protected RequestBuilders.Response jobInProgress(Job job,
Key dst)
Response.
public boolean toHTML(java.lang.StringBuilder sb)
toHTML in class Requestprotected boolean log()
log in class Requestpublic RequestServer.API_VERSION[] supportedVersions()
supportedVersions in class Request2
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||