public final class ParamUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.Object> |
getMonitorParams(java.lang.String monotorId,
DatabaseSchema dbSchema)
Returns params of monitor method, refer to RFC7047's Section 4.1.5.
|
static java.util.List<java.lang.Object> |
getTransactParams(DatabaseSchema dbSchema,
java.util.List<Operation> operations)
Returns params of transact method, refer to RFC7047's Section 4.1.3.
|
public static java.util.List<java.lang.Object> getMonitorParams(java.lang.String monotorId,
DatabaseSchema dbSchema)
monotorId - json-value, refer to RFC7047's Section 4.1.5.dbSchema - DatabaseSchema entitypublic static java.util.List<java.lang.Object> getTransactParams(DatabaseSchema dbSchema, java.util.List<Operation> operations)
dbSchema - DatabaseSchema entityoperations - operation*, refer to RFC7047's Section 4.1.3.