Uses of Class
com.storedobject.core.JSONMap
Packages that use JSONMap
-
Uses of JSONMap in com.storedobject.ai
Methods in com.storedobject.ai with parameters of type JSONMapModifier 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.final <T extends StoredObject>
Class<T> Retrieves the class of a specified entity by its name.final IdRetrieves anIdobject based on the provided string representation of the identifier.final <T extends StoredObject>
voidKnowledge.save(JSONMap map, String name, ObjectIterator<T> objects) Saves a collection ofStoredObjectinstances to a specifiedJSONMapunder the given name.final <T extends StoredObject>
voidSaves the provided object using the specified parameters and updates the given JSONMap. -
Uses of JSONMap in com.storedobject.core
Methods in com.storedobject.core that return JSONMapModifier and TypeMethodDescriptionJSONMap.Array.getMap(int index) JSONMap.Array.map()Creates a new sub-map associated with a given key, stores it in the current map, and returns the newly created sub-map.Methods in com.storedobject.core that return types with arguments of type JSONMapMethods in com.storedobject.core with parameters of type JSONMapModifier and TypeMethodDescriptionprotected FaultJSONTransact.commit(Device device, JournalVoucher jv, JSON json, JSONMap result) voidvoidvoidvoidvoidvoidvoidfinal voidprotected <T extends StoredObject>
voidvoidThis method should be implemented to serve the connector API call.voidvoidfinal voidSave this instance to a map.final voidSave this instance to a map.final voidSave this instance to a map.final voidStoredObject.save(JSONMap map, StringList attributes) Save this instance to a map.final voidStoredObject.save(JSONMap map, StringList attributes, boolean includeReferences, boolean includeClassInfo) Save this instance to a map.final voidStoredObject.save(JSONMap map, StringList attributes, String valueName) Save this instance to a map.final voidStoredObject.save(JSONMap map, StringList attributes, String valueName, boolean includeReferences, boolean includeClassInfo, boolean stringify) Save this instance to a map.final voidSave this instance to a map.final voidSave this instance to a map.final voidStoredObject.save(JSONMap map, String valueName, boolean includeReferences, boolean includeClassInfo) Save this instance to a map.final voidStoredObject.save(JSONMap map, String valueName, boolean includeClassInfo, boolean stringify, Function<Class<? extends StoredObject>, StringList> allowedAttributes) Save this instance to a map. -
Uses of JSONMap in com.storedobject.tools
Methods in com.storedobject.tools that return JSONMap