public class CheapReq
extends io.odysz.semantic.jprotocol.AnsonBody
Modifier and Type | Field and Description |
---|---|
protected String |
cmd |
protected HashMap<String,Object> |
cmdArgs |
protected String |
ndescpt |
protected ArrayList<io.odysz.semantic.jserv.U.AnUpdateReq> |
postUpds
3d array of post insertings
|
protected ArrayList<Object[]> |
taskNvs |
protected String |
wftype |
Constructor and Description |
---|
CheapReq(io.odysz.semantic.jprotocol.AnsonMsg<? extends io.odysz.semantic.jprotocol.AnsonBody> parent) |
CheapReq(io.odysz.semantic.jprotocol.AnsonMsg<? extends io.odysz.semantic.jprotocol.AnsonBody> parent,
String fake)
This should used only by JHelper, fake is ignored.
|
Modifier and Type | Method and Description |
---|---|
Object |
args(String n) |
String |
cmd() |
CheapReq |
cmdsRight(String nodeId,
String usrId,
String taskId)
Ask the node's right.
|
static CheapReq |
format(io.odysz.semantic.jprotocol.AnsonMsg<io.odysz.semantic.jserv.R.AnQueryReq> parent,
io.odysz.sworkflow.EnginDesign.Req req,
String wfId) |
String |
instId() |
CheapReq |
instId(String iid) |
CheapReq |
loadFlow(String wfId,
String taskId) |
CheapReq |
nodeDesc(String descpt) |
String |
nodeId() |
CheapReq |
nodeId(String nid) |
CheapReq |
post(io.odysz.semantic.jserv.U.AnUpdateReq p) |
ArrayList<io.odysz.transact.sql.Statement<?>> |
posts(io.odysz.semantics.IUser usr)
format post children delete, inserts, updates by users
|
String |
req() |
CheapReq |
req(io.odysz.sworkflow.EnginDesign.Req req)
calling super.a(req)
|
CheapReq |
reqCmd(String cmd)
Ask Req.cmd with cmd name as parameter.
|
String |
taskId() |
CheapReq |
taskId(String tid) |
CheapReq |
taskNv(String n,
Object v) |
ArrayList<Object[]> |
taskNvs() |
String |
usrId() |
CheapReq |
usrId(String uid) |
String |
wftype() |
CheapReq |
wftype(String wfid) |
fromBlock, fromJson, fromJson, toBlock, toJson, toMapBlock, toString, unescape
protected String wftype
protected String ndescpt
protected String cmd
protected ArrayList<io.odysz.semantic.jserv.U.AnUpdateReq> postUpds
public CheapReq(io.odysz.semantic.jprotocol.AnsonMsg<? extends io.odysz.semantic.jprotocol.AnsonBody> parent)
public CheapReq(io.odysz.semantic.jprotocol.AnsonMsg<? extends io.odysz.semantic.jprotocol.AnsonBody> parent, String fake)
parent
- fake
- public static CheapReq format(io.odysz.semantic.jprotocol.AnsonMsg<io.odysz.semantic.jserv.R.AnQueryReq> parent, io.odysz.sworkflow.EnginDesign.Req req, String wfId)
public String wftype()
public String taskId()
public String nodeId()
public String usrId()
public String instId()
public String cmd()
public CheapReq post(io.odysz.semantic.jserv.U.AnUpdateReq p)
public String req()
public CheapReq req(io.odysz.sworkflow.EnginDesign.Req req)
req
- public CheapReq reqCmd(String cmd)
cmd
- public CheapReq cmdsRight(String nodeId, String usrId, String taskId)
nodeId
- usrId
- taskId
- public ArrayList<io.odysz.transact.sql.Statement<?>> posts(io.odysz.semantics.IUser usr) throws io.odysz.transact.x.TransException
io.odysz.transact.x.TransException
Copyright © 2023. All rights reserved.