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 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.final <T extends StoredObject>
Class<T> Retrieves the class of a specified entity by its name.final Id
Retrieves anId
object 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 ofStoredObject
instances to a specifiedJSONMap
under 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 Fault
JSONTransact.commit
(Device device, JournalVoucher jv, JSON json, JSONMap result) 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
final void
Save this instance to a map.final void
Save this instance to a map.final void
Save this instance to a map.final void
StoredObject.save
(JSONMap map, StringList attributes) Save this instance to a map.final void
StoredObject.save
(JSONMap map, StringList attributes, boolean includeReferences, boolean includeClassInfo) Save this instance to a map.final void
StoredObject.save
(JSONMap map, StringList attributes, String valueName) Save this instance to a map.final void
StoredObject.save
(JSONMap map, StringList attributes, String valueName, boolean includeReferences, boolean includeClassInfo, boolean stringify) Save this instance to a map.final void
Save this instance to a map.final void
Save this instance to a map.final void
StoredObject.save
(JSONMap map, String valueName, boolean includeReferences, boolean includeClassInfo) Save this instance to a map.final void
StoredObject.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