Uses of Class
com.storedobject.core.JSON
Packages that use JSON
Package
Description
-
Uses of JSON in com.storedobject.ai
Methods in com.storedobject.ai with parameters of type JSONModifier and TypeMethodDescriptionprotected Knowledge
ChatConnector.createKnowledge
(Device device, JSON json, JSONMap result) Creates a Knowledge instance based on the provided device.final void
protected void
ChatConnector.executeAction
(String action, Device device, JSON json, JSONMap result) Executes a specified action on a given device using JSON data, and stores the result in a JSON map. -
Uses of JSON in com.storedobject.core
Methods in com.storedobject.core that return JSONModifier and TypeMethodDescriptionJSON.get
(int n) JSONMap.toJSON()
Converts the current JSONMap instance into a JSON object representation.Methods in com.storedobject.core with parameters of type JSONModifier and TypeMethodDescriptionprotected Fault
JSONTransact.commit
(Device device, JournalVoucher jv, JSON json, JSONMap result) protected void
JSONTransact.entryCreated
(Device device, JournalVoucher jv, JSON json) void
void
void
void
void
void
void
final void
protected <T extends StoredObject>
voidvoid
This method should be implemented to serve the connector API call.void
void
protected DatePeriod
protected Object
protected void
void
JSONParameter.setParameters
(JSON json) If implemented, this method is typically invoked by the tools before aContentProducer
is asked to produce its output. -
Uses of JSON in com.storedobject.report
Methods in com.storedobject.report with parameters of type JSONModifier and TypeMethodDescriptiondefault ReportDefinition
ObjectLister.getReportDefinition
(JSON json) void
AccountStatement.setParameters
(JSON json) void
FileCirculationStatus.setParameters
(JSON json) void
FileExpiryReport.setParameters
(JSON json) void
ItemMovementReport.setParameters
(JSON json) void
JournalReport.setParameters
(JSON json) void
ObjectList.setParameters
(JSON json) void
ObjectListExcel.setParameters
(JSON json) void
TrialBalance.setParameters
(JSON json) -
Uses of JSON in com.storedobject.tools
Methods in com.storedobject.tools with parameters of type JSON