Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AccessControl - Annotation Interface in com.onec.annotations
-
Declares which roles may read and write an entity.
- account(String, String, Principal) - Method in class com.onec.ui.DivKitController
- account(String, List<ShellLayoutBuilder.ProfileLink>, String, Palette) - Static method in class com.onec.ui.divkit.ShellLayoutBuilder
-
The account island: the signed-in user, any persona switcher, and the theme / sign-out actions.
- ACCUMULATION_REGISTER - Enum constant in enum class com.onec.query.EntityMeta.Kind
- AccumulationRecord - Class in com.onec.model
- AccumulationRecord() - Constructor for class com.onec.model.AccumulationRecord
- AccumulationRegister - Annotation Interface in com.onec.annotations
- AccumulationRegisterDescriptor - Record Class in com.onec.metadata
- AccumulationRegisterDescriptor(String, String, String, String, Class<?>, AccumulationType, String, List<String>, List<String>, List<AttributeDescriptor>, List<AttributeDescriptor>) - Constructor for record class com.onec.metadata.AccumulationRegisterDescriptor
-
Creates an instance of a
AccumulationRegisterDescriptorrecord class. - AccumulationScanner - Class in com.onec.spring
- AccumulationScanner() - Constructor for class com.onec.spring.AccumulationScanner
- accumulationType() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
accumulationTyperecord component. - accumulationType() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
-
Returns the value of the
accumulationTyperecord component. - AccumulationType - Enum Class in com.onec.model
- action(String) - Method in class com.onec.ui.ActionSpec
-
Start declaring an action with the given unique key.
- action(String) - Method in class com.onec.ui.EntityConfigBuilder
-
Configure where a detail-header action shows:
post,unpost,editordelete. - action(Map<String, Object>, String, String) - Static method in class com.onec.ui.divkit.Div
- Action(String, String, String, String, ActionScope, String, Function<ActionContext, ActionResult>, Function<ActionRow, String>, Function<ActionRow, String>, Predicate<ActionRow>, Predicate<ActionRow>) - Constructor for record class com.onec.ui.ActionSpec.Action
-
Creates an instance of a
Actionrecord class. - ActionContext - Record Class in com.onec.ui
-
What a custom action handler receives when invoked: the entity it ran on, (for row/detail actions) the record's id, and the current values of any toolbar
inputs. - ActionContext(String, String, UUID, String, Map<String, String>) - Constructor for record class com.onec.ui.ActionContext
-
Creates an instance of a
ActionContextrecord class. - actionController(CatalogQueryService, DocumentQueryService, UiAccessService, UiActionResolver) - Method in class com.onec.ui.UiAutoConfiguration
- ActionController - Class in com.onec.ui
-
Runs a custom
ActionSpecserver handler for an entity. - ActionController(CatalogQueryService, DocumentQueryService, UiAccessService, UiActionResolver) - Constructor for class com.onec.ui.ActionController
- ActionHintBuilder - Class in com.onec.ui
-
Per-action placement builder for a document's detail-header actions (
post/unpost/edit/delete): show it as a primary button, tuck it into the overflow (⋯) menu, or hide it entirely. - ActionResult - Record Class in com.onec.ui
-
What the client does after a server-side action runs: optionally show a message, navigate to a route, and/or refresh the current surface.
- ActionResult(String, String, boolean) - Constructor for record class com.onec.ui.ActionResult
-
Creates an instance of a
ActionResultrecord class. - ActionRow - Class in com.onec.ui
-
A read-only view of one list row, handed to the per-row functions of a row
action(.icon(...),.label(...),.visibleWhen(...),.enabledWhen(...)) so a single control can vary by that row's state — apause"Suspend" on a running record flipping to aplay"Resume" when it's stopped, or a button shown only on the rows it applies to. - ActionRow(Map<String, Object>) - Constructor for class com.onec.ui.ActionRow
- actions() - Method in class com.onec.ui.ActionSpec
- actions(ActionSpec) - Method in interface com.onec.ui.EntityView
-
Custom action buttons for this entity — on the list (toolbar / per-row) or the record detail.
- actions(String, Consumer<ActionSpec>) - Method in class com.onec.ui.PageBuilder
-
Add a section of action buttons — each runs an обработка-style server handler (or routes the client) when clicked.
- actions(String, List<Map<String, Object>>) - Static method in record class com.onec.ui.PageComponent
-
A section of action buttons under an optional heading.
- ACTIONS - Enum constant in enum class com.onec.ui.PageComponent.Kind
- ActionScope - Enum Class in com.onec.ui
-
Where a custom
actionbutton appears. - actionsFor(Class<?>) - Method in class com.onec.ui.FieldHintResolver
-
Detail-header action placement overrides for an entity (
action -> primary|menu|hidden). - ActionSpec - Class in com.onec.ui
-
Declares custom action buttons for an entity, from
EntityView.actions(ActionSpec). - ActionSpec() - Constructor for class com.onec.ui.ActionSpec
- ActionSpec.Action - Record Class in com.onec.ui
-
A resolved action button.
- ActionSpec.ActionBuilder - Class in com.onec.ui
-
Fluent builder for one action; setters may be called in any order.
- ACTIVE_VAR - Static variable in class com.onec.ui.divkit.ShellLayoutBuilder
-
The DivKit variable holding the current route.
- add(String, String, UUID, CommentController.CommentRequest, Principal) - Method in class com.onec.ui.comments.CommentController
- add(String, String, UUID, String, String, String) - Method in class com.onec.ui.comments.CommentService
-
Append a comment and return it as stored.
- ADD_COLUMN - Enum constant in enum class com.onec.schema.SchemaChange.Type
- addExpense() - Method in interface com.onec.repository.RegisterRepository
- addExpense() - Method in class com.onec.repository.RegisterRepositoryImpl
- addExpense(Consumer<T>) - Method in interface com.onec.repository.RegisterRepository
- addExpense(Consumer<T>) - Method in class com.onec.repository.RegisterRepositoryImpl
- addReceipt() - Method in interface com.onec.repository.RegisterRepository
- addReceipt() - Method in class com.onec.repository.RegisterRepositoryImpl
- addReceipt(Consumer<T>) - Method in interface com.onec.repository.RegisterRepository
- addReceipt(Consumer<T>) - Method in class com.onec.repository.RegisterRepositoryImpl
- addResourceHandlers(ResourceHandlerRegistry) - Method in class com.onec.ui.UiAutoConfiguration
- AFTER_DELETE - Enum constant in enum class com.onec.annotations.EventTiming
- AFTER_POST - Enum constant in enum class com.onec.annotations.EventTiming
- AFTER_WRITE - Enum constant in enum class com.onec.annotations.EventTiming
- afterPost() - Method in interface com.onec.lifecycle.AfterPostHandler
- AfterPostHandler - Interface in com.onec.lifecycle
- afterPropertiesSet() - Method in class com.onec.cluster.pg.PostgresClusterEventBus
- afterPropertiesSet() - Method in class com.onec.spring.ScheduledJobRegistrar
- afterPropertiesSet() - Method in class com.onec.spring.SchemaInitializer
- afterSingletonsInstantiated() - Method in class com.onec.spring.SpringRefResolver
- afterWrite() - Method in interface com.onec.lifecycle.AfterWriteHandler
- AfterWriteHandler - Interface in com.onec.lifecycle
- agg() - Method in record class com.onec.query.Select
-
Returns the value of the
aggrecord component. - aggregate(CatalogDescriptor, String, String, String) - Method in class com.onec.ui.CatalogQueryService
-
A single aggregate value for a count/metric card —
countof rows, orsum|avg|min|maxof one numeric column — restricted to live records and narrowed by an optional safefilterpredicate (seeWidgetFilter). - aggregate(DocumentDescriptor, String, String, String) - Method in class com.onec.ui.DocumentQueryService
-
A single aggregate value for a count/metric card —
countof rows, orsum|avg|min|maxof one numeric column — restricted to live records and narrowed by an optional safefilterpredicate (seeWidgetFilter). - aggregateId() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
aggregateIdrecord component. - aggregateType() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
aggregateTyperecord component. - alias() - Method in record class com.onec.query.Select
-
Returns the value of the
aliasrecord component. - alignH(Map<String, Object>, String) - Static method in class com.onec.ui.divkit.Div
- alignV(Map<String, Object>, String) - Static method in class com.onec.ui.divkit.Div
- all() - Method in class com.onec.kafka.ServiceRegistry
- all() - Method in class com.onec.mail.template.MailTemplateRegistry
-
All registered descriptors, in registration order.
- all() - Method in class com.onec.print.PrintTemplateRegistry
- allCatalogs() - Method in class com.onec.metadata.MetadataRegistry
- allConstants() - Method in class com.onec.metadata.MetadataRegistry
- allDashboardWidgets() - Method in class com.onec.metadata.MetadataRegistry
- allDocuments() - Method in class com.onec.metadata.MetadataRegistry
- allEnumerations() - Method in class com.onec.metadata.MetadataRegistry
- allInformationRegisters() - Method in class com.onec.metadata.MetadataRegistry
- allRegisters() - Method in class com.onec.metadata.MetadataRegistry
- ALTER_COLUMN_TYPE - Enum constant in enum class com.onec.schema.SchemaChange.Type
- append(String, String, String, String) - Method in class com.onec.messaging.OutboxWriter
- appliedMigrationVersions(Jdbi) - Method in class com.onec.schema.SchemaHistoryRepository
- apply(Object, MetadataRegistry, UnaryOperator<String>) - Static method in class com.onec.security.SecretFields
- APPLY - Enum constant in enum class com.onec.schema.SchemaMode
- AppMigration - Interface in com.onec.migration
-
A one-time, versioned data migration — the home for backfills, data reshaping and seed data that the automatic schema upgrader cannot derive from metadata.
- appName() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
appNamerecord component. - arr(Object) - Method in class com.onec.mail.dispatch.HttpMailDispatcher.JsonHelper
-
Convenience for a list/array as a JSON array literal.
- ARRAY - Enum constant in enum class com.onec.auth.OnecAuthProperties.Shape
-
A JSON array of role strings, or a map containing a
rolesarray (Keycloak'srealm_access/resource_access.<client>wrappers). - as(Select, String) - Static method in class com.onec.query.Q
-
Give a select item an explicit output alias (result-
Rowkey / DTO property). - asc(Path) - Static method in class com.onec.query.Q
- asc(FieldReference<T, R>) - Static method in class com.onec.query.Q
- ASC - Enum constant in enum class com.onec.query.Order.Direction
- asMap() - Method in class com.onec.query.Row
- asNotNull() - Method in record class com.onec.schema.ColumnModel
- at(LocalDateTime) - Method in class com.onec.repository.RegisterQueryBuilder
- attach(MailAttachment) - Method in class com.onec.mail.MailMessage.Builder
- attachments() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
attachmentsrecord component. - attempts() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
-
Returns the value of the
attemptsrecord component. - attr(FieldReference<T, R>) - Static method in class com.onec.query.Q
-
A single-attribute path, e.g.
- attribute(String) - Method in record class com.onec.query.EntityMeta
-
Attribute descriptor for a property name, or
nullfor system / unknown fields. - Attribute - Annotation Interface in com.onec.annotations
- AttributeDescriptor - Record Class in com.onec.metadata
- AttributeDescriptor(String, String, String, Class<?>, int, boolean, boolean, String, int, int, boolean, boolean, boolean, int, String, String, String, AttributeDescriptor.Constraints, boolean) - Constructor for record class com.onec.metadata.AttributeDescriptor
-
Backward-compatible constructor for callers predating
previousNames. - AttributeDescriptor(String, String, String, Class<?>, int, boolean, boolean, String, int, int, boolean, boolean, boolean, int, String, String, String, AttributeDescriptor.Constraints, boolean, List<String>) - Constructor for record class com.onec.metadata.AttributeDescriptor
-
Creates an instance of a
AttributeDescriptorrecord class. - AttributeDescriptor.Constraints - Record Class in com.onec.metadata
-
Declarative validation bounds for an attribute, from
@Attribute. - attributes() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
attributesrecord component. - attributes() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
attributesrecord component. - attributes() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
attributesrecord component. - attributes() - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Returns the value of the
attributesrecord component. - attributes() - Method in record class com.onec.query.EntityMeta
-
Returns the value of the
attributesrecord component. - AttributeValidator - Class in com.onec.validation
-
Enforces the declarative
@Attributeconstraints (required, string length, numeric min/max, regex pattern, email) on an entity before write, collecting every failure into aValidationErrorskeyed by field name. - AttributeValidator() - Constructor for class com.onec.validation.AttributeValidator
- authMethods() - Method in interface com.onec.auth.spi.AuthMethodsProvider
-
The currently available authentication methods.
- AuthMethods - Record Class in com.onec.auth.spi
-
Describes how a user may authenticate, so the login screen can be composed server-side rather than hardcoded in the client.
- AuthMethods(boolean, List<SsoProvider>, String, String) - Constructor for record class com.onec.auth.spi.AuthMethods
-
Creates an instance of a
AuthMethodsrecord class. - AuthMethodsContributor - Interface in com.onec.auth.spi
-
Additively contributes SSO options to the login screen, on top of whatever the single
AuthMethodsProvideralready offers. - AuthMethodsProvider - Interface in com.onec.auth.spi
-
Supplies the
AuthMethodsfor the running application. - authorId() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
authorIdrecord component. - authorizationUrl() - Method in record class com.onec.auth.spi.SsoProvider
-
Returns the value of the
authorizationUrlrecord component. - authorName() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
authorNamerecord component. - autoNumber() - Element in annotation interface com.onec.annotations.Catalog
- autoNumber() - Element in annotation interface com.onec.annotations.Document
- autoNumber() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
autoNumberrecord component. - autoNumber() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
autoNumberrecord component. - avatarFor(String) - Method in class com.onec.ui.comments.CommentAuthorAvatars
-
The avatar URL for a single author id, or null.
- avatarsFor(Collection<String>) - Method in class com.onec.ui.comments.CommentAuthorAvatars
-
Author record id → avatar URL, for the given ids that have a non-blank one.
- avg(FieldReference<T, R>) - Static method in class com.onec.query.Q
- AVG - Enum constant in enum class com.onec.query.Select.Agg
B
- background(Map<String, Object>, String) - Static method in class com.onec.ui.divkit.Div
- backgroundJobs(JobScheduler) - Method in class com.onec.spring.OnecAutoConfiguration
- BackgroundJobs - Interface in com.onec.jobs
- BackgroundTask - Interface in com.onec.jobs
- balance() - Method in class com.onec.repository.RegisterQueryBuilder
- balance(AccumulationRegisterDescriptor, Map<String, String>) - Method in class com.onec.ui.RegisterQueryService
- balance(String, Map<String, String>, Principal) - Method in class com.onec.ui.GenericRegisterController
- BALANCE - Enum constant in enum class com.onec.model.AccumulationType
- BALANCE - Enum constant in enum class com.onec.repository.RegisterQueryBuilder.QueryType
- basePackageClasses() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- basePackages() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- baseUrl() - Method in record class com.onec.kafka.ServiceDescriptor
-
Returns the value of the
baseUrlrecord component. - bcc() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
bccrecord component. - bcc(String...) - Method in class com.onec.mail.MailMessage.Builder
- beforeDelete() - Method in interface com.onec.lifecycle.BeforeDeleteHandler
- BeforeDeleteHandler - Interface in com.onec.lifecycle
- beforePost() - Method in interface com.onec.lifecycle.BeforePostHandler
- BeforePostHandler - Interface in com.onec.lifecycle
- beforeWrite() - Method in interface com.onec.lifecycle.BeforeWriteHandler
- BeforeWriteHandler - Interface in com.onec.lifecycle
- between(Path, Object, Object) - Static method in class com.onec.query.Q
- between(FieldReference<T, R>, R, R) - Static method in class com.onec.query.Q
- BETWEEN - Enum constant in enum class com.onec.query.Predicate.Op
- bindings() - Method in record class com.onec.ui.ListFilter.Result
-
Returns the value of the
bindingsrecord component. - bindings() - Method in record class com.onec.ui.WidgetFilter.Result
-
Returns the value of the
bindingsrecord component. - body() - Method in record class com.onec.mail.template.MailRenderer.Rendered
-
Returns the value of the
bodyrecord component. - body() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
bodyrecord component. - body() - Method in record class com.onec.ui.comments.CommentController.CommentRequest
-
Returns the value of the
bodyrecord component. - border() - Method in record class com.onec.ui.BrandPalette
-
Returns the value of the
borderrecord component. - border() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
borderrecord component. - border(String) - Method in class com.onec.ui.UiLayoutBuilder.PaletteBuilder
-
Hairline strokes and separators.
- BOTTOM_BAR - Enum constant in enum class com.onec.ui.NavStyle
- brand(String) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Explicit application name, shown in the shell instead of the profile title.
- branding() - Method in record class com.onec.ui.ShellConfig
-
Returns the value of the
brandingrecord component. - BrandingConfig - Record Class in com.onec.ui
-
Declarative back-office branding for a
Layout's shell: an explicit app name, a logo (with an optional dark-mode variant), a favicon, and brand color overrides for the light and darkBrandPalettes. - BrandingConfig(String, String, String, Integer, Integer, String, BrandPalette, BrandPalette) - Constructor for record class com.onec.ui.BrandingConfig
-
Creates an instance of a
BrandingConfigrecord class. - BrandPalette - Record Class in com.onec.ui
-
A consumer's brand color overrides for one mode (light or dark).
- BrandPalette(String, String, String, String, String, String, String) - Constructor for record class com.onec.ui.BrandPalette
-
Creates an instance of a
BrandPaletterecord class. - build() - Method in class com.onec.mail.MailMessage.Builder
- build() - Method in class com.onec.mcp.MetadataToolFactory
- build() - Method in class com.onec.schema.SchemaModelBuilder
- build() - Method in class com.onec.ui.UiLayoutBuilder
- build(String, String, List<DashboardWidgetDescriptor>, int, Function<DashboardWidgetDescriptor, String>, Palette) - Static method in class com.onec.ui.divkit.DashboardDivBuilder
- build(String, String, List<DashboardWidgetDescriptor>, List<PageComponent>, int, Function<DashboardWidgetDescriptor, String>, Palette) - Static method in class com.onec.ui.divkit.PageDivBuilder
- build(Collection<EnumerationDescriptor>) - Static method in class com.onec.spring.EnumUuidConverters
- builder() - Static method in record class com.onec.mail.MailMessage
- Builder() - Constructor for class com.onec.mail.MailMessage.Builder
- buildFieldHints() - Method in class com.onec.ui.EntityConfigBuilder
- buildIdentity() - Method in class com.onec.ui.UiLayoutBuilder
- buildProfiles() - Method in class com.onec.ui.UiLayoutBuilder
- buildRelatedLists() - Method in class com.onec.ui.EntityConfigBuilder
-
Related-list panels authored on this entity, in declaration order.
- buildShell() - Method in class com.onec.ui.UiLayoutBuilder
- buildWidgets() - Method in class com.onec.ui.UiLayoutBuilder
- BusinessContext - Annotation Interface in com.onec.annotations
- BusinessRule - Record Class in com.onec.rules
-
A named validation rule expressed as typed Java — the replacement for the old
@BusinessRule(expression = "...")string mini-language. - BusinessRule(String, String, String, BooleanSupplier) - Constructor for record class com.onec.rules.BusinessRule
-
Creates an instance of a
BusinessRulerecord class. - BusinessRule(String, String, BooleanSupplier) - Constructor for record class com.onec.rules.BusinessRule
-
A cross-field (form-level) rule — no specific field.
- BusinessRuleValidator - Class in com.onec.rules
-
Evaluates a
Validatedentity's typedBusinessRules before write and before posting. - BusinessRuleValidator() - Constructor for class com.onec.rules.BusinessRuleValidator
- byId(UiLayout, String) - Method in class com.onec.ui.UiProfileResolver
-
Look up a profile by id for an explicit
?profile=switch.
C
- cancel(UUID) - Method in interface com.onec.jobs.BackgroundJobs
- cancel(UUID) - Method in class com.onec.spring.JobrunrBackgroundJobs
- canRead(Principal, AccumulationRegisterDescriptor) - Method in class com.onec.ui.UiAccessService
- canRead(Principal, CatalogDescriptor) - Method in class com.onec.ui.UiAccessService
- canRead(Principal, DocumentDescriptor) - Method in class com.onec.ui.UiAccessService
- canRead(Principal, InformationRegisterDescriptor) - Method in class com.onec.ui.UiAccessService
- canRead(Principal, String, String) - Method in class com.onec.ui.UiAccessService
- canWrite(Principal, AccumulationRegisterDescriptor) - Method in class com.onec.ui.UiAccessService
- canWrite(Principal, CatalogDescriptor) - Method in class com.onec.ui.UiAccessService
- canWrite(Principal, DocumentDescriptor) - Method in class com.onec.ui.UiAccessService
- catalog(Class<?>) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- catalog(Class<?>) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- catalog(Class<?>, String) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
-
Add a catalog with an explicit nav icon (a lucide icon name, honored over the heuristic).
- catalog(Class<?>, Consumer<EntityConfigBuilder>) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- Catalog - Annotation Interface in com.onec.annotations
- CATALOG - Enum constant in enum class com.onec.query.EntityMeta.Kind
- CATALOG - Static variable in record class com.onec.events.EntityChangedEvent
- catalogCommandService(Jdbi, UiProperties, NumberGenerator, CatalogQueryService, UiAccessService, ApplicationEventPublisher, SecretCipher) - Method in class com.onec.ui.UiAutoConfiguration
- CatalogCommandService - Class in com.onec.ui
-
Write-side commands for catalogs — create, update, delete.
- CatalogCommandService(Jdbi, UiProperties, NumberGenerator, CatalogQueryService, UiAccessService, ApplicationEventPublisher, SecretCipher) - Constructor for class com.onec.ui.CatalogCommandService
- CatalogDescriptor - Record Class in com.onec.metadata
- CatalogDescriptor(String, String, String, Class<?>, int, boolean, boolean, String, String, List<String>, List<String>, List<AttributeDescriptor>) - Constructor for record class com.onec.metadata.CatalogDescriptor
-
Backward-compatible constructor for callers predating
previousNames. - CatalogDescriptor(String, String, String, Class<?>, int, boolean, boolean, String, String, List<String>, List<String>, List<AttributeDescriptor>, List<String>) - Constructor for record class com.onec.metadata.CatalogDescriptor
-
Creates an instance of a
CatalogDescriptorrecord class. - catalogDetail(String, UUID, String, String, Principal) - Method in class com.onec.ui.DivKitController
- catalogDetail(Map<String, Object>, Map<String, Object>, Map<String, List<Map<String, Object>>>, List<SurfaceDivBuilder.HeaderAction>, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
A catalog item's detail surface: a header (with edit/delete actions when the caller may write) over a card of its visible system columns (code/description) and attributes, then a read-only table per related-list panel.
- catalogDuplicate(String, UUID, Principal) - Method in class com.onec.ui.DivKitController
- catalogEdit(String, UUID, Principal) - Method in class com.onec.ui.DivKitController
- catalogList(CatalogDescriptor, String) - Method in class com.onec.ui.UiViewResolver
- catalogList(ResolvedListView, List<Map<String, Object>>, String, String, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
- catalogList(String, String, String, Principal) - Method in class com.onec.ui.DivKitController
- catalogNew(String, Principal) - Method in class com.onec.ui.DivKitController
- CatalogObject - Class in com.onec.model
- CatalogObject() - Constructor for class com.onec.model.CatalogObject
- catalogPage(String, int, int, String, String, String, HttpServletRequest, Principal) - Method in class com.onec.ui.ListDataController
- catalogQueryService(MetadataRegistry, Jdbi) - Method in class com.onec.ui.UiAutoConfiguration
- CatalogQueryService - Class in com.onec.ui
-
Read-side queries for catalogs, shared by the REST API and the DivKit emitters so the SQL and ref-resolution live in one place.
- CatalogQueryService(MetadataRegistry, Jdbi) - Constructor for class com.onec.ui.CatalogQueryService
- CatalogRepository<T> - Interface in com.onec.repository
- catalogRows(ResolvedListView, List<Map<String, Object>>, String, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
The rows stack as a
div-patchofonec-rows— a single replacement node re-carrying that id (seeSurfaceDivBuilder.rowsPatch(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.util.List<com.onec.ui.divkit.Components.Row>, com.onec.ui.divkit.Palette)). - CatalogScanner - Class in com.onec.spring
- CatalogScanner() - Constructor for class com.onec.spring.CatalogScanner
- catalogTable(String) - Method in class com.onec.metadata.DefaultNamingStrategy
- cc() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
ccrecord component. - cc(String...) - Method in class com.onec.mail.MailMessage.Builder
- center() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns the value of the
centerrecord component. - center(boolean) - Method in class com.onec.desktop.DesktopSpec.WindowSpec
- change(String, List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.DivCard
-
One patch change: replace the children (
items) of the node withid. - CHANGED - Static variable in record class com.onec.events.EntityChangedEvent
- changes() - Method in record class com.onec.schema.MigrationPlan
-
Returns the value of the
changesrecord component. - changeType() - Method in record class com.onec.cluster.ClusterEvent
-
Returns the value of the
changeTyperecord component. - changeType() - Method in record class com.onec.events.EntityChangedEvent
-
Returns the value of the
changeTyperecord component. - checkedAt() - Method in record class com.onec.ui.UpdateStatus
-
Returns the value of the
checkedAtrecord component. - children(CatalogDescriptor, UUID) - Method in class com.onec.ui.CatalogQueryService
- children(String, UUID, Principal) - Method in class com.onec.ui.GenericCatalogController
- claimBatch(int, Duration) - Method in class com.onec.mail.outbox.MailOutbox
-
Atomically claims up to
limitdue messages for this worker, flipping themNEW -> SENDING. - clearPending() - Method in class com.onec.repository.RegisterRepositoryImpl
- CloudEvent - Record Class in com.onec.kafka
- CloudEvent(String, String, String, String, String, OffsetDateTime, String, String) - Constructor for record class com.onec.kafka.CloudEvent
-
Creates an instance of a
CloudEventrecord class. - clusterEntityChangeRelay(ClusterEventBus) - Method in class com.onec.spring.OnecAutoConfiguration
-
Publish side of cross-node live-UI sync: relays each
EntityChangedEventonto theClusterEventBusfor peer nodes (no-op with the default bus). - ClusterEntityChangeRelay - Class in com.onec.spring
-
Publish side of cross-node live-UI sync: forwards every locally-originated
EntityChangedEventonto theClusterEventBusso peer nodes can fan it out to their own SSE clients. - ClusterEntityChangeRelay(ClusterEventBus) - Constructor for class com.onec.spring.ClusterEntityChangeRelay
- ClusterEvent - Record Class in com.onec.cluster
-
Wire form of a cross-node change notice carried by a
ClusterEventBus. - ClusterEvent(String, String, String, String, String, String, String) - Constructor for record class com.onec.cluster.ClusterEvent
-
Creates an instance of a
ClusterEventrecord class. - clusterEventBus() - Method in class com.onec.spring.OnecAutoConfiguration
-
Local-only fallback
ClusterEventBus. - ClusterEventBus - Interface in com.onec.cluster
-
Pluggable SPI for delivering
ClusterEvents across the nodes of a horizontally-scaled deployment — the mechanism that keeps live-UI updates in sync when more than one instance runs behind a load balancer. - clusterUiBridge(ClusterEventBus, UiEventPublisher) - Method in class com.onec.ui.UiAutoConfiguration
-
Bridges the cross-node
ClusterEventBusinto the local SSE stream so a write on one node lights up browsers connected to any node. - ClusterUiBridge - Class in com.onec.ui
-
Receive side of cross-node live-UI sync: subscribes to the
ClusterEventBusand pushes events that originated on other nodes to this node's SSE clients viaUiEventPublisher.publish(String, String, String, Object, String). - ClusterUiBridge(ClusterEventBus, UiEventPublisher) - Constructor for class com.onec.ui.ClusterUiBridge
- codeLength() - Element in annotation interface com.onec.annotations.Catalog
- codeLength() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
codeLengthrecord component. - codePrefix() - Element in annotation interface com.onec.annotations.Catalog
- codePrefix() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
codePrefixrecord component. - col(FieldReference<T, R>) - Static method in class com.onec.query.Q
-
Project a direct attribute.
- collect(Object, ValidationErrors) - Method in class com.onec.rules.BusinessRuleValidator
-
Collect every failing rule into
errors(field- or form-scoped). - color(Map<String, Object>, String) - Static method in class com.onec.ui.divkit.Div
- column() - Method in record class com.onec.schema.SchemaChange
-
Returns the value of the
columnrecord component. - column(String) - Method in class com.onec.metadata.DefaultNamingStrategy
- column(String) - Method in record class com.onec.query.EntityMeta
-
Physical column for a bean-property name, or
nullif unknown. - column(String) - Method in record class com.onec.schema.SchemaSnapshot.TableSnapshot
- column(String) - Method in record class com.onec.schema.TableModel
- column(String, String) - Method in class com.onec.ui.ListSpec
-
Add an explicit column with a custom header label.
- Column(String, String, String) - Constructor for record class com.onec.ui.ResolvedListView.Column
-
Back-compat: a column with no display widget/format hints.
- Column(String, String, String, String, String) - Constructor for record class com.onec.ui.ResolvedListView.Column
-
Back-compat: a column with no help hint.
- Column(String, String, String, String, String, String) - Constructor for record class com.onec.ui.ResolvedListView.Column
-
Creates an instance of a
Columnrecord class. - ColumnModel - Record Class in com.onec.schema
-
Desired state of a single column, derived from metadata.
- ColumnModel(String, String, boolean, boolean, String, String, List<String>) - Constructor for record class com.onec.schema.ColumnModel
-
Creates an instance of a
ColumnModelrecord class. - columnName() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
columnNamerecord component. - columnName() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns the value of the
columnNamerecord component. - columnName() - Method in record class com.onec.ui.ResolvedListView.Filter
-
Returns the value of the
columnNamerecord component. - columns() - Method in class com.onec.query.Row
- columns() - Method in record class com.onec.schema.SchemaSnapshot.TableSnapshot
-
Returns the value of the
columnsrecord component. - columns() - Method in record class com.onec.schema.TableModel
-
Returns the value of the
columnsrecord component. - columns() - Method in record class com.onec.ui.RelatedList
-
Returns the value of the
columnsrecord component. - columns() - Method in record class com.onec.ui.ResolvedListView
-
Returns the value of the
columnsrecord component. - columns(String) - Method in record class com.onec.schema.DatabaseIntrospector.DbState
- columns(String...) - Method in class com.onec.ui.ListSpec
-
Take explicit control: only these fields, in this order.
- columns(String...) - Method in class com.onec.ui.RelatedListBuilder
-
Extra join-row fields to render as columns (e.g.
- ColumnSnapshot(String, boolean) - Constructor for record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
-
Creates an instance of a
ColumnSnapshotrecord class. - com.onec.annotations - package com.onec.annotations
- com.onec.auth - package com.onec.auth
- com.onec.auth.spi - package com.onec.auth.spi
- com.onec.cluster - package com.onec.cluster
- com.onec.cluster.pg - package com.onec.cluster.pg
- com.onec.desktop - package com.onec.desktop
- com.onec.events - package com.onec.events
- com.onec.jobs - package com.onec.jobs
- com.onec.kafka - package com.onec.kafka
- com.onec.lifecycle - package com.onec.lifecycle
- com.onec.mail - package com.onec.mail
- com.onec.mail.dispatch - package com.onec.mail.dispatch
- com.onec.mail.outbox - package com.onec.mail.outbox
- com.onec.mail.suppression - package com.onec.mail.suppression
- com.onec.mail.template - package com.onec.mail.template
- com.onec.mail.web - package com.onec.mail.web
- com.onec.mcp - package com.onec.mcp
- com.onec.messaging - package com.onec.messaging
- com.onec.metadata - package com.onec.metadata
- com.onec.migration - package com.onec.migration
- com.onec.model - package com.onec.model
- com.onec.numbering - package com.onec.numbering
- com.onec.performance - package com.onec.performance
- com.onec.posting - package com.onec.posting
- com.onec.print - package com.onec.print
- com.onec.query - package com.onec.query
- com.onec.repository - package com.onec.repository
- com.onec.rules - package com.onec.rules
- com.onec.schema - package com.onec.schema
- com.onec.security - package com.onec.security
- com.onec.spring - package com.onec.spring
- com.onec.types - package com.onec.types
- com.onec.ui - package com.onec.ui
- com.onec.ui.comments - package com.onec.ui.comments
- com.onec.ui.divkit - package com.onec.ui.divkit
- com.onec.ui.media - package com.onec.ui.media
- com.onec.validation - package com.onec.validation
- Comment - Record Class in com.onec.ui.comments
-
One stored comment in the
onec_commentsthread of a single entity. - Comment(UUID, String, String, UUID, String, String, String, LocalDateTime, LocalDateTime) - Constructor for record class com.onec.ui.comments.Comment
-
Creates an instance of a
Commentrecord class. - commentAuthorAvatars(UiLayout, MetadataRegistry, FieldHintResolver, Jdbi) - Method in class com.onec.ui.comments.CommentsAutoConfiguration
- CommentAuthorAvatars - Class in com.onec.ui.comments
-
Resolves comment authors' avatar image URLs, live, from the identity catalog — the one the login links to via
UiIdentityLink(e.g. - CommentAuthorAvatars(UiLayout, MetadataRegistry, FieldHintResolver, Jdbi) - Constructor for class com.onec.ui.comments.CommentAuthorAvatars
- commentController(CommentService, UiAccessService, CurrentUserResolver, CommentAuthorAvatars, CommentProperties) - Method in class com.onec.ui.comments.CommentsAutoConfiguration
- CommentController - Class in com.onec.ui.comments
-
The discussion-thread endpoint.
- CommentController(CommentService, UiAccessService, CurrentUserResolver, CommentAuthorAvatars, CommentProperties) - Constructor for class com.onec.ui.comments.CommentController
- CommentController.CommentRequest - Record Class in com.onec.ui.comments
-
The request body for posting a comment.
- CommentProperties - Class in com.onec.ui.comments
-
Configuration for the
/api/commentsdiscussion-thread feature, under theonec.comments.*namespace. - CommentProperties() - Constructor for class com.onec.ui.comments.CommentProperties
- CommentRequest(String) - Constructor for record class com.onec.ui.comments.CommentController.CommentRequest
-
Creates an instance of a
CommentRequestrecord class. - CommentsAutoConfiguration - Class in com.onec.ui.comments
-
Wires the
/api/commentsdiscussion-thread endpoint, itsCommentServicestore, and theonec.comments.*configuration. - CommentsAutoConfiguration() - Constructor for class com.onec.ui.comments.CommentsAutoConfiguration
- commentService(Jdbi) - Method in class com.onec.ui.comments.CommentsAutoConfiguration
- CommentService - Class in com.onec.ui.comments
-
Persistence for
onec_comments: the framework-owned thread store behind the/api/commentsendpoint. - CommentService(Jdbi) - Constructor for class com.onec.ui.comments.CommentService
- components() - Method in class com.onec.ui.PageBuilder
- compose(PageBuilder) - Method in interface com.onec.ui.Page
-
Compose the page content.
- compositeMailDispatcher(ObjectProvider<MailDispatcher>, MailProperties) - Method in class com.onec.mail.OnecMailAutoConfiguration
- CompositeMailDispatcher - Class in com.onec.mail.dispatch
-
Failover dispatcher (
provider=failover). - CompositeMailDispatcher(List<MailDispatcher>) - Constructor for class com.onec.mail.dispatch.CompositeMailDispatcher
- condition() - Method in record class com.onec.rules.BusinessRule
-
Returns the value of the
conditionrecord component. - config(String, String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- configure(DesktopSpec) - Method in interface com.onec.desktop.DesktopApp
-
Build this application's window title, geometry, tray and splash.
- configure(LayoutSpec) - Method in interface com.onec.ui.Layout
-
Build this layout's sections, shell, branding and (for personas) roles.
- considerNestedRepositories() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- Constant - Annotation Interface in com.onec.annotations
- ConstantDescriptor - Record Class in com.onec.metadata
- ConstantDescriptor(String, Class<?>, Class<?>, String) - Constructor for record class com.onec.metadata.ConstantDescriptor
-
Creates an instance of a
ConstantDescriptorrecord class. - constantManager(ConstantPersistence, MetadataRegistry) - Method in class com.onec.spring.OnecAutoConfiguration
- ConstantManager - Class in com.onec.repository
- ConstantManager(ConstantPersistence, MetadataRegistry) - Constructor for class com.onec.repository.ConstantManager
- constantPersistence(Jdbi) - Method in class com.onec.spring.OnecAutoConfiguration
- ConstantPersistence - Class in com.onec.repository
- ConstantPersistence(Jdbi) - Constructor for class com.onec.repository.ConstantPersistence
- constants() - Method in class com.onec.ui.PageBuilder
-
Add the app-settings editor — the
@Constantvalues rendered as toggles/inputs and saved in place. - constants(String) - Method in class com.onec.ui.PageBuilder
-
Add the settings editor under an optional section heading.
- constants(String, String...) - Method in class com.onec.ui.PageBuilder
-
Add the settings editor under an optional section heading, restricted to the named
@Constants (by their@Constant(name=...)logical name). - ConstantScanner - Class in com.onec.spring
- ConstantScanner() - Constructor for class com.onec.spring.ConstantScanner
- constraints() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
constraintsrecord component. - constraints() - Method in record class com.onec.schema.TableModel
-
Returns the value of the
constraintsrecord component. - Constraints(double, double, int, String, boolean) - Constructor for record class com.onec.metadata.AttributeDescriptor.Constraints
-
Creates an instance of a
Constraintsrecord class. - container(String, List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.Div
- contains() - Method in class com.onec.ui.ListSpec.FilterBuilder
-
A field-scoped typeahead: a debounced text input matched case-insensitively as
field LIKE %text%. - CONTAINS - Enum constant in enum class com.onec.ui.ListSpec.FilterType
-
A debounced text typeahead; the text matches case-insensitively as
field LIKE %v%. - content() - Method in record class com.onec.mail.MailAttachment
-
Returns the value of the
contentrecord component. - content() - Method in record class com.onec.print.PrintResult
-
Returns the value of the
contentrecord component. - contentPadding(Map<String, Object>) - Static method in class com.onec.ui.divkit.Div
-
Outer breathing room for a content-surface root.
- contentType() - Method in record class com.onec.mail.MailAttachment
-
Returns the value of the
contentTyperecord component. - contentType() - Method in enum class com.onec.print.PrintFormat
- contentType() - Method in record class com.onec.print.PrintResult
-
Returns the value of the
contentTyperecord component. - contentType() - Method in record class com.onec.ui.media.LoadedMedia
-
Returns the value of the
contentTyperecord component. - contentType() - Method in record class com.onec.ui.media.StoredMedia
-
Returns the value of the
contentTyperecord component. - context() - Element in annotation interface com.onec.annotations.AccumulationRegister
- context() - Element in annotation interface com.onec.annotations.Catalog
- context() - Element in annotation interface com.onec.annotations.Document
- context() - Element in annotation interface com.onec.annotations.InformationRegister
- context() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
contextrecord component. - context() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
contextrecord component. - context() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
contextrecord component. - context() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
contextrecord component. - convert(Ref<?>) - Method in class com.onec.spring.EnumUuidConverters.RefToUuid
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in class com.onec.spring.EnumUuidConverters.EnumToUuid
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in class com.onec.spring.EnumUuidConverters.UuidToEnum
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in class com.onec.spring.EnumUuidConverters.UuidToRef
- corner(Map<String, Object>, int) - Static method in class com.onec.ui.divkit.Div
- count() - Static method in class com.onec.query.Q
- count(CatalogDescriptor) - Method in class com.onec.ui.CatalogQueryService
- count(CatalogDescriptor, String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>) - Method in class com.onec.ui.CatalogQueryService
-
Total live rows matching the search (+ any declarative filters) — for the virtual scroller.
- count(DocumentDescriptor) - Method in class com.onec.ui.DocumentQueryService
- count(DocumentDescriptor, String, String, String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>) - Method in class com.onec.ui.DocumentQueryService
-
Total live rows matching the search (+ optional date range and declarative filters).
- count(FieldReference<T, R>) - Static method in class com.onec.query.Q
- COUNT - Enum constant in enum class com.onec.query.Select.Agg
- create(CatalogDescriptor, Map<String, Object>, Principal) - Method in class com.onec.ui.CatalogCommandService
- create(DocumentDescriptor, Map<String, Object>, Principal) - Method in class com.onec.ui.DocumentCommandService
- create(String, Map<String, Object>, Principal) - Method in class com.onec.ui.GenericCatalogController
- create(String, Map<String, Object>, Principal) - Method in class com.onec.ui.GenericDocumentController
- CREATE_TABLE - Enum constant in enum class com.onec.schema.SchemaChange.Type
- CREATED - Static variable in record class com.onec.events.EntityChangedEvent
- createdAt() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
createdAtrecord component. - createdAt() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
createdAtrecord component. - createRepositoryFactory() - Method in class com.onec.spring.RegisterRepositoryFactoryBean
- cron() - Element in annotation interface com.onec.annotations.ScheduledJob
- CsrfCookieFilter - Class in com.onec.auth
-
Materializes the deferred CSRF token on every request so the
XSRF-TOKENcookie is present after the first response to a fresh client. - CsrfCookieFilter() - Constructor for class com.onec.auth.CsrfCookieFilter
- CurrentUser(String, String, String, String) - Constructor for record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Creates an instance of a
CurrentUserrecord class. - currentUserResolver(UiLayout, MetadataRegistry, Jdbi) - Method in class com.onec.ui.UiAutoConfiguration
- CurrentUserResolver - Class in com.onec.ui
-
Resolves the authenticated principal to a domain catalog record via the configured
UiIdentityLink(e.g. - CurrentUserResolver(UiLayout, MetadataRegistry, Jdbi) - Constructor for class com.onec.ui.CurrentUserResolver
- CurrentUserResolver.CurrentUser - Record Class in com.onec.ui
- currentVersion() - Method in record class com.onec.ui.UpdateStatus
-
Returns the value of the
currentVersionrecord component. - custom(String, Map<String, Object>) - Static method in class com.onec.ui.divkit.Div
-
Custom extension node — clients render it via the registered
custom_type. - custom(String, Map<String, Object>) - Method in class com.onec.ui.PageBuilder
-
Add a
div-customextension block (chart, kanban, ...). - custom(String, Map<String, Object>) - Static method in record class com.onec.ui.PageComponent
- CUSTOM - Enum constant in enum class com.onec.auth.OnecAuthProperties.Provider
-
No defaults — supply
registration-id,principal-claim, androles.sources. - CUSTOM - Enum constant in enum class com.onec.ui.PageComponent.Kind
- customType() - Method in record class com.onec.ui.PageComponent
-
Returns the value of the
customTyperecord component.
D
- dark() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
darkrecord component. - dark(Consumer<UiLayoutBuilder.PaletteBuilder>) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Override brand colors for dark mode (only the set slots; the rest keep the default scale).
- DARK - Static variable in record class com.onec.ui.divkit.Palette
- DashboardDivBuilder - Class in com.onec.ui.divkit
-
Builds the home/dashboard content div: a greeting header and the widget area.
- DashboardWidget - Annotation Interface in com.onec.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DashboardWidgetDescriptor - Record Class in com.onec.metadata
- DashboardWidgetDescriptor(String, String, int, String, String, String, int, String, String, Map<String, String>, String) - Constructor for record class com.onec.metadata.DashboardWidgetDescriptor
-
Creates an instance of a
DashboardWidgetDescriptorrecord class. - DashboardWidgets - Annotation Interface in com.onec.annotations
- data() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
datarecord component. - data() - Method in record class com.onec.kafka.InboundEvent
-
Returns the value of the
datarecord component. - DatabaseIntrospector - Class in com.onec.schema
-
Reads the live database structure (tables and their columns) from
INFORMATION_SCHEMA, which both H2 and PostgreSQL expose. - DatabaseIntrospector.DbState - Record Class in com.onec.schema
-
Live tables and columns, keyed by upper-cased table name.
- datacontenttype() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
datacontenttyperecord component. - DATE - Enum constant in enum class com.onec.ui.InputType
-
A date picker (value is an ISO
yyyy-MM-ddstring). - DATE_RANGE - Enum constant in enum class com.onec.ui.ListSpec.FilterType
-
A pair of from/to date pickers driving a
field >= from AND field <= torange. - dateField() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- dateField() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
dateFieldrecord component. - dateField() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
dateFieldrecord component. - dateField(String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- dateRange() - Method in class com.onec.ui.ListSpec.FilterBuilder
-
A from/to date-range filter (two date pickers) over the field.
- DAY - Enum constant in enum class com.onec.model.Periodicity
- DbState(Map<String, Set<String>>) - Constructor for record class com.onec.schema.DatabaseIntrospector.DbState
-
Creates an instance of a
DbStaterecord class. - deactivateRecords(Handle, UUID) - Method in class com.onec.posting.RegisterPersistence
- decrypt(String) - Method in class com.onec.security.SecretCipher
-
Decrypts a value produced by
SecretCipher.encrypt(java.lang.String); passes through null/blank and plaintext. - defaultDesktopApp(Environment) - Method in class com.onec.desktop.OnecDesktopAutoConfiguration
-
A sensible default shell so dropping the starter in is enough to ship a window.
- defaultExpr() - Method in record class com.onec.schema.ColumnModel
-
Returns the value of the
defaultExprrecord component. - DefaultNamingStrategy - Class in com.onec.metadata
- DefaultNamingStrategy() - Constructor for class com.onec.metadata.DefaultNamingStrategy
- defaultProfile() - Method in record class com.onec.ui.UiLayout
-
The implicit "default" persona: the top-level sections and widgets, served to any user who matches no named
UiLayout.Profile. - defaults() - Static method in record class com.onec.ui.BrandingConfig
- defaults() - Static method in record class com.onec.ui.ShellConfig
- defaultValue() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns the value of the
defaultValuerecord component. - delete(CatalogDescriptor, UUID, Principal) - Method in class com.onec.ui.CatalogCommandService
- delete(DocumentDescriptor, UUID, Principal) - Method in class com.onec.ui.DocumentCommandService
- delete(String, UUID, Principal) - Method in class com.onec.ui.GenericCatalogController
- delete(String, UUID, Principal) - Method in class com.onec.ui.GenericDocumentController
- delete(UUID, Principal) - Method in class com.onec.ui.comments.CommentController
- delete(T) - Method in class com.onec.repository.InformationRegisterPersistence
- delete(T) - Method in interface com.onec.repository.InformationRegisterRepository
- delete(T) - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- DELETED - Static variable in record class com.onec.events.EntityChangedEvent
- delta(List<Map<String, Object>>, Map<String, Object>) - Static method in class com.onec.ui.divkit.DivCard
-
A delta payload for a live update: a
div-patch(changes, each replacing the children of a node byid) plus optional streamedvars. - desc(Path) - Static method in class com.onec.query.Q
- desc(FieldReference<T, R>) - Static method in class com.onec.query.Q
- DESC - Enum constant in enum class com.onec.query.Order.Direction
- describe() - Method in record class com.onec.schema.MigrationPlan
- describe() - Method in record class com.onec.schema.SchemaChange
- describeAttributes(List<AttributeDescriptor>, Map<String, FieldHint>) - Method in class com.onec.ui.ResolvedMetadataService
- describeCatalog(CatalogDescriptor) - Method in class com.onec.ui.ResolvedMetadataService
- describeDocument(DocumentDescriptor) - Method in class com.onec.ui.ResolvedMetadataService
- describeRegister(AccumulationRegisterDescriptor) - Method in class com.onec.ui.ResolvedMetadataService
- description() - Method in interface com.onec.migration.AppMigration
-
Short human-readable label stored in the history table.
- descriptors(Class<?>, Set<ActionScope>) - Method in class com.onec.ui.UiActionResolver
-
Descriptor maps for actions in the given scopes — what the list/detail surfaces emit.
- DESKTOP - Enum constant in enum class com.onec.ui.Viewport
- DesktopApp - Interface in com.onec.desktop
-
An authored desktop shell — the structural peer of
Layout. - DesktopEnvironmentPostProcessor - Class in com.onec.desktop
-
When the shell launches the JVM it passes
--onec.desktop.home=<dir>pointing at the OS per-user app-data directory. - DesktopEnvironmentPostProcessor() - Constructor for class com.onec.desktop.DesktopEnvironmentPostProcessor
- desktopManifest(DesktopApp, Environment) - Method in class com.onec.desktop.OnecDesktopAutoConfiguration
- DesktopManifest - Record Class in com.onec.desktop
-
The immutable window description the Tauri shell fetches from
/api/desktop/manifestat boot. - DesktopManifest(String, boolean, String, DesktopManifest.Window, DesktopManifest.Tray) - Constructor for record class com.onec.desktop.DesktopManifest
-
Creates an instance of a
DesktopManifestrecord class. - DesktopManifest.Tray - Record Class in com.onec.desktop
- DesktopManifest.Window - Record Class in com.onec.desktop
- desktopManifestController(DesktopManifest) - Method in class com.onec.desktop.OnecDesktopAutoConfiguration
- DesktopManifestController - Class in com.onec.desktop
-
The two endpoints the Tauri shell drives at launch:
GET /api/desktop/ready— returns 200 once the context is up, so the shell knows when to swap the splash for the real window. - DesktopManifestController(DesktopManifest) - Constructor for class com.onec.desktop.DesktopManifestController
- DesktopProperties - Class in com.onec.desktop
-
Infrastructure toggles for desktop mode.
- DesktopProperties() - Constructor for class com.onec.desktop.DesktopProperties
- DesktopSpec - Class in com.onec.desktop
-
The builder a
DesktopAppconfigures. - DesktopSpec() - Constructor for class com.onec.desktop.DesktopSpec
- DesktopSpec.TraySpec - Class in com.onec.desktop
-
System-tray builder.
- DesktopSpec.WindowSpec - Class in com.onec.desktop
-
Window geometry builder.
- destroy() - Method in class com.onec.cluster.pg.PostgresClusterEventBus
- destructive() - Method in record class com.onec.schema.MigrationPlan
- destructive() - Method in record class com.onec.schema.SchemaChange
-
Returns the value of the
destructiverecord component. - detail() - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
-
Returns the value of the
detailrecord component. - detail() - Method in record class com.onec.schema.SchemaChange
-
Returns the value of the
detailrecord component. - DETAIL - Enum constant in enum class com.onec.ui.ActionScope
-
A button in a record's detail header.
- detect(Connection) - Static method in enum class com.onec.schema.SqlDialect
-
Detects the dialect from a live JDBC connection, defaulting to
SqlDialect.H2(the in-memory engine used by tests) when the product is unknown. - dialect() - Method in record class com.onec.migration.MigrationContext
-
Returns the value of the
dialectrecord component. - diff(SchemaModel, SchemaSnapshot, DatabaseIntrospector.DbState) - Method in class com.onec.schema.SchemaDiffEngine
- Dimension - Annotation Interface in com.onec.annotations
- dimensions() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
dimensionsrecord component. - dimensions() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
dimensionsrecord component. - direction() - Method in record class com.onec.query.Order
-
Returns the value of the
directionrecord component. - dispatch(InboundEvent) - Method in class com.onec.kafka.InboundEventRouter
- dispatch(MailMessage) - Method in class com.onec.mail.dispatch.CompositeMailDispatcher
- dispatch(MailMessage) - Method in class com.onec.mail.dispatch.FileMailDispatcher
- dispatch(MailMessage) - Method in class com.onec.mail.dispatch.HttpMailDispatcher
- dispatch(MailMessage) - Method in class com.onec.mail.dispatch.LoggingMailDispatcher
- dispatch(MailMessage) - Method in interface com.onec.mail.dispatch.MailDispatcher
-
Synchronously deliver a message to the provider.
- dispatch(MailMessage) - Method in class com.onec.mail.dispatch.SmtpMailDispatcher
- display() - Method in record class com.onec.ui.RelatedList
-
Returns the value of the
displayrecord component. - display(String) - Method in class com.onec.ui.RelatedListBuilder
-
The
Reffield on the join catalog shown (and picked) per row — the "other side" of the relationship. - displayName() - Element in annotation interface com.onec.annotations.Attribute
- displayName() - Element in annotation interface com.onec.annotations.Dimension
- displayName() - Element in annotation interface com.onec.annotations.Resource
- displayName() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
displayNamerecord component. - displayName() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Returns the value of the
displayNamerecord component. - displayTitle() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
displayTitlerecord component. - displayTitle() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
displayTitlerecord component. - displayTitle() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
displayTitlerecord component. - Div - Class in com.onec.ui.divkit
-
Factories + fluent styling helpers for real DivKit div nodes, emitted as plain maps so Jackson serializes them to the DivKit JSON schema (
"type": "container" | "text" | "gallery" | "image" | "separator" | ...). - DivCard - Class in com.onec.ui.divkit
-
Wraps a root div in the DivKit document envelope (
{ templates, card: { log_id, states: [{ state_id, div }] } }) that every official DivKit renderer (Web, iOS, Android, Flutter) consumes. - divKitController(LayoutSet, UiLayoutResolver, UiProfileResolver, UiAccessService, CurrentUserResolver, ResolvedMetadataService, UiViewResolver, PageResolver, CatalogQueryService, DocumentQueryService, RegisterQueryService, UiActionResolver, RelatedListReader, UiProperties, ObjectProvider<CommentProperties>) - Method in class com.onec.ui.UiAutoConfiguration
- DivKitController - Class in com.onec.ui
-
Emits the server-rendered DivKit app, split so the client can render instantly and load data lazily:
/shellreturns the chrome (top bar + nav, no data — fast), and each content endpoint returns just that surface's card. - DivKitController(LayoutSet, UiLayoutResolver, UiProfileResolver, UiAccessService, CurrentUserResolver, ResolvedMetadataService, UiViewResolver, PageResolver, CatalogQueryService, DocumentQueryService, RegisterQueryService, UiActionResolver, RelatedListReader, UiProperties, ObjectProvider<CommentProperties>) - Constructor for class com.onec.ui.DivKitController
- document() - Method in record class com.onec.posting.DocumentPostedEvent
-
Returns the value of the
documentrecord component. - document() - Method in record class com.onec.posting.DocumentUnpostedEvent
-
Returns the value of the
documentrecord component. - document(Class<?>) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- document(Class<?>) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- document(Class<?>, String) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
-
Add a document with an explicit nav icon (a lucide icon name, honored over the heuristic).
- document(Class<?>, Consumer<EntityConfigBuilder>) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- Document - Annotation Interface in com.onec.annotations
- DOCUMENT - Enum constant in enum class com.onec.query.EntityMeta.Kind
- DOCUMENT - Static variable in record class com.onec.events.EntityChangedEvent
- documentCommandService(MetadataRegistry, Jdbi, UiProperties, NumberGenerator, PostingService, DocumentQueryService, UiAccessService, ApplicationEventPublisher, SecretCipher) - Method in class com.onec.ui.UiAutoConfiguration
- DocumentCommandService - Class in com.onec.ui
-
Write-side commands for documents — create, update, delete, post, unpost — plus the document reconstruction needed for posting.
- DocumentCommandService(MetadataRegistry, Jdbi, UiProperties, NumberGenerator, PostingService, DocumentQueryService, UiAccessService, ApplicationEventPublisher, SecretCipher) - Constructor for class com.onec.ui.DocumentCommandService
- DocumentDescriptor - Record Class in com.onec.metadata
- DocumentDescriptor(String, String, String, Class<?>, int, boolean, String, String, List<String>, List<String>, List<AttributeDescriptor>, List<TabularSectionDescriptor>) - Constructor for record class com.onec.metadata.DocumentDescriptor
-
Backward-compatible constructor for callers predating
previousNames. - DocumentDescriptor(String, String, String, Class<?>, int, boolean, String, String, List<String>, List<String>, List<AttributeDescriptor>, List<TabularSectionDescriptor>, List<String>) - Constructor for record class com.onec.metadata.DocumentDescriptor
-
Creates an instance of a
DocumentDescriptorrecord class. - documentDetail(String, UUID, String, Principal) - Method in class com.onec.ui.DivKitController
- documentDetail(Map<String, Object>, Map<String, Object>, List<SurfaceDivBuilder.HeaderAction>, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
Back-compat overload for surfaces with no related-list panels (e.g.
- documentDetail(Map<String, Object>, Map<String, Object>, Map<String, List<Map<String, Object>>>, List<SurfaceDivBuilder.HeaderAction>, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
A document's detail surface: header (+ posting/edit actions), a card of its visible system columns and attributes, then a table per tabular section and finally a read-only table per related-list panel.
- documentDuplicate(String, UUID, Principal) - Method in class com.onec.ui.DivKitController
- documentEdit(String, UUID, Principal) - Method in class com.onec.ui.DivKitController
- documentId() - Method in record class com.onec.posting.DocumentPostedEvent
-
The posted document's id, or
nullif it was never assigned. - documentId() - Method in record class com.onec.posting.DocumentUnpostedEvent
-
The unposted document's id, or
nullif it was never assigned. - documentId() - Method in record class com.onec.posting.PostingPreview
-
Returns the value of the
documentIdrecord component. - documentList(DocumentDescriptor, String) - Method in class com.onec.ui.UiViewResolver
- documentList(ResolvedListView, List<Map<String, Object>>, String, String, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
- documentList(String, String, String, Principal) - Method in class com.onec.ui.DivKitController
- documentNew(String, Principal) - Method in class com.onec.ui.DivKitController
- DocumentObject - Class in com.onec.model
- DocumentObject() - Constructor for class com.onec.model.DocumentObject
- documentPage(String, int, int, String, String, String, String, String, HttpServletRequest, Principal) - Method in class com.onec.ui.ListDataController
- DocumentPostedEvent - Record Class in com.onec.posting
-
Published after a document has been successfully posted and its posting transaction has committed (movements written, balances checked,
_postedflipped). - DocumentPostedEvent(DocumentObject) - Constructor for record class com.onec.posting.DocumentPostedEvent
-
Creates an instance of a
DocumentPostedEventrecord class. - documentQueryService(MetadataRegistry, Jdbi) - Method in class com.onec.ui.UiAutoConfiguration
- DocumentQueryService - Class in com.onec.ui
-
Read-side queries for documents (list with optional date range; detail with tabular sections), shared by the REST API and the DivKit emitters.
- DocumentQueryService(MetadataRegistry, Jdbi) - Constructor for class com.onec.ui.DocumentQueryService
- DocumentRepository<T> - Interface in com.onec.repository
- documentRows(ResolvedListView, List<Map<String, Object>>, String, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
The rows stack as a
div-patchofonec-rows— a single replacement node re-carrying that id (seeSurfaceDivBuilder.rowsPatch(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.util.List<com.onec.ui.divkit.Components.Row>, com.onec.ui.divkit.Palette)). - DocumentScanner - Class in com.onec.spring
- DocumentScanner() - Constructor for class com.onec.spring.DocumentScanner
- documentTable(String) - Method in class com.onec.metadata.DefaultNamingStrategy
- documentType() - Method in record class com.onec.posting.PostingPreview
-
Returns the value of the
documentTyperecord component. - DocumentUnpostedEvent - Record Class in com.onec.posting
-
Published after a document has been unposted and its unpost transaction has committed (register movements reversed/deactivated,
_postedcleared). - DocumentUnpostedEvent(DocumentObject) - Constructor for record class com.onec.posting.DocumentUnpostedEvent
-
Creates an instance of a
DocumentUnpostedEventrecord class. - doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.onec.auth.CsrfCookieFilter
- DomainEvent - Annotation Interface in com.onec.annotations
- DomainEvents - Annotation Interface in com.onec.annotations
- DROP_COLUMN - Enum constant in enum class com.onec.schema.SchemaChange.Type
- DROP_TABLE - Enum constant in enum class com.onec.schema.SchemaChange.Type
- DURATION_METER - Static variable in class com.onec.spring.OnecMetrics
E
- editedAt() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
editedAtrecord component. - email() - Element in annotation interface com.onec.annotations.Attribute
-
Shortcut: the String value must be a valid email address.
- email() - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
-
Returns the value of the
emailrecord component. - email() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Returns the value of the
emailrecord component. - empty() - Static method in record class com.onec.ui.BrandPalette
-
No overrides — every slot keeps the renderer default.
- empty() - Static method in class com.onec.ui.divkit.DashboardDivBuilder
-
The neutral landing for an app with no dashboard — no authored
Pageat"/"and no (readable) widgets. - empty() - Static method in record class com.onec.ui.FieldHint
- EMPTY - Static variable in record class com.onec.schema.MigrationPlan
- enabled() - Method in record class com.onec.desktop.DesktopManifest.Tray
-
Returns the value of the
enabledrecord component. - enabledFn() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
enabledFnrecord component. - enabledWhen(Predicate<ActionRow>) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
Enable this row action only on rows where the predicate holds — disabled (greyed) elsewhere.
- EnableRegisterRepositories - Annotation Interface in com.onec.spring
- encrypt(String) - Method in class com.onec.security.SecretCipher
-
Encrypts
plaintext; returns null/blank and already-encrypted input unchanged. - enqueue(BackgroundTask) - Method in interface com.onec.jobs.BackgroundJobs
- enqueue(BackgroundTask) - Method in class com.onec.spring.JobrunrBackgroundJobs
- enqueue(String, String) - Method in class com.onec.mail.outbox.MailOutbox
- enqueue(String, String, String) - Method in class com.onec.mail.outbox.MailOutbox
-
Enqueues a message.
- ensure(Jdbi) - Method in class com.onec.schema.SchemaHistoryRepository
- entity() - Method in interface com.onec.ui.EntityView
-
The domain class (catalog or document) this view customizes.
- entity() - Method in record class com.onec.ui.PageComponent
-
Returns the value of the
entityrecord component. - entityChanged(String, String, String, String, String) - Static method in record class com.onec.cluster.ClusterEvent
-
Build an
ClusterEvent.KIND_ENTITY_CHANGEDevent with noClusterEvent.originNodeIdset — the publishingClusterEventBusstamps that duringClusterEventBus.publish(com.onec.cluster.ClusterEvent). - EntityChangedEvent - Record Class in com.onec.events
-
Published whenever a catalog or document changes, regardless of which write path made the change — the generic REST controllers (raw JDBI) and
repository.save(...)(Spring Data JDBC) both emit it, so server-side listeners see every change, not just back-office edits (issues #28, #29). - EntityChangedEvent(String, String, String, UUID, String) - Constructor for record class com.onec.events.EntityChangedEvent
-
Creates an instance of a
EntityChangedEventrecord class. - entityChangePublisher(ApplicationEventPublisher) - Method in class com.onec.spring.OnecAutoConfiguration
-
Bridges the framework's
EntityChangePublisherSPI onto Spring'sApplicationEventPublisher, so arepository.save/deletepublishes anEntityChangedEventthat application code can@EventListener— the same event the generic controllers emit, so both write paths are observable through one hook (issues #28, #29). - EntityChangePublisher - Interface in com.onec.events
-
Narrow SPI the framework-starter write callbacks use to emit
EntityChangedEvents after arepository.save(...)/delete(...). - entityClass() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
entityClassrecord component. - EntityConfigBuilder - Class in com.onec.ui
-
Per-entity configuration scope passed to lambdas on
SectionBuilder.catalog/document/register. - EntityConfigBuilder() - Constructor for class com.onec.ui.EntityConfigBuilder
- entityForm(Map<String, Object>) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
Emits the create/edit form as the portable
onec-formcustom component: adiv-customcarrying a plain-JSONformdescriptor (field metadata + the record's initial values + submit target). - entityId() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
entityIdrecord component. - EntityMeta - Record Class in com.onec.query
-
A query-layer view over a single queryable entity (catalog / document / register), unifying the per-kind descriptors behind one shape: table name, primary-key column, the built-in system columns, and the user attributes.
- EntityMeta(EntityMeta.Kind, Class<?>, String, String, Map<String, String>, List<AttributeDescriptor>) - Constructor for record class com.onec.query.EntityMeta
-
Creates an instance of a
EntityMetarecord class. - EntityMeta.Kind - Enum Class in com.onec.query
- entityName() - Method in record class com.onec.cluster.ClusterEvent
-
Returns the value of the
entityNamerecord component. - entityName() - Method in record class com.onec.events.EntityChangedEvent
-
Returns the value of the
entityNamerecord component. - entityName() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
entityNamerecord component. - entityName() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
entityNamerecord component. - entityName() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Returns the value of the
entityNamerecord component. - EntityRef(String, Class<?>) - Constructor for record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Convenience constructor for callers that don't provide field hints.
- EntityRef(String, Class<?>, Map<String, FieldHint>) - Constructor for record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Convenience constructor for callers that provide hints but no explicit icon.
- EntityRef(String, Class<?>, Map<String, FieldHint>, String) - Constructor for record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Creates an instance of a
EntityRefrecord class. - entityRefs() - Method in record class com.onec.ui.UiLayout.Section
-
Returns the value of the
entityRefsrecord component. - entityType() - Method in record class com.onec.cluster.ClusterEvent
-
Returns the value of the
entityTyperecord component. - entityType() - Method in record class com.onec.events.EntityChangedEvent
-
Returns the value of the
entityTyperecord component. - entityType() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
entityTyperecord component. - entityType() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
entityTyperecord component. - entityType() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
entityTyperecord component. - EntityView - Interface in com.onec.ui
-
Per-entity UI definition, authored in code and discovered as a Spring bean — the "view" layer of the framework.
- Enumeration - Annotation Interface in com.onec.annotations
- EnumerationDescriptor - Record Class in com.onec.metadata
- EnumerationDescriptor(String, String, Class<? extends Enum<?>>, List<EnumerationValueDescriptor>) - Constructor for record class com.onec.metadata.EnumerationDescriptor
-
Creates an instance of a
EnumerationDescriptorrecord class. - EnumerationPersistence - Class in com.onec.repository
-
Maps
@Enumerationconstants to/from their deterministic UUID ids. - EnumerationScanner - Class in com.onec.spring
- EnumerationScanner() - Constructor for class com.onec.spring.EnumerationScanner
- enumerationTable(String) - Method in class com.onec.metadata.DefaultNamingStrategy
- EnumerationValueDescriptor - Record Class in com.onec.metadata
- EnumerationValueDescriptor(String, UUID, int) - Constructor for record class com.onec.metadata.EnumerationValueDescriptor
-
Creates an instance of a
EnumerationValueDescriptorrecord class. - EnumUuidConverters - Class in com.onec.spring
-
Spring Data JDBC converters that bridge our value-object types (
Refand framework enums) and the UUID columns emitted by the schema generator. - EnumUuidConverters.EnumToUuid - Class in com.onec.spring
- EnumUuidConverters.RefToUuid - Class in com.onec.spring
- EnumUuidConverters.UuidToEnum - Class in com.onec.spring
- EnumUuidConverters.UuidToRef - Class in com.onec.spring
- enumValue(String, Class<E>) - Method in class com.onec.ui.ActionRow
-
columnresolved back to a constant ofenumType(matched on the enum's name, the valueActionRow.text(String)returns for an enum column), ornullif empty/unmatched. - eq(Path, Object) - Static method in class com.onec.query.Q
- eq(FieldReference<T, R>, R) - Static method in class com.onec.query.Q
- EQ - Enum constant in enum class com.onec.query.Predicate.Op
- equals(Object) - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.auth.spi.AuthMethods
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.auth.spi.SsoProvider
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.cluster.ClusterEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.desktop.DesktopManifest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.desktop.DesktopManifest.Tray
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.desktop.DesktopManifest.Window
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.events.EntityChangedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.kafka.CloudEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.kafka.InboundEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.kafka.ServiceDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.mail.MailAttachment
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.mail.MailHeader
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.mail.MailMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.mail.outbox.MailOutbox.Pending
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.mail.template.MailRenderer.Rendered
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.messaging.OutboxEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.AttributeDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.CatalogDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.ConstantDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.DocumentDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.EnumerationDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.EnumerationValueDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.migration.MigrationContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.posting.DocumentPostedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.posting.DocumentUnpostedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.posting.PostingPreview
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.posting.PostingPreview.RegisterPreview
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.print.PrintResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.print.PrintTemplateDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.query.EntityMeta
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.query.Order
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.query.Path
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.query.Predicate
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.query.QuerySpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.query.Select
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.rules.BusinessRule
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.ColumnModel
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.DatabaseIntrospector.DbState
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.MigrationPlan
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.SchemaChange
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.SchemaModel
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.SchemaSnapshot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.SchemaSnapshot.TableSnapshot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.schema.TableModel
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.types.Ref
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ActionContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ActionResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ActionSpec.Action
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.BrandingConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.BrandPalette
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.comments.Comment
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.comments.CommentController.CommentRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.divkit.Palette
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.FieldHint
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.InputSpec.InputField
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ListFilter.Result
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ListSpec.Filter
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.media.LoadedMedia
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.media.StoredMedia
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.PageComponent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.RelatedList
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ResolvedListView.Column
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ResolvedListView
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ResolvedListView.Filter
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.ShellConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiIdentityLink
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiLayout
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiLayout.Profile
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiLayout.Section
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UiProfileResolver.Resolution
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.UpdateStatus
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.onec.ui.WidgetFilter.Result
-
Indicates whether some other object is "equal to" this one.
- EventHandler - Interface in com.onec.kafka
-
Application-defined handler for inbound CloudEvents.
- events() - Method in class com.onec.ui.UiEventController
- EventTiming - Enum Class in com.onec.annotations
- eventType() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
eventTyperecord component. - excludeFilters() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- execute() - Method in interface com.onec.jobs.BackgroundTask
- execute() - Method in class com.onec.repository.RegisterQueryBuilder
- execute(String) - Method in record class com.onec.migration.MigrationContext
-
Convenience shortcut for
handle().execute(sql). - execute(Jdbi) - Method in class com.onec.schema.SchemaGenerator
- executeAdditive(Jdbi) - Method in class com.onec.schema.SchemaMigrator
- executeQuery(RegisterQueryBuilder<T>) - Method in class com.onec.posting.RegisterPersistence
- EXPENSE - Enum constant in enum class com.onec.model.MovementType
- explicit() - Method in class com.onec.ui.ListSpec
- expression(String, String, Set<String>) - Static method in class com.onec.ui.WidgetAggregate
- extension(Map<String, Object>, String, Map<String, Object>) - Static method in class com.onec.ui.divkit.Div
-
Attach a client extension to a node.
- extraConfig() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- extraConfig() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
extraConfigrecord component. - extraConfig() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
extraConfigrecord component. - extract(HttpServletRequest) - Method in class com.onec.mcp.McpPrincipalContext
F
- Failover() - Constructor for class com.onec.mail.MailProperties.Failover
- faint() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
faintrecord component. - favicon(String) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Favicon (URL or served asset) the web client installs at runtime.
- faviconUrl() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
faviconUrlrecord component. - fetch() - Method in class com.onec.query.QueryBuilder
- fetch(QuerySpec) - Method in class com.onec.query.QueryEngine
-
Run a spec and return untyped projection rows.
- fetchInto(QuerySpec, Class<D>) - Method in class com.onec.query.QueryEngine
-
Run a spec and map each row onto
dtoType(record or POJO). - fetchInto(Class<D>) - Method in class com.onec.query.QueryBuilder
- field() - Method in record class com.onec.rules.BusinessRule
-
Returns the value of the
fieldrecord component. - field() - Method in record class com.onec.ui.ListSpec.Filter
-
Returns the value of the
fieldrecord component. - field(String) - Method in class com.onec.ui.EntityConfigBuilder
- field(String) - Method in class com.onec.ui.FieldHintBuilder
-
Switch to configuring another field on the same entity.
- field(String) - Method in class com.onec.ui.RelatedListBuilder
-
Switch back to configuring a plain field on the same entity.
- field(String, String) - Method in class com.onec.validation.ValidationErrors
-
Record a message on a field; a null/blank field falls back to a form-level message.
- fieldErrors() - Method in exception class com.onec.validation.ValidationException
-
Per-field messages, keyed by attribute field name, in declaration order.
- FieldHint - Record Class in com.onec.ui
-
UI hints for a single field, configured via
UiLayoutBuilder. - FieldHint(Boolean, Boolean, Boolean, Integer, String, String, String, String, String, String) - Constructor for record class com.onec.ui.FieldHint
-
Creates an instance of a
FieldHintrecord class. - FieldHintBuilder - Class in com.onec.ui
-
Per-field hint builder.
- fieldHintResolver(ObjectProvider<EntityView>) - Method in class com.onec.ui.UiAutoConfiguration
- FieldHintResolver - Class in com.onec.ui
-
Per-entity field hints, authored on each
EntityView.fields(com.onec.ui.EntityConfigBuilder)and resolved by class. - FieldHintResolver(List<EntityView>) - Constructor for class com.onec.ui.FieldHintResolver
- fieldHints() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Returns the value of the
fieldHintsrecord component. - fieldName() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
fieldNamerecord component. - fieldName() - Method in record class com.onec.metadata.ConstantDescriptor
-
Returns the value of the
fieldNamerecord component. - fieldName() - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Returns the value of the
fieldNamerecord component. - FieldReference<T,
R> - Interface in com.onec.repository - fields(EntityConfigBuilder) - Method in interface com.onec.ui.EntityView
-
Per-field hints for this entity — order, visibility (list/form/detail), group, width, widget — using the same
field(...)DSL as the layout. - File() - Constructor for class com.onec.mail.MailProperties.File
- fileMailDispatcher(MailProperties) - Method in class com.onec.mail.OnecMailAutoConfiguration
- FileMailDispatcher - Class in com.onec.mail.dispatch
-
Dev dispatcher (
provider=file). - FileMailDispatcher(MailProperties) - Constructor for class com.onec.mail.dispatch.FileMailDispatcher
- filename() - Method in record class com.onec.mail.MailAttachment
-
Returns the value of the
filenamerecord component. - filename() - Method in record class com.onec.print.PrintResult
-
Returns the value of the
filenamerecord component. - filename() - Method in record class com.onec.ui.media.LoadedMedia
-
Returns the value of the
filenamerecord component. - filename() - Method in record class com.onec.ui.media.StoredMedia
-
Returns the value of the
filenamerecord component. - Filesystem() - Constructor for class com.onec.ui.media.MediaProperties.Filesystem
- filesystemMediaStorage(MediaProperties) - Method in class com.onec.ui.media.MediaAutoConfiguration
- FilesystemMediaStorage - Class in com.onec.ui.media
-
The default
MediaStorage: streams uploads to a directory tree on disk and serves them back throughGET /api/media/{key}. - FilesystemMediaStorage(Path, String) - Constructor for class com.onec.ui.media.FilesystemMediaStorage
- filter(String) - Method in class com.onec.ui.ListSpec
-
Declare a user-facing filter control bound to
field(an entity field name, like the column/sort field names). - Filter(String, String, ListSpec.FilterType, List<String>) - Constructor for record class com.onec.ui.ListSpec.Filter
-
Creates an instance of a
Filterrecord class. - Filter(String, String, String, String, List<String>) - Constructor for record class com.onec.ui.ResolvedListView.Filter
-
Creates an instance of a
Filterrecord class. - filters() - Method in class com.onec.ui.ListSpec
-
The declared list filters, in declaration order.
- filters() - Method in record class com.onec.ui.ResolvedListView
-
Returns the value of the
filtersrecord component. - find(Class<?>, String) - Method in class com.onec.mail.template.MailTemplateRegistry
- find(Class<?>, String) - Method in class com.onec.print.PrintTemplateRegistry
- find(Class<?>, String) - Method in class com.onec.ui.UiActionResolver
-
The action whose key matches, or
null. - find(String) - Method in class com.onec.kafka.ServiceRegistry
- find(UUID) - Method in class com.onec.ui.comments.CommentService
-
A single comment by id (including soft-deleted ones), for authorization checks.
- findByCode(String) - Method in interface com.onec.repository.CatalogRepository
- findByDateBetween(LocalDateTime, LocalDateTime) - Method in interface com.onec.repository.DocumentRepository
- findByName(String) - Method in class com.onec.mail.template.MailTemplateRegistry
-
Looks up a template by name across all targets.
- findByNumber(String) - Method in interface com.onec.repository.DocumentRepository
- findPending(int) - Method in class com.onec.messaging.OutboxWriter
- forClass(Class<?>) - Method in class com.onec.ui.CatalogQueryService
-
The catalog descriptor for a domain class, or
nullif it isn't a registered catalog. - forClass(Class<?>) - Method in class com.onec.ui.DocumentQueryService
-
The document descriptor for a domain class, or
nullif it isn't a registered document. - forEntity(Class<?>) - Method in class com.onec.ui.FieldHintResolver
-
Field hints for an entity, or an empty map if its view defines none.
- forEntity(Class<?>) - Method in class com.onec.ui.UiActionResolver
- form(String) - Method in class com.onec.validation.ValidationErrors
-
Record a cross-field / form-level message.
- format() - Element in annotation interface com.onec.print.PrintTemplate
-
Render format.
- format() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns the value of the
formatrecord component. - format() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
formatrecord component. - format() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns the value of the
formatrecord component. - format(String) - Method in class com.onec.ui.FieldHintBuilder
-
How this field's value is displayed in tables (list) and the detail surface.
- formErrors() - Method in exception class com.onec.validation.ValidationException
-
Cross-field / form-level messages not tied to a specific input.
- forTarget(Class<?>) - Method in class com.onec.print.PrintTemplateRegistry
- forViewport(Viewport) - Method in class com.onec.ui.LayoutSet
-
The layout for the given viewport, falling back to desktop then any present.
- from() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
fromrecord component. - from() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
fromrecord component. - from(Class<T>) - Method in class com.onec.query.QueryEngine
-
Start building a query over
entity(catalog, document, or register class). - from(String) - Method in class com.onec.mail.MailMessage.Builder
- from(LocalDateTime) - Method in class com.onec.repository.RegisterQueryBuilder
- fromAlias() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
fromAliasrecord component. - fromJson(String) - Static method in record class com.onec.schema.SchemaSnapshot
- fromString(String) - Static method in enum class com.onec.schema.SchemaMode
- fromTable() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
fromTablerecord component.
G
- gallery(String, List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.Div
-
Scrollable list along its orientation.
- gap(Map<String, Object>, int) - Static method in class com.onec.ui.divkit.Div
- generateAdditiveDDL(Jdbi) - Method in class com.onec.schema.SchemaMigrator
- generateDDL() - Method in class com.onec.schema.SchemaGenerator
- generateDDL(SqlDialect) - Method in class com.onec.schema.SchemaGenerator
- generateIndexDDL() - Method in class com.onec.schema.SchemaGenerator
-
Index statements for every generated table, covering the columns the framework itself queries by: ref columns (auto-joins and reference expansion), catalog hierarchy parents, document dates, tabular-section owners, register periods, document refs, and dimensions.
- generateOutboxTableDDL() - Static method in class com.onec.schema.SchemaGenerator
- generateSequenceTableDDL() - Static method in class com.onec.schema.SchemaGenerator
- genericCatalogController(CatalogQueryService, UiAccessService, CatalogCommandService, RelatedListReader) - Method in class com.onec.ui.UiAutoConfiguration
- GenericCatalogController - Class in com.onec.ui
- GenericCatalogController(CatalogQueryService, UiAccessService, CatalogCommandService, RelatedListReader) - Constructor for class com.onec.ui.GenericCatalogController
- genericDocumentController(DocumentQueryService, UiAccessService, DocumentCommandService, RelatedListReader) - Method in class com.onec.ui.UiAutoConfiguration
- GenericDocumentController - Class in com.onec.ui
- GenericDocumentController(DocumentQueryService, UiAccessService, DocumentCommandService, RelatedListReader) - Constructor for class com.onec.ui.GenericDocumentController
- genericRegisterController(RegisterQueryService, UiAccessService) - Method in class com.onec.ui.UiAutoConfiguration
- GenericRegisterController - Class in com.onec.ui
- GenericRegisterController(RegisterQueryService, UiAccessService) - Constructor for class com.onec.ui.GenericRegisterController
- get(CatalogDescriptor, UUID) - Method in class com.onec.ui.CatalogQueryService
- get(ConstantDescriptor) - Method in class com.onec.repository.ConstantPersistence
- get(DocumentDescriptor, UUID) - Method in class com.onec.ui.DocumentQueryService
- get(Class<?>) - Method in class com.onec.repository.ConstantManager
- get(String) - Method in class com.onec.query.Row
- get(String) - Method in class com.onec.ui.ActionRow
-
The raw stored value of
column(a ref/enum reads back as its UUID), ornull. - get(String, UUID, Principal) - Method in class com.onec.ui.GenericCatalogController
- get(String, UUID, Principal) - Method in class com.onec.ui.GenericDocumentController
- getAllowedContentTypes() - Method in class com.onec.ui.media.MediaProperties
- getAnnotation() - Method in class com.onec.spring.RegisterRepositoriesAutoConfiguration
- getAtDate() - Method in class com.onec.repository.RegisterQueryBuilder
- getAutoOffsetReset() - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- getBalance() - Method in interface com.onec.repository.RegisterRepository
- getBalance() - Method in class com.onec.repository.RegisterRepositoryImpl
- getBalance(Consumer<RegisterFilter<T>>) - Method in interface com.onec.repository.RegisterRepository
- getBalance(Consumer<RegisterFilter<T>>) - Method in class com.onec.repository.RegisterRepositoryImpl
- getBalance(Map<String, Object>) - Method in class com.onec.posting.RegisterPersistence
- getBalance(Map<String, Object>) - Method in interface com.onec.repository.RegisterRepository
- getBalance(Map<String, Object>) - Method in class com.onec.repository.RegisterRepositoryImpl
- getBalanceTyped(Map<String, Object>) - Method in class com.onec.posting.RegisterPersistence
- getBasePackages() - Method in class com.onec.mail.MailProperties
- getBasePackages() - Method in class com.onec.print.PrintProperties
- getBigDecimal(String) - Method in class com.onec.query.Row
- getBodyTemplate() - Method in class com.onec.mail.MailProperties.Http
- getBoolean(String) - Method in class com.onec.query.Row
- getBranding() - Method in class com.onec.ui.ThemeController
-
The consumer's branding for the web client to apply at runtime: the app name (→ document title), the logo (→ login screen), the favicon, and the per-mode brand palette.
- getCatalogDescriptor(Class<?>) - Method in class com.onec.metadata.MetadataRegistry
- getChannel() - Method in class com.onec.cluster.pg.OnecClusterProperties
- getClaim() - Method in class com.onec.auth.OnecAuthProperties.RoleSource
- getClientId() - Method in class com.onec.auth.OnecAuthProperties.Roles
- getColumnName(RelationalPersistentProperty) - Method in class com.onec.spring.OnecNamingStrategy
- getColumnType(RelationalPersistentProperty) - Method in class com.onec.spring.OnecJdbcConverter
- getConcurrency() - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- getConfig() - Method in class com.onec.ui.ThemeController
- getConfiguration() - Method in class com.onec.spring.RegisterRepositoriesAutoConfiguration
- getConstantDescriptor(Class<?>) - Method in class com.onec.metadata.MetadataRegistry
- getConvertibleTypes() - Method in class com.onec.spring.EnumUuidConverters.EnumToUuid
- getConvertibleTypes() - Method in class com.onec.spring.EnumUuidConverters.UuidToEnum
- getConvertibleTypes() - Method in class com.onec.spring.EnumUuidConverters.UuidToRef
- getCsrfIgnoredPaths() - Method in class com.onec.auth.OnecAuthProperties
- getDateTime(String) - Method in class com.onec.query.Row
- getDeadLetterTopic() - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- getDefaultFrom() - Method in class com.onec.mail.MailProperties
- getDescriptor() - Method in class com.onec.posting.RegisterPersistence
- getDirectory() - Method in class com.onec.mail.MailProperties.File
- getDirectory() - Method in class com.onec.ui.media.MediaProperties.Filesystem
- getDocumentDescriptor(Class<?>) - Method in class com.onec.metadata.MetadataRegistry
- getEncoding() - Method in class com.onec.mail.MailProperties
- getEncoding() - Method in class com.onec.print.PrintProperties
- getEndpoint() - Method in class com.onec.mcp.OnecMcpProperties
- getEntityInformation(Class<T>) - Method in class com.onec.spring.RegisterRepositoryFactory
- getEnumerationDescriptor(Class<?>) - Method in class com.onec.metadata.MetadataRegistry
- getFailover() - Method in class com.onec.mail.MailProperties
- getField() - Method in exception class com.onec.validation.ValidationException
- getFieldFilters() - Method in class com.onec.repository.RegisterFilter
- getFile() - Method in class com.onec.mail.MailProperties
- getFilesystem() - Method in class com.onec.ui.media.MediaProperties
- getFilters() - Method in class com.onec.repository.RegisterQueryBuilder
- getFromDate() - Method in class com.onec.repository.RegisterQueryBuilder
- getGroupByFields() - Method in class com.onec.repository.RegisterQueryBuilder
- getGroupId() - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- getHeaders() - Method in class com.onec.mail.MailProperties.Http
- getHome() - Method in class com.onec.desktop.DesktopProperties
- getHttp() - Method in class com.onec.mail.MailProperties
- getId(T) - Method in class com.onec.spring.RegisterEntityInformation
- getIdentifyingTypes() - Method in class com.onec.spring.RegisterRepositoryConfigurationExtension
- getIdType() - Method in class com.onec.spring.RegisterEntityInformation
- getInbound() - Method in class com.onec.kafka.OnecKafkaProperties
- getInformationRegisterDescriptor(Class<?>) - Method in class com.onec.metadata.MetadataRegistry
- getInitialDelay() - Method in class com.onec.ui.UpdateProperties
- getInstructions() - Method in class com.onec.mcp.OnecMcpProperties
- getInt(String) - Method in class com.onec.query.Row
- getInterval() - Method in class com.onec.ui.UpdateProperties
- getIntervalMs() - Method in class com.onec.mail.MailProperties.Relay
- getKey() - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- getKeyColumn(RelationalPersistentProperty) - Method in class com.onec.spring.OnecNamingStrategy
- getLeaseTimeoutMs() - Method in class com.onec.mail.MailProperties.Relay
- getLogoutPath() - Method in class com.onec.auth.OnecAuthProperties.Oidc
- getLong(String) - Method in class com.onec.query.Row
- getMaxAttempts() - Method in class com.onec.mail.MailProperties.Relay
- getMaxFileSize() - Method in class com.onec.ui.media.MediaProperties
- getMaxLength() - Method in class com.onec.ui.comments.CommentProperties
- getMaxPayloadBytes() - Method in class com.onec.cluster.pg.OnecClusterProperties
- getMethod() - Method in class com.onec.mail.MailProperties.Http
- getMode() - Method in class com.onec.auth.OnecAuthProperties
- getMode() - Method in class com.onec.spring.OnecProperties.Schema
- getModuleName() - Method in class com.onec.spring.RegisterRepositoryConfigurationExtension
- getModulePrefix() - Method in class com.onec.spring.RegisterRepositoryConfigurationExtension
- getNodeId() - Method in class com.onec.cluster.pg.OnecClusterProperties
- getOidc() - Method in class com.onec.auth.OnecAuthProperties
- getOrder() - Method in class com.onec.desktop.DesktopEnvironmentPostProcessor
- getOrder() - Method in class com.onec.desktop.SessionSchemaEnvironmentPostProcessor
- getOrder() - Method in class com.onec.spring.RegisterRepositoryRegistrar
- getPassword() - Method in class com.onec.auth.OnecAuthProperties.User
- getPath() - Method in class com.onec.mail.MailProperties.Preview
- getPath() - Method in class com.onec.mail.MailProperties.Webhook
- getPath() - Method in class com.onec.ui.UiProperties
- getPendingMovements() - Method in class com.onec.repository.RegisterRepositoryImpl
- getPersistence() - Method in class com.onec.repository.RegisterRepositoryImpl
- getPollTimeout() - Method in class com.onec.cluster.pg.OnecClusterProperties
- getPostLogoutRedirectUri() - Method in class com.onec.auth.OnecAuthProperties.Oidc
- getPrefix() - Method in class com.onec.auth.OnecAuthProperties.Roles
- getPreview() - Method in class com.onec.mail.MailProperties
- getPrincipalClaim() - Method in class com.onec.auth.OnecAuthProperties.Oidc
- getProvider() - Method in class com.onec.auth.OnecAuthProperties.Oidc
- getProvider() - Method in class com.onec.mail.MailProperties
- getProviders() - Method in class com.onec.mail.MailProperties.Failover
- getPublicBasePath() - Method in class com.onec.ui.media.MediaProperties
- getPublicPaths() - Method in class com.onec.auth.OnecAuthProperties
- getQueryType() - Method in class com.onec.repository.RegisterQueryBuilder
- getRaw(ConstantDescriptor) - Method in class com.onec.repository.ConstantPersistence
- getReconnectBackoffMax() - Method in class com.onec.cluster.pg.OnecClusterProperties
- getRecords() - Method in interface com.onec.repository.InformationRegisterRepository
- getRecords() - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- getRecords(Map<String, Object>) - Method in class com.onec.repository.InformationRegisterPersistence
- getRecords(Map<String, Object>) - Method in interface com.onec.repository.InformationRegisterRepository
- getRecords(Map<String, Object>) - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- getRecordsByDocument(UUID) - Method in class com.onec.posting.RegisterPersistence
- getRecordsByDocument(UUID) - Method in interface com.onec.repository.RegisterRepository
- getRecordsByDocument(UUID) - Method in class com.onec.repository.RegisterRepositoryImpl
- getRegisterDescriptor(Class<?>) - Method in class com.onec.metadata.MetadataRegistry
- getRegistrationId() - Method in class com.onec.auth.OnecAuthProperties.Oidc
- getRelay() - Method in class com.onec.mail.MailProperties
- getRelayBatchSize() - Method in class com.onec.kafka.OnecKafkaProperties
- getRelayBatchSize() - Method in class com.onec.mail.MailProperties
- getRememberMe() - Method in class com.onec.auth.OnecAuthProperties.Session
- getRemoteServices() - Method in class com.onec.kafka.OnecKafkaProperties
- getRepositoryBaseClass(RepositoryMetadata) - Method in class com.onec.spring.RegisterRepositoryFactory
- getRepositoryConfigurationExtension() - Method in class com.onec.spring.RegisterRepositoriesAutoConfiguration
- getRepositoryConfigurations(T, ResourceLoader, boolean) - Method in class com.onec.spring.RegisterRepositoryConfigurationExtension
- getRepositoryFactoryBeanClassName() - Method in class com.onec.spring.RegisterRepositoryConfigurationExtension
- getReverseColumnName(RelationalPersistentEntity<?>) - Method in class com.onec.spring.OnecNamingStrategy
-
The back-reference column on a tabular-section child table.
- getReverseColumnName(RelationalPersistentProperty) - Method in class com.onec.spring.OnecNamingStrategy
- getRoles() - Method in class com.onec.auth.OnecAuthProperties.Oidc
- getRoles() - Method in class com.onec.auth.OnecAuthProperties.User
- getScanPackages() - Method in class com.onec.spring.OnecProperties
- getSchema() - Method in class com.onec.spring.OnecProperties
- getSecretKey() - Method in class com.onec.spring.OnecProperties.Security
- getSecurity() - Method in class com.onec.spring.OnecProperties
- getServerName() - Method in class com.onec.mcp.OnecMcpProperties
- getServerVersion() - Method in class com.onec.mcp.OnecMcpProperties
- getServiceName() - Method in class com.onec.kafka.OnecKafkaProperties
- getSession() - Method in class com.onec.auth.OnecAuthProperties
- getSettings() - Method in class com.onec.ui.UiProperties
- getShape() - Method in class com.onec.auth.OnecAuthProperties.RoleSource
- getSliceFirst(LocalDateTime) - Method in interface com.onec.repository.InformationRegisterRepository
- getSliceFirst(LocalDateTime) - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- getSliceFirst(LocalDateTime, Map<String, Object>) - Method in class com.onec.repository.InformationRegisterPersistence
- getSliceFirst(LocalDateTime, Map<String, Object>) - Method in interface com.onec.repository.InformationRegisterRepository
- getSliceFirst(LocalDateTime, Map<String, Object>) - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- getSliceLast(LocalDateTime) - Method in interface com.onec.repository.InformationRegisterRepository
- getSliceLast(LocalDateTime) - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- getSliceLast(LocalDateTime, Map<String, Object>) - Method in class com.onec.repository.InformationRegisterPersistence
- getSliceLast(LocalDateTime, Map<String, Object>) - Method in interface com.onec.repository.InformationRegisterRepository
- getSliceLast(LocalDateTime, Map<String, Object>) - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- getSources() - Method in class com.onec.auth.OnecAuthProperties.Roles
- getString(String) - Method in class com.onec.query.Row
- getSuccessStatusMax() - Method in class com.onec.mail.MailProperties.Http
- getTableName(Class<?>) - Method in class com.onec.spring.OnecNamingStrategy
- getTargetRepository(RepositoryInformation) - Method in class com.onec.spring.RegisterRepositoryFactory
- getTheme() - Method in class com.onec.ui.ThemeController
- getTheme() - Method in class com.onec.ui.UiProperties
- getTimeout() - Method in class com.onec.auth.OnecAuthProperties.Session
- getToDate() - Method in class com.onec.repository.RegisterQueryBuilder
- getTopic() - Method in class com.onec.kafka.OnecKafkaProperties
- getTopics() - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- getTurnover(LocalDateTime, LocalDateTime) - Method in interface com.onec.repository.RegisterRepository
- getTurnover(LocalDateTime, LocalDateTime) - Method in class com.onec.repository.RegisterRepositoryImpl
- getTurnover(LocalDateTime, LocalDateTime, Consumer<RegisterFilter<T>>) - Method in interface com.onec.repository.RegisterRepository
- getTurnover(LocalDateTime, LocalDateTime, Consumer<RegisterFilter<T>>) - Method in class com.onec.repository.RegisterRepositoryImpl
- getTurnover(LocalDateTime, LocalDateTime, Map<String, Object>) - Method in class com.onec.posting.RegisterPersistence
- getTurnover(LocalDateTime, LocalDateTime, Map<String, Object>) - Method in interface com.onec.repository.RegisterRepository
- getTurnover(LocalDateTime, LocalDateTime, Map<String, Object>) - Method in class com.onec.repository.RegisterRepositoryImpl
- getTurnoverTyped(LocalDateTime, LocalDateTime, Map<String, Object>) - Method in class com.onec.posting.RegisterPersistence
- getUrl() - Method in class com.onec.mail.MailProperties.Http
- getUrl() - Method in class com.onec.ui.UpdateProperties
- getUsername() - Method in class com.onec.auth.OnecAuthProperties.User
- getUsers() - Method in class com.onec.auth.OnecAuthProperties
- getUuid(String) - Method in class com.onec.query.Row
- getValidity() - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- getWebhook() - Method in class com.onec.mail.MailProperties
- grid(int, List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.Div
- group() - Element in annotation interface com.onec.annotations.UiHint
-
Deprecated.
- group() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
grouprecord component. - group() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
grouprecord component. - group(String) - Method in class com.onec.ui.FieldHintBuilder
- groupBy() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
groupByrecord component. - groupBy() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
groupByrecord component. - groupBy(Path...) - Method in class com.onec.query.QueryBuilder
- groupBy(FieldReference<T, R>) - Method in class com.onec.repository.RegisterQueryBuilder
- gt(FieldReference<T, R>, R) - Static method in class com.onec.query.Q
- GT - Enum constant in enum class com.onec.query.Predicate.Op
- gte(FieldReference<T, R>, R) - Static method in class com.onec.query.Q
- GTE - Enum constant in enum class com.onec.query.Predicate.Op
H
- H2 - Enum constant in enum class com.onec.schema.SqlDialect
- handle() - Method in record class com.onec.migration.MigrationContext
-
Returns the value of the
handlerecord component. - handle(InboundEvent) - Method in interface com.onec.kafka.EventHandler
-
Process the event.
- handle(ValidationException) - Method in class com.onec.ui.OnecValidationExceptionHandler
- handlePosting(PostingContext) - Method in interface com.onec.lifecycle.Postable
- handler() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
handlerrecord component. - handler(Function<ActionContext, ActionResult>) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
Run arbitrary server logic when clicked.
- has(String) - Method in class com.onec.query.Row
- hasAppName() - Method in record class com.onec.ui.BrandingConfig
-
Whether a non-blank app name was authored (else callers fall back to the profile title).
- hasColumn(String, String) - Method in record class com.onec.schema.DatabaseIntrospector.DbState
- hasDedicated(Viewport) - Method in class com.onec.ui.LayoutSet
-
Whether a
Layoutbean specifically targets this viewport (rather than being served the universal layout by fallback). - hasDynamicRowActions(Class<?>) - Method in class com.onec.ui.UiActionResolver
-
Whether any row action of
entityvaries per row — the cheap guard the list-data feed checks before decorating rows. - hashCode() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.auth.spi.AuthMethods
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.auth.spi.SsoProvider
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.cluster.ClusterEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.desktop.DesktopManifest
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.desktop.DesktopManifest.Tray
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.events.EntityChangedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.kafka.CloudEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.kafka.InboundEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.kafka.ServiceDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.mail.MailAttachment
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.mail.MailHeader
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.mail.MailMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.mail.template.MailRenderer.Rendered
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.messaging.OutboxEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.ConstantDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.EnumerationDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.EnumerationValueDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.migration.MigrationContext
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.posting.DocumentPostedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.posting.DocumentUnpostedEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.posting.PostingPreview
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.print.PrintResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.query.EntityMeta
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.query.Order
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.query.Path
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.query.Predicate
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.query.QuerySpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.query.Select
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.rules.BusinessRule
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.ColumnModel
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.DatabaseIntrospector.DbState
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.MigrationPlan
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.SchemaChange
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.SchemaModel
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.SchemaSnapshot
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.SchemaSnapshot.TableSnapshot
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.schema.TableModel
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.types.Ref
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ActionContext
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ActionResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.BrandingConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.BrandPalette
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.comments.Comment
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.comments.CommentController.CommentRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.divkit.Palette
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.FieldHint
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ListFilter.Result
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ListSpec.Filter
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.media.LoadedMedia
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.media.StoredMedia
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.PageComponent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.RelatedList
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ResolvedListView.Filter
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ResolvedListView
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.ShellConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiIdentityLink
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiLayout
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiLayout.Section
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UiProfileResolver.Resolution
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.UpdateStatus
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.onec.ui.WidgetFilter.Result
-
Returns a hash code value for this object.
- hasLogo() - Method in record class com.onec.ui.BrandingConfig
-
Whether a logo image was authored (else the shell renders the text brand).
- hasMax() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
- hasMin() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
- hasPendingMovements() - Method in class com.onec.repository.RegisterRepositoryImpl
- hasTable(String) - Method in record class com.onec.schema.DatabaseIntrospector.DbState
- hasView(Class<?>, String) - Method in class com.onec.ui.UiViewResolver
-
Whether this entity is declared by a view (profile-specific or default) and may therefore appear in the UI.
- hasWidgets() - Method in class com.onec.ui.UiLayoutBuilder
- header(String, String) - Method in class com.onec.mail.MailMessage.Builder
- HeaderAction(String, String, String, String, String) - Constructor for record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Creates an instance of a
HeaderActionrecord class. - headers() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
headersrecord component. - height() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns the value of the
heightrecord component. - height() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
-
Returns the value of the
heightrecord component. - height(Map<String, Object>, int) - Static method in class com.onec.ui.divkit.Div
- hidden() - Method in class com.onec.ui.ActionHintBuilder
-
Hide this action from the UI entirely (it stays available via REST).
- hidden() - Method in class com.onec.ui.ListSpec
- HIDDEN - Enum constant in enum class com.onec.ui.UiLayout.Placement
- hide(String...) - Method in class com.onec.ui.ListSpec
-
Hide fields from the default column set (ignored when
ListSpec.columns(java.lang.String...)is used). - hideInDetail() - Method in class com.onec.ui.FieldHintBuilder
- hideInDetail() - Method in record class com.onec.ui.RelatedList
-
Returns the value of the
hideInDetailrecord component. - hideInDetail() - Method in class com.onec.ui.RelatedListBuilder
-
Hide this panel in the read/detail view, keeping it only in the edit form.
- hideInForm() - Method in class com.onec.ui.FieldHintBuilder
- hideInList() - Method in class com.onec.ui.FieldHintBuilder
- hierarchical() - Element in annotation interface com.onec.annotations.Catalog
- hierarchical() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
hierarchicalrecord component. - hint() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.Optional help text, surfaced as a hoverable
?icon next to the widget title. - hint() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
hintrecord component. - hint() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
hintrecord component. - hint() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns the value of the
hintrecord component. - hint() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
hintrecord component. - hint(String) - Method in class com.onec.ui.FieldHintBuilder
-
Optional help text for this field, surfaced in the UI as a hoverable
?icon next to the field's label (on the edit form, list column header, and read-only detail view). - hint(String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
-
Optional help text, surfaced as a hoverable
?icon next to the widget title. - holds() - Method in record class com.onec.rules.BusinessRule
-
Evaluate the rule against the current entity state.
- home(String, String, String, Principal) - Method in class com.onec.ui.DivKitController
- horizontal(List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.Div
- href() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns the value of the
hrefrecord component. - html() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
htmlrecord component. - html() - Method in record class com.onec.mail.template.MailRenderer.Rendered
-
Returns the value of the
htmlrecord component. - html() - Element in annotation interface com.onec.mail.template.MailTemplate
-
When true, body is sent as HTML.
- html() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns the value of the
htmlrecord component. - html(String) - Method in class com.onec.mail.MailMessage.Builder
- HTML - Enum constant in enum class com.onec.print.PrintFormat
- Http() - Constructor for class com.onec.mail.MailProperties.Http
- HttpMailDispatcher - Class in com.onec.mail.dispatch
-
Universal provider adapter (
provider=http). - HttpMailDispatcher(RestClient.Builder, ResourceLoader, ObjectMapper, MailProperties) - Constructor for class com.onec.mail.dispatch.HttpMailDispatcher
- HttpMailDispatcher.JsonHelper - Class in com.onec.mail.dispatch
-
Exposed to templates as
json; renders a value as a quoted, escaped JSON literal.
I
- icon() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
iconrecord component. - icon() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Returns the value of the
iconrecord component. - icon() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
-
Returns the value of the
iconrecord component. - icon() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Returns the value of the
iconrecord component. - icon() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns the value of the
iconrecord component. - icon() - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Returns the value of the
iconrecord component. - icon() - Method in record class com.onec.ui.UiLayout.Section
-
Returns the value of the
iconrecord component. - icon() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Returns the value of the
iconrecord component. - icon(String) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
A kebab-case lucide icon name (e.g.
- icon(String) - Method in class com.onec.ui.EntityConfigBuilder
-
The nav icon for this entity — any lucide icon name (e.g.
- icon(String) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- icon(Function<ActionRow, String>) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
Pick the icon per row (
ActionScope.ROWactions) — e.g. - iconFn() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
iconFnrecord component. - id() - Method in record class com.onec.auth.spi.SsoProvider
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.cluster.ClusterEvent
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.events.EntityChangedEvent
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.kafka.InboundEvent
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.metadata.EnumerationValueDescriptor
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.types.Ref
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.ui.ActionContext
-
Returns the value of the
idrecord component. - id() - Method in class com.onec.ui.ActionRow
-
This row's id (
_id), ornullif absent/unparseable. - id() - Method in record class com.onec.ui.comments.Comment
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
-
Returns the value of the
idrecord component. - id() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns the value of the
idrecord component. - id(Map<String, Object>, String) - Static method in class com.onec.ui.divkit.Div
-
Stable node id — the anchor a
div-patch(applyPatch) targets. - identity() - Method in class com.onec.ui.LayoutSpec
- identity() - Method in record class com.onec.ui.UiLayout
-
Returns the value of the
identityrecord component. - identity(Class<?>, String) - Method in class com.onec.ui.LayoutSpec
-
Link login accounts to a directory record by matching a field.
- identity(Class<?>, String) - Method in class com.onec.ui.UiLayoutBuilder
-
Link authenticated accounts to a catalog record by matching the login to
loginField, so persona UIs can resolve "the current person". - image(String) - Static method in class com.onec.ui.divkit.Div
- in(FieldReference<T, R>, List<? extends R>) - Static method in class com.onec.query.Q
- IN - Enum constant in enum class com.onec.query.Predicate.Op
- IN_MEMORY - Enum constant in enum class com.onec.auth.OnecAuthProperties.Mode
-
Username/password against
onec.auth.users. - Inbound() - Constructor for class com.onec.kafka.OnecKafkaProperties.Inbound
- InboundEvent - Record Class in com.onec.kafka
-
A decoded inbound CloudEvent delivered to
EventHandlers. - InboundEvent(String, String, String, String, OffsetDateTime, String) - Constructor for record class com.onec.kafka.InboundEvent
-
Creates an instance of a
InboundEventrecord class. - inboundEventRouter(ObjectProvider<EventHandler>) - Method in class com.onec.kafka.OnecKafkaInboundAutoConfiguration
- InboundEventRouter - Class in com.onec.kafka
-
Routes a decoded
InboundEventto everyEventHandlerthat supports its type. - InboundEventRouter(List<EventHandler>) - Constructor for class com.onec.kafka.InboundEventRouter
- Inbox - Class in com.onec.kafka
-
Idempotency ledger for inbound CloudEvents.
- Inbox(Jdbi) - Constructor for class com.onec.kafka.Inbox
- include() - Method in class com.onec.ui.ListSpec
- includeFilters() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- infoRegisterTable(String) - Method in class com.onec.metadata.DefaultNamingStrategy
- INFORMATION_REGISTER - Enum constant in enum class com.onec.query.EntityMeta.Kind
- InformationRecord - Class in com.onec.model
- InformationRecord() - Constructor for class com.onec.model.InformationRecord
- InformationRegister - Annotation Interface in com.onec.annotations
- InformationRegisterDescriptor - Record Class in com.onec.metadata
- InformationRegisterDescriptor(String, String, Class<?>, Periodicity, String, List<String>, List<String>, List<AttributeDescriptor>, List<AttributeDescriptor>, List<AttributeDescriptor>) - Constructor for record class com.onec.metadata.InformationRegisterDescriptor
-
Creates an instance of a
InformationRegisterDescriptorrecord class. - InformationRegisterPersistence<T> - Class in com.onec.repository
- InformationRegisterPersistence(Jdbi, InformationRegisterDescriptor) - Constructor for class com.onec.repository.InformationRegisterPersistence
- informationRegisterQueryService(MetadataRegistry, Jdbi) - Method in class com.onec.ui.UiAutoConfiguration
- InformationRegisterQueryService - Class in com.onec.ui
-
Read-side queries for information registers, used to drive related-list panels backed by a register junction (see
RelatedList,Junctions). - InformationRegisterQueryService(MetadataRegistry, Jdbi) - Constructor for class com.onec.ui.InformationRegisterQueryService
- InformationRegisterRepository<T> - Interface in com.onec.repository
- InformationRegisterRepositoryImpl<T> - Class in com.onec.repository
- InformationRegisterRepositoryImpl(InformationRegisterPersistence<T>) - Constructor for class com.onec.repository.InformationRegisterRepositoryImpl
- informationRegisterRepositoryMap(Jdbi, MetadataRegistry) - Method in class com.onec.spring.OnecAutoConfiguration
- InformationRegisterScanner - Class in com.onec.spring
- InformationRegisterScanner() - Constructor for class com.onec.spring.InformationRegisterScanner
- ingest(List<MailEventController.MailWebhookEvent>) - Method in class com.onec.mail.web.MailEventController
- initSchema() - Method in class com.onec.kafka.Inbox
- initSchema() - Method in class com.onec.mail.outbox.MailOutbox
- initSchema() - Method in class com.onec.mail.suppression.MailSuppressionList
- inMenu() - Method in class com.onec.ui.ActionHintBuilder
-
Tuck this action into the overflow (⋯) menu.
- input(String) - Method in record class com.onec.ui.ActionContext
-
The current value of toolbar input
key, or""if absent. - input(String) - Method in class com.onec.ui.InputSpec
-
Start declaring an input with the given unique key (how the handler reads its value).
- input(String, String) - Static method in class com.onec.ui.divkit.Div
-
Text input bound to
textVariable; the field's value lives in that variable. - inputDescriptors(Class<?>) - Method in class com.onec.ui.UiActionResolver
-
Descriptor maps for the toolbar inputs — what the list surface emits for the client to render.
- InputField(String, String, InputType, String, List<String>, String) - Constructor for record class com.onec.ui.InputSpec.InputField
-
Creates an instance of a
InputFieldrecord class. - inputs() - Method in record class com.onec.ui.ActionContext
-
Returns the value of the
inputsrecord component. - inputs() - Method in class com.onec.ui.InputSpec
- inputs(InputSpec) - Method in interface com.onec.ui.EntityView
-
Custom input fields for this entity's list toolbar — a date picker, dropdown, text or number field shown next to the action buttons.
- inputsForEntity(Class<?>) - Method in class com.onec.ui.UiActionResolver
- InputSpec - Class in com.onec.ui
-
Declares custom input fields for an entity's list toolbar, from
EntityView.inputs(InputSpec). - InputSpec() - Constructor for class com.onec.ui.InputSpec
- InputSpec.InputBuilder - Class in com.onec.ui
-
Fluent builder for one input; setters may be called in any order.
- InputSpec.InputField - Record Class in com.onec.ui
-
A resolved toolbar input field.
- InputType - Enum Class in com.onec.ui
-
The kind of toolbar input field rendered alongside the custom action buttons.
- insertRecords(Handle, List<T>, UUID, LocalDateTime) - Method in class com.onec.posting.RegisterPersistence
- IS_NOT_NULL - Enum constant in enum class com.onec.query.Predicate.Op
- IS_NULL - Enum constant in enum class com.onec.query.Predicate.Op
- isAllowDestructive() - Method in class com.onec.spring.OnecProperties.Schema
- isAllowEphemeralKey() - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- isClientRoles() - Method in class com.onec.auth.OnecAuthProperties.Roles
- isConfigured() - Method in class com.onec.security.SecretCipher
- isDerivePlainText() - Method in class com.onec.mail.MailProperties
- isDistributed() - Method in interface com.onec.cluster.ClusterEventBus
-
Whether this bus actually crosses node boundaries.
- isDistributed() - Method in class com.onec.cluster.NoOpClusterEventBus
- isDynamic() - Method in record class com.onec.ui.ActionSpec.Action
-
Whether any aspect of this action varies per row (so the list must resolve it per row).
- isEmpty() - Method in record class com.onec.schema.MigrationPlan
- isEmpty() - Method in record class com.onec.ui.BrandPalette
-
True when nothing is overridden, so the renderer can skip merging entirely.
- isEmpty() - Method in record class com.onec.ui.ListFilter.Result
- isEmpty() - Method in record class com.onec.ui.WidgetFilter.Result
- isEmpty() - Method in class com.onec.validation.ValidationErrors
- isEnabled() - Method in class com.onec.auth.OnecAuthProperties
- isEnabled() - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- isEnabled() - Method in class com.onec.cluster.pg.OnecClusterProperties
- isEnabled() - Method in class com.onec.desktop.DesktopProperties
- isEnabled() - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- isEnabled() - Method in class com.onec.kafka.OnecKafkaProperties
- isEnabled() - Method in class com.onec.mail.MailProperties
- isEnabled() - Method in class com.onec.mail.MailProperties.Preview
- isEnabled() - Method in class com.onec.mail.MailProperties.Relay
- isEnabled() - Method in class com.onec.mail.MailProperties.Webhook
- isEnabled() - Method in class com.onec.mcp.OnecMcpProperties
- isEnabled() - Method in class com.onec.print.PrintProperties
- isEnabled() - Method in class com.onec.ui.comments.CommentProperties
- isEnabled() - Method in class com.onec.ui.media.MediaProperties
- isEnabled() - Method in class com.onec.ui.UiProperties
- isEnabled() - Method in class com.onec.ui.UiProperties.Settings
- isEnabled() - Method in class com.onec.ui.UpdateProperties
- isEnumeration(Class<?>) - Method in class com.onec.metadata.MetadataRegistry
- isHtml() - Method in record class com.onec.mail.MailMessage
- isNavigation() - Method in record class com.onec.query.Path
-
True when this path crosses at least one
Refhop. - isNew() - Method in class com.onec.model.AccumulationRecord
- isNew() - Method in class com.onec.model.CatalogObject
- isNew() - Method in class com.onec.model.DocumentObject
- isNotNull(FieldReference<T, R>) - Static method in class com.onec.query.Q
- isNull(FieldReference<T, R>) - Static method in class com.onec.query.Q
- isPostingEnabled() - Method in class com.onec.mcp.OnecMcpProperties
- isReadOnly() - Method in class com.onec.ui.UiProperties
- isRealmRoles() - Method in class com.onec.auth.OnecAuthProperties.Roles
- isRef() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
isRefrecord component. - isServer() - Method in record class com.onec.ui.ActionSpec.Action
- isSuppressed(String) - Method in class com.onec.mail.suppression.MailSuppressionList
- isUseOutbox() - Method in class com.onec.mail.MailProperties
- isWritesEnabled() - Method in class com.onec.mcp.OnecMcpProperties
- itemCount - Variable in class com.onec.performance.OnecOperationEvent
- items() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
-
Returns the value of the
itemsrecord component. - items() - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Returns the value of the
itemsrecord component. - ITEMS_METER - Static variable in class com.onec.spring.OnecMetrics
J
- javaClass() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.metadata.ConstantDescriptor
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.metadata.EnumerationDescriptor
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.ui.UiIdentityLink
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns the value of the
javaClassrecord component. - javaClass() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Returns the value of the
javaClassrecord component. - javaType() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
javaTyperecord component. - jdbcConverter(JdbcMappingContext, NamedParameterJdbcOperations, RelationResolver, JdbcCustomConversions, Dialect) - Method in class com.onec.spring.OnecAutoConfiguration
-
Replaces the default
JdbcConverterwithOnecJdbcConverter, which maps framework enums to theirUUIDcolumn type so@Enumerationattributes persist throughrepository.save(...)(issue #26). - jdbcMappingContext(Optional<NamingStrategy>, JdbcCustomConversions, RelationalManagedTypes) - Method in class com.onec.spring.OnecAutoConfiguration
- JdbcNumberGenerator - Class in com.onec.spring
- JdbcNumberGenerator(Jdbi) - Constructor for class com.onec.spring.JdbcNumberGenerator
- jdbi(DataSource) - Method in class com.onec.spring.OnecAutoConfiguration
- JobrunrBackgroundJobs - Class in com.onec.spring
- JobrunrBackgroundJobs(JobScheduler) - Constructor for class com.onec.spring.JobrunrBackgroundJobs
- joinCatalog() - Method in record class com.onec.ui.RelatedList
-
Returns the value of the
joinCatalogrecord component. - joins() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
joinsrecord component.
K
- kafkaEventConsumer(InboundEventRouter, ObjectMapper, ObjectProvider<Inbox>, ObjectProvider<KafkaTemplate<String, String>>, OnecKafkaProperties) - Method in class com.onec.kafka.OnecKafkaInboundAutoConfiguration
- KafkaEventConsumer - Class in com.onec.kafka
-
Kafka message listener that decodes the CloudEvents envelope, de-duplicates via the
Inbox, and dispatches to applicationEventHandlers through theInboundEventRouter. - KafkaEventConsumer(InboundEventRouter, ObjectMapper, Inbox, KafkaTemplate<String, String>, OnecKafkaProperties) - Constructor for class com.onec.kafka.KafkaEventConsumer
- key() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
keyrecord component. - key() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns the value of the
keyrecord component. - key() - Method in record class com.onec.ui.media.StoredMedia
-
Returns the value of the
keyrecord component. - key() - Method in record class com.onec.ui.ResolvedListView.Filter
-
Returns the value of the
keyrecord component. - KEYCLOAK - Enum constant in enum class com.onec.auth.OnecAuthProperties.Provider
-
Roles under
realm_access.roles(+ optionalresource_access.<client>.roles). - kind() - Method in record class com.onec.cluster.ClusterEvent
-
Returns the value of the
kindrecord component. - kind() - Method in record class com.onec.query.EntityMeta
-
Returns the value of the
kindrecord component. - kind() - Method in record class com.onec.ui.ActionContext
-
Returns the value of the
kindrecord component. - kind() - Method in record class com.onec.ui.PageComponent
-
Returns the value of the
kindrecord component. - KIND_ENTITY_CHANGED - Static variable in record class com.onec.cluster.ClusterEvent
-
ClusterEvent.kindvalue for an entity-change notice mirroringEntityChangedEvent.
L
- label() - Method in record class com.onec.auth.spi.SsoProvider
-
Returns the value of the
labelrecord component. - label() - Element in annotation interface com.onec.print.PrintTemplate
-
Human-readable label for the print action button.
- label() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.ListSpec.Filter
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.RelatedList
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns the value of the
labelrecord component. - label() - Method in record class com.onec.ui.ResolvedListView.Filter
-
Returns the value of the
labelrecord component. - label(String) - Method in class com.onec.ui.ActionSpec.ActionBuilder
- label(String) - Method in class com.onec.ui.InputSpec.InputBuilder
- label(String) - Method in class com.onec.ui.ListSpec.FilterBuilder
-
Override the control's label (defaults to the field name).
- label(String) - Method in class com.onec.ui.RelatedListBuilder
-
Heading for the panel; blank derives one from the panel name.
- label(String, String) - Method in class com.onec.ui.ListSpec
-
Override a column's header label.
- label(Function<ActionRow, String>) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
Pick the label per row (
ActionScope.ROWactions). - labelFn() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
labelFnrecord component. - labels() - Method in class com.onec.ui.ListSpec
- latestSnapshotJson(Jdbi) - Method in class com.onec.schema.SchemaHistoryRepository
- latestVersion() - Method in record class com.onec.ui.UpdateStatus
-
Returns the value of the
latestVersionrecord component. - Layout - Interface in com.onec.ui
-
An authored layout — the structural peer of
PageandEntityView. - layoutSet(List<Layout>) - Method in class com.onec.spring.OnecAutoConfiguration
- LayoutSet - Class in com.onec.ui
- LayoutSet(Map<Viewport, UiLayout>, Set<Viewport>) - Constructor for class com.onec.ui.LayoutSet
- LayoutSpec - Class in com.onec.ui
-
The builder a
Layoutconfigures: navigation sections (with per-field hints), the shell/nav presentation, branding, identity link, and — for persona layouts — the target roles and match priority. - LayoutSpec() - Constructor for class com.onec.ui.LayoutSpec
- length() - Element in annotation interface com.onec.annotations.Attribute
- length() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
lengthrecord component. - light() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
lightrecord component. - light(Consumer<UiLayoutBuilder.PaletteBuilder>) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Override brand colors for light mode (only the set slots; the rest keep the default scale).
- LIGHT - Static variable in record class com.onec.ui.divkit.Palette
- like(FieldReference<T, String>, String) - Static method in class com.onec.query.Q
- LIKE - Enum constant in enum class com.onec.query.Predicate.Op
- limit() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
limitrecord component. - limit() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
limitrecord component. - limit(int) - Method in class com.onec.query.QueryBuilder
- list() - Method in class com.onec.mail.web.MailPreviewController
- list(CatalogDescriptor) - Method in class com.onec.ui.CatalogQueryService
- list(CatalogDescriptor, int, int) - Method in class com.onec.ui.CatalogQueryService
- list(DocumentDescriptor, String, String) - Method in class com.onec.ui.DocumentQueryService
- list(ListSpec) - Method in interface com.onec.ui.EntityView
-
Customize the list/table surface.
- list(Class<?>) - Method in class com.onec.ui.PageBuilder
-
Embed the full interactive list of a catalog/document — the same surface as its own route, with the New button, custom action buttons, search/sort and rows that open a detail beside the page.
- list(Class<?>) - Static method in record class com.onec.ui.PageComponent
-
The full interactive list surface for a catalog/document, embedded in the page.
- list(String, String, Integer, Principal) - Method in class com.onec.ui.GenericCatalogController
- list(String, String, String, String, Integer, Principal) - Method in class com.onec.ui.GenericDocumentController
- list(String, String, UUID) - Method in class com.onec.ui.comments.CommentService
-
The live thread for one entity, oldest comment first.
- list(String, String, UUID, Principal) - Method in class com.onec.ui.comments.CommentController
- list(Principal) - Method in class com.onec.ui.SettingsController
- LIST - Enum constant in enum class com.onec.ui.PageComponent.Kind
- listDataController(CatalogQueryService, DocumentQueryService, UiAccessService, UiActionResolver) - Method in class com.onec.ui.UiAutoConfiguration
- ListDataController - Class in com.onec.ui
-
Serves pages of list data to the virtualized list grid (the
onec-listReact island). - ListDataController(CatalogQueryService, DocumentQueryService, UiAccessService, UiActionResolver) - Constructor for class com.onec.ui.ListDataController
- listDescriptor(ResolvedListView, String, String, String, List<Map<String, Object>>, List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
The
onec-listdescriptor (columns, sort, searchability, routes, actions, inputs) that the React island consumes — without the surface wrapping, so it can be embedded inside a page as anonec-listdiv-customblock (seePageBuilder.list). - ListFilter - Class in com.onec.ui
-
Compiles the
onec-listgrid's declarative filter values (sent by the React island aseq/in/like/prefix/ge/lequery params) into a safe SQL fragment with bound parameters. - ListFilter.Result - Record Class in com.onec.ui
-
A compiled predicate: a
WHERE-ready fragment (no leading AND) and its bindings. - ListSpec - Class in com.onec.ui
-
Builder for an entity's list/table surface, used inside
EntityView.list(com.onec.ui.ListSpec). - ListSpec() - Constructor for class com.onec.ui.ListSpec
- ListSpec.Filter - Record Class in com.onec.ui
-
A resolved list filter: the bound field, its label, the control type and — for the
ListSpec.FilterType.OPTIONS/ListSpec.FilterType.MULTI_OPTIONScontrols — its choices. - ListSpec.FilterBuilder - Class in com.onec.ui
-
Fluent builder for one filter;
ListSpec.FilterBuilder.options/ListSpec.FilterBuilder.multiOptions(java.lang.String...)/ListSpec.FilterBuilder.contains()/ListSpec.FilterBuilder.startsWith()/ListSpec.FilterBuilder.dateRange()pick the control type. - ListSpec.FilterType - Enum Class in com.onec.ui
-
How a filter narrows the list query (and which control the grid renders).
- listSurface(ResolvedListView, String, String, String, List<Map<String, Object>>, List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
A list surface as the
onec-listReact island: a single custom block carrying a descriptor (columns, sort, searchability, the open-route + New url). - listUnsubscribe(String) - Method in class com.onec.mail.MailMessage.Builder
-
Adds RFC 8058 one-click unsubscribe headers.
- load(String) - Method in class com.onec.ui.media.FilesystemMediaStorage
- load(String) - Method in interface com.onec.ui.media.MediaStorage
-
Read a previously stored binary back for serving by
GET /api/media/{key}. - LoadedMedia - Record Class in com.onec.ui.media
-
A stored binary read back for serving, returned from
MediaStorage.load(java.lang.String). - LoadedMedia(Resource, String, long, String) - Constructor for record class com.onec.ui.media.LoadedMedia
-
Creates an instance of a
LoadedMediarecord class. - loggingMailDispatcher() - Method in class com.onec.mail.OnecMailAutoConfiguration
- LoggingMailDispatcher - Class in com.onec.mail.dispatch
-
Dev dispatcher (
provider=log). - LoggingMailDispatcher() - Constructor for class com.onec.mail.dispatch.LoggingMailDispatcher
- logicalName() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
logicalNamerecord component. - logicalName() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
logicalNamerecord component. - logicalName() - Method in record class com.onec.metadata.ConstantDescriptor
-
Returns the value of the
logicalNamerecord component. - logicalName() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
logicalNamerecord component. - logicalName() - Method in record class com.onec.metadata.EnumerationDescriptor
-
Returns the value of the
logicalNamerecord component. - logicalName() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
logicalNamerecord component. - login(AuthMethods, Palette) - Static method in class com.onec.ui.divkit.LoginDivBuilder
- login(String) - Method in class com.onec.ui.LoginDivController
- LoginDivBuilder - Class in com.onec.ui.divkit
-
Builds the server-driven login screen as a DivKit card from the available
AuthMethods. - loginDivController(ObjectProvider<AuthMethodsProvider>, ObjectProvider<AuthMethodsContributor>) - Method in class com.onec.ui.UiAutoConfiguration
- LoginDivController - Class in com.onec.ui
-
Serves the server-driven (DivKit) login screen at
GET /api/divkit/login. - LoginDivController(ObjectProvider<AuthMethodsProvider>, ObjectProvider<AuthMethodsContributor>) - Constructor for class com.onec.ui.LoginDivController
- loginField() - Method in record class com.onec.ui.UiIdentityLink
-
Returns the value of the
loginFieldrecord component. - logo() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
logorecord component. - logo(String) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
An image URL or app-static path shown instead of the lucide
ActionSpec.ActionBuilder.icon(String)— e.g. - logo(String) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Logo image (URL or served asset) rendered in the sidebar header and mobile menu.
- logo(String, String) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Logo with a distinct dark-mode variant.
- Logo(String, Integer, Integer) - Constructor for record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
-
Creates an instance of a
Logorecord class. - logoFor(String) - Method in record class com.onec.ui.BrandingConfig
-
The logo for the requested theme: the dark variant in dark mode when set, else
BrandingConfig.logoUrl. - logoHeight() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
logoHeightrecord component. - logoHeight(int) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Fixed logo height in dp; unset keeps each surface's default (sidebar 28, mobile menu 32).
- logoSize(int, int) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Fixed logo box in dp.
- logoUrl() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
logoUrlrecord component. - logoUrlDark() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
logoUrlDarkrecord component. - logoutPath() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns the value of the
logoutPathrecord component. - logoutUrl() - Method in record class com.onec.auth.spi.AuthMethods
-
Returns the value of the
logoutUrlrecord component. - logoWidth() - Method in record class com.onec.ui.BrandingConfig
-
Returns the value of the
logoWidthrecord component. - logoWidth(int) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Fixed logo width in dp; unset keeps the intrinsic aspect ratio (wrap_content).
- lt(FieldReference<T, R>, R) - Static method in class com.onec.query.Q
- LT - Enum constant in enum class com.onec.query.Predicate.Op
- lte(FieldReference<T, R>, R) - Static method in class com.onec.query.Q
- LTE - Enum constant in enum class com.onec.query.Predicate.Op
M
- MailAttachment - Record Class in com.onec.mail
- MailAttachment(String, String, byte[]) - Constructor for record class com.onec.mail.MailAttachment
-
Creates an instance of a
MailAttachmentrecord class. - MailDeliveryException - Exception Class in com.onec.mail
- MailDeliveryException(String) - Constructor for exception class com.onec.mail.MailDeliveryException
- MailDeliveryException(String, Throwable) - Constructor for exception class com.onec.mail.MailDeliveryException
- MailDispatcher - Interface in com.onec.mail.dispatch
-
Provider SPI.
- MailEventController - Class in com.onec.mail.web
-
Inbound delivery-event webhook (enabled via
onec.mail.webhook.enabled=true). - MailEventController(MailSuppressionList) - Constructor for class com.onec.mail.web.MailEventController
- MailEventController.MailWebhookEvent - Record Class in com.onec.mail.web
- MailHeader - Record Class in com.onec.mail
- MailHeader(String, String) - Constructor for record class com.onec.mail.MailHeader
-
Creates an instance of a
MailHeaderrecord class. - MailMessage - Record Class in com.onec.mail
-
Provider-agnostic outbound mail message.
- MailMessage(String, String, List<String>, List<String>, List<String>, String, String, String, List<MailAttachment>, List<MailHeader>) - Constructor for record class com.onec.mail.MailMessage
-
Creates an instance of a
MailMessagerecord class. - MailMessage.Builder - Class in com.onec.mail
- mailOutbox(DataSource) - Method in class com.onec.mail.OnecMailAutoConfiguration
- MailOutbox - Class in com.onec.mail.outbox
-
Side-effect queue for outbound mail.
- MailOutbox(Jdbi) - Constructor for class com.onec.mail.outbox.MailOutbox
- MailOutbox.Pending - Record Class in com.onec.mail.outbox
- mailOutboxRelay(MailOutbox, ObjectProvider<MailDispatcher>, ObjectMapper, MailProperties) - Method in class com.onec.mail.OnecMailAutoConfiguration
- MailOutboxRelay - Class in com.onec.mail.outbox
- MailOutboxRelay(MailOutbox, MailDispatcher, ObjectMapper, MailProperties) - Constructor for class com.onec.mail.outbox.MailOutboxRelay
- MailOutboxRelayScheduler - Class in com.onec.mail.outbox
-
Drives
MailOutboxRelay.relayPending()on a fixed delay so queued mail actually leaves the outbox. - MailOutboxRelayScheduler(MailOutboxRelay) - Constructor for class com.onec.mail.outbox.MailOutboxRelayScheduler
- MailPreviewController - Class in com.onec.mail.web
-
Dev-only endpoints (enabled via
onec.mail.preview.enabled=true) for inspecting templates: a JSON listing of every registered template, and an in-browser HTML render of one by name using a best-effort sample instance of its target type. - MailPreviewController(MailTemplateRegistry, MailRenderer) - Constructor for class com.onec.mail.web.MailPreviewController
- MailProperties - Class in com.onec.mail
- MailProperties() - Constructor for class com.onec.mail.MailProperties
- MailProperties.Failover - Class in com.onec.mail
-
Config for the
failovercomposite dispatcher: tries each named provider in order. - MailProperties.File - Class in com.onec.mail
-
Config for the
filedev dispatcher, which writes messages to disk instead of sending. - MailProperties.Http - Class in com.onec.mail
-
Config for the universal
httpdispatcher: POSTs a rendered JSON body to any provider's REST API. - MailProperties.Preview - Class in com.onec.mail
-
Dev-only HTTP endpoints for listing and rendering templates.
- MailProperties.Relay - Class in com.onec.mail
-
Background relay that drains the outbox on a fixed schedule.
- MailProperties.Webhook - Class in com.onec.mail
-
Inbound provider webhook (bounces/complaints) that feeds the suppression list.
- mailRenderer(ResourceLoader, MailProperties) - Method in class com.onec.mail.OnecMailAutoConfiguration
- MailRenderer - Class in com.onec.mail.template
-
Renders mail subject and body templates.
- MailRenderer(ResourceLoader, MailProperties) - Constructor for class com.onec.mail.template.MailRenderer
- MailRenderer.Rendered - Record Class in com.onec.mail.template
- MailScanner - Class in com.onec.mail.template
- MailScanner() - Constructor for class com.onec.mail.template.MailScanner
- mailService(ObjectProvider<MailDispatcher>, MailTemplateRegistry, MailRenderer, MailProperties, ObjectProvider<MailOutbox>, ObjectProvider<MailSuppressionList>, ObjectMapper) - Method in class com.onec.mail.OnecMailAutoConfiguration
- MailService - Class in com.onec.mail
-
High-level mail facade.
- MailService(MailDispatcher, MailTemplateRegistry, MailRenderer, MailProperties, MailOutbox, MailSuppressionList, ObjectMapper) - Constructor for class com.onec.mail.MailService
- mailSuppressionList(DataSource) - Method in class com.onec.mail.OnecMailAutoConfiguration
- MailSuppressionList - Class in com.onec.mail.suppression
-
Addresses that must not be mailed: hard bounces, spam complaints, and explicit unsubscribes.
- MailSuppressionList(Jdbi) - Constructor for class com.onec.mail.suppression.MailSuppressionList
- MailTemplate - Annotation Interface in com.onec.mail.template
-
Declares a mail template attached to a document or catalog class.
- MailTemplateDescriptor - Record Class in com.onec.mail.template
- MailTemplateDescriptor(Class<?>, String, String, String, boolean, String) - Constructor for record class com.onec.mail.template.MailTemplateDescriptor
-
Creates an instance of a
MailTemplateDescriptorrecord class. - mailTemplateRegistry(ApplicationContext, MailProperties) - Method in class com.onec.mail.OnecMailAutoConfiguration
- MailTemplateRegistry - Class in com.onec.mail.template
- MailTemplateRegistry() - Constructor for class com.onec.mail.template.MailTemplateRegistry
- MailTemplates - Annotation Interface in com.onec.mail.template
- MailWebhookEvent(String, String, String) - Constructor for record class com.onec.mail.web.MailEventController.MailWebhookEvent
-
Creates an instance of a
MailWebhookEventrecord class. - manifest() - Method in class com.onec.desktop.DesktopManifestController
- margins(Map<String, Object>, int, int, int, int) - Static method in class com.onec.ui.divkit.Div
- markDispatched(UUID) - Method in class com.onec.mail.outbox.MailOutbox
- markFailed(String, String) - Method in class com.onec.kafka.Inbox
- markProcessed(String) - Method in class com.onec.kafka.Inbox
- markPublished(UUID) - Method in class com.onec.messaging.OutboxWriter
- markReceivedIfNew(String, String, String) - Method in class com.onec.kafka.Inbox
-
Records the event as RECEIVED if its id has not been seen before.
- match(String[], AutoConfigurationMetadata) - Method in class com.onec.spring.OnecAutoConfigurationImportFilter
- matchHeight(Map<String, Object>) - Static method in class com.onec.ui.divkit.Div
- matchWidth(Map<String, Object>) - Static method in class com.onec.ui.divkit.Div
- max() - Element in annotation interface com.onec.annotations.Attribute
-
Maximum allowed value for a numeric attribute.
- max() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Returns the value of the
maxrecord component. - max(FieldReference<T, R>) - Static method in class com.onec.query.Q
- MAX - Enum constant in enum class com.onec.query.Select.Agg
- maximized() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns the value of the
maximizedrecord component. - maximized(boolean) - Method in class com.onec.desktop.DesktopSpec.WindowSpec
- maxItems() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- maxItems() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
maxItemsrecord component. - maxItems() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
maxItemsrecord component. - maxItems(int) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- maxLines(Map<String, Object>, int) - Static method in class com.onec.ui.divkit.Div
- McpPrincipalContext - Class in com.onec.mcp
-
Bridges the authenticated Spring Security principal into the MCP tool-call context.
- McpPrincipalContext() - Constructor for class com.onec.mcp.McpPrincipalContext
- McpSecurityConfiguration - Class in com.onec.mcp
-
Contributes a dedicated, high-precedence
SecurityFilterChainscoped to the MCP endpoint. - McpSecurityConfiguration() - Constructor for class com.onec.mcp.McpSecurityConfiguration
- MediaAutoConfiguration - Class in com.onec.ui.media
-
Wires the
/api/mediabinary-upload endpoint and its default filesystem storage. - MediaAutoConfiguration() - Constructor for class com.onec.ui.media.MediaAutoConfiguration
- mediaController(MediaStorage, MediaProperties) - Method in class com.onec.ui.media.MediaAutoConfiguration
- MediaController - Class in com.onec.ui.media
-
The framework's binary ingestion endpoint.
- MediaController(MediaStorage, MediaProperties) - Constructor for class com.onec.ui.media.MediaController
- MediaProperties - Class in com.onec.ui.media
-
Configuration for the
/api/mediabinary-upload endpoint and its storage backend, under theonec.media.*namespace. - MediaProperties() - Constructor for class com.onec.ui.media.MediaProperties
- MediaProperties.Filesystem - Class in com.onec.ui.media
- MediaStorage - Interface in com.onec.ui.media
-
Pluggable backend for binary uploads — the SPI behind
POST /api/media. - menu(String, ShellLayoutBuilder.Logo, List<ShellLayoutBuilder.NavSection>, String, List<ShellLayoutBuilder.ProfileLink>, String, Palette) - Static method in class com.onec.ui.divkit.ShellLayoutBuilder
-
The full-screen mobile menu: every navigation destination grouped by section as tappable rows, with the account block (persona switcher, theme, sign-out) below.
- menu(String, String, String, Principal) - Method in class com.onec.ui.DivKitController
-
The mobile "More" hub: the full navigation (grouped by section) plus the account block.
- message() - Method in record class com.onec.rules.BusinessRule
-
Returns the value of the
messagerecord component. - message() - Method in record class com.onec.ui.ActionResult
-
Returns the value of the
messagerecord component. - message(String) - Static method in record class com.onec.ui.ActionResult
-
Show a success toast.
- metadataRegistry(OnecProperties, ApplicationContext) - Method in class com.onec.spring.OnecAutoConfiguration
- MetadataRegistry - Class in com.onec.metadata
- MetadataRegistry() - Constructor for class com.onec.metadata.MetadataRegistry
- MetadataScanner - Class in com.onec.metadata
- MetadataScanner(DefaultNamingStrategy) - Constructor for class com.onec.metadata.MetadataScanner
- metadataToolFactory(MetadataRegistry, UiAccessService, CatalogQueryService, DocumentQueryService, RegisterQueryService, CatalogCommandService, DocumentCommandService, OnecMcpProperties, McpJsonMapper) - Method in class com.onec.mcp.OnecMcpAutoConfiguration
- MetadataToolFactory - Class in com.onec.mcp
-
Generates the MCP tool set generically from the
MetadataRegistry. - MetadataToolFactory(MetadataRegistry, UiAccessService, CatalogQueryService, DocumentQueryService, RegisterQueryService, CatalogCommandService, DocumentCommandService, OnecMcpProperties, McpJsonMapper) - Constructor for class com.onec.mcp.MetadataToolFactory
- migrate(MigrationContext) - Method in interface com.onec.migration.AppMigration
- MigrationContext - Record Class in com.onec.migration
-
Everything an
AppMigrationgets to work with: a JDBIHandlebound to the transaction the migration (and its history record) runs in, the metadata registry for resolving table/column names from entity metadata, and the active SQL dialect. - MigrationContext(Handle, MetadataRegistry, SqlDialect) - Constructor for record class com.onec.migration.MigrationContext
-
Creates an instance of a
MigrationContextrecord class. - MigrationPlan - Record Class in com.onec.schema
-
The ordered set of changes that would bring the database in line with the metadata.
- MigrationPlan(List<SchemaChange>) - Constructor for record class com.onec.schema.MigrationPlan
-
Creates an instance of a
MigrationPlanrecord class. - MigrationRunner - Class in com.onec.migration
-
Executes
AppMigrations exactly once per database, in version order. - MigrationRunner(MetadataRegistry) - Constructor for class com.onec.migration.MigrationRunner
- min() - Element in annotation interface com.onec.annotations.Attribute
-
Minimum allowed value for a numeric attribute.
- min() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Returns the value of the
minrecord component. - min(FieldReference<T, R>) - Static method in class com.onec.query.Q
- MIN - Enum constant in enum class com.onec.query.Select.Agg
- minHeight() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns the value of the
minHeightrecord component. - minLength() - Element in annotation interface com.onec.annotations.Attribute
-
Minimum length for a String attribute.
- minLength() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Returns the value of the
minLengthrecord component. - minSize(int, int) - Method in class com.onec.desktop.DesktopSpec.WindowSpec
- minWidth() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns the value of the
minWidthrecord component. - MOBILE - Enum constant in enum class com.onec.ui.Viewport
- mode() - Method in record class com.onec.auth.spi.AuthMethods
-
Returns the value of the
moderecord component. - MONTH - Enum constant in enum class com.onec.model.Periodicity
- movements() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
-
Returns the value of the
movementsrecord component. - movements(AccumulationRegisterDescriptor, String, String) - Method in class com.onec.ui.RegisterQueryService
- movements(Class<T>) - Method in class com.onec.posting.PostingContext
- movements(String, String, String, Principal) - Method in class com.onec.ui.GenericRegisterController
- MovementType - Enum Class in com.onec.model
- MULTI_OPTIONS - Enum constant in enum class com.onec.ui.ListSpec.FilterType
-
A multi-select of
ListSpec.Filter.options; the picked values match asfield IN (…). - multiOptions(String...) - Method in class com.onec.ui.ListSpec.FilterBuilder
-
A multi-select filter: pick any number of
options, matched asfield IN (…)over the chosen values (an empty selection adds no constraint). - multipartConfigElement(MediaProperties) - Method in class com.onec.ui.media.MediaAutoConfiguration
- muted() - Method in record class com.onec.ui.BrandPalette
-
Returns the value of the
mutedrecord component. - muted() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
mutedrecord component. - muted(String) - Method in class com.onec.ui.UiLayoutBuilder.PaletteBuilder
-
Secondary / caption foreground.
N
- name() - Element in annotation interface com.onec.annotations.AccumulationRegister
- name() - Element in annotation interface com.onec.annotations.Attribute
- name() - Element in annotation interface com.onec.annotations.BusinessContext
- name() - Element in annotation interface com.onec.annotations.Catalog
- name() - Element in annotation interface com.onec.annotations.Constant
- name() - Element in annotation interface com.onec.annotations.Dimension
- name() - Element in annotation interface com.onec.annotations.Document
- name() - Element in annotation interface com.onec.annotations.DomainEvent
- name() - Element in annotation interface com.onec.annotations.Enumeration
- name() - Element in annotation interface com.onec.annotations.InformationRegister
- name() - Element in annotation interface com.onec.annotations.Resource
- name() - Element in annotation interface com.onec.annotations.ScheduledJob
- name() - Element in annotation interface com.onec.annotations.TabularSection
- name() - Method in record class com.onec.kafka.ServiceDescriptor
-
Returns the value of the
namerecord component. - name() - Method in class com.onec.mail.dispatch.CompositeMailDispatcher
- name() - Method in class com.onec.mail.dispatch.FileMailDispatcher
- name() - Method in class com.onec.mail.dispatch.HttpMailDispatcher
- name() - Method in class com.onec.mail.dispatch.LoggingMailDispatcher
- name() - Method in interface com.onec.mail.dispatch.MailDispatcher
-
Stable provider id, e.g.
- name() - Method in class com.onec.mail.dispatch.SmtpMailDispatcher
- name() - Method in record class com.onec.mail.MailHeader
-
Returns the value of the
namerecord component. - name() - Element in annotation interface com.onec.mail.template.MailTemplate
-
Stable identifier, e.g.
- name() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.metadata.EnumerationValueDescriptor
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
-
Returns the value of the
namerecord component. - name() - Element in annotation interface com.onec.print.PrintTemplate
-
Stable identifier used in URLs and UI actions, e.g.
- name() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.rules.BusinessRule
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.schema.ColumnModel
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.schema.TableModel
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.ui.ActionContext
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.ui.RelatedList
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Returns the value of the
namerecord component. - name() - Method in record class com.onec.ui.UiLayout.Section
-
Returns the value of the
namerecord component. - namedQueriesLocation() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- nameGenerator() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- naturalKey() - Method in record class com.onec.cluster.ClusterEvent
-
Returns the value of the
naturalKeyrecord component. - naturalKey() - Method in record class com.onec.events.EntityChangedEvent
-
Returns the value of the
naturalKeyrecord component. - nav() - Method in record class com.onec.ui.ShellConfig
-
Returns the value of the
navrecord component. - nav(FieldReference<T, Ref<A>>, FieldReference<A, Ref<B>>, FieldReference<B, R>) - Static method in class com.onec.query.Q
-
Two
Refhops ending in an attribute:customer -> region -> name. - nav(FieldReference<T, Ref<A>>, FieldReference<A, R>) - Static method in class com.onec.query.Q
-
A single
Refhop ending in an attribute:customer -> name. - nav(NavStyle) - Method in class com.onec.ui.UiLayoutBuilder.ShellBuilder
-
Nav presentation for this layout's viewport.
- nav(String, ShellLayoutBuilder.Logo, List<ShellLayoutBuilder.NavSection>, NavStyle, boolean, Palette) - Static method in class com.onec.ui.divkit.ShellLayoutBuilder
-
The navigation card, shaped for the chosen
NavStyle. - navigate() - Method in record class com.onec.ui.ActionResult
-
Returns the value of the
navigaterecord component. - navigate(String) - Static method in record class com.onec.ui.ActionResult
-
Route to a destination (e.g.
- navigate(String) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
Route the client to
urlwhen clicked ({id}is filled with the record id). - navigateUrl() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
navigateUrlrecord component. - NavItem(String, String, String, String) - Constructor for record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Creates an instance of a
NavItemrecord class. - NavSection(String, String, List<ShellLayoutBuilder.NavItem>) - Constructor for record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
-
Creates an instance of a
NavSectionrecord class. - NavStyle - Enum Class in com.onec.ui
-
How the app's navigation chrome presents.
- ne(Path, Object) - Static method in class com.onec.query.Q
- ne(FieldReference<T, R>, R) - Static method in class com.onec.query.Q
- NE - Enum constant in enum class com.onec.query.Predicate.Op
- nextCode(String, int) - Method in interface com.onec.numbering.NumberGenerator
- nextCode(String, int) - Method in class com.onec.spring.JdbcNumberGenerator
- nextCode(String, String, int) - Method in interface com.onec.numbering.NumberGenerator
- nextNumber(String, int) - Method in interface com.onec.numbering.NumberGenerator
- nextNumber(String, int) - Method in class com.onec.spring.JdbcNumberGenerator
- nextNumber(String, String, int) - Method in interface com.onec.numbering.NumberGenerator
- nodeId() - Method in class com.onec.cluster.pg.PostgresClusterEventBus
-
The id this node stamps on published events and filters incoming echoes against.
- NONE - Enum constant in enum class com.onec.model.Periodicity
- NONE - Enum constant in enum class com.onec.query.Select.Agg
- NONE - Static variable in record class com.onec.metadata.AttributeDescriptor.Constraints
- NoOpClusterEventBus - Class in com.onec.cluster
-
Local-only
ClusterEventBusused when no cross-node transport is configured — a single-node deployment, a non-Postgres (e.g. - NoOpClusterEventBus() - Constructor for class com.onec.cluster.NoOpClusterEventBus
- noSearch() - Method in class com.onec.ui.ListSpec
-
Turn the search bar off for this list.
- notNull() - Method in record class com.onec.schema.ColumnModel
-
Returns the value of the
notNullrecord component. - notNull() - Method in record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
-
Returns the value of the
notNullrecord component. - NUMBER - Enum constant in enum class com.onec.ui.InputType
-
A numeric field (value is the number as a string).
- numberGenerator(Jdbi) - Method in class com.onec.spring.OnecAutoConfiguration
- NumberGenerator - Interface in com.onec.numbering
- numberLength() - Element in annotation interface com.onec.annotations.Document
- numberLength() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
numberLengthrecord component. - numberPrefix() - Element in annotation interface com.onec.annotations.Document
- numberPrefix() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
numberPrefixrecord component.
O
- OBJECT_KEYS - Enum constant in enum class com.onec.auth.OnecAuthProperties.Shape
-
A JSON object whose keys are the role names (Zitadel's project-roles claim).
- of(SchemaModel) - Static method in record class com.onec.schema.SchemaSnapshot
- of(Class<?>, String...) - Static method in record class com.onec.query.Path
- of(Class<T>, UUID) - Static method in record class com.onec.types.Ref
- of(String) - Static method in record class com.onec.ui.divkit.Palette
- of(String, BrandingConfig) - Static method in record class com.onec.ui.divkit.Palette
-
The palette for
themewith the consumer'sBrandingConfigoverrides merged in. - of(String, Integer, Integer) - Static method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
- of(String, String) - Static method in record class com.onec.schema.ColumnModel
- of(String, Map<String, Object>) - Static method in class com.onec.ui.divkit.DivCard
- OFF - Enum constant in enum class com.onec.schema.SchemaMode
- offset() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
offsetrecord component. - offset() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
offsetrecord component. - offset(int) - Method in class com.onec.query.QueryBuilder
- ofVars(String, Map<String, Object>, Map<String, Object>) - Static method in class com.onec.ui.divkit.DivCard
-
Full card plus a
varsseed map the client loads into its DivKit variables controller, so@{name}-bound text (e.g. - Oidc() - Constructor for class com.onec.auth.OnecAuthProperties.Oidc
- OIDC - Enum constant in enum class com.onec.auth.OnecAuthProperties.Mode
-
Server-side OpenID Connect authorization-code login (session cookie).
- ok() - Static method in record class com.onec.ui.ActionResult
-
Did nothing observable — just acknowledge.
- onAfterConvert(Object) - Method in class com.onec.spring.OnecAfterConvertCallback
- onAfterConvert(Object) - Method in class com.onec.spring.OnecAfterSaveCallback
- onAfterSave(Object) - Method in class com.onec.spring.OnecAfterSaveCallback
- onBeforeConvert(Object) - Method in class com.onec.spring.OnecBeforeConvertCallback
- onBeforeDelete(Object, MutableAggregateChange<Object>) - Method in class com.onec.spring.OnecBeforeDeleteCallback
- onecAfterConvertCallback(MetadataRegistry, SecretCipher) - Method in class com.onec.spring.OnecAutoConfiguration
- OnecAfterConvertCallback - Class in com.onec.spring
-
Marks freshly-loaded aggregates as not-new so that a subsequent
repository.save(...)issues an UPDATE rather than an INSERT. - OnecAfterConvertCallback(MetadataRegistry, SecretCipher) - Constructor for class com.onec.spring.OnecAfterConvertCallback
- onecAfterSaveCallback(OutboxWriter, MetadataRegistry, SecretCipher, EntityChangePublisher, OnecMetrics) - Method in class com.onec.spring.OnecAutoConfiguration
- OnecAfterSaveCallback - Class in com.onec.spring
- OnecAfterSaveCallback() - Constructor for class com.onec.spring.OnecAfterSaveCallback
- OnecAfterSaveCallback(OutboxWriter, MetadataRegistry, SecretCipher) - Constructor for class com.onec.spring.OnecAfterSaveCallback
- OnecAfterSaveCallback(OutboxWriter, MetadataRegistry, SecretCipher, EntityChangePublisher) - Constructor for class com.onec.spring.OnecAfterSaveCallback
- OnecAfterSaveCallback(OutboxWriter, MetadataRegistry, SecretCipher, EntityChangePublisher, OnecMetrics) - Constructor for class com.onec.spring.OnecAfterSaveCallback
- OnecAuthAutoConfiguration - Class in com.onec.auth
-
Auto-configures authentication for an Onec application.
- OnecAuthAutoConfiguration() - Constructor for class com.onec.auth.OnecAuthAutoConfiguration
- OnecAuthProperties - Class in com.onec.auth
- OnecAuthProperties() - Constructor for class com.onec.auth.OnecAuthProperties
- OnecAuthProperties.Mode - Enum Class in com.onec.auth
- OnecAuthProperties.Oidc - Class in com.onec.auth
-
OIDC configuration for the
OnecAuthProperties.Mode.OIDCandOnecAuthProperties.Mode.RESOURCE_SERVERmodes. - OnecAuthProperties.Provider - Enum Class in com.onec.auth
-
Provider presets.
- OnecAuthProperties.RememberMe - Class in com.onec.auth
-
Persistent "remember me" login for
OnecAuthProperties.Mode.IN_MEMORY. - OnecAuthProperties.ResolvedOidc - Record Class in com.onec.auth
-
Effective OIDC settings after the
OnecAuthProperties.Providerpreset has been applied. - OnecAuthProperties.Roles - Class in com.onec.auth
-
How token claims map onto Spring Security authorities.
- OnecAuthProperties.RoleSource - Class in com.onec.auth
-
One claim that carries roles, and the shape of its value.
- OnecAuthProperties.Session - Class in com.onec.auth
-
Session longevity for the cookie-based modes.
- OnecAuthProperties.Shape - Enum Class in com.onec.auth
-
The shape of a role claim's value.
- OnecAuthProperties.User - Class in com.onec.auth
- OnecAutoConfiguration - Class in com.onec.spring
- OnecAutoConfiguration() - Constructor for class com.onec.spring.OnecAutoConfiguration
- OnecAutoConfigurationImportFilter - Class in com.onec.spring
-
Excludes Spring Boot's default JdbcRepositoriesAutoConfiguration since OnecRepositoriesAutoConfiguration handles JDBC repos with proper RegisterRepository exclusion.
- OnecAutoConfigurationImportFilter() - Constructor for class com.onec.spring.OnecAutoConfigurationImportFilter
- onecBeforeConvertCallback(MetadataRegistry, NumberGenerator, SecretCipher, OnecMetrics) - Method in class com.onec.spring.OnecAutoConfiguration
- OnecBeforeConvertCallback - Class in com.onec.spring
- OnecBeforeConvertCallback(MetadataRegistry, NumberGenerator, SecretCipher) - Constructor for class com.onec.spring.OnecBeforeConvertCallback
- OnecBeforeConvertCallback(MetadataRegistry, NumberGenerator, SecretCipher, OnecMetrics) - Constructor for class com.onec.spring.OnecBeforeConvertCallback
- onecBeforeDeleteCallback(OutboxWriter, MetadataRegistry, EntityChangePublisher) - Method in class com.onec.spring.OnecAutoConfiguration
- OnecBeforeDeleteCallback - Class in com.onec.spring
- OnecBeforeDeleteCallback() - Constructor for class com.onec.spring.OnecBeforeDeleteCallback
- OnecBeforeDeleteCallback(OutboxWriter) - Constructor for class com.onec.spring.OnecBeforeDeleteCallback
- OnecBeforeDeleteCallback(OutboxWriter, MetadataRegistry, EntityChangePublisher) - Constructor for class com.onec.spring.OnecBeforeDeleteCallback
- OnecBuildInfo - Class in com.onec.ui
-
The onec-framework version this build was produced from, baked into
META-INF/onec-build.propertiesby theprocessResourcesstep. - OnecClusterAutoConfiguration - Class in com.onec.cluster.pg
- OnecClusterAutoConfiguration() - Constructor for class com.onec.cluster.pg.OnecClusterAutoConfiguration
- onecClusterEventBus(DataSource, ObjectMapper, OnecClusterProperties) - Method in class com.onec.cluster.pg.OnecClusterAutoConfiguration
- OnecClusterProperties - Class in com.onec.cluster.pg
- OnecClusterProperties() - Constructor for class com.onec.cluster.pg.OnecClusterProperties
- OnecDesktopAutoConfiguration - Class in com.onec.desktop
-
Wires desktop mode: exposes the manifest/readiness endpoints the Tauri shell drives, and supplies a default
DesktopAppwhen the application defines none. - OnecDesktopAutoConfiguration() - Constructor for class com.onec.desktop.OnecDesktopAutoConfiguration
- onecInboundContainer(KafkaProperties, KafkaEventConsumer, OnecKafkaProperties) - Method in class com.onec.kafka.OnecKafkaInboundAutoConfiguration
- onecInbox(DataSource) - Method in class com.onec.kafka.OnecKafkaInboundAutoConfiguration
- OnecJdbcConverter - Class in com.onec.spring
-
A
MappingJdbcConverterthat fixes how framework enums map onto their database column type. - OnecJdbcConverter(RelationalMappingContext, RelationResolver, CustomConversions, JdbcTypeFactory) - Constructor for class com.onec.spring.OnecJdbcConverter
- OnecKafkaAutoConfiguration - Class in com.onec.kafka
- OnecKafkaAutoConfiguration() - Constructor for class com.onec.kafka.OnecKafkaAutoConfiguration
- OnecKafkaInboundAutoConfiguration - Class in com.onec.kafka
- OnecKafkaInboundAutoConfiguration() - Constructor for class com.onec.kafka.OnecKafkaInboundAutoConfiguration
- OnecKafkaProperties - Class in com.onec.kafka
- OnecKafkaProperties() - Constructor for class com.onec.kafka.OnecKafkaProperties
- OnecKafkaProperties.Inbound - Class in com.onec.kafka
-
Inbound (consumer) settings.
- OnecMailAutoConfiguration - Class in com.onec.mail
- OnecMailAutoConfiguration() - Constructor for class com.onec.mail.OnecMailAutoConfiguration
- OnecMappingContext - Class in com.onec.spring
- OnecMappingContext(NamingStrategy) - Constructor for class com.onec.spring.OnecMappingContext
- OnecMcpAutoConfiguration - Class in com.onec.mcp
-
Auto-configuration for the onec MCP server.
- OnecMcpAutoConfiguration() - Constructor for class com.onec.mcp.OnecMcpAutoConfiguration
- onecMcpJsonMapper() - Method in class com.onec.mcp.OnecMcpAutoConfiguration
- OnecMcpProperties - Class in com.onec.mcp
-
Configuration for the onec MCP server.
- OnecMcpProperties() - Constructor for class com.onec.mcp.OnecMcpProperties
- onecMcpSecurityFilterChain(HttpSecurity, OnecMcpProperties) - Method in class com.onec.mcp.McpSecurityConfiguration
- onecMcpServer(HttpServletStreamableServerTransportProvider, MetadataToolFactory, OnecMcpProperties, McpJsonMapper) - Method in class com.onec.mcp.OnecMcpAutoConfiguration
- onecMcpServletRegistration(HttpServletStreamableServerTransportProvider, OnecMcpProperties) - Method in class com.onec.mcp.OnecMcpAutoConfiguration
- onecMcpTransportProvider(McpJsonMapper, OnecMcpProperties) - Method in class com.onec.mcp.OnecMcpAutoConfiguration
- onecMetrics(ObjectProvider<MeterRegistry>) - Method in class com.onec.spring.OnecAutoConfiguration
- OnecMetrics - Class in com.onec.spring
- OnecMetrics(MeterRegistry) - Constructor for class com.onec.spring.OnecMetrics
- onecNamingStrategy() - Method in class com.onec.spring.OnecAutoConfiguration
- OnecNamingStrategy - Class in com.onec.spring
- OnecNamingStrategy() - Constructor for class com.onec.spring.OnecNamingStrategy
- OnecNamingStrategy(Map<Class<?>, String>) - Constructor for class com.onec.spring.OnecNamingStrategy
- OnecOperationEvent - Class in com.onec.performance
- OnecOperationEvent(String, long) - Constructor for class com.onec.performance.OnecOperationEvent
- OnecPerformance - Class in com.onec.performance
-
JDK Flight Recorder instrumentation helpers for onec framework operations.
- OnecPrintAutoConfiguration - Class in com.onec.print
- OnecPrintAutoConfiguration() - Constructor for class com.onec.print.OnecPrintAutoConfiguration
- OnecProperties - Class in com.onec.spring
- OnecProperties() - Constructor for class com.onec.spring.OnecProperties
- OnecProperties.Schema - Class in com.onec.spring
-
Schema lifecycle configuration (
onec.schema.*). - OnecProperties.Security - Class in com.onec.spring
-
Security-related configuration (
onec.security.*). - OnecRepositoriesAutoConfiguration - Class in com.onec.spring
-
Replaces Spring Boot's JdbcRepositoriesAutoConfiguration with one that excludes RegisterRepository subtypes, and enables register repo scanning separately.
- OnecRepositoriesAutoConfiguration() - Constructor for class com.onec.spring.OnecRepositoriesAutoConfiguration
- onecValidationExceptionHandler() - Method in class com.onec.ui.UiAutoConfiguration
- OnecValidationExceptionHandler - Class in com.onec.ui
-
Maps the framework's
ValidationException(a missing required attribute, an out-of-range / malformed value, or a failed business rule) to HTTP 400 with a small JSON body, so a client-input error reads as a Bad Request instead of a 500 (issue #32). - OnecValidationExceptionHandler() - Constructor for class com.onec.ui.OnecValidationExceptionHandler
- onEntityChanged(EntityChangedEvent) - Method in class com.onec.spring.ClusterEntityChangeRelay
- onEntityChanged(EntityChangedEvent) - Method in class com.onec.ui.UiEventPublisher
-
Fans an
EntityChangedEventout to every open SSE stream. - onField(String, String, BooleanSupplier) - Static method in record class com.onec.rules.BusinessRule
-
A rule scoped to a single field — its message shows inline on that field.
- onFilling() - Method in interface com.onec.lifecycle.OnFillingHandler
- OnFillingHandler - Interface in com.onec.lifecycle
- onMessage(ConsumerRecord<String, String>) - Method in class com.onec.kafka.KafkaEventConsumer
- op() - Method in record class com.onec.query.Predicate
-
Returns the value of the
oprecord component. - operation - Variable in class com.onec.performance.OnecOperationEvent
- OptimisticLockException - Exception Class in com.onec.repository
- OptimisticLockException(String) - Constructor for exception class com.onec.repository.OptimisticLockException
- option(String, String) - Static method in class com.onec.ui.divkit.Div
- options() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns the value of the
optionsrecord component. - options() - Method in record class com.onec.ui.ListSpec.Filter
-
Returns the value of the
optionsrecord component. - options() - Method in record class com.onec.ui.ResolvedListView.Filter
-
Returns the value of the
optionsrecord component. - options(String...) - Method in class com.onec.ui.InputSpec.InputBuilder
-
The choices for a
InputType.SELECTinput. - options(String...) - Method in class com.onec.ui.ListSpec.FilterBuilder
-
A SELECT filter: pick one of
options, matched for equality on the field. - OPTIONS - Enum constant in enum class com.onec.ui.ListSpec.FilterType
-
A SELECT of
ListSpec.Filter.options; the chosen value is matched for equality on the field. - order() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- order() - Element in annotation interface com.onec.annotations.UiHint
-
Deprecated.
- order() - Element in annotation interface com.onec.annotations.UiSection
-
Deprecated.
- order() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
orderrecord component. - order() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
orderrecord component. - order() - Method in record class com.onec.metadata.EnumerationValueDescriptor
-
Returns the value of the
orderrecord component. - order() - Element in annotation interface com.onec.print.PrintTemplate
-
Order in UI lists when multiple templates are defined.
- order() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns the value of the
orderrecord component. - order() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
orderrecord component. - order() - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Returns the value of the
orderrecord component. - order() - Method in record class com.onec.ui.UiLayout.Section
-
Returns the value of the
orderrecord component. - order() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
orderrecord component. - order(int) - Method in class com.onec.ui.FieldHintBuilder
- order(int) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- order(int) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- Order - Record Class in com.onec.query
-
An ORDER BY term over a
Path. - Order(Path, Order.Direction) - Constructor for record class com.onec.query.Order
-
Creates an instance of a
Orderrecord class. - Order.Direction - Enum Class in com.onec.query
- orderBy() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
orderByrecord component. - orderBy() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
orderByrecord component. - orderBy(Order...) - Method in class com.onec.query.QueryBuilder
- originNodeId() - Method in record class com.onec.cluster.ClusterEvent
-
Returns the value of the
originNodeIdrecord component. - OutboxEvent - Record Class in com.onec.messaging
- OutboxEvent(UUID, String, String, String, String, LocalDateTime, LocalDateTime, String) - Constructor for record class com.onec.messaging.OutboxEvent
-
Creates an instance of a
OutboxEventrecord class. - outboxRelay(OutboxWriter, KafkaTemplate<String, String>, ObjectMapper, OnecKafkaProperties) - Method in class com.onec.kafka.OnecKafkaAutoConfiguration
- OutboxRelay - Class in com.onec.kafka
- OutboxRelay(OutboxWriter, KafkaTemplate<String, String>, ObjectMapper, OnecKafkaProperties) - Constructor for class com.onec.kafka.OutboxRelay
- outboxWriter(Jdbi) - Method in class com.onec.spring.OnecAutoConfiguration
- OutboxWriter - Class in com.onec.messaging
- OutboxWriter(Jdbi) - Constructor for class com.onec.messaging.OutboxWriter
- outputName() - Method in record class com.onec.query.Select
-
Column name in the result set: explicit alias, else derived from the path/aggregate.
- owner() - Element in annotation interface com.onec.annotations.BusinessContext
P
- pad(Map<String, Object>, int, int) - Static method in class com.onec.ui.divkit.Div
- pad(Map<String, Object>, int, int, int, int) - Static method in class com.onec.ui.divkit.Div
- page() - Method in record class com.onec.ui.BrandPalette
-
Returns the value of the
pagerecord component. - page() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
pagerecord component. - page(CatalogDescriptor, int, int, String, boolean, String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>) - Method in class com.onec.ui.CatalogQueryService
-
One page of a catalog list, server-side sorted and filtered — the engine behind the virtualized/paged list grid.
- page(DocumentDescriptor, int, int, String, boolean, String, String, String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>) - Method in class com.onec.ui.DocumentQueryService
-
One page of a document list — server-side sorted, filtered, optionally date-ranged.
- page(String) - Method in class com.onec.ui.UiLayoutBuilder.PaletteBuilder
-
App background behind the islands.
- Page - Interface in com.onec.ui
-
An authored page — a route whose content you compose in code, the page-level peer of
EntityView. - pageAction(String) - Method in class com.onec.ui.PageBuilder
-
The page action with this key, or
nullif the page declares none. - pageAction(String, String, String, String, Map<String, Object>, Principal) - Method in class com.onec.ui.DivKitController
-
Run a page action button's server handler — the обработка-style logic declared via
PageBuilder.actions(java.lang.String, java.util.function.Consumer<com.onec.ui.ActionSpec>). - pageActions() - Method in class com.onec.ui.PageBuilder
-
The page's action-button handlers, in declaration order (resolved by key on post-back).
- PageBuilder - Class in com.onec.ui
-
Composes a
Page's content: an optional header, a grid of dashboard widgets, and freeformPageComponentblocks. - PageBuilder() - Constructor for class com.onec.ui.PageBuilder
- PageComponent - Record Class in com.onec.ui
-
A freeform block a
Pagecomposes beyond the widget grid: a text block, adiv-customextension, a full interactive entity list, or a section of action buttons. - PageComponent(PageComponent.Kind, String, String, Map<String, Object>, Class<?>) - Constructor for record class com.onec.ui.PageComponent
-
Creates an instance of a
PageComponentrecord class. - PageComponent.Kind - Enum Class in com.onec.ui
- PageDivBuilder - Class in com.onec.ui.divkit
-
Renders an authored
Pageto DivKit content: a header, the composed widget area, then any freeformPageComponentblocks. - pageResolver(ObjectProvider<Page>) - Method in class com.onec.ui.UiAutoConfiguration
- PageResolver - Class in com.onec.ui
- PageResolver(List<Page>) - Constructor for class com.onec.ui.PageResolver
- Palette - Record Class in com.onec.ui.divkit
-
Theme-aware color palette mirroring the app's shadcn CSS variables (a neutral, zero-saturation scale) so emitted DivKit surfaces match the rest of the UI in light and dark.
- Palette(String, String, String, String, String, String, String, String, String, String, String) - Constructor for record class com.onec.ui.divkit.Palette
-
Creates an instance of a
Paletterecord class. - PaletteBuilder() - Constructor for class com.onec.ui.UiLayoutBuilder.PaletteBuilder
- paletteFor(String) - Method in record class com.onec.ui.BrandingConfig
-
The brand color overrides for the requested theme.
- parse(String) - Static method in enum class com.onec.ui.Viewport
-
Parse a client token; unknown/blank defaults to
Viewport.DESKTOP. - parse(String, Set<String>) - Static method in class com.onec.ui.WidgetFilter
- parse(List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, Set<String>) - Static method in class com.onec.ui.ListFilter
- parse(List<String>, List<String>, List<String>, Set<String>) - Static method in class com.onec.ui.ListFilter
-
Back-compat overload for callers that only use the equality + date-range channels.
- passwordEnabled() - Method in record class com.onec.auth.spi.AuthMethods
-
Returns the value of the
passwordEnabledrecord component. - path() - Method in record class com.onec.query.Order
-
Returns the value of the
pathrecord component. - path() - Method in record class com.onec.query.Predicate
-
Returns the value of the
pathrecord component. - path() - Method in record class com.onec.query.Select
-
Returns the value of the
pathrecord component. - path() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Returns the value of the
pathrecord component. - Path - Record Class in com.onec.query
-
A column reference within a query, expressed as a chain of bean-property hops on the query's
fromentity. - Path(Class<?>, List<String>) - Constructor for record class com.onec.query.Path
-
Creates an instance of a
Pathrecord class. - pattern() - Element in annotation interface com.onec.annotations.Attribute
-
A regex the String value must fully match.
- pattern() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Returns the value of the
patternrecord component. - payload() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
-
Returns the value of the
payloadrecord component. - payload() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
payloadrecord component. - payload() - Method in record class com.onec.ui.PageComponent
-
Returns the value of the
payloadrecord component. - PDF - Enum constant in enum class com.onec.print.PrintFormat
- pending(Jdbi, List<AppMigration>) - Method in class com.onec.migration.MigrationRunner
-
Migrations not yet recorded in the history table, in execution order.
- Pending(UUID, String, int) - Constructor for record class com.onec.mail.outbox.MailOutbox.Pending
-
Creates an instance of a
Pendingrecord class. - periodicity() - Element in annotation interface com.onec.annotations.InformationRegister
- periodicity() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
periodicityrecord component. - Periodicity - Enum Class in com.onec.model
- pk() - Method in record class com.onec.query.EntityMeta
-
Returns the value of the
pkrecord component. - placeholder() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
placeholderrecord component. - placeholder() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns the value of the
placeholderrecord component. - placeholder(String) - Method in class com.onec.ui.FieldHintBuilder
-
Placeholder text shown in this field's empty input on the edit form.
- placeholder(String) - Method in class com.onec.ui.InputSpec.InputBuilder
- placement() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Returns the value of the
placementrecord component. - placement() - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Returns the value of the
placementrecord component. - placement() - Method in record class com.onec.ui.UiLayout.Section
-
Returns the value of the
placementrecord component. - placement(UiLayout.Placement) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- PLAN - Enum constant in enum class com.onec.schema.SchemaMode
- post(DocumentDescriptor, UUID, Principal) - Method in class com.onec.ui.DocumentCommandService
- post(DocumentObject) - Method in class com.onec.posting.PostingEngine
- post(DocumentObject) - Method in class com.onec.posting.PostingService
- post(DocumentObject) - Method in class com.onec.spring.TimedPostingService
- post(String, UUID, Principal) - Method in class com.onec.ui.GenericDocumentController
- Postable - Interface in com.onec.lifecycle
- POSTED - Static variable in record class com.onec.events.EntityChangedEvent
- postEventPublisher(ApplicationEventPublisher) - Method in class com.onec.spring.OnecAutoConfiguration
-
Bridges the framework's
PostEventPublisherSPI onto Spring'sApplicationEventPublisher, so a successful post/unpost publishes aDocumentPostedEvent/DocumentUnpostedEventthat application code can@EventListener. - PostEventPublisher - Interface in com.onec.posting
-
Narrow SPI the
PostingEngineuses to emitDocumentPostedEvent/DocumentUnpostedEventafter a post/unpost transaction commits. - PostgresClusterEventBus - Class in com.onec.cluster.pg
-
ClusterEventBusbacked by PostgresLISTEN/NOTIFY— the default cross-node transport, needing no infrastructure beyond the database the app already uses. - PostgresClusterEventBus(DataSource, ObjectMapper, OnecClusterProperties) - Constructor for class com.onec.cluster.pg.PostgresClusterEventBus
- POSTGRESQL - Enum constant in enum class com.onec.schema.SqlDialect
- PostingContext - Class in com.onec.posting
- PostingContext(Map<Class<?>, RegisterRepositoryImpl<?>>) - Constructor for class com.onec.posting.PostingContext
- PostingEngine - Class in com.onec.posting
-
Posts documents: runs their
Postablelogic, writes the resulting register movements and totals, enforces non-negative balances, then flips_posted. - PostingEngine(Jdbi, MetadataRegistry, Map<Class<?>, RegisterRepositoryImpl<?>>) - Constructor for class com.onec.posting.PostingEngine
- PostingEngine(Jdbi, MetadataRegistry, Map<Class<?>, RegisterRepositoryImpl<?>>, OutboxWriter) - Constructor for class com.onec.posting.PostingEngine
- PostingEngine(Jdbi, MetadataRegistry, Map<Class<?>, RegisterRepositoryImpl<?>>, OutboxWriter, PostEventPublisher) - Constructor for class com.onec.posting.PostingEngine
- postingPreview(DocumentDescriptor, UUID, Principal) - Method in class com.onec.ui.DocumentCommandService
- postingPreview(String, UUID, Principal) - Method in class com.onec.ui.GenericDocumentController
- PostingPreview - Record Class in com.onec.posting
- PostingPreview(String, String, List<PostingPreview.RegisterPreview>) - Constructor for record class com.onec.posting.PostingPreview
-
Creates an instance of a
PostingPreviewrecord class. - PostingPreview.RegisterPreview - Record Class in com.onec.posting
- postingService(Jdbi, MetadataRegistry, Map<Class<?>, RegisterRepositoryImpl<?>>, OutboxWriter, PostEventPublisher, OnecMetrics) - Method in class com.onec.spring.OnecAutoConfiguration
- PostingService - Class in com.onec.posting
- PostingService(PostingEngine) - Constructor for class com.onec.posting.PostingService
- postLogoutRedirectUri() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns the value of the
postLogoutRedirectUrirecord component. - postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class com.onec.spring.RegisterRepositoryRegistrar
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.onec.spring.RegisterRepositoryRegistrar
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.onec.desktop.DesktopEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.onec.desktop.SessionSchemaEnvironmentPostProcessor
- precision() - Element in annotation interface com.onec.annotations.Attribute
- precision() - Element in annotation interface com.onec.annotations.Resource
- precision() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
precisionrecord component. - Predicate - Record Class in com.onec.query
-
A WHERE condition on a
Path. - Predicate(Path, Predicate.Op, Object, Object, List<?>) - Constructor for record class com.onec.query.Predicate
-
Creates an instance of a
Predicaterecord class. - Predicate.Op - Enum Class in com.onec.query
- preloadForDetail(Class<?>, UUID, Principal) - Method in class com.onec.ui.RelatedListReader
-
Preloads the read-only rows for every panel that should render on
parentClass's detail surface, keyed by panel name. - present() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
- preview(DocumentObject) - Method in class com.onec.posting.PostingEngine
- preview(DocumentObject) - Method in class com.onec.posting.PostingService
- preview(DocumentObject) - Method in class com.onec.spring.TimedPostingService
- preview(String) - Method in class com.onec.mail.web.MailPreviewController
- Preview() - Constructor for class com.onec.mail.MailProperties.Preview
- previousNames() - Element in annotation interface com.onec.annotations.Attribute
-
Former names of this attribute, so the schema upgrader can rename the existing column (keeping its data) instead of adding a fresh empty one.
- previousNames() - Element in annotation interface com.onec.annotations.Catalog
-
Former names of this catalog (previous
Catalog.name()orCatalog.tableName()values), so the schema upgrader can rename the existing table — keeping its data — instead of creating a fresh empty one. - previousNames() - Element in annotation interface com.onec.annotations.Document
-
Former names of this document (previous
Document.name()orDocument.tableName()values), so the schema upgrader can rename the existing tables — the document table and its tabular-section tables, keeping their data — instead of creating fresh empty ones. - previousNames() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
previousNamesrecord component. - previousNames() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
previousNamesrecord component. - previousNames() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
previousNamesrecord component. - previousNames() - Method in record class com.onec.schema.ColumnModel
-
Returns the value of the
previousNamesrecord component. - previousNames() - Method in record class com.onec.schema.TableModel
-
Returns the value of the
previousNamesrecord component. - primary() - Method in class com.onec.ui.ActionHintBuilder
-
Show this action as a primary button in the detail header.
- primary() - Method in record class com.onec.ui.BrandPalette
-
Returns the value of the
primaryrecord component. - primary() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
primaryrecord component. - primary(String) - Method in class com.onec.ui.UiLayoutBuilder.PaletteBuilder
-
Brand accent (active nav, links, primary buttons).
- primaryKey() - Method in record class com.onec.schema.ColumnModel
-
Returns the value of the
primaryKeyrecord component. - primaryKey(String, String) - Static method in record class com.onec.schema.ColumnModel
- primarySoft() - Method in record class com.onec.ui.BrandPalette
-
Returns the value of the
primarySoftrecord component. - primarySoft() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
primarySoftrecord component. - primarySoft(String) - Method in class com.onec.ui.UiLayoutBuilder.PaletteBuilder
-
The tint painted behind the active/selected accent.
- principal(McpSyncServerExchange) - Static method in class com.onec.mcp.McpPrincipalContext
-
Reads the authenticated principal captured for the current tool call, or
nullwhen the request was anonymous. - PRINCIPAL_KEY - Static variable in class com.onec.mcp.McpPrincipalContext
-
Key under which the captured
Principalis stored in the transport context. - principalClaim() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns the value of the
principalClaimrecord component. - PrintFormat - Enum Class in com.onec.print
- PrintProperties - Class in com.onec.print
- PrintProperties() - Constructor for class com.onec.print.PrintProperties
- PrintResult - Record Class in com.onec.print
- PrintResult(byte[], String, String) - Constructor for record class com.onec.print.PrintResult
-
Creates an instance of a
PrintResultrecord class. - PrintScanner - Class in com.onec.print
- PrintScanner() - Constructor for class com.onec.print.PrintScanner
- printService(PrintTemplateRegistry, ResourceLoader, PrintProperties) - Method in class com.onec.print.OnecPrintAutoConfiguration
- PrintService - Interface in com.onec.print
-
Renders a registered template for a given target object into bytes.
- PrintTemplate - Annotation Interface in com.onec.print
-
Declares a print template attached to a document or catalog class.
- PrintTemplateDescriptor - Record Class in com.onec.print
- PrintTemplateDescriptor(Class<?>, String, String, String, PrintFormat, int) - Constructor for record class com.onec.print.PrintTemplateDescriptor
-
Creates an instance of a
PrintTemplateDescriptorrecord class. - printTemplateRegistry(ApplicationContext, PrintProperties) - Method in class com.onec.print.OnecPrintAutoConfiguration
- PrintTemplateRegistry - Class in com.onec.print
- PrintTemplateRegistry() - Constructor for class com.onec.print.PrintTemplateRegistry
- PrintTemplates - Annotation Interface in com.onec.print
- priority() - Method in class com.onec.ui.LayoutSpec
- priority() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns the value of the
priorityrecord component. - priority(int) - Method in class com.onec.ui.LayoutSpec
- priority(int) - Method in class com.onec.ui.UiLayoutBuilder.ProfileBuilder
- profile() - Method in interface com.onec.ui.EntityView
-
The profile/persona id this view applies to, or
null(default) to apply to every profile. - profile() - Method in interface com.onec.ui.Layout
-
The persona id this layout builds, or
nullfor the default shell. - profile() - Method in interface com.onec.ui.Page
-
The profile/persona id this page applies to, or
null(default) for every profile. - profile() - Method in record class com.onec.ui.UiProfileResolver.Resolution
-
Returns the value of the
profilerecord component. - profile(String) - Method in class com.onec.ui.UiLayoutBuilder
-
Declare (or extend) a named persona profile.
- Profile(String, String, String, List<String>, int, List<UiLayout.Section>, List<UiLayoutBuilder.WidgetConfig>) - Constructor for record class com.onec.ui.UiLayout.Profile
-
Creates an instance of a
Profilerecord class. - ProfileLink(String, String) - Constructor for record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
-
Creates an instance of a
ProfileLinkrecord class. - profiles() - Method in record class com.onec.ui.UiLayout
-
Returns the value of the
profilesrecord component. - providers() - Method in record class com.onec.auth.spi.AuthMethods
-
Returns the value of the
providersrecord component. - publish(ClusterEvent) - Method in interface com.onec.cluster.ClusterEventBus
-
Publish a change to peer nodes.
- publish(ClusterEvent) - Method in class com.onec.cluster.NoOpClusterEventBus
- publish(ClusterEvent) - Method in class com.onec.cluster.pg.PostgresClusterEventBus
- publish(EntityChangedEvent) - Method in interface com.onec.events.EntityChangePublisher
- publish(Object) - Method in interface com.onec.posting.PostEventPublisher
- publish(String, String, String, Object) - Method in class com.onec.ui.UiEventPublisher
- publish(String, String, String, Object, String) - Method in class com.onec.ui.UiEventPublisher
- publishedAt() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
publishedAtrecord component.
Q
- Q - Class in com.onec.query
-
Static factory helpers for the fluent query DSL.
- QUARTER - Enum constant in enum class com.onec.model.Periodicity
- query() - Method in interface com.onec.repository.RegisterRepository
- query() - Method in class com.onec.repository.RegisterRepositoryImpl
- QueryBuilder<T> - Class in com.onec.query
-
Fluent front-end that accumulates a
QuerySpecand runs it through aQueryEngine. - queryEngine(Jdbi, MetadataRegistry) - Method in class com.onec.spring.OnecAutoConfiguration
-
The unified type-safe query layer: a
QueryEngineover catalogs, documents, and registers withRef-navigation joins. - QueryEngine - Class in com.onec.query
-
Compiles a
QuerySpecto SQL via theJoinWalker(ref-navigation joins) and the sharedSqlRenderer, then runs it through JDBI. - QueryEngine(Jdbi, MetadataRegistry) - Constructor for class com.onec.query.QueryEngine
- queryLookupStrategy() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- QuerySpec - Record Class in com.onec.query
-
The declarative AST for a query over any catalog, document, or register — the single source of truth that the fluent builder produces and that the engine compiles to SQL.
- QuerySpec(Class<?>, List<Select>, List<Predicate>, List<Path>, List<Order>, List<Path>, Integer, Integer) - Constructor for record class com.onec.query.QuerySpec
-
Creates an instance of a
QuerySpecrecord class. - queue(MailMessage) - Method in class com.onec.mail.MailService
-
Durable queue.
- queue(MailMessage, String) - Method in class com.onec.mail.MailService
-
Durable queue with an idempotency key: enqueuing twice with the same key dispatches once.
- queue(Object, String, String, Map<String, Object>, String...) - Method in class com.onec.mail.MailService
- queue(Object, String, Map<String, Object>, String...) - Method in class com.onec.mail.MailService
- quit() - Method in record class com.onec.desktop.DesktopManifest.Tray
-
Returns the value of the
quitrecord component. - quit(String) - Method in class com.onec.desktop.DesktopSpec.TraySpec
-
Label for the tray's quit menu item.
R
- read(Handle) - Static method in class com.onec.schema.DatabaseIntrospector
- readRoles() - Element in annotation interface com.onec.annotations.AccessControl
- readRoles() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
readRolesrecord component. - readRoles() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
readRolesrecord component. - readRoles() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
readRolesrecord component. - readRoles() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
readRolesrecord component. - ready() - Method in class com.onec.desktop.DesktopManifestController
- reasonFor(String) - Method in class com.onec.mail.suppression.MailSuppressionList
- rebuildTotals() - Method in class com.onec.posting.RegisterPersistence
- rebuildTotals() - Method in interface com.onec.repository.RegisterRepository
- rebuildTotals() - Method in class com.onec.repository.RegisterRepositoryImpl
- RECEIPT - Enum constant in enum class com.onec.model.MovementType
- record(String, long, Runnable) - Static method in class com.onec.performance.OnecPerformance
- record(String, long, Supplier<T>) - Static method in class com.onec.performance.OnecPerformance
- record(String, Runnable) - Static method in class com.onec.performance.OnecPerformance
- record(String, Supplier<T>) - Static method in class com.onec.performance.OnecPerformance
- recordFailure(UUID, int, String, LocalDateTime, boolean) - Method in class com.onec.mail.outbox.MailOutbox
- recordId() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Returns the value of the
recordIdrecord component. - recordSchema(Jdbi, String, List<String>, String) - Method in class com.onec.schema.SchemaHistoryRepository
- redact(List<Map<String, Object>>, List<AttributeDescriptor>) - Static method in class com.onec.security.SecretRedactor
- redirect(String) - Static method in record class com.onec.ui.ActionResult
-
Send the top-level browser to an external
url(a full-page navigation, not a new tab) — e.g. - ref(FieldReference<T, Ref<A>>, FieldReference<A, Ref<B>>, FieldReference<B, R>) - Static method in class com.onec.query.Q
-
Project a column reached through two
Refhops (auto-join, deep navigation). - ref(FieldReference<T, Ref<A>>, FieldReference<A, R>) - Static method in class com.onec.query.Q
-
Project a column reached through one
Refhop (auto-join). - Ref<T> - Record Class in com.onec.types
- Ref(Class<T>, UUID) - Constructor for record class com.onec.types.Ref
-
Creates an instance of a
Refrecord class. - references() - Method in record class com.onec.schema.ColumnModel
-
Returns the value of the
referencesrecord component. - refresh() - Method in record class com.onec.ui.ActionResult
-
Returns the value of the
refreshrecord component. - refresh(String) - Static method in record class com.onec.ui.ActionResult
-
Show a toast and reload the current surface (the common "it changed data" case).
- refResolver(ApplicationContext) - Method in class com.onec.spring.OnecAutoConfiguration
- RefResolver - Class in com.onec.ui
-
Resolves Ref UUID columns and Enum UUID columns to human-readable display values.
- RefResolver - Interface in com.onec.types
- RefResolver(MetadataRegistry, Jdbi) - Constructor for class com.onec.ui.RefResolver
- refTarget() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
refTargetrecord component. - RefToUuid() - Constructor for class com.onec.spring.EnumUuidConverters.RefToUuid
- register(MailTemplateDescriptor) - Method in class com.onec.mail.template.MailTemplateRegistry
- register(PrintTemplateDescriptor) - Method in class com.onec.print.PrintTemplateRegistry
- register(Class<?>) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- register(Class<?>) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- register(Class<?>, String) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
-
Add a register with an explicit nav icon (a lucide icon name, honored over the heuristic).
- register(Class<?>, Consumer<EntityConfigBuilder>) - Method in class com.onec.ui.UiLayoutBuilder.SectionBuilder
- REGISTER - Static variable in record class com.onec.events.EntityChangedEvent
- registerAccumulation(AccumulationRegisterDescriptor) - Method in class com.onec.metadata.MetadataRegistry
- registerCatalog(CatalogDescriptor) - Method in class com.onec.metadata.MetadataRegistry
- registerConstant(ConstantDescriptor) - Method in class com.onec.metadata.MetadataRegistry
- registerDashboardWidgets(List<DashboardWidgetDescriptor>) - Method in class com.onec.metadata.MetadataRegistry
- registerDocument(DocumentDescriptor) - Method in class com.onec.metadata.MetadataRegistry
- RegisterEntityInformation<T,
ID> - Class in com.onec.spring - RegisterEntityInformation(Class<T>) - Constructor for class com.onec.spring.RegisterEntityInformation
- registerEnumeration(EnumerationDescriptor) - Method in class com.onec.metadata.MetadataRegistry
- RegisterFilter<T> - Class in com.onec.repository
- RegisterFilter() - Constructor for class com.onec.repository.RegisterFilter
- registerInformationRegister(InformationRegisterDescriptor) - Method in class com.onec.metadata.MetadataRegistry
- RegisterPersistence<T> - Class in com.onec.posting
- RegisterPersistence(Jdbi, AccumulationRegisterDescriptor) - Constructor for class com.onec.posting.RegisterPersistence
- registerPersistenceMap(Jdbi, MetadataRegistry) - Method in class com.onec.spring.OnecAutoConfiguration
- RegisterPreview(String, String, String, List<Map<String, Object>>) - Constructor for record class com.onec.posting.PostingPreview.RegisterPreview
-
Creates an instance of a
RegisterPreviewrecord class. - RegisterQueryBuilder<T> - Class in com.onec.repository
- RegisterQueryBuilder(RegisterPersistence<T>) - Constructor for class com.onec.repository.RegisterQueryBuilder
- RegisterQueryBuilder.QueryType - Enum Class in com.onec.repository
- registerQueryService(MetadataRegistry, Jdbi) - Method in class com.onec.ui.UiAutoConfiguration
- RegisterQueryService - Class in com.onec.ui
-
Read-side queries for accumulation registers (movements, balance, turnover), shared by the REST API and the DivKit emitters.
- RegisterQueryService(MetadataRegistry, Jdbi) - Constructor for class com.onec.ui.RegisterQueryService
- registerReport(String, String, String, String, Principal) - Method in class com.onec.ui.DivKitController
- registerReport(Map<String, Object>, List<Map<String, Object>>, List<Map<String, Object>>, Palette) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
- RegisterRepositoriesAutoConfiguration - Class in com.onec.spring
- RegisterRepositoriesAutoConfiguration() - Constructor for class com.onec.spring.RegisterRepositoriesAutoConfiguration
- RegisterRepository<T> - Interface in com.onec.repository
- RegisterRepositoryConfigurationExtension - Class in com.onec.spring
- RegisterRepositoryConfigurationExtension() - Constructor for class com.onec.spring.RegisterRepositoryConfigurationExtension
- RegisterRepositoryFactory - Class in com.onec.spring
- RegisterRepositoryFactory(Map<Class<?>, RegisterPersistence<?>>, Map<Class<?>, RegisterRepositoryImpl<?>>) - Constructor for class com.onec.spring.RegisterRepositoryFactory
- RegisterRepositoryFactoryBean<T,
S, - Class in com.onec.springUUID> - RegisterRepositoryFactoryBean(Class<? extends T>) - Constructor for class com.onec.spring.RegisterRepositoryFactoryBean
- RegisterRepositoryImpl<T> - Class in com.onec.repository
- RegisterRepositoryImpl(RegisterPersistence<T>, Class<T>) - Constructor for class com.onec.repository.RegisterRepositoryImpl
- registerRepositoryImplMap(Map<Class<?>, RegisterPersistence<?>>) - Method in class com.onec.spring.OnecAutoConfiguration
- RegisterRepositoryRegistrar - Class in com.onec.spring
-
Scans for RegisterRepository interfaces and ensures they are registered with RegisterRepositoryFactoryBean, replacing any JDBC-created definitions.
- RegisterRepositoryRegistrar() - Constructor for class com.onec.spring.RegisterRepositoryRegistrar
- registers() - Method in record class com.onec.posting.PostingPreview
-
Returns the value of the
registersrecord component. - registerTable(String) - Method in class com.onec.metadata.DefaultNamingStrategy
- registerTotalsTable(String) - Method in class com.onec.metadata.DefaultNamingStrategy
- registrationId() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns the value of the
registrationIdrecord component. - registry() - Method in record class com.onec.migration.MigrationContext
-
Returns the value of the
registryrecord component. - related(String, UUID, String, Principal) - Method in class com.onec.ui.GenericCatalogController
-
Live rows of a related-list panel declared on the
namecatalog's editor (seeRelatedList) — the junction rows whose back-reference points at recordid. - related(String, UUID, String, Principal) - Method in class com.onec.ui.GenericDocumentController
-
Live rows of a related-list panel declared on the
namedocument's view (seeRelatedList) — the junction rows whose back-reference points at recordid. - relatedList(Class<?>, String) - Method in class com.onec.ui.FieldHintResolver
-
A single related-list panel by name, or
nullif the entity declares none with that name. - relatedList(String, Class<?>) - Method in class com.onec.ui.EntityConfigBuilder
-
Declare an inline related-list (child rows) panel for this catalog editor, backed by a join catalog — the catalog-side analogue of a document's
@TabularSection. - relatedList(String, Class<?>) - Method in class com.onec.ui.RelatedListBuilder
-
Add another related-list panel on the same entity.
- RelatedList - Record Class in com.onec.ui
-
A declarative related-list (inline child rows) panel for a catalog or document view, backed by a junction — a join catalog or an information register — rather than an owned tabular section.
- RelatedList(String, Class<?>, String, String, List<String>, String, boolean) - Constructor for record class com.onec.ui.RelatedList
-
Creates an instance of a
RelatedListrecord class. - RelatedListBuilder - Class in com.onec.ui
-
Builds one
RelatedListpanel for a catalog editor. - relatedListReader(FieldHintResolver, MetadataRegistry, CatalogQueryService, InformationRegisterQueryService, UiAccessService) - Method in class com.onec.ui.UiAutoConfiguration
- RelatedListReader - Class in com.onec.ui
-
Resolves and reads the rows of a related-list panel for any owning entity — catalog or document — over any junction — join catalog or information register.
- RelatedListReader(FieldHintResolver, MetadataRegistry, CatalogQueryService, InformationRegisterQueryService, UiAccessService) - Constructor for class com.onec.ui.RelatedListReader
- relatedListsFor(Class<?>) - Method in class com.onec.ui.FieldHintResolver
-
Related-list panels authored on an entity's view, or an empty list if none.
- relatedRows(CatalogDescriptor, String, UUID) - Method in class com.onec.ui.CatalogQueryService
-
Live rows of a join catalog whose
viaColumnref points atparentId— the read side of a related-list panel (seeRelatedList). - relatedRows(InformationRegisterDescriptor, String, UUID) - Method in class com.onec.ui.InformationRegisterQueryService
-
Register rows whose
viaColumnref dimension points atparentId— the read side of a register-backed related-list panel. - Relay() - Constructor for class com.onec.mail.MailProperties.Relay
- relayPending() - Method in class com.onec.kafka.OutboxRelay
- relayPending() - Method in class com.onec.mail.outbox.MailOutboxRelay
- releaseUrl() - Method in record class com.onec.ui.UpdateStatus
-
Returns the value of the
releaseUrlrecord component. - RememberMe() - Constructor for class com.onec.auth.OnecAuthProperties.RememberMe
- remoteRefClient(ServiceRegistry, RestClient.Builder) - Method in class com.onec.kafka.OnecKafkaAutoConfiguration
- RemoteRefClient - Class in com.onec.kafka
- RemoteRefClient(ServiceRegistry, RestClient.Builder) - Constructor for class com.onec.kafka.RemoteRefClient
- remove(String) - Method in class com.onec.mail.suppression.MailSuppressionList
- RENAME_COLUMN - Enum constant in enum class com.onec.schema.SchemaChange.Type
- RENAME_TABLE - Enum constant in enum class com.onec.schema.SchemaChange.Type
- render(MailTemplateDescriptor, Object, Map<String, Object>) - Method in class com.onec.mail.template.MailRenderer
- render(SqlRenderer.RenderModel) - Static method in class com.onec.query.SqlRenderer
- render(Object, String) - Method in interface com.onec.print.PrintService
-
Render the template registered under
templateNamefortarget's class. - render(Object, String) - Method in class com.onec.print.ThymeleafPrintService
- render(Object, String, Map<String, Object>) - Method in interface com.onec.print.PrintService
-
Render with explicit extra model variables exposed to the template under
"extra". - render(Object, String, Map<String, Object>) - Method in class com.onec.print.ThymeleafPrintService
- Rendered(String, String, boolean) - Constructor for record class com.onec.mail.template.MailRenderer.Rendered
-
Creates an instance of a
Renderedrecord class. - RenderModel(List<String>, String, String, List<String>, List<String>, List<String>, List<String>, Integer, Integer) - Constructor for record class com.onec.query.SqlRenderer.RenderModel
-
Creates an instance of a
RenderModelrecord class. - replyTo() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
replyTorecord component. - replyTo() - Element in annotation interface com.onec.mail.template.MailTemplate
-
Optional default reply-to.
- replyTo() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns the value of the
replyTorecord component. - replyTo(String) - Method in class com.onec.mail.MailMessage.Builder
- repositoryBaseClass() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- repositoryFactoryBeanClass() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- repositoryImplementationPostfix() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- require(String) - Method in class com.onec.ui.CatalogQueryService
- require(String) - Method in class com.onec.ui.DocumentQueryService
- require(String) - Method in class com.onec.ui.RegisterQueryService
- required() - Element in annotation interface com.onec.annotations.Attribute
- required() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
requiredrecord component. - requireRead(Principal, AccumulationRegisterDescriptor) - Method in class com.onec.ui.UiAccessService
- requireRead(Principal, CatalogDescriptor) - Method in class com.onec.ui.UiAccessService
- requireRead(Principal, DocumentDescriptor) - Method in class com.onec.ui.UiAccessService
- requireRead(Principal, InformationRegisterDescriptor) - Method in class com.onec.ui.UiAccessService
- requireWrite(Principal, CatalogDescriptor) - Method in class com.onec.ui.UiAccessService
- requireWrite(Principal, DocumentDescriptor) - Method in class com.onec.ui.UiAccessService
- resizable() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns the value of the
resizablerecord component. - resizable(boolean) - Method in class com.onec.desktop.DesktopSpec.WindowSpec
- Resolution(UiLayout.Profile, List<UiLayout.Profile>) - Constructor for record class com.onec.ui.UiProfileResolver.Resolution
-
Creates an instance of a
Resolutionrecord class. - resolve(Ref<T>) - Method in class com.onec.spring.SpringRefResolver
- resolve(Ref<T>) - Method in interface com.onec.types.RefResolver
- resolve(UiLayout) - Method in class com.onec.ui.UiLayoutResolver
- resolve(UiLayout.Profile) - Method in class com.onec.ui.UiLayoutResolver
- resolve(UiLayout, Set<String>) - Method in class com.onec.ui.UiProfileResolver
-
Pick the best profile for a user: the highest-priority named profile whose roles intersect
roles, falling back to the default profile when none match. - resolve(String, String, Viewport) - Method in class com.onec.ui.PageResolver
-
The page for this route under this profile and viewport, or
null. - resolve(String, String, UUID) - Method in class com.onec.kafka.RemoteRefClient
- resolve(Principal) - Method in class com.onec.ui.CurrentUserResolver
- resolveAttributes(List<Map<String, Object>>, List<AttributeDescriptor>) - Method in class com.onec.ui.RefResolver
- resolved() - Method in class com.onec.auth.OnecAuthProperties.Oidc
-
Applies the
OnecAuthProperties.Providerpreset to produce the effective, fully-populated settings the autoconfig andClaimRoleConverterconsume. - ResolvedItem(String, String, String, Class<?>) - Constructor for record class com.onec.ui.UiLayout.ResolvedItem
-
Back-compat constructor for items with no explicit title/icon (both resolved heuristically).
- ResolvedItem(String, String, String, String, Class<?>, String) - Constructor for record class com.onec.ui.UiLayout.ResolvedItem
-
Creates an instance of a
ResolvedItemrecord class. - resolvedLabel() - Method in record class com.onec.print.PrintTemplateDescriptor
- ResolvedListView - Record Class in com.onec.ui
-
Renderer-agnostic resolved list surface: a title and ordered columns.
- ResolvedListView(String, List<ResolvedListView.Column>) - Constructor for record class com.onec.ui.ResolvedListView
-
Back-compat: a non-searchable, default-sorted view.
- ResolvedListView(String, List<ResolvedListView.Column>, boolean, String, boolean) - Constructor for record class com.onec.ui.ResolvedListView
-
Back-compat: a view with no declarative filters.
- ResolvedListView(String, List<ResolvedListView.Column>, boolean, String, boolean, List<ResolvedListView.Filter>) - Constructor for record class com.onec.ui.ResolvedListView
-
Creates an instance of a
ResolvedListViewrecord class. - ResolvedListView.Column - Record Class in com.onec.ui
-
A resolved column: the header label, the data column it reads, an optional width hint (e.g.
- ResolvedListView.Filter - Record Class in com.onec.ui
-
A resolved list filter: a stable
key(the field name, the client's state key), thelabel, the datacolumnNamethe query filters on (resolved + validated against the entity's columns), the controltype("options","multiOptions","contains","startsWith"or"dateRange") and, for the (multi-)options controls, itsoptions. - resolvedMetadataService(MetadataRegistry, FieldHintResolver) - Method in class com.onec.ui.UiAutoConfiguration
- ResolvedMetadataService - Class in com.onec.ui
-
Resolves descriptor metadata into a JSON-shaped attribute view, merging field hints over descriptor defaults.
- ResolvedMetadataService(MetadataRegistry, FieldHintResolver) - Constructor for class com.onec.ui.ResolvedMetadataService
- ResolvedOidc(String, String, String, String, String, List<OnecAuthProperties.RoleSource>) - Constructor for record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Creates an instance of a
ResolvedOidcrecord class. - ResolvedSection(String, int, String, String, List<UiLayout.ResolvedItem>) - Constructor for record class com.onec.ui.UiLayout.ResolvedSection
-
Creates an instance of a
ResolvedSectionrecord class. - resolveFieldFilters(Map<String, Object>) - Method in class com.onec.posting.RegisterPersistence
- resolveFieldHints(UiLayout.Profile, String, String) - Method in class com.onec.ui.UiLayoutResolver
- resolveFieldHints(UiLayout, String, String) - Method in class com.onec.ui.UiLayoutResolver
-
Look up field hints for an entity declared in the layout.
- resolveId(Class<? extends Enum<?>>, Enum<?>) - Static method in class com.onec.repository.EnumerationPersistence
- resolveOrThrow(Ref<T>) - Method in interface com.onec.types.RefResolver
- resolveValue(Class<?>, UUID) - Static method in class com.onec.repository.EnumerationPersistence
- resolveWidgetConfigs(List<UiLayoutBuilder.WidgetConfig>) - Method in class com.onec.ui.UiLayoutResolver
-
Resolve explicit widget configs (e.g.
- resolveWidgets(UiLayout) - Method in class com.onec.ui.UiLayoutResolver
-
Resolve widget configs to dashboard descriptors.
- resolveWidgets(UiLayout.Profile) - Method in class com.onec.ui.UiLayoutResolver
- resource() - Method in record class com.onec.ui.media.LoadedMedia
-
Returns the value of the
resourcerecord component. - Resource - Annotation Interface in com.onec.annotations
- RESOURCE_SERVER - Enum constant in enum class com.onec.auth.OnecAuthProperties.Mode
-
Stateless JWT bearer-token validation.
- resources() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
resourcesrecord component. - resources() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
resourcesrecord component. - Result(String, Map<String, Object>) - Constructor for record class com.onec.ui.ListFilter.Result
-
Creates an instance of a
Resultrecord class. - Result(String, Map<String, Object>) - Constructor for record class com.onec.ui.WidgetFilter.Result
-
Creates an instance of a
Resultrecord class. - reverseTotals(Handle, UUID) - Method in class com.onec.posting.RegisterPersistence
- rolePrefix() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns the value of the
rolePrefixrecord component. - roles() - Method in class com.onec.ui.LayoutSpec
- roles() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns the value of the
rolesrecord component. - roles(String...) - Method in class com.onec.ui.LayoutSpec
-
Roles that resolve a user into this persona layout.
- roles(String...) - Method in class com.onec.ui.UiLayoutBuilder.ProfileBuilder
-
Roles that resolve a user into this profile.
- roles(Principal) - Method in class com.onec.ui.UiAccessService
-
The normalized roles granted to the caller.
- Roles() - Constructor for class com.onec.auth.OnecAuthProperties.Roles
- RoleSource() - Constructor for class com.onec.auth.OnecAuthProperties.RoleSource
- RoleSource(String, OnecAuthProperties.Shape) - Constructor for class com.onec.auth.OnecAuthProperties.RoleSource
- roleSources() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns the value of the
roleSourcesrecord component. - root() - Method in record class com.onec.query.Path
-
Returns the value of the
rootrecord component. - route() - Method in interface com.onec.ui.Page
-
The route this page renders, e.g.
- Row - Class in com.onec.query
-
An untyped projection row — the default result of a join/aggregate query, since a join result is not an entity.
- ROW - Enum constant in enum class com.onec.ui.ActionScope
-
A per-row button on the list surface (operates on that row's record).
- rowActionState(Class<?>, Map<String, Object>) - Method in class com.onec.ui.UiActionResolver
-
Per-row state for the entity's dynamic row actions, keyed by action key — what the list feed attaches to each row (under
_actions) so the client can render that row's button with the right icon/label and honour its visibility/enabled state. - rowAlt() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
rowAltrecord component. - rowClass() - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Returns the value of the
rowClassrecord component. - rows(Class<?>, String, String, UUID, Principal) - Method in class com.onec.ui.RelatedListReader
-
Live rows of the panel
relatedNamedeclared onparentClass, scoped to recordparentId— the REST read path the form widget drives. - rules() - Method in interface com.onec.rules.Validated
- run() - Method in class com.onec.mail.outbox.MailOutboxRelayScheduler
- run(String, String, String, UUID, Map<String, Object>, Principal) - Method in class com.onec.ui.ActionController
- run(Jdbi) - Method in class com.onec.schema.SchemaUpgrader
- run(Jdbi, List<AppMigration>) - Method in class com.onec.migration.MigrationRunner
-
Runs all unapplied migrations; returns the versions executed by this call.
S
- safe() - Method in record class com.onec.schema.MigrationPlan
- scale() - Element in annotation interface com.onec.annotations.Attribute
- scale() - Element in annotation interface com.onec.annotations.Resource
- scale() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
scalerecord component. - scan(Class<?>) - Method in class com.onec.metadata.MetadataScanner
- scan(List<String>) - Method in class com.onec.mail.template.MailScanner
- scan(List<String>) - Method in class com.onec.print.PrintScanner
- scan(List<String>) - Method in class com.onec.spring.AccumulationScanner
- scan(List<String>) - Method in class com.onec.spring.CatalogScanner
- scan(List<String>) - Method in class com.onec.spring.ConstantScanner
- scan(List<String>) - Method in class com.onec.spring.DocumentScanner
- scan(List<String>) - Method in class com.onec.spring.EnumerationScanner
- scan(List<String>) - Method in class com.onec.spring.InformationRegisterScanner
- scanConstant(Class<?>) - Method in class com.onec.metadata.MetadataScanner
- scanDashboardWidgets(Class<?>) - Method in class com.onec.metadata.MetadataScanner
- scanDocument(Class<?>) - Method in class com.onec.metadata.MetadataScanner
- scanEnumeration(Class<?>) - Method in class com.onec.metadata.MetadataScanner
- scanInformationRegister(Class<?>) - Method in class com.onec.metadata.MetadataScanner
- scanRegister(Class<?>) - Method in class com.onec.metadata.MetadataScanner
- schedule(BackgroundTask, Instant) - Method in interface com.onec.jobs.BackgroundJobs
- schedule(BackgroundTask, Instant) - Method in class com.onec.spring.JobrunrBackgroundJobs
- ScheduledJob - Annotation Interface in com.onec.annotations
- scheduledJobRegistrar(ApplicationContext, JobScheduler) - Method in class com.onec.spring.OnecAutoConfiguration
- ScheduledJobRegistrar - Class in com.onec.spring
- ScheduledJobRegistrar(ApplicationContext, JobScheduler) - Constructor for class com.onec.spring.ScheduledJobRegistrar
- Schema() - Constructor for class com.onec.spring.OnecProperties.Schema
- SchemaChange - Record Class in com.onec.schema
-
One change in a
MigrationPlan: what it is, the SQL that performs it, and whether it can lose data (destructivechanges are skipped unlessonec.schema.allow-destructive=true). - SchemaChange(SchemaChange.Type, String, String, String, boolean, List<String>) - Constructor for record class com.onec.schema.SchemaChange
-
Creates an instance of a
SchemaChangerecord class. - SchemaChange.Type - Enum Class in com.onec.schema
- SchemaDiffEngine - Class in com.onec.schema
-
Computes the
MigrationPlanthat brings the live database in line with the metadata-derivedSchemaModel. - SchemaDiffEngine(SqlDialect) - Constructor for class com.onec.schema.SchemaDiffEngine
- SchemaGenerator - Class in com.onec.schema
-
Renders
CREATE TABLE IF NOT EXISTSDDL for everything in the metadata registry. - SchemaGenerator(MetadataRegistry) - Constructor for class com.onec.schema.SchemaGenerator
- SchemaHistoryRepository - Class in com.onec.schema
-
Persistence for
onec_schema_history: one row per applied schema change-set (kindSCHEMA, carrying the metadata snapshot and the DDL that was executed) and one row per executedAppMigration(kindMIGRATION, claimed via a unique constraint so concurrent instances run each migration exactly once). - SchemaHistoryRepository() - Constructor for class com.onec.schema.SchemaHistoryRepository
- schemaInitializer(DataSource, OnecProperties, ApplicationContext, ObjectProvider<AppMigration>) - Method in class com.onec.spring.OnecAutoConfiguration
- SchemaInitializer - Class in com.onec.spring
- SchemaInitializer(DataSource, List<String>) - Constructor for class com.onec.spring.SchemaInitializer
- SchemaInitializer(DataSource, List<String>, SchemaMode, boolean, List<AppMigration>) - Constructor for class com.onec.spring.SchemaInitializer
- SchemaMigrator - Class in com.onec.schema
-
Additive-only schema evolution: adds columns that exist in the metadata model but not in the live database.
- SchemaMigrator(MetadataRegistry) - Constructor for class com.onec.schema.SchemaMigrator
- SchemaMode - Enum Class in com.onec.schema
-
How the framework treats schema differences at startup (
onec.schema.mode). - SchemaModel - Record Class in com.onec.schema
-
The full desired database state derived from the
MetadataRegistry: framework tables (sequences, outbox) plus oneTableModelper catalog, document, tabular section, register, enumeration and the constants table. - SchemaModel(List<TableModel>) - Constructor for record class com.onec.schema.SchemaModel
-
Creates an instance of a
SchemaModelrecord class. - SchemaModelBuilder - Class in com.onec.schema
-
Builds the desired
SchemaModelfrom the metadata registry. - SchemaModelBuilder(MetadataRegistry) - Constructor for class com.onec.schema.SchemaModelBuilder
- SchemaSnapshot - Record Class in com.onec.schema
-
A point-in-time record of the metadata-derived schema, persisted as JSON in
onec_schema_history. - SchemaSnapshot(Map<String, SchemaSnapshot.TableSnapshot>) - Constructor for record class com.onec.schema.SchemaSnapshot
-
Creates an instance of a
SchemaSnapshotrecord class. - SchemaSnapshot.ColumnSnapshot - Record Class in com.onec.schema
- SchemaSnapshot.TableSnapshot - Record Class in com.onec.schema
- SchemaUpgrader - Class in com.onec.schema
-
Startup schema lifecycle: scans nothing itself — it takes the already-built
MetadataRegistry, derives the desiredSchemaModel, diffs it against the live database (and the previousSchemaSnapshotfromonec_schema_history), and then acts according toSchemaMode. - SchemaUpgrader(MetadataRegistry, SchemaMode, boolean) - Constructor for class com.onec.schema.SchemaUpgrader
- scope() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
scoperecord component. - scope(ActionScope) - Method in class com.onec.ui.ActionSpec.ActionBuilder
- search(CatalogDescriptor, String, int) - Method in class com.onec.ui.CatalogQueryService
-
Server-side typeahead for ref pickers: case-insensitive match on code/description, capped at
limit, so a 2000-row catalog never ships whole to the client. - search(DocumentDescriptor, String, int) - Method in class com.onec.ui.DocumentQueryService
-
Capped, case-insensitive typeahead by document number — the document-ref-picker counterpart of the catalog search.
- searchable() - Method in class com.onec.ui.ListSpec
- searchable() - Method in record class com.onec.ui.ResolvedListView
-
Returns the value of the
searchablerecord component. - searchable(boolean) - Method in class com.onec.ui.ListSpec
-
Whether the list shows a search bar (server-side filter across text columns).
- secret() - Element in annotation interface com.onec.annotations.Attribute
-
Marks a String attribute as sensitive (a credential, API key, password, …).
- secret() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
secretrecord component. - secretCipher(OnecProperties) - Method in class com.onec.spring.OnecAutoConfiguration
- SecretCipher - Class in com.onec.security
-
Encrypts/decrypts
@Attribute(secret = true)values at rest with AES-256-GCM. - SecretCipher(String) - Constructor for class com.onec.security.SecretCipher
- SecretFields - Class in com.onec.security
-
Applies a transform to the secret String fields of a typed catalog/document aggregate.
- SecretRedactor - Class in com.onec.security
-
Strips
@Attribute(secret = true)values out of read responses so the generic API is write-only for secrets. - section(String) - Method in class com.onec.ui.LayoutSpec
- section(String) - Method in class com.onec.ui.UiLayoutBuilder
- section(String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
-
Switch back to section configuration.
- Section(String, int, String, UiLayout.Placement, List<UiLayoutBuilder.EntityRef>) - Constructor for record class com.onec.ui.UiLayout.Section
-
Creates an instance of a
Sectionrecord class. - sections() - Method in class com.onec.ui.LayoutSpec
- sections() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns the value of the
sectionsrecord component. - sections() - Method in record class com.onec.ui.UiLayout
-
Returns the value of the
sectionsrecord component. - Security() - Constructor for class com.onec.spring.OnecProperties.Security
- segments() - Method in record class com.onec.query.Path
-
Returns the value of the
segmentsrecord component. - select() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
selectrecord component. - select() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
selectrecord component. - select(Path) - Static method in class com.onec.query.Q
-
Project an arbitrary path (direct or navigation).
- select(Select...) - Method in class com.onec.query.QueryBuilder
- select(String, List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.Div
-
Dropdown:
optionsof{value,text}, the chosen value invalueVariable. - Select - Record Class in com.onec.query
-
One item in the SELECT list: a
Path(plain column or ref-navigation), optionally wrapped in an aggregate, with an output alias used as the result-Rowkey and thefetchIntoproperty name. - Select(Path, Select.Agg, String) - Constructor for record class com.onec.query.Select
-
Creates an instance of a
Selectrecord class. - SELECT - Enum constant in enum class com.onec.ui.InputType
-
A dropdown of author-supplied options.
- Select.Agg - Enum Class in com.onec.query
- send(MailMessage) - Method in class com.onec.mail.MailService
-
Synchronous dispatch via the configured provider.
- send(Object, String, String...) - Method in class com.onec.mail.MailService
- send(Object, String, Map<String, Object>, String...) - Method in class com.onec.mail.MailService
-
Render a template registered against
target.getClass()and dispatch. - separator() - Static method in class com.onec.ui.divkit.Div
- separator(String) - Static method in class com.onec.ui.divkit.Div
- serve(String) - Method in class com.onec.ui.media.MediaController
- ServiceDescriptor - Record Class in com.onec.kafka
- ServiceDescriptor(String, String) - Constructor for record class com.onec.kafka.ServiceDescriptor
-
Creates an instance of a
ServiceDescriptorrecord class. - serviceRegistry(OnecKafkaProperties) - Method in class com.onec.kafka.OnecKafkaAutoConfiguration
- ServiceRegistry - Class in com.onec.kafka
- ServiceRegistry(OnecKafkaProperties) - Constructor for class com.onec.kafka.ServiceRegistry
- Session() - Constructor for class com.onec.auth.OnecAuthProperties.Session
- SessionSchemaEnvironmentPostProcessor - Class in com.onec.desktop
-
Ensures the Spring Session JDBC schema exists on persistent databases.
- SessionSchemaEnvironmentPostProcessor() - Constructor for class com.onec.desktop.SessionSchemaEnvironmentPostProcessor
- set(ConstantDescriptor, Object) - Method in class com.onec.repository.ConstantPersistence
- set(Class<?>, T) - Method in class com.onec.repository.ConstantManager
- SET - Static variable in class com.onec.security.SecretRedactor
-
Sentinel returned in place of a stored secret value.
- setAllowDestructive(boolean) - Method in class com.onec.spring.OnecProperties.Schema
- setAllowedContentTypes(List<String>) - Method in class com.onec.ui.media.MediaProperties
- setAllowEphemeralKey(boolean) - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- setAutoOffsetReset(String) - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- setBasePackages(List<String>) - Method in class com.onec.mail.MailProperties
- setBasePackages(List<String>) - Method in class com.onec.print.PrintProperties
- setBodyTemplate(String) - Method in class com.onec.mail.MailProperties.Http
- setChannel(String) - Method in class com.onec.cluster.pg.OnecClusterProperties
- setClaim(String) - Method in class com.onec.auth.OnecAuthProperties.RoleSource
- setClientId(String) - Method in class com.onec.auth.OnecAuthProperties.Roles
- setClientRoles(boolean) - Method in class com.onec.auth.OnecAuthProperties.Roles
- setConcurrency(int) - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- setCsrfIgnoredPaths(List<String>) - Method in class com.onec.auth.OnecAuthProperties
- setDeadLetterTopic(String) - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- setDefaultFrom(String) - Method in class com.onec.mail.MailProperties
- setDerivePlainText(boolean) - Method in class com.onec.mail.MailProperties
- setDirectory(String) - Method in class com.onec.mail.MailProperties.File
- setDirectory(String) - Method in class com.onec.ui.media.MediaProperties.Filesystem
- setEnabled(boolean) - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- setEnabled(boolean) - Method in class com.onec.auth.OnecAuthProperties
- setEnabled(boolean) - Method in class com.onec.cluster.pg.OnecClusterProperties
- setEnabled(boolean) - Method in class com.onec.desktop.DesktopProperties
- setEnabled(boolean) - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- setEnabled(boolean) - Method in class com.onec.kafka.OnecKafkaProperties
- setEnabled(boolean) - Method in class com.onec.mail.MailProperties.Preview
- setEnabled(boolean) - Method in class com.onec.mail.MailProperties.Relay
- setEnabled(boolean) - Method in class com.onec.mail.MailProperties
- setEnabled(boolean) - Method in class com.onec.mail.MailProperties.Webhook
- setEnabled(boolean) - Method in class com.onec.mcp.OnecMcpProperties
- setEnabled(boolean) - Method in class com.onec.print.PrintProperties
- setEnabled(boolean) - Method in class com.onec.ui.comments.CommentProperties
- setEnabled(boolean) - Method in class com.onec.ui.media.MediaProperties
- setEnabled(boolean) - Method in class com.onec.ui.UiProperties
- setEnabled(boolean) - Method in class com.onec.ui.UiProperties.Settings
- setEnabled(boolean) - Method in class com.onec.ui.UpdateProperties
- setEncoding(String) - Method in class com.onec.mail.MailProperties
- setEncoding(String) - Method in class com.onec.print.PrintProperties
- setEndpoint(String) - Method in class com.onec.mcp.OnecMcpProperties
- setFailover(MailProperties.Failover) - Method in class com.onec.mail.MailProperties
- setFile(MailProperties.File) - Method in class com.onec.mail.MailProperties
- setGroupId(String) - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- setHeaders(Map<String, String>) - Method in class com.onec.mail.MailProperties.Http
- setHome(String) - Method in class com.onec.desktop.DesktopProperties
- setHttp(MailProperties.Http) - Method in class com.onec.mail.MailProperties
- setInbound(OnecKafkaProperties.Inbound) - Method in class com.onec.kafka.OnecKafkaProperties
- setInitialDelay(Duration) - Method in class com.onec.ui.UpdateProperties
- setInstructions(String) - Method in class com.onec.mcp.OnecMcpProperties
- setInterval(Duration) - Method in class com.onec.ui.UpdateProperties
- setIntervalMs(long) - Method in class com.onec.mail.MailProperties.Relay
- setKey(String) - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- setLeaseTimeoutMs(long) - Method in class com.onec.mail.MailProperties.Relay
- setLogoutPath(String) - Method in class com.onec.auth.OnecAuthProperties.Oidc
- setMaxAttempts(int) - Method in class com.onec.mail.MailProperties.Relay
- setMaxFileSize(DataSize) - Method in class com.onec.ui.media.MediaProperties
- setMaxLength(int) - Method in class com.onec.ui.comments.CommentProperties
- setMaxPayloadBytes(int) - Method in class com.onec.cluster.pg.OnecClusterProperties
- setMethod(String) - Method in class com.onec.mail.MailProperties.Http
- setMode(OnecAuthProperties.Mode) - Method in class com.onec.auth.OnecAuthProperties
- setMode(String) - Method in class com.onec.spring.OnecProperties.Schema
- setNodeId(String) - Method in class com.onec.cluster.pg.OnecClusterProperties
- setOidc(OnecAuthProperties.Oidc) - Method in class com.onec.auth.OnecAuthProperties
- setPassword(String) - Method in class com.onec.auth.OnecAuthProperties.User
- setPath(String) - Method in class com.onec.mail.MailProperties.Preview
- setPath(String) - Method in class com.onec.mail.MailProperties.Webhook
- setPath(String) - Method in class com.onec.ui.UiProperties
- setPollTimeout(Duration) - Method in class com.onec.cluster.pg.OnecClusterProperties
- setPostingEnabled(boolean) - Method in class com.onec.mcp.OnecMcpProperties
- setPostLogoutRedirectUri(String) - Method in class com.onec.auth.OnecAuthProperties.Oidc
- setPrefix(String) - Method in class com.onec.auth.OnecAuthProperties.Roles
- setPreview(MailProperties.Preview) - Method in class com.onec.mail.MailProperties
- setPrincipalClaim(String) - Method in class com.onec.auth.OnecAuthProperties.Oidc
- setProvider(OnecAuthProperties.Provider) - Method in class com.onec.auth.OnecAuthProperties.Oidc
- setProvider(String) - Method in class com.onec.mail.MailProperties
- setProviders(List<String>) - Method in class com.onec.mail.MailProperties.Failover
- setPublicBasePath(String) - Method in class com.onec.ui.media.MediaProperties
- setPublicPaths(List<String>) - Method in class com.onec.auth.OnecAuthProperties
- setRaw(ConstantDescriptor, String) - Method in class com.onec.repository.ConstantPersistence
- setReadOnly(boolean) - Method in class com.onec.ui.UiProperties
- setRealmRoles(boolean) - Method in class com.onec.auth.OnecAuthProperties.Roles
- setReconnectBackoffMax(Duration) - Method in class com.onec.cluster.pg.OnecClusterProperties
- setRegistrationId(String) - Method in class com.onec.auth.OnecAuthProperties.Oidc
- setRelay(MailProperties.Relay) - Method in class com.onec.mail.MailProperties
- setRelayBatchSize(int) - Method in class com.onec.kafka.OnecKafkaProperties
- setRelayBatchSize(int) - Method in class com.onec.mail.MailProperties
- setRememberMe(OnecAuthProperties.RememberMe) - Method in class com.onec.auth.OnecAuthProperties.Session
- setRemoteServices(Map<String, String>) - Method in class com.onec.kafka.OnecKafkaProperties
- setRoles(OnecAuthProperties.Roles) - Method in class com.onec.auth.OnecAuthProperties.Oidc
- setRoles(List<String>) - Method in class com.onec.auth.OnecAuthProperties.User
- setScanPackages(List<String>) - Method in class com.onec.spring.OnecProperties
- setSecretKey(String) - Method in class com.onec.spring.OnecProperties.Security
- setServerName(String) - Method in class com.onec.mcp.OnecMcpProperties
- setServerVersion(String) - Method in class com.onec.mcp.OnecMcpProperties
- setServiceName(String) - Method in class com.onec.kafka.OnecKafkaProperties
- setSession(OnecAuthProperties.Session) - Method in class com.onec.auth.OnecAuthProperties
- setSettings(UiProperties.Settings) - Method in class com.onec.ui.UiProperties
- setShape(OnecAuthProperties.Shape) - Method in class com.onec.auth.OnecAuthProperties.RoleSource
- setSources(List<OnecAuthProperties.RoleSource>) - Method in class com.onec.auth.OnecAuthProperties.Roles
- setSuccessStatusMax(int) - Method in class com.onec.mail.MailProperties.Http
- setTheme(Map<String, String>) - Method in class com.onec.ui.UiProperties
- setTimeout(Duration) - Method in class com.onec.auth.OnecAuthProperties.Session
- settings(String, String, String, Principal) - Method in class com.onec.ui.DivKitController
-
The Settings surface — opt-in via
onec.ui.settings.enabled(off by default). - Settings() - Constructor for class com.onec.ui.UiProperties.Settings
- settingsController(MetadataRegistry, ConstantManager, UiAccessService) - Method in class com.onec.ui.UiAutoConfiguration
- SettingsController - Class in com.onec.ui
-
App settings backed by the framework's
Constants. - SettingsController(MetadataRegistry, ConstantManager, UiAccessService) - Constructor for class com.onec.ui.SettingsController
- setTopic(String) - Method in class com.onec.kafka.OnecKafkaProperties
- setTopics(List<String>) - Method in class com.onec.kafka.OnecKafkaProperties.Inbound
- setUrl(String) - Method in class com.onec.mail.MailProperties.Http
- setUrl(String) - Method in class com.onec.ui.UpdateProperties
- setUseOutbox(boolean) - Method in class com.onec.mail.MailProperties
- setUsername(String) - Method in class com.onec.auth.OnecAuthProperties.User
- setUsers(List<OnecAuthProperties.User>) - Method in class com.onec.auth.OnecAuthProperties
- setValidity(Duration) - Method in class com.onec.auth.OnecAuthProperties.RememberMe
- setWebhook(MailProperties.Webhook) - Method in class com.onec.mail.MailProperties
- setWritesEnabled(boolean) - Method in class com.onec.mcp.OnecMcpProperties
- shell() - Method in class com.onec.ui.LayoutSpec
- shell() - Method in record class com.onec.ui.UiLayout
-
Returns the value of the
shellrecord component. - shell() - Method in class com.onec.ui.UiLayoutBuilder
-
Configure the app shell — chiefly the navigation presentation.
- shell(String, String, String, Principal) - Method in class com.onec.ui.DivKitController
- ShellBuilder() - Constructor for class com.onec.ui.UiLayoutBuilder.ShellBuilder
- shellConfig() - Method in class com.onec.ui.LayoutSpec
- ShellConfig - Record Class in com.onec.ui
-
App-shell presentation config: the
NavStylethis layout's navigation uses, plus the consumer'sBrandingConfig(app name, logo, favicon, brand palette). - ShellConfig(NavStyle) - Constructor for record class com.onec.ui.ShellConfig
-
Back-compat: a shell with just a nav style and default (empty) branding.
- ShellConfig(NavStyle, BrandingConfig) - Constructor for record class com.onec.ui.ShellConfig
-
Creates an instance of a
ShellConfigrecord class. - ShellLayoutBuilder - Class in com.onec.ui.divkit
-
Emits the app chrome as two independent DivKit cards — the
topbar(brand + actions) and thenav— so the client can position them perNavStyle: nav as a horizontalTOPBAR, a verticalSIDEBARrail, or a pinnedBOTTOM_BAR. - ShellLayoutBuilder.Logo - Record Class in com.onec.ui.divkit
-
A branding logo for the shell header / mobile menu: the (theme-resolved) image URL plus optional fixed
width/heightin dp. - ShellLayoutBuilder.NavItem - Record Class in com.onec.ui.divkit
- ShellLayoutBuilder.NavSection - Record Class in com.onec.ui.divkit
- ShellLayoutBuilder.ProfileLink - Record Class in com.onec.ui.divkit
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class com.onec.spring.OnecMappingContext
- shutdown() - Method in class com.onec.ui.UpdateChecker
- SIDEBAR - Enum constant in enum class com.onec.ui.NavStyle
- SIDEBAR - Enum constant in enum class com.onec.ui.UiLayout.Placement
- singleInstance() - Method in record class com.onec.desktop.DesktopManifest
-
Returns the value of the
singleInstancerecord component. - singleInstance(boolean) - Method in class com.onec.desktop.DesktopSpec
-
When
true(default) a second launch focuses the running window. - size() - Method in record class com.onec.ui.media.LoadedMedia
-
Returns the value of the
sizerecord component. - size() - Method in record class com.onec.ui.media.StoredMedia
-
Returns the value of the
sizerecord component. - size(int, int) - Method in class com.onec.desktop.DesktopSpec.WindowSpec
- smtpMailDispatcher(JavaMailSender, MailProperties) - Method in class com.onec.mail.OnecMailAutoConfiguration
- SmtpMailDispatcher - Class in com.onec.mail.dispatch
- SmtpMailDispatcher(JavaMailSender, MailProperties) - Constructor for class com.onec.mail.dispatch.SmtpMailDispatcher
- softDelete(UUID) - Method in class com.onec.ui.comments.CommentService
-
Soft-delete a comment; returns false when it doesn't exist or was already deleted.
- sortableColumns(CatalogDescriptor) - Method in class com.onec.ui.CatalogQueryService
-
Column names that may be sorted on: the system columns + every attribute column.
- sortableColumns(DocumentDescriptor) - Method in class com.onec.ui.DocumentQueryService
-
Columns that may be sorted on: the system columns + every attribute column.
- sortBy(String) - Method in class com.onec.ui.ListSpec
-
The column the list is sorted by initially (a field name); ascending.
- sortBy(String, boolean) - Method in class com.onec.ui.ListSpec
-
The initial sort column + direction.
- sortColumn() - Method in record class com.onec.ui.ResolvedListView
-
Returns the value of the
sortColumnrecord component. - sortDescending() - Method in class com.onec.ui.ListSpec
- sortDescending() - Method in record class com.onec.ui.ResolvedListView
-
Returns the value of the
sortDescendingrecord component. - sortField() - Method in class com.onec.ui.ListSpec
- source() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
sourcerecord component. - source() - Method in record class com.onec.kafka.InboundEvent
-
Returns the value of the
sourcerecord component. - spaIndexController() - Method in class com.onec.ui.UiAutoConfiguration
- specversion() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
specversionrecord component. - splash() - Method in record class com.onec.desktop.DesktopManifest
-
Returns the value of the
splashrecord component. - splash(String) - Method in class com.onec.desktop.DesktopSpec
-
Message shown on the splash while the embedded server starts.
- SpringRefResolver - Class in com.onec.spring
- SpringRefResolver(ApplicationContext) - Constructor for class com.onec.spring.SpringRefResolver
- sql() - Method in record class com.onec.schema.SchemaChange
-
Returns the value of the
sqlrecord component. - sql() - Method in record class com.onec.ui.ListFilter.Result
-
Returns the value of the
sqlrecord component. - sql() - Method in record class com.onec.ui.WidgetFilter.Result
-
Returns the value of the
sqlrecord component. - SqlDialect - Enum Class in com.onec.schema
-
Identifies the target database so upsert helpers can emit portable SQL.
- SqlRenderer - Class in com.onec.query
-
The shared
SELECT … FROM … JOIN … WHERE … GROUP BY … ORDER BYassembler. - SqlRenderer.RenderModel - Record Class in com.onec.query
-
Pre-rendered SQL fragments for one statement.
- sqlType() - Method in record class com.onec.schema.ColumnModel
-
Returns the value of the
sqlTyperecord component. - sqlType(Class<?>, int, int, int) - Static method in class com.onec.schema.SchemaGenerator
- sqlType(Class<?>, int, int, int, String) - Static method in class com.onec.schema.SchemaGenerator
- SsoProvider - Record Class in com.onec.auth.spi
-
A single sign-on option offered on the login screen — one OIDC client registration.
- SsoProvider(String, String, String) - Constructor for record class com.onec.auth.spi.SsoProvider
-
Creates an instance of a
SsoProviderrecord class. - ssoProviders() - Method in interface com.onec.auth.spi.AuthMethodsContributor
-
SSO options to append to the login screen.
- start() - Method in class com.onec.ui.UpdateChecker
-
Schedules the recurring check.
- STARTS_WITH - Enum constant in enum class com.onec.ui.ListSpec.FilterType
-
A debounced text typeahead; the text matches case-insensitively as
field LIKE v%. - startsWith() - Method in class com.onec.ui.ListSpec.FilterBuilder
-
Like
ListSpec.FilterBuilder.contains()but anchored at the start: matched asfield LIKE text%. - status() - Method in record class com.onec.messaging.OutboxEvent
-
Returns the value of the
statusrecord component. - status() - Method in class com.onec.ui.UpdateChecker
-
The last-known result; never null.
- store(InputStream, String, String, long) - Method in class com.onec.ui.media.FilesystemMediaStorage
- store(InputStream, String, String, long) - Method in interface com.onec.ui.media.MediaStorage
-
Persist an uploaded binary and return a reference to it.
- StoredMedia - Record Class in com.onec.ui.media
-
A reference to a stored binary, returned from
MediaStorage.store(java.io.InputStream, java.lang.String, java.lang.String, long)and serialized as the JSON body ofPOST /api/media. - StoredMedia(String, String, String, long, String) - Constructor for record class com.onec.ui.media.StoredMedia
-
Creates an instance of a
StoredMediarecord class. - str(Object) - Method in class com.onec.mail.dispatch.HttpMailDispatcher.JsonHelper
-
Returns a JSON-encoded literal for
value, e.g. - stroke(Map<String, Object>, String, int) - Static method in class com.onec.ui.divkit.Div
- subject() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
subjectrecord component. - subject() - Method in record class com.onec.kafka.InboundEvent
-
Returns the value of the
subjectrecord component. - subject() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
subjectrecord component. - subject() - Method in record class com.onec.mail.template.MailRenderer.Rendered
-
Returns the value of the
subjectrecord component. - subject() - Element in annotation interface com.onec.mail.template.MailTemplate
-
Subject line.
- subject() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns the value of the
subjectrecord component. - subject(String) - Method in class com.onec.mail.MailMessage.Builder
- subscribe() - Method in class com.onec.ui.UiEventPublisher
- subscribe(Consumer<ClusterEvent>) - Method in interface com.onec.cluster.ClusterEventBus
-
Register a sink invoked for events that originated on other nodes.
- subscribe(Consumer<ClusterEvent>) - Method in class com.onec.cluster.NoOpClusterEventBus
- subscribe(Consumer<ClusterEvent>) - Method in class com.onec.cluster.pg.PostgresClusterEventBus
- subtitle() - Method in class com.onec.ui.PageBuilder
- subtitle(String) - Method in class com.onec.ui.PageBuilder
- success() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
successrecord component. - successSoft() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
successSoftrecord component. - sum(FieldReference<T, R>) - Static method in class com.onec.query.Q
- SUM - Enum constant in enum class com.onec.query.Select.Agg
- supports(String) - Method in interface com.onec.kafka.EventHandler
- suppress(String, String, String) - Method in class com.onec.mail.suppression.MailSuppressionList
- surface() - Method in record class com.onec.ui.BrandPalette
-
Returns the value of the
surfacerecord component. - surface() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
surfacerecord component. - surface(String) - Method in class com.onec.ui.UiLayoutBuilder.PaletteBuilder
-
Card / panel fill.
- SurfaceDivBuilder - Class in com.onec.ui.divkit
-
Builds the per-surface DivKit content (catalog/document lists, document detail, register report) from the resolved metadata view + data rows.
- SurfaceDivBuilder.HeaderAction - Record Class in com.onec.ui.divkit
-
One detail-header action.
- switchable() - Method in record class com.onec.ui.UiProfileResolver.Resolution
-
Returns the value of the
switchablerecord component. - switchable(UiLayout, Set<String>) - Method in class com.onec.ui.UiProfileResolver
-
The profiles a user may switch between.
- systemColumns() - Method in record class com.onec.query.EntityMeta
-
Returns the value of the
systemColumnsrecord component.
T
- tab(String, Map<String, Object>) - Static method in class com.onec.ui.divkit.Div
-
One
Div.tabs(java.util.List<java.util.Map<java.lang.String, java.lang.Object>>)entry: a title and the content shown when it's selected. - table() - Method in record class com.onec.query.EntityMeta
-
Returns the value of the
tablerecord component. - table() - Method in record class com.onec.schema.SchemaChange
-
Returns the value of the
tablerecord component. - table(String) - Method in record class com.onec.schema.SchemaModel
- table(String) - Method in record class com.onec.schema.SchemaSnapshot
- TABLE - Static variable in class com.onec.schema.SchemaHistoryRepository
- TableModel - Record Class in com.onec.schema
-
Desired state of a single table, derived from metadata.
- TableModel(String, List<ColumnModel>, List<String>, List<String>) - Constructor for record class com.onec.schema.TableModel
-
Creates an instance of a
TableModelrecord class. - tableName() - Element in annotation interface com.onec.annotations.AccumulationRegister
-
Stable DB table name.
- tableName() - Element in annotation interface com.onec.annotations.Catalog
-
Stable DB table name.
- tableName() - Element in annotation interface com.onec.annotations.Document
-
Stable DB table name.
- tableName() - Element in annotation interface com.onec.annotations.Enumeration
-
Stable DB table name.
- tableName() - Element in annotation interface com.onec.annotations.InformationRegister
-
Stable DB table name.
- tableName() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
tableNamerecord component. - tableName() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
tableNamerecord component. - tableName() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
tableNamerecord component. - tableName() - Method in record class com.onec.metadata.EnumerationDescriptor
-
Returns the value of the
tableNamerecord component. - tableName() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
tableNamerecord component. - tableName() - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Returns the value of the
tableNamerecord component. - tableName() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
-
Returns the value of the
tableNamerecord component. - tables() - Method in record class com.onec.schema.DatabaseIntrospector.DbState
-
Returns the value of the
tablesrecord component. - tables() - Method in record class com.onec.schema.SchemaModel
-
Returns the value of the
tablesrecord component. - tables() - Method in record class com.onec.schema.SchemaSnapshot
-
Returns the value of the
tablesrecord component. - TableSnapshot(Map<String, SchemaSnapshot.ColumnSnapshot>) - Constructor for record class com.onec.schema.SchemaSnapshot.TableSnapshot
-
Creates an instance of a
TableSnapshotrecord class. - TABLET - Enum constant in enum class com.onec.ui.Viewport
- tabs(List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.Div
-
Native DivKit tabs.
- TabularSection - Annotation Interface in com.onec.annotations
- TabularSectionDescriptor - Record Class in com.onec.metadata
- TabularSectionDescriptor(String, String, String, Class<?>, List<AttributeDescriptor>) - Constructor for record class com.onec.metadata.TabularSectionDescriptor
-
Creates an instance of a
TabularSectionDescriptorrecord class. - TabularSectionRow - Class in com.onec.model
- TabularSectionRow() - Constructor for class com.onec.model.TabularSectionRow
- tabularSections() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
tabularSectionsrecord component. - tabularSectionTable(String, String) - Method in class com.onec.metadata.DefaultNamingStrategy
- tail() - Method in record class com.onec.query.Path
-
Terminal segment — the attribute the path ultimately reads.
- target() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns the value of the
targetrecord component. - target() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns the value of the
targetrecord component. - template() - Element in annotation interface com.onec.mail.template.MailTemplate
-
Body template.
- template() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns the value of the
templaterecord component. - template() - Element in annotation interface com.onec.print.PrintTemplate
-
Template path.
- template() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns the value of the
templaterecord component. - text() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
textrecord component. - text() - Method in record class com.onec.ui.BrandPalette
-
Returns the value of the
textrecord component. - text() - Method in record class com.onec.ui.divkit.Palette
-
Returns the value of the
textrecord component. - text() - Method in record class com.onec.ui.PageComponent
-
Returns the value of the
textrecord component. - text(String) - Method in class com.onec.mail.MailMessage.Builder
- text(String) - Method in class com.onec.ui.ActionRow
-
The display string of
column: the resolved{column}_display(a ref's label, an enum's constant name) when present, else the raw value as text, else""— never null. - text(String) - Static method in class com.onec.ui.divkit.Div
- text(String) - Method in class com.onec.ui.PageBuilder
-
Add a freeform text block.
- text(String) - Static method in record class com.onec.ui.PageComponent
- text(String) - Method in class com.onec.ui.UiLayoutBuilder.PaletteBuilder
-
Primary foreground text.
- text(String, int, String) - Static method in class com.onec.ui.divkit.Div
- TEXT - Enum constant in enum class com.onec.ui.InputType
-
A free-text field.
- TEXT - Enum constant in enum class com.onec.ui.PageComponent.Kind
- textAlign(Map<String, Object>, String) - Static method in class com.onec.ui.divkit.Div
- theme() - Method in class com.onec.ui.LayoutSpec
- theme() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns the value of the
themerecord component. - theme(String) - Method in class com.onec.ui.LayoutSpec
- theme(String) - Method in class com.onec.ui.UiLayoutBuilder.ProfileBuilder
- themeController(UiProperties, UiLayout, ObjectProvider<UpdateChecker>) - Method in class com.onec.ui.UiAutoConfiguration
- ThemeController - Class in com.onec.ui
- ThemeController(UiProperties, UiLayout, ObjectProvider<UpdateChecker>) - Constructor for class com.onec.ui.ThemeController
- throwIfAny() - Method in class com.onec.validation.ValidationErrors
-
Throw a
ValidationExceptioncarrying everything collected, if non-empty. - ThymeleafPrintService - Class in com.onec.print
- ThymeleafPrintService(PrintTemplateRegistry, ResourceLoader, PrintProperties) - Constructor for class com.onec.print.ThymeleafPrintService
- time() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
timerecord component. - time() - Method in record class com.onec.kafka.InboundEvent
-
Returns the value of the
timerecord component. - time(String, long, Runnable) - Method in class com.onec.spring.OnecMetrics
- time(String, long, Supplier<T>) - Method in class com.onec.spring.OnecMetrics
- TimedPostingService - Class in com.onec.spring
- TimedPostingService(PostingEngine, OnecMetrics) - Constructor for class com.onec.spring.TimedPostingService
- title() - Element in annotation interface com.onec.annotations.AccumulationRegister
-
Human-facing display label, distinct from the URL-safe
AccumulationRegister.name()identity. - title() - Element in annotation interface com.onec.annotations.Catalog
-
Human-facing display label, distinct from the URL-safe
Catalog.name()identity. - title() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- title() - Element in annotation interface com.onec.annotations.Document
-
Human-facing display label, distinct from the URL-safe
Document.name()identity. - title() - Method in record class com.onec.desktop.DesktopManifest
-
Returns the value of the
titlerecord component. - title() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
titlerecord component. - title() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
-
Returns the value of the
titlerecord component. - title() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
-
Returns the value of the
titlerecord component. - title() - Method in class com.onec.ui.LayoutSpec
- title() - Method in class com.onec.ui.ListSpec
- title() - Method in class com.onec.ui.PageBuilder
- title() - Method in record class com.onec.ui.ResolvedListView
-
Returns the value of the
titlerecord component. - title() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns the value of the
titlerecord component. - title() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns the value of the
titlerecord component. - title() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
titlerecord component. - title(String) - Method in class com.onec.desktop.DesktopSpec
-
The window/title-bar text.
- title(String) - Method in class com.onec.ui.LayoutSpec
- title(String) - Method in class com.onec.ui.ListSpec
- title(String) - Method in class com.onec.ui.PageBuilder
- title(String) - Method in class com.onec.ui.UiLayoutBuilder.ProfileBuilder
- titleField() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- titleField() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
titleFieldrecord component. - titleField() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
titleFieldrecord component. - titleField(String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- to() - Method in record class com.onec.mail.MailMessage
-
Returns the value of the
torecord component. - to(String...) - Method in class com.onec.mail.MailMessage.Builder
- to(LocalDateTime) - Method in class com.onec.repository.RegisterQueryBuilder
- toJson() - Method in record class com.onec.schema.SchemaSnapshot
- token() - Method in enum class com.onec.ui.Viewport
-
The lowercase wire token for this viewport.
- tone() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Returns the value of the
tonerecord component. - TOOLBAR - Enum constant in enum class com.onec.ui.ActionScope
-
A toolbar button on the list surface (operates on the whole list / no specific row).
- tooltip() - Method in record class com.onec.desktop.DesktopManifest.Tray
-
Returns the value of the
tooltiprecord component. - tooltip(String) - Method in class com.onec.desktop.DesktopSpec.TraySpec
- TOPBAR - Enum constant in enum class com.onec.ui.NavStyle
- toSpec() - Method in class com.onec.query.QueryBuilder
-
The declarative spec this builder has assembled — usable without executing.
- toString() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.auth.spi.AuthMethods
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.auth.spi.SsoProvider
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.cluster.ClusterEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.desktop.DesktopManifest
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.desktop.DesktopManifest.Tray
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.events.EntityChangedEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.kafka.CloudEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.kafka.InboundEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.kafka.ServiceDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.mail.MailAttachment
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.mail.MailHeader
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.mail.MailMessage
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.mail.template.MailRenderer.Rendered
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.mail.template.MailTemplateDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.messaging.OutboxEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.ConstantDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.EnumerationDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.EnumerationValueDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.metadata.TabularSectionDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.migration.MigrationContext
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.posting.DocumentPostedEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.posting.DocumentUnpostedEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.posting.PostingPreview
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.print.PrintResult
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.print.PrintTemplateDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.query.EntityMeta
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.query.Order
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.query.Path
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.query.Predicate
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.query.QuerySpec
-
Returns a string representation of this record class.
- toString() - Method in class com.onec.query.Row
- toString() - Method in record class com.onec.query.Select
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.rules.BusinessRule
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.ColumnModel
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.DatabaseIntrospector.DbState
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.MigrationPlan
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.SchemaChange
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.SchemaModel
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.SchemaSnapshot.TableSnapshot
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.SchemaSnapshot
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.schema.TableModel
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.types.Ref
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ActionContext
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ActionResult
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.BrandingConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.BrandPalette
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.comments.Comment
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.comments.CommentController.CommentRequest
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.divkit.Palette
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.FieldHint
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ListFilter.Result
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ListSpec.Filter
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.media.LoadedMedia
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.media.StoredMedia
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.PageComponent
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.RelatedList
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ResolvedListView.Filter
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ResolvedListView
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.ShellConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiIdentityLink
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiLayout.ResolvedSection
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiLayout.Section
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiLayout
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UiProfileResolver.Resolution
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.UpdateStatus
-
Returns a string representation of this record class.
- toString() - Method in record class com.onec.ui.WidgetFilter.Result
-
Returns a string representation of this record class.
- total(AccumulationRegisterDescriptor, String, String, String, String) - Method in class com.onec.ui.RegisterQueryService
-
A single summed resource across a register — the KPI/metric-card counterpart to
RegisterQueryService.turnover(com.onec.metadata.AccumulationRegisterDescriptor, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>). - totals() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
totalsrecord component. - totalsBy(Path...) - Method in class com.onec.query.QueryBuilder
- totalsTableName() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
totalsTableNamerecord component. - touchedRepositories() - Method in class com.onec.posting.PostingContext
- Transaction boundary — important - Search tag in class com.onec.posting.PostingEngine
- Section
- transactionManagerRef() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- tray() - Method in record class com.onec.desktop.DesktopManifest
-
Returns the value of the
trayrecord component. - tray(Consumer<DesktopSpec.TraySpec>) - Method in class com.onec.desktop.DesktopSpec
-
Configure the system-tray icon and menu.
- Tray(boolean, String, String) - Constructor for record class com.onec.desktop.DesktopManifest.Tray
-
Creates an instance of a
Trayrecord class. - TraySpec() - Constructor for class com.onec.desktop.DesktopSpec.TraySpec
- tree(CatalogDescriptor) - Method in class com.onec.ui.CatalogQueryService
- tree(String, Principal) - Method in class com.onec.ui.GenericCatalogController
- tryClaimMigration(Handle, String, String) - Method in class com.onec.schema.SchemaHistoryRepository
-
Claims a migration version inside the caller's transaction.
- turnover() - Method in class com.onec.repository.RegisterQueryBuilder
- turnover(AccumulationRegisterDescriptor, String, String, Map<String, String>) - Method in class com.onec.ui.RegisterQueryService
- turnover(String, String, String, Map<String, String>, Principal) - Method in class com.onec.ui.GenericRegisterController
- TURNOVER - Enum constant in enum class com.onec.model.AccumulationType
- TURNOVER - Enum constant in enum class com.onec.repository.RegisterQueryBuilder.QueryType
- type() - Element in annotation interface com.onec.annotations.AccumulationRegister
- type() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- type() - Method in record class com.onec.kafka.CloudEvent
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.kafka.InboundEvent
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.query.EntityMeta
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.schema.SchemaChange
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.types.Ref
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.ui.InputSpec.InputField
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.ui.ListSpec.Filter
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.ui.ResolvedListView.Filter
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.ui.UiLayout.ResolvedItem
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
-
Returns the value of the
typerecord component. - type() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
typerecord component. - type(InputType) - Method in class com.onec.ui.InputSpec.InputBuilder
- type(String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
U
- uiAccessService(MetadataRegistry) - Method in class com.onec.ui.UiAutoConfiguration
- UiAccessService - Class in com.onec.ui
- UiAccessService(MetadataRegistry) - Constructor for class com.onec.ui.UiAccessService
- uiActionResolver(ObjectProvider<EntityView>) - Method in class com.onec.ui.UiAutoConfiguration
- UiActionResolver - Class in com.onec.ui
-
Collects the custom
actionsand toolbarinputsdeclared by everyEntityView, indexed by entity class. - UiActionResolver(List<EntityView>) - Constructor for class com.onec.ui.UiActionResolver
- UiAutoConfiguration - Class in com.onec.ui
- UiAutoConfiguration() - Constructor for class com.onec.ui.UiAutoConfiguration
- uiEventController(UiEventPublisher) - Method in class com.onec.ui.UiAutoConfiguration
- UiEventController - Class in com.onec.ui
- UiEventController(UiEventPublisher) - Constructor for class com.onec.ui.UiEventController
- uiEventPublisher() - Method in class com.onec.ui.UiAutoConfiguration
- UiEventPublisher - Class in com.onec.ui
-
Pushes entity-change notifications to browser
SseEmitters for live UI updates. - UiEventPublisher() - Constructor for class com.onec.ui.UiEventPublisher
- UiHint - Annotation Interface in com.onec.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.Configure field hints in an
EntityVieworLayoutbean instead, e.g.Layout-configured hints override this annotation. The annotation will be removed in the next release.class InvoiceView implements EntityView { public Class<?> entity() { return Invoice.class; } public void fields(EntityConfigBuilder f) { f.field("total").order(10).hideInForm() .field("notes").widget("textarea"); } }One exception: tabular section row classes (e.g. line-item rows inside a document's
@TabularSection). The DSL does not yet expose tabular section field hints; use@UiHinton those row classes only when custom row-field hints are still required. - UiIdentityLink - Record Class in com.onec.ui
-
Links an authenticated account to a domain catalog record (e.g.
- UiIdentityLink(Class<?>, String) - Constructor for record class com.onec.ui.UiIdentityLink
-
Creates an instance of a
UiIdentityLinkrecord class. - uiLayout(LayoutSet) - Method in class com.onec.spring.OnecAutoConfiguration
-
The default (
Viewport.DESKTOP) layout, kept as a bean for consumers that aren't viewport-aware (identity resolution, the metadata API). - UiLayout - Record Class in com.onec.ui
- UiLayout(List<UiLayout.Section>) - Constructor for record class com.onec.ui.UiLayout
- UiLayout(List<UiLayout.Section>, List<UiLayoutBuilder.WidgetConfig>) - Constructor for record class com.onec.ui.UiLayout
- UiLayout(List<UiLayout.Section>, List<UiLayoutBuilder.WidgetConfig>, List<UiLayout.Profile>) - Constructor for record class com.onec.ui.UiLayout
- UiLayout(List<UiLayout.Section>, List<UiLayoutBuilder.WidgetConfig>, List<UiLayout.Profile>, UiIdentityLink) - Constructor for record class com.onec.ui.UiLayout
- UiLayout(List<UiLayout.Section>, List<UiLayoutBuilder.WidgetConfig>, List<UiLayout.Profile>, UiIdentityLink, ShellConfig) - Constructor for record class com.onec.ui.UiLayout
-
Creates an instance of a
UiLayoutrecord class. - UiLayout.Placement - Enum Class in com.onec.ui
- UiLayout.Profile - Record Class in com.onec.ui
-
A named persona bundle: its own navigation (
sections), home (widgets), branding (title/theme) and therolesthat resolve into it. - UiLayout.ResolvedItem - Record Class in com.onec.ui
- UiLayout.ResolvedSection - Record Class in com.onec.ui
- UiLayout.Section - Record Class in com.onec.ui
- UiLayoutBuilder - Class in com.onec.ui
- UiLayoutBuilder() - Constructor for class com.onec.ui.UiLayoutBuilder
- UiLayoutBuilder.EntityRef - Record Class in com.onec.ui
- UiLayoutBuilder.PaletteBuilder - Class in com.onec.ui
-
Typed brand color overrides for one mode; unset slots stay
null(renderer default). - UiLayoutBuilder.ProfileBuilder - Class in com.onec.ui
-
Configures a named persona profile.
- UiLayoutBuilder.SectionBuilder - Class in com.onec.ui
- UiLayoutBuilder.ShellBuilder - Class in com.onec.ui
-
Builds the
ShellConfig— this layout's navigation presentation andBrandingConfig(app name, logo, favicon, brand palette). - UiLayoutBuilder.WidgetBuilder - Class in com.onec.ui
- UiLayoutBuilder.WidgetConfig - Record Class in com.onec.ui
- uiLayoutResolver(MetadataRegistry) - Method in class com.onec.spring.OnecAutoConfiguration
- UiLayoutResolver - Class in com.onec.ui
- UiLayoutResolver(MetadataRegistry) - Constructor for class com.onec.ui.UiLayoutResolver
- uiProfileResolver() - Method in class com.onec.spring.OnecAutoConfiguration
- UiProfileResolver - Class in com.onec.ui
-
Resolves which
UiLayout.Profilea user sees, by matching their roles against each named profile's target roles. - UiProfileResolver() - Constructor for class com.onec.ui.UiProfileResolver
- UiProfileResolver.Resolution - Record Class in com.onec.ui
- UiProperties - Class in com.onec.ui
- UiProperties() - Constructor for class com.onec.ui.UiProperties
- UiProperties.Settings - Class in com.onec.ui
-
The built-in Settings page — the
@Constanteditor surfaced at/settingswith an auto-injected admin nav entry. - UiSection - Annotation Interface in com.onec.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.Assign entities to sidebar sections in a
Layoutbean instead, e.g.Layout beans are the source of truth for the sidebar (served atclass MainLayout implements Layout { public void configure(LayoutSpec layout) { layout.section("Sales").order(0).icon("euro") .document(Invoice.class) .catalog(Customer.class); } }/api/ui/metadata/layout); this annotation is currently echoed only onto the per-entity metadata response as asectionfield that the React frontend does not consume. The annotation will be removed in the next release. - uiViewResolver(ResolvedMetadataService, ObjectProvider<EntityView>) - Method in class com.onec.ui.UiAutoConfiguration
- UiViewResolver - Class in com.onec.ui
-
Resolves a per-entity
EntityView(authored in code) over the auto-generated metadata defaults into a renderer-agnosticResolvedListView. - UiViewResolver(ResolvedMetadataService, List<EntityView>) - Constructor for class com.onec.ui.UiViewResolver
- unpost(DocumentDescriptor, UUID, Principal) - Method in class com.onec.ui.DocumentCommandService
- unpost(DocumentObject) - Method in class com.onec.posting.PostingEngine
- unpost(DocumentObject) - Method in class com.onec.posting.PostingService
- unpost(DocumentObject) - Method in class com.onec.spring.TimedPostingService
- unpost(String, UUID, Principal) - Method in class com.onec.ui.GenericDocumentController
- UNPOSTED - Static variable in record class com.onec.events.EntityChangedEvent
- update(CatalogDescriptor, UUID, Map<String, Object>, Principal) - Method in class com.onec.ui.CatalogCommandService
- update(DocumentDescriptor, UUID, Map<String, Object>, Principal) - Method in class com.onec.ui.DocumentCommandService
- update(String, UUID, Map<String, Object>, Principal) - Method in class com.onec.ui.GenericCatalogController
- update(String, UUID, Map<String, Object>, Principal) - Method in class com.onec.ui.GenericDocumentController
- update(Map<String, Object>, Principal) - Method in class com.onec.ui.SettingsController
- updateAvailable() - Method in record class com.onec.ui.UpdateStatus
-
Returns the value of the
updateAvailablerecord component. - updateChecker(UpdateProperties, ObjectMapper) - Method in class com.onec.ui.UiAutoConfiguration
-
Polls onec-cloud for a newer framework release and exposes the result through
/config. - UpdateChecker - Class in com.onec.ui
-
Periodically asks onec-cloud for the latest published framework version and, when it is newer than the running one, flips
UpdateChecker.status()to "update available" — which the web client reads off/api/configand renders as a dismissible banner. - UpdateChecker(UpdateProperties, String, ObjectMapper) - Constructor for class com.onec.ui.UpdateChecker
- UPDATED - Static variable in record class com.onec.events.EntityChangedEvent
- UpdateProperties - Class in com.onec.ui
-
Configures the "update available" check: the running app periodically asks onec-cloud what the latest published framework version is and surfaces a notice when it is newer than its own.
- UpdateProperties() - Constructor for class com.onec.ui.UpdateProperties
- UpdateStatus - Record Class in com.onec.ui
-
The last-known result of the update check, exposed to the web client via
/api/config. - UpdateStatus(boolean, String, String, String, Instant) - Constructor for record class com.onec.ui.UpdateStatus
-
Creates an instance of a
UpdateStatusrecord class. - updateTotals(Handle, List<T>) - Method in class com.onec.posting.RegisterPersistence
- upload(MultipartFile) - Method in class com.onec.ui.media.MediaController
- upsert(String, List<String>, List<String>, List<String>) - Method in enum class com.onec.schema.SqlDialect
-
Builds a portable "insert or update" statement.
- upsertIncrement(String, List<String>, List<String>, List<String>) - Method in enum class com.onec.schema.SqlDialect
-
Builds an atomic "insert or increment" statement for accumulator tables: when the key row exists, every increment column is bumped by its bound value; otherwise the row is inserted.
- url() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
-
Returns the value of the
urlrecord component. - url() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
-
Returns the value of the
urlrecord component. - url() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
-
Returns the value of the
urlrecord component. - url() - Method in record class com.onec.ui.media.StoredMedia
-
Returns the value of the
urlrecord component. - user() - Method in record class com.onec.ui.ActionContext
-
Returns the value of the
userrecord component. - User() - Constructor for class com.onec.auth.OnecAuthProperties.User
- userConverters() - Method in class com.onec.spring.OnecAutoConfiguration
- username() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
-
Returns the value of the
usernamerecord component. - UuidToRef() - Constructor for class com.onec.spring.EnumUuidConverters.UuidToRef
V
- validate(Class<?>, List<AttributeDescriptor>, Map<String, Object>) - Method in class com.onec.ui.WriteValidator
- validate(Object) - Method in class com.onec.rules.BusinessRuleValidator
-
Collect failures and throw a
ValidationExceptionif any. - validate(Object, List<AttributeDescriptor>, ValidationErrors) - Method in class com.onec.validation.AttributeValidator
-
Validate a typed aggregate, reading each attribute's value reflectively.
- validate(Map<String, Object>, List<AttributeDescriptor>, ValidationErrors) - Method in class com.onec.validation.AttributeValidator
-
Validate a submitted body map keyed by attribute field name (the generic UI write path).
- VALIDATE - Enum constant in enum class com.onec.schema.SchemaMode
- Validated - Interface in com.onec.rules
-
A document/catalog that declares typed validation rules, checked before write and before posting.
- ValidationErrors - Class in com.onec.validation
-
Accumulates validation failures across all sources (declarative attribute constraints, custom
BusinessRules) so the user sees every problem at once rather than one at a time. - ValidationErrors() - Constructor for class com.onec.validation.ValidationErrors
- ValidationException - Exception Class in com.onec.validation
-
Thrown when an entity fails framework validation on the write path — a missing required attribute, an out-of-range / malformed value, or a failed
BusinessRule. - ValidationException(String) - Constructor for exception class com.onec.validation.ValidationException
- ValidationException(String, String) - Constructor for exception class com.onec.validation.ValidationException
-
A single-field (or, when
fieldis null, form-level) failure. - ValidationException(String, Map<String, List<String>>, List<String>) - Constructor for exception class com.onec.validation.ValidationException
-
Multiple collected failures, keyed by field plus any form-level messages.
- value() - Element in annotation interface com.onec.annotations.DashboardWidgets
- value() - Element in annotation interface com.onec.annotations.DomainEvents
- value() - Element in annotation interface com.onec.annotations.UiSection
-
Deprecated.
- value() - Method in record class com.onec.mail.MailHeader
-
Returns the value of the
valuerecord component. - value() - Element in annotation interface com.onec.mail.template.MailTemplates
- value() - Element in annotation interface com.onec.print.PrintTemplates
- value() - Method in record class com.onec.query.Predicate
-
Returns the value of the
valuerecord component. - value() - Element in annotation interface com.onec.spring.EnableRegisterRepositories
- value(String) - Method in class com.onec.ui.InputSpec.InputBuilder
-
The initial value the field carries before the user changes it.
- value2() - Method in record class com.onec.query.Predicate
-
Returns the value of the
value2record component. - valueOf(String) - Static method in enum class com.onec.annotations.EventTiming
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.auth.OnecAuthProperties.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.auth.OnecAuthProperties.Provider
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.auth.OnecAuthProperties.Shape
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.model.AccumulationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.model.MovementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.model.Periodicity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.print.PrintFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.query.EntityMeta.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.query.Order.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.query.Predicate.Op
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.query.Select.Agg
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.repository.RegisterQueryBuilder.QueryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.schema.SchemaChange.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.schema.SchemaMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.schema.SqlDialect
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.ui.ActionScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.ui.InputType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.ui.ListSpec.FilterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.ui.NavStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.ui.PageComponent.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.ui.UiLayout.Placement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.onec.ui.Viewport
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.onec.annotations.EventTiming
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.auth.OnecAuthProperties.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.auth.OnecAuthProperties.Provider
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.auth.OnecAuthProperties.Shape
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in record class com.onec.metadata.EnumerationDescriptor
-
Returns the value of the
valuesrecord component. - values() - Static method in enum class com.onec.model.AccumulationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.model.MovementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.model.Periodicity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.print.PrintFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.query.EntityMeta.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.query.Order.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.query.Predicate.Op
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in record class com.onec.query.Predicate
-
Returns the value of the
valuesrecord component. - values() - Static method in enum class com.onec.query.Select.Agg
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.repository.RegisterQueryBuilder.QueryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.schema.SchemaChange.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.schema.SchemaMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.schema.SqlDialect
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.onec.ui.ActionRow
-
The underlying row map (resolved values keyed by column) — an escape hatch for ad-hoc reads.
- values() - Static method in enum class com.onec.ui.ActionScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.ui.InputType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.ui.ListSpec.FilterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.ui.NavStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.ui.PageComponent.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.ui.UiLayout.Placement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.onec.ui.Viewport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType() - Method in record class com.onec.metadata.ConstantDescriptor
-
Returns the value of the
valueTyperecord component. - verifyTotals() - Method in class com.onec.posting.RegisterPersistence
- verifyTotals() - Method in interface com.onec.repository.RegisterRepository
- verifyTotals() - Method in class com.onec.repository.RegisterRepositoryImpl
- version() - Method in interface com.onec.migration.AppMigration
-
Unique, stable version this migration is recorded under (e.g.
- version() - Static method in class com.onec.ui.OnecBuildInfo
-
The framework version, or
""when it could not be determined. - vertical(List<Map<String, Object>>) - Static method in class com.onec.ui.divkit.Div
- via() - Method in record class com.onec.ui.RelatedList
-
Returns the value of the
viarecord component. - via(String) - Method in class com.onec.ui.RelatedListBuilder
-
The
Reffield on the join catalog that scopes rows to the record being edited — the back-reference to this catalog. - viewport() - Method in interface com.onec.ui.Layout
-
The device class this layout targets, or
null(default) to apply to every viewport. - viewport() - Method in interface com.onec.ui.Page
-
The device class this page targets, or
null(default) for every viewport. - Viewport - Enum Class in com.onec.ui
-
The device class a client reports for itself, so the framework can serve a layout and page composition tailored to it.
- visibleFn() - Method in record class com.onec.ui.ActionSpec.Action
-
Returns the value of the
visibleFnrecord component. - visibleInDetail() - Element in annotation interface com.onec.annotations.UiHint
-
Deprecated.
- visibleInDetail() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
visibleInDetailrecord component. - visibleInDetail() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
visibleInDetailrecord component. - visibleInDetail(boolean) - Method in class com.onec.ui.FieldHintBuilder
- visibleInForm() - Element in annotation interface com.onec.annotations.UiHint
-
Deprecated.
- visibleInForm() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
visibleInFormrecord component. - visibleInForm() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
visibleInFormrecord component. - visibleInForm(boolean) - Method in class com.onec.ui.FieldHintBuilder
- visibleInList() - Element in annotation interface com.onec.annotations.UiHint
-
Deprecated.
- visibleInList() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
visibleInListrecord component. - visibleInList() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
visibleInListrecord component. - visibleInList(boolean) - Method in class com.onec.ui.FieldHintBuilder
- visibleWhen(Predicate<ActionRow>) - Method in class com.onec.ui.ActionSpec.ActionBuilder
-
Show this row action only on rows where the predicate holds (
ActionScope.ROWactions).
W
- Webhook() - Constructor for class com.onec.mail.MailProperties.Webhook
- weight(Map<String, Object>, double) - Static method in class com.onec.ui.divkit.Div
-
Share main-axis space with siblings (match_parent + weight).
- weightHeight(Map<String, Object>, double) - Static method in class com.onec.ui.divkit.Div
- when() - Element in annotation interface com.onec.annotations.DomainEvent
- where() - Method in record class com.onec.query.QuerySpec
-
Returns the value of the
whererecord component. - where() - Method in record class com.onec.query.SqlRenderer.RenderModel
-
Returns the value of the
whererecord component. - where(Predicate...) - Method in class com.onec.query.QueryBuilder
- where(FieldReference<T, R>, R) - Method in class com.onec.repository.RegisterFilter
- where(FieldReference<T, R>, R) - Method in class com.onec.repository.RegisterQueryBuilder
- widget() - Element in annotation interface com.onec.annotations.UiHint
-
Deprecated.Controls the input widget rendered in the form.
- widget() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
widgetrecord component. - widget() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
widgetrecord component. - widget() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns the value of the
widgetrecord component. - widget(String) - Method in class com.onec.ui.FieldHintBuilder
-
Override the control used to edit this field.
- widget(String) - Method in class com.onec.ui.PageBuilder
-
Add a dashboard widget; returns the widget builder for further config.
- widget(String) - Method in class com.onec.ui.UiLayoutBuilder
- widget(String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
-
Start a new widget.
- WidgetAggregate - Class in com.onec.ui
-
Builds the SQL aggregate expression for a count/metric card.
- WidgetConfig(String, String, int, String, Class<?>, String, int, String, String, Map<String, String>, String) - Constructor for record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Creates an instance of a
WidgetConfigrecord class. - WidgetFilter - Class in com.onec.ui
-
Parses an authored count/metric-card
filterpredicate into a safe SQL fragment with bound parameters. - WidgetFilter.Result - Record Class in com.onec.ui
-
A compiled predicate: a
WHERE-ready fragment (no leading AND) and its bindings. - widgets() - Method in class com.onec.ui.PageBuilder
- widgets() - Method in record class com.onec.ui.UiLayout.Profile
-
Returns the value of the
widgetsrecord component. - widgets() - Method in record class com.onec.ui.UiLayout
-
Returns the value of the
widgetsrecord component. - widgetType() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
widgetTyperecord component. - width() - Element in annotation interface com.onec.annotations.DashboardWidget
-
Deprecated.
- width() - Element in annotation interface com.onec.annotations.UiHint
-
Deprecated.
- width() - Method in record class com.onec.desktop.DesktopManifest.Window
-
Returns the value of the
widthrecord component. - width() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
-
Returns the value of the
widthrecord component. - width() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
-
Returns the value of the
widthrecord component. - width() - Method in record class com.onec.ui.FieldHint
-
Returns the value of the
widthrecord component. - width() - Method in record class com.onec.ui.ResolvedListView.Column
-
Returns the value of the
widthrecord component. - width() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
-
Returns the value of the
widthrecord component. - width(String) - Method in class com.onec.ui.FieldHintBuilder
- width(String) - Method in class com.onec.ui.UiLayoutBuilder.WidgetBuilder
- width(Map<String, Object>, int) - Static method in class com.onec.ui.divkit.Div
- widthHint() - Method in record class com.onec.metadata.AttributeDescriptor
-
Returns the value of the
widthHintrecord component. - window() - Method in record class com.onec.desktop.DesktopManifest
-
Returns the value of the
windowrecord component. - window(Consumer<DesktopSpec.WindowSpec>) - Method in class com.onec.desktop.DesktopSpec
-
Configure window geometry.
- Window(int, int, int, int, boolean, boolean, boolean) - Constructor for record class com.onec.desktop.DesktopManifest.Window
-
Creates an instance of a
Windowrecord class. - WindowSpec() - Constructor for class com.onec.desktop.DesktopSpec.WindowSpec
- withComments(Map<String, Object>, String, String, String) - Static method in class com.onec.ui.divkit.SurfaceDivBuilder
-
Append the comments thread panel to a built detail surface.
- withDefault(String, String, String) - Static method in record class com.onec.schema.ColumnModel
- withOrigin(String) - Method in record class com.onec.cluster.ClusterEvent
-
A copy of this event with
ClusterEvent.originNodeIdset — used by a bus to stamp its identity on send. - withOverrides(BrandPalette) - Method in record class com.onec.ui.divkit.Palette
-
This palette with any non-null slot of
oreplacing the default; a no-op if empty. - wrapWidth(Map<String, Object>) - Static method in class com.onec.ui.divkit.Div
-
Size to content (not stretched to the parent) so children keep natural width.
- write(T) - Method in class com.onec.repository.InformationRegisterPersistence
- write(T) - Method in interface com.onec.repository.InformationRegisterRepository
- write(T) - Method in class com.onec.repository.InformationRegisterRepositoryImpl
- writeRoles() - Element in annotation interface com.onec.annotations.AccessControl
- writeRoles() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
-
Returns the value of the
writeRolesrecord component. - writeRoles() - Method in record class com.onec.metadata.CatalogDescriptor
-
Returns the value of the
writeRolesrecord component. - writeRoles() - Method in record class com.onec.metadata.DocumentDescriptor
-
Returns the value of the
writeRolesrecord component. - writeRoles() - Method in record class com.onec.metadata.InformationRegisterDescriptor
-
Returns the value of the
writeRolesrecord component. - WriteValidator - Class in com.onec.ui
-
Validates a generic catalog/document write before it persists.
- WriteValidator() - Constructor for class com.onec.ui.WriteValidator
Y
- YEAR - Enum constant in enum class com.onec.model.Periodicity
Z
- ZITADEL - Enum constant in enum class com.onec.auth.OnecAuthProperties.Provider
-
Roles under
urn:zitadel:iam:org:project:roles, keyed by role name.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Pagebean instead, e.g./api/divkit/home); this annotation is no longer consulted when the configurer declares any widgets, and will be removed in the next release. (Note: there is no/api/ui/metadata/*REST endpoint — see the README/AGENTS.md for the real/api/...surface.)