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 KnowledgeChatConnector.createKnowledge(Device device, JSON json, JSONMap result) Creates a Knowledge instance based on the provided device.final voidprotected voidChatConnector.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 FaultJSONTransact.commit(Device device, JournalVoucher jv, JSON json, JSONMap result) protected voidJSONTransact.entryCreated(Device device, JournalVoucher jv, JSON json) voidvoidvoidvoidvoidvoidvoidfinal voidprotected <T extends StoredObject>
voidvoidThis method should be implemented to serve the connector API call.voidvoidprotected DatePeriodprotected Objectprotected voidvoidJSONParameter.setParameters(JSON json) If implemented, this method is typically invoked by the tools before aContentProduceris asked to produce its output. -
Uses of JSON in com.storedobject.report
Methods in com.storedobject.report with parameters of type JSONModifier and TypeMethodDescriptiondefault ReportDefinitionObjectLister.getReportDefinition(JSON json) voidAccountStatement.setParameters(JSON json) voidFileCirculationStatus.setParameters(JSON json) voidFileExpiryReport.setParameters(JSON json) voidItemMovementReport.setParameters(JSON json) voidJournalReport.setParameters(JSON json) voidObjectList.setParameters(JSON json) voidObjectListExcel.setParameters(JSON json) voidTrialBalance.setParameters(JSON json) -
Uses of JSON in com.storedobject.tools
Methods in com.storedobject.tools with parameters of type JSON