Package io.vertx.tp.atom.modeling.data
Class DataEvent
java.lang.Object
io.vertx.tp.atom.modeling.data.DataEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic DataEventcreate(DataAtom atom, AoSentence sentence) criteria(io.vertx.up.atom.query.Criteria criteria) io.modello.specification.HRecord[]dataA()io.vertx.core.Future<io.modello.specification.HRecord[]>io.vertx.core.json.JsonObjectdataP()io.vertx.core.Future<io.vertx.core.json.JsonObject>io.modello.specification.HRecorddataR()io.vertx.core.Future<io.modello.specification.HRecord>dataRow()dataRows()voidfailure(io.horizon.exception.WebException ex) io.vertx.up.atom.query.Criteriaio.horizon.exception.WebExceptiongetError()io.vertx.up.atom.query.PagergetPager()io.vertx.up.atom.query.SortergetTpl()io.horizon.eon.em.modeler.ModelTypegetType()final <ID> DataEventkeys(ID... keys) qr(io.vertx.up.atom.query.engine.Qr qr) records(io.modello.specification.HRecord... records) succeed()uuid()
-
Method Details
-
create
-
init
-
keys
-
records
-
uuid
-
criteria
-
qr
-
stored
-
stored
-
getCounter
-
getTpl
-
getCriteria
public io.vertx.up.atom.query.Criteria getCriteria() -
getProjection
-
getPager
public io.vertx.up.atom.query.Pager getPager() -
getSorter
public io.vertx.up.atom.query.Sorter getSorter() -
getType
public io.horizon.eon.em.modeler.ModelType getType() -
dataRow
-
dataRows
-
dataR
public io.modello.specification.HRecord dataR() -
dataRAsync
public io.vertx.core.Future<io.modello.specification.HRecord> dataRAsync() -
dataA
public io.modello.specification.HRecord[] dataA() -
dataAAsync
public io.vertx.core.Future<io.modello.specification.HRecord[]> dataAAsync() -
dataP
public io.vertx.core.json.JsonObject dataP() -
dataPAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> dataPAsync() -
failure
public void failure(io.horizon.exception.WebException ex) -
getError
public io.horizon.exception.WebException getError() -
succeed
-
consoleAll
public void consoleAll()
-