Package-level declarations

Types

Link copied to clipboard
@Entity
class CodbiLocalApidoc(var id: Long? = null, var dataKey: String = "", var content: String? = null, var updatedAt: Timestamp = Timestamp(System.currentTimeMillis()))

JPA entity for the codbi_local_apidoc key-value storage table.

Link copied to clipboard
class StructuredDataStoreAction : IPluginServletAction

A servlet action plugin that provides an endpoint for storing and retrieving structured JSON data. Data is persisted to the database via CodbiEntities.