Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
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 AccumulationRegisterDescriptor record 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 accumulationType record component.
accumulationType() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
Returns the value of the accumulationType record 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, edit or delete.
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 Action record 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 ActionContext record class.
actionController(CatalogQueryService, DocumentQueryService, UiAccessService, UiActionResolver) - Method in class com.onec.ui.UiAutoConfiguration
 
ActionController - Class in com.onec.ui
Runs a custom ActionSpec server 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 ActionResult record 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 — a pause "Suspend" on a running record flipping to a play "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 action button 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 agg record component.
aggregate(CatalogDescriptor, String, String, String) - Method in class com.onec.ui.CatalogQueryService
A single aggregate value for a count/metric card — count of rows, or sum|avg|min|max of one numeric column — restricted to live records and narrowed by an optional safe filter predicate (see WidgetFilter).
aggregate(DocumentDescriptor, String, String, String) - Method in class com.onec.ui.DocumentQueryService
A single aggregate value for a count/metric card — count of rows, or sum|avg|min|max of one numeric column — restricted to live records and narrowed by an optional safe filter predicate (see WidgetFilter).
aggregateId() - Method in record class com.onec.messaging.OutboxEvent
Returns the value of the aggregateId record component.
aggregateType() - Method in record class com.onec.messaging.OutboxEvent
Returns the value of the aggregateType record component.
alias() - Method in record class com.onec.query.Select
Returns the value of the alias record 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 appName record 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 roles array (Keycloak's realm_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-Row key / 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 attachments record component.
attempts() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
Returns the value of the attempts record 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 null for 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 AttributeDescriptor record 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 attributes record component.
attributes() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the attributes record component.
attributes() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the attributes record component.
attributes() - Method in record class com.onec.metadata.TabularSectionDescriptor
Returns the value of the attributes record component.
attributes() - Method in record class com.onec.query.EntityMeta
Returns the value of the attributes record component.
AttributeValidator - Class in com.onec.validation
Enforces the declarative @Attribute constraints (required, string length, numeric min/max, regex pattern, email) on an entity before write, collecting every failure into a ValidationErrors keyed 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 AuthMethods record class.
AuthMethodsContributor - Interface in com.onec.auth.spi
Additively contributes SSO options to the login screen, on top of whatever the single AuthMethodsProvider already offers.
AuthMethodsProvider - Interface in com.onec.auth.spi
Supplies the AuthMethods for the running application.
authorId() - Method in record class com.onec.ui.comments.Comment
Returns the value of the authorId record component.
authorizationUrl() - Method in record class com.onec.auth.spi.SsoProvider
Returns the value of the authorizationUrl record component.
authorName() - Method in record class com.onec.ui.comments.Comment
Returns the value of the authorName record 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 autoNumber record component.
autoNumber() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the autoNumber record 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 baseUrl record component.
bcc() - Method in record class com.onec.mail.MailMessage
Returns the value of the bcc record 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 bindings record component.
bindings() - Method in record class com.onec.ui.WidgetFilter.Result
Returns the value of the bindings record component.
body() - Method in record class com.onec.mail.template.MailRenderer.Rendered
Returns the value of the body record component.
body() - Method in record class com.onec.ui.comments.Comment
Returns the value of the body record component.
body() - Method in record class com.onec.ui.comments.CommentController.CommentRequest
Returns the value of the body record component.
border() - Method in record class com.onec.ui.BrandPalette
Returns the value of the border record component.
border() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the border record 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 branding record 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 dark BrandPalettes.
BrandingConfig(String, String, String, Integer, Integer, String, BrandPalette, BrandPalette) - Constructor for record class com.onec.ui.BrandingConfig
Creates an instance of a BrandingConfig record 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 BrandPalette record 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 BusinessRule record 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 Validated entity's typed BusinessRules 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 CatalogDescriptor record 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-patch of onec-rows — a single replacement node re-carrying that id (see SurfaceDivBuilder.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 cc record 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 center record 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 with id.
CHANGED - Static variable in record class com.onec.events.EntityChangedEvent
 
changes() - Method in record class com.onec.schema.MigrationPlan
Returns the value of the changes record component.
changeType() - Method in record class com.onec.cluster.ClusterEvent
Returns the value of the changeType record component.
changeType() - Method in record class com.onec.events.EntityChangedEvent
Returns the value of the changeType record component.
checkedAt() - Method in record class com.onec.ui.UpdateStatus
Returns the value of the checkedAt record 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 limit due messages for this worker, flipping them NEW -> 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 CloudEvent record class.
clusterEntityChangeRelay(ClusterEventBus) - Method in class com.onec.spring.OnecAutoConfiguration
Publish side of cross-node live-UI sync: relays each EntityChangedEvent onto the ClusterEventBus for 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 EntityChangedEvent onto the ClusterEventBus so 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 ClusterEvent record 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 ClusterEventBus into 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 ClusterEventBus and pushes events that originated on other nodes to this node's SSE clients via UiEventPublisher.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 codeLength record component.
codePrefix() - Element in annotation interface com.onec.annotations.Catalog
 
codePrefix() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the codePrefix record 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 column record 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 null if 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 Column record 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 ColumnModel record class.
columnName() - Method in record class com.onec.metadata.AttributeDescriptor
Returns the value of the columnName record component.
columnName() - Method in record class com.onec.ui.ResolvedListView.Column
Returns the value of the columnName record component.
columnName() - Method in record class com.onec.ui.ResolvedListView.Filter
Returns the value of the columnName record component.
columns() - Method in class com.onec.query.Row
 
columns() - Method in record class com.onec.schema.SchemaSnapshot.TableSnapshot
Returns the value of the columns record component.
columns() - Method in record class com.onec.schema.TableModel
Returns the value of the columns record component.
columns() - Method in record class com.onec.ui.RelatedList
Returns the value of the columns record component.
columns() - Method in record class com.onec.ui.ResolvedListView
Returns the value of the columns record 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 ColumnSnapshot record 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_comments thread 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 Comment record 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/comments discussion-thread feature, under the onec.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 CommentRequest record class.
CommentsAutoConfiguration - Class in com.onec.ui.comments
Wires the /api/comments discussion-thread endpoint, its CommentService store, and the onec.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/comments endpoint.
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 condition record 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 ConstantDescriptor record 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 @Constant values 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 constraints record component.
constraints() - Method in record class com.onec.schema.TableModel
Returns the value of the constraints record component.
Constraints(double, double, int, String, boolean) - Constructor for record class com.onec.metadata.AttributeDescriptor.Constraints
Creates an instance of a Constraints record 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 content record component.
content() - Method in record class com.onec.print.PrintResult
Returns the value of the content record 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 contentType record component.
contentType() - Method in enum class com.onec.print.PrintFormat
 
contentType() - Method in record class com.onec.print.PrintResult
Returns the value of the contentType record component.
contentType() - Method in record class com.onec.ui.media.LoadedMedia
Returns the value of the contentType record component.
contentType() - Method in record class com.onec.ui.media.StoredMedia
Returns the value of the contentType record 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 context record component.
context() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the context record component.
context() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the context record component.
context() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the context record 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 createdAt record component.
createdAt() - Method in record class com.onec.ui.comments.Comment
Returns the value of the createdAt record 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-TOKEN cookie 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 CurrentUser record 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 currentVersion record 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-custom extension 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, and roles.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 customType record component.

D

dark() - Method in record class com.onec.ui.BrandingConfig
Returns the value of the dark record 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.
Declare dashboard widgets in a Page bean instead, e.g.
  class DashboardPage implements Page {
      public String route() { return "/"; }
      public void compose(PageBuilder page) {
          page.widget("Recent invoices")
              .type("list").order(0).width("1/2")
              .document(Invoice.class)
              .maxItems(8);
      }
  }
As of the page/layout migration the dashboard is built from authored pages (surfaced through the DivKit home surface, 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.)
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 DashboardWidgetDescriptor record class.
DashboardWidgets - Annotation Interface in com.onec.annotations
 
data() - Method in record class com.onec.kafka.CloudEvent
Returns the value of the data record component.
data() - Method in record class com.onec.kafka.InboundEvent
Returns the value of the data record 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 datacontenttype record component.
DATE - Enum constant in enum class com.onec.ui.InputType
A date picker (value is an ISO yyyy-MM-dd string).
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 <= to range.
dateField() - Element in annotation interface com.onec.annotations.DashboardWidget
Deprecated.
 
dateField() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
Returns the value of the dateField record component.
dateField() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the dateField record 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 DbState record 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 defaultExpr record 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 defaultValue record 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 by id) plus optional streamed vars.
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/manifest at boot.
DesktopManifest(String, boolean, String, DesktopManifest.Window, DesktopManifest.Tray) - Constructor for record class com.onec.desktop.DesktopManifest
Creates an instance of a DesktopManifest record 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 DesktopApp configures.
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 destructive record component.
detail() - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
Returns the value of the detail record component.
detail() - Method in record class com.onec.schema.SchemaChange
Returns the value of the detail record 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 dialect record 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 dimensions record component.
dimensions() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the dimensions record component.
direction() - Method in record class com.onec.query.Order
Returns the value of the direction record 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 display record component.
display(String) - Method in class com.onec.ui.RelatedListBuilder
The Ref field 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 displayName record component.
displayName() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
Returns the value of the displayName record component.
displayTitle() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
Returns the value of the displayTitle record component.
displayTitle() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the displayTitle record component.
displayTitle() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the displayTitle record 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: /shell returns 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 document record component.
document() - Method in record class com.onec.posting.DocumentUnpostedEvent
Returns the value of the document record 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 DocumentDescriptor record 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 null if it was never assigned.
documentId() - Method in record class com.onec.posting.DocumentUnpostedEvent
The unposted document's id, or null if it was never assigned.
documentId() - Method in record class com.onec.posting.PostingPreview
Returns the value of the documentId record 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, _posted flipped).
DocumentPostedEvent(DocumentObject) - Constructor for record class com.onec.posting.DocumentPostedEvent
Creates an instance of a DocumentPostedEvent record 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-patch of onec-rows — a single replacement node re-carrying that id (see SurfaceDivBuilder.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 documentType record 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, _posted cleared).
DocumentUnpostedEvent(DocumentObject) - Constructor for record class com.onec.posting.DocumentUnpostedEvent
Creates an instance of a DocumentUnpostedEvent record 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 editedAt record 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 email record component.
email() - Method in record class com.onec.metadata.AttributeDescriptor.Constraints
Returns the value of the email record 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 Page at "/" 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 enabled record component.
enabledFn() - Method in record class com.onec.ui.ActionSpec.Action
Returns the value of the enabledFn record 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 entity record component.
entityChanged(String, String, String, String, String) - Static method in record class com.onec.cluster.ClusterEvent
Build an ClusterEvent.KIND_ENTITY_CHANGED event with no ClusterEvent.originNodeId set — the publishing ClusterEventBus stamps that during ClusterEventBus.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 EntityChangedEvent record class.
entityChangePublisher(ApplicationEventPublisher) - Method in class com.onec.spring.OnecAutoConfiguration
Bridges the framework's EntityChangePublisher SPI onto Spring's ApplicationEventPublisher, so a repository.save/ delete publishes an EntityChangedEvent that 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 a repository.save(...)/delete(...).
entityClass() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the entityClass record 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-form custom component: a div-custom carrying a plain-JSON form descriptor (field metadata + the record's initial values + submit target).
entityId() - Method in record class com.onec.ui.comments.Comment
Returns the value of the entityId record 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 EntityMeta record class.
EntityMeta.Kind - Enum Class in com.onec.query
 
entityName() - Method in record class com.onec.cluster.ClusterEvent
Returns the value of the entityName record component.
entityName() - Method in record class com.onec.events.EntityChangedEvent
Returns the value of the entityName record component.
entityName() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
Returns the value of the entityName record component.
entityName() - Method in record class com.onec.ui.comments.Comment
Returns the value of the entityName record component.
entityName() - Method in record class com.onec.ui.CurrentUserResolver.CurrentUser
Returns the value of the entityName record 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 EntityRef record class.
entityRefs() - Method in record class com.onec.ui.UiLayout.Section
Returns the value of the entityRefs record component.
entityType() - Method in record class com.onec.cluster.ClusterEvent
Returns the value of the entityType record component.
entityType() - Method in record class com.onec.events.EntityChangedEvent
Returns the value of the entityType record component.
entityType() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
Returns the value of the entityType record component.
entityType() - Method in record class com.onec.ui.comments.Comment
Returns the value of the entityType record component.
entityType() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the entityType record 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 EnumerationDescriptor record class.
EnumerationPersistence - Class in com.onec.repository
Maps @Enumeration constants 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 EnumerationValueDescriptor record class.
EnumUuidConverters - Class in com.onec.spring
Spring Data JDBC converters that bridge our value-object types (Ref and 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
column resolved back to a constant of enumType (matched on the enum's name, the value ActionRow.text(String) returns for an enum column), or null if 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 eventType record 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 extraConfig record component.
extraConfig() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the extraConfig record 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 faint record 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 faviconUrl record 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 field record component.
field() - Method in record class com.onec.ui.ListSpec.Filter
Returns the value of the field record 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 FieldHint record 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 fieldHints record component.
fieldName() - Method in record class com.onec.metadata.AttributeDescriptor
Returns the value of the fieldName record component.
fieldName() - Method in record class com.onec.metadata.ConstantDescriptor
Returns the value of the fieldName record component.
fieldName() - Method in record class com.onec.metadata.TabularSectionDescriptor
Returns the value of the fieldName record 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 filename record component.
filename() - Method in record class com.onec.print.PrintResult
Returns the value of the filename record component.
filename() - Method in record class com.onec.ui.media.LoadedMedia
Returns the value of the filename record component.
filename() - Method in record class com.onec.ui.media.StoredMedia
Returns the value of the filename record 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 through GET /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 Filter record class.
Filter(String, String, String, String, List<String>) - Constructor for record class com.onec.ui.ResolvedListView.Filter
Creates an instance of a Filter record 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 filters record 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 null if it isn't a registered catalog.
forClass(Class<?>) - Method in class com.onec.ui.DocumentQueryService
The document descriptor for a domain class, or null if 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 format record component.
format() - Method in record class com.onec.ui.FieldHint
Returns the value of the format record component.
format() - Method in record class com.onec.ui.ResolvedListView.Column
Returns the value of the format record 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 from record component.
from() - Method in record class com.onec.query.QuerySpec
Returns the value of the from record 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 fromAlias record 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 fromTable record 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), or null.
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 group record component.
group() - Method in record class com.onec.ui.FieldHint
Returns the value of the group record component.
group(String) - Method in class com.onec.ui.FieldHintBuilder
 
groupBy() - Method in record class com.onec.query.QuerySpec
Returns the value of the groupBy record component.
groupBy() - Method in record class com.onec.query.SqlRenderer.RenderModel
Returns the value of the groupBy record 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 handle record 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 handler record 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 Layout bean 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 entity varies 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 HeaderAction record class.
headers() - Method in record class com.onec.mail.MailMessage
Returns the value of the headers record component.
height() - Method in record class com.onec.desktop.DesktopManifest.Window
Returns the value of the height record component.
height() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
Returns the value of the height record 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 hideInDetail record 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 hierarchical record 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 hint record component.
hint() - Method in record class com.onec.ui.FieldHint
Returns the value of the hint record component.
hint() - Method in record class com.onec.ui.ResolvedListView.Column
Returns the value of the hint record component.
hint() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the hint record 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 href record component.
html() - Method in record class com.onec.mail.MailMessage
Returns the value of the html record component.
html() - Method in record class com.onec.mail.template.MailRenderer.Rendered
Returns the value of the html record 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 html record 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 icon record component.
icon() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
Returns the value of the icon record component.
icon() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
Returns the value of the icon record component.
icon() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
Returns the value of the icon record component.
icon() - Method in record class com.onec.ui.UiLayout.ResolvedItem
Returns the value of the icon record component.
icon() - Method in record class com.onec.ui.UiLayout.ResolvedSection
Returns the value of the icon record component.
icon() - Method in record class com.onec.ui.UiLayout.Section
Returns the value of the icon record component.
icon() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
Returns the value of the icon record 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.ROW actions) — e.g.
iconFn() - Method in record class com.onec.ui.ActionSpec.Action
Returns the value of the iconFn record component.
id() - Method in record class com.onec.auth.spi.SsoProvider
Returns the value of the id record component.
id() - Method in record class com.onec.cluster.ClusterEvent
Returns the value of the id record component.
id() - Method in record class com.onec.events.EntityChangedEvent
Returns the value of the id record component.
id() - Method in record class com.onec.kafka.CloudEvent
Returns the value of the id record component.
id() - Method in record class com.onec.kafka.InboundEvent
Returns the value of the id record component.
id() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
Returns the value of the id record component.
id() - Method in record class com.onec.messaging.OutboxEvent
Returns the value of the id record component.
id() - Method in record class com.onec.metadata.EnumerationValueDescriptor
Returns the value of the id record component.
id() - Method in record class com.onec.types.Ref
Returns the value of the id record component.
id() - Method in record class com.onec.ui.ActionContext
Returns the value of the id record component.
id() - Method in class com.onec.ui.ActionRow
This row's id (_id), or null if absent/unparseable.
id() - Method in record class com.onec.ui.comments.Comment
Returns the value of the id record component.
id() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
Returns the value of the id record component.
id() - Method in record class com.onec.ui.UiLayout.Profile
Returns the value of the id record 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 identity record 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 InboundEvent record class.
inboundEventRouter(ObjectProvider<EventHandler>) - Method in class com.onec.kafka.OnecKafkaInboundAutoConfiguration
 
InboundEventRouter - Class in com.onec.kafka
Routes a decoded InboundEvent to every EventHandler that 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 InformationRegisterDescriptor record 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 InputField record class.
inputs() - Method in record class com.onec.ui.ActionContext
Returns the value of the inputs record 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 Ref hop.
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 isRef record 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 items record component.
items() - Method in record class com.onec.ui.UiLayout.ResolvedSection
Returns the value of the items record 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 javaClass record component.
javaClass() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the javaClass record component.
javaClass() - Method in record class com.onec.metadata.ConstantDescriptor
Returns the value of the javaClass record component.
javaClass() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the javaClass record component.
javaClass() - Method in record class com.onec.metadata.EnumerationDescriptor
Returns the value of the javaClass record component.
javaClass() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the javaClass record component.
javaClass() - Method in record class com.onec.ui.UiIdentityLink
Returns the value of the javaClass record component.
javaClass() - Method in record class com.onec.ui.UiLayout.ResolvedItem
Returns the value of the javaClass record component.
javaClass() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
Returns the value of the javaClass record component.
javaType() - Method in record class com.onec.metadata.AttributeDescriptor
Returns the value of the javaType record component.
jdbcConverter(JdbcMappingContext, NamedParameterJdbcOperations, RelationResolver, JdbcCustomConversions, Dialect) - Method in class com.onec.spring.OnecAutoConfiguration
Replaces the default JdbcConverter with OnecJdbcConverter, which maps framework enums to their UUID column type so @Enumeration attributes persist through repository.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 joinCatalog record component.
joins() - Method in record class com.onec.query.SqlRenderer.RenderModel
Returns the value of the joins record 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 application EventHandlers through the InboundEventRouter.
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 key record component.
key() - Method in record class com.onec.ui.InputSpec.InputField
Returns the value of the key record component.
key() - Method in record class com.onec.ui.media.StoredMedia
Returns the value of the key record component.
key() - Method in record class com.onec.ui.ResolvedListView.Filter
Returns the value of the key record component.
KEYCLOAK - Enum constant in enum class com.onec.auth.OnecAuthProperties.Provider
Roles under realm_access.roles (+ optional resource_access.<client>.roles).
kind() - Method in record class com.onec.cluster.ClusterEvent
Returns the value of the kind record component.
kind() - Method in record class com.onec.query.EntityMeta
Returns the value of the kind record component.
kind() - Method in record class com.onec.ui.ActionContext
Returns the value of the kind record component.
kind() - Method in record class com.onec.ui.PageComponent
Returns the value of the kind record component.
KIND_ENTITY_CHANGED - Static variable in record class com.onec.cluster.ClusterEvent
ClusterEvent.kind value for an entity-change notice mirroring EntityChangedEvent.

L

label() - Method in record class com.onec.auth.spi.SsoProvider
Returns the value of the label record 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 label record component.
label() - Method in record class com.onec.ui.ActionSpec.Action
Returns the value of the label record component.
label() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
Returns the value of the label record component.
label() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
Returns the value of the label record component.
label() - Method in record class com.onec.ui.InputSpec.InputField
Returns the value of the label record component.
label() - Method in record class com.onec.ui.ListSpec.Filter
Returns the value of the label record component.
label() - Method in record class com.onec.ui.RelatedList
Returns the value of the label record component.
label() - Method in record class com.onec.ui.ResolvedListView.Column
Returns the value of the label record component.
label() - Method in record class com.onec.ui.ResolvedListView.Filter
Returns the value of the label record 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.ROW actions).
labelFn() - Method in record class com.onec.ui.ActionSpec.Action
Returns the value of the labelFn record 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 latestVersion record component.
Layout - Interface in com.onec.ui
An authored layout — the structural peer of Page and EntityView.
layoutSet(List<Layout>) - Method in class com.onec.spring.OnecAutoConfiguration
 
LayoutSet - Class in com.onec.ui
The resolved UiLayout for each Viewport.
LayoutSet(Map<Viewport, UiLayout>, Set<Viewport>) - Constructor for class com.onec.ui.LayoutSet
 
LayoutSpec - Class in com.onec.ui
The builder a Layout configures: 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 length record component.
light() - Method in record class com.onec.ui.BrandingConfig
Returns the value of the light record 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 limit record component.
limit() - Method in record class com.onec.query.SqlRenderer.RenderModel
Returns the value of the limit record 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-list React 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-list descriptor (columns, sort, searchability, routes, actions, inputs) that the React island consumes — without the surface wrapping, so it can be embedded inside a page as an onec-list div-custom block (see PageBuilder.list).
ListFilter - Class in com.onec.ui
Compiles the onec-list grid's declarative filter values (sent by the React island as eq/in/like/prefix/ge/le query 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_OPTIONS controls — its choices.
ListSpec.FilterBuilder - Class in com.onec.ui
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-list React 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 LoadedMedia record 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 logicalName record component.
logicalName() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the logicalName record component.
logicalName() - Method in record class com.onec.metadata.ConstantDescriptor
Returns the value of the logicalName record component.
logicalName() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the logicalName record component.
logicalName() - Method in record class com.onec.metadata.EnumerationDescriptor
Returns the value of the logicalName record component.
logicalName() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the logicalName record 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 loginField record component.
logo() - Method in record class com.onec.ui.ActionSpec.Action
Returns the value of the logo record 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 Logo record 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 logoHeight record 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 logoUrl record component.
logoUrlDark() - Method in record class com.onec.ui.BrandingConfig
Returns the value of the logoUrlDark record component.
logoutPath() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
Returns the value of the logoutPath record component.
logoutUrl() - Method in record class com.onec.auth.spi.AuthMethods
Returns the value of the logoutUrl record component.
logoWidth() - Method in record class com.onec.ui.BrandingConfig
Returns the value of the logoWidth record 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 MailAttachment record 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 MailHeader record 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 MailMessage record 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 failover composite dispatcher: tries each named provider in order.
MailProperties.File - Class in com.onec.mail
Config for the file dev dispatcher, which writes messages to disk instead of sending.
MailProperties.Http - Class in com.onec.mail
Config for the universal http dispatcher: 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 MailTemplateDescriptor record 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 MailWebhookEvent record 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 max record 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 maximized record 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 maxItems record component.
maxItems() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the maxItems record 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 SecurityFilterChain scoped to the MCP endpoint.
McpSecurityConfiguration() - Constructor for class com.onec.mcp.McpSecurityConfiguration
 
MediaAutoConfiguration - Class in com.onec.ui.media
Wires the /api/media binary-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/media binary-upload endpoint and its storage backend, under the onec.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 message record component.
message() - Method in record class com.onec.ui.ActionResult
Returns the value of the message record 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 AppMigration gets to work with: a JDBI Handle bound 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 MigrationContext record 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 MigrationPlan record 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 min record 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 minHeight record 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 minLength record 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 minWidth record 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 mode record 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 movements record 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 as field IN (…).
multiOptions(String...) - Method in class com.onec.ui.ListSpec.FilterBuilder
A multi-select filter: pick any number of options, matched as field 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 muted record component.
muted() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the muted record 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 name record 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 name record 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 name record component.
name() - Method in record class com.onec.metadata.EnumerationValueDescriptor
Returns the value of the name record component.
name() - Method in record class com.onec.metadata.TabularSectionDescriptor
Returns the value of the name record component.
name() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
Returns the value of the name record 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 name record component.
name() - Method in record class com.onec.rules.BusinessRule
Returns the value of the name record component.
name() - Method in record class com.onec.schema.ColumnModel
Returns the value of the name record component.
name() - Method in record class com.onec.schema.TableModel
Returns the value of the name record component.
name() - Method in record class com.onec.ui.ActionContext
Returns the value of the name record component.
name() - Method in record class com.onec.ui.RelatedList
Returns the value of the name record component.
name() - Method in record class com.onec.ui.UiLayout.ResolvedItem
Returns the value of the name record component.
name() - Method in record class com.onec.ui.UiLayout.ResolvedSection
Returns the value of the name record component.
name() - Method in record class com.onec.ui.UiLayout.Section
Returns the value of the name record 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 naturalKey record component.
naturalKey() - Method in record class com.onec.events.EntityChangedEvent
Returns the value of the naturalKey record component.
nav() - Method in record class com.onec.ui.ShellConfig
Returns the value of the nav record component.
nav(FieldReference<T, Ref<A>>, FieldReference<A, Ref<B>>, FieldReference<B, R>) - Static method in class com.onec.query.Q
Two Ref hops 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 Ref hop 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 navigate record 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 url when clicked ({id} is filled with the record id).
navigateUrl() - Method in record class com.onec.ui.ActionSpec.Action
Returns the value of the navigateUrl record component.
NavItem(String, String, String, String) - Constructor for record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
Creates an instance of a NavItem record class.
NavSection(String, String, List<ShellLayoutBuilder.NavItem>) - Constructor for record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
Creates an instance of a NavSection record 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 ClusterEventBus used 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 notNull record component.
notNull() - Method in record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
Returns the value of the notNull record 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 numberLength record component.
numberPrefix() - Element in annotation interface com.onec.annotations.Document
 
numberPrefix() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the numberPrefix record 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 theme with the consumer's BrandingConfig overrides 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 offset record component.
offset() - Method in record class com.onec.query.SqlRenderer.RenderModel
Returns the value of the offset record 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 vars seed 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
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.Provider preset 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.properties by the processResources step.
OnecClusterAutoConfiguration - Class in com.onec.cluster.pg
Wires the Postgres LISTEN/NOTIFY ClusterEventBus default.
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 DesktopApp when 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 MappingJdbcConverter that 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 EntityChangedEvent out 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 op record 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 options record component.
options() - Method in record class com.onec.ui.ListSpec.Filter
Returns the value of the options record component.
options() - Method in record class com.onec.ui.ResolvedListView.Filter
Returns the value of the options record component.
options(String...) - Method in class com.onec.ui.InputSpec.InputBuilder
The choices for a InputType.SELECT input.
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 order record component.
order() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
Returns the value of the order record component.
order() - Method in record class com.onec.metadata.EnumerationValueDescriptor
Returns the value of the order record 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 order record component.
order() - Method in record class com.onec.ui.FieldHint
Returns the value of the order record component.
order() - Method in record class com.onec.ui.UiLayout.ResolvedSection
Returns the value of the order record component.
order() - Method in record class com.onec.ui.UiLayout.Section
Returns the value of the order record component.
order() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the order record 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 Order record class.
Order.Direction - Enum Class in com.onec.query
 
orderBy() - Method in record class com.onec.query.QuerySpec
Returns the value of the orderBy record component.
orderBy() - Method in record class com.onec.query.SqlRenderer.RenderModel
Returns the value of the orderBy record component.
orderBy(Order...) - Method in class com.onec.query.QueryBuilder
 
originNodeId() - Method in record class com.onec.cluster.ClusterEvent
Returns the value of the originNodeId record 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 OutboxEvent record 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 page record component.
page() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the page record 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 null if 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 freeform PageComponent blocks.
PageBuilder() - Constructor for class com.onec.ui.PageBuilder
 
PageComponent - Record Class in com.onec.ui
A freeform block a Page composes beyond the widget grid: a text block, a div-custom extension, 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 PageComponent record class.
PageComponent.Kind - Enum Class in com.onec.ui
 
PageDivBuilder - Class in com.onec.ui.divkit
Renders an authored Page to DivKit content: a header, the composed widget area, then any freeform PageComponent blocks.
pageResolver(ObjectProvider<Page>) - Method in class com.onec.ui.UiAutoConfiguration
 
PageResolver - Class in com.onec.ui
Resolves an authored Page for a route, scoped to the active profile and the client's Viewport: the most specific match wins — a page for this (profile, viewport) beats one for the profile alone, which beats the universal default; else none (the caller falls back).
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 Palette record 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 passwordEnabled record component.
path() - Method in record class com.onec.query.Order
Returns the value of the path record component.
path() - Method in record class com.onec.query.Predicate
Returns the value of the path record component.
path() - Method in record class com.onec.query.Select
Returns the value of the path record component.
path() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
Returns the value of the path record 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 from entity.
Path(Class<?>, List<String>) - Constructor for record class com.onec.query.Path
Creates an instance of a Path record 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 pattern record component.
payload() - Method in record class com.onec.mail.outbox.MailOutbox.Pending
Returns the value of the payload record component.
payload() - Method in record class com.onec.messaging.OutboxEvent
Returns the value of the payload record component.
payload() - Method in record class com.onec.ui.PageComponent
Returns the value of the payload record 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 Pending record class.
periodicity() - Element in annotation interface com.onec.annotations.InformationRegister
 
periodicity() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the periodicity record component.
Periodicity - Enum Class in com.onec.model
 
pk() - Method in record class com.onec.query.EntityMeta
Returns the value of the pk record component.
placeholder() - Method in record class com.onec.ui.FieldHint
Returns the value of the placeholder record component.
placeholder() - Method in record class com.onec.ui.InputSpec.InputField
Returns the value of the placeholder record 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 placement record component.
placement() - Method in record class com.onec.ui.UiLayout.ResolvedSection
Returns the value of the placement record component.
placement() - Method in record class com.onec.ui.UiLayout.Section
Returns the value of the placement record 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 PostEventPublisher SPI onto Spring's ApplicationEventPublisher, so a successful post/unpost publishes a DocumentPostedEvent/ DocumentUnpostedEvent that application code can @EventListener.
PostEventPublisher - Interface in com.onec.posting
Narrow SPI the PostingEngine uses to emit DocumentPostedEvent/ DocumentUnpostedEvent after a post/unpost transaction commits.
PostgresClusterEventBus - Class in com.onec.cluster.pg
ClusterEventBus backed by Postgres LISTEN/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 Postable logic, 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 PostingPreview record 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 postLogoutRedirectUri record 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 precision record 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 Predicate record 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() or Catalog.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() or Document.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 previousNames record component.
previousNames() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the previousNames record component.
previousNames() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the previousNames record component.
previousNames() - Method in record class com.onec.schema.ColumnModel
Returns the value of the previousNames record component.
previousNames() - Method in record class com.onec.schema.TableModel
Returns the value of the previousNames record 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 primary record component.
primary() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the primary record 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 primaryKey record 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 primarySoft record component.
primarySoft() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the primarySoft record 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 null when the request was anonymous.
PRINCIPAL_KEY - Static variable in class com.onec.mcp.McpPrincipalContext
Key under which the captured Principal is stored in the transport context.
principalClaim() - Method in record class com.onec.auth.OnecAuthProperties.ResolvedOidc
Returns the value of the principalClaim record 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 PrintResult record 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 PrintTemplateDescriptor record 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 priority record 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 null for 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 profile record 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 Profile record class.
ProfileLink(String, String) - Constructor for record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
Creates an instance of a ProfileLink record class.
profiles() - Method in record class com.onec.ui.UiLayout
Returns the value of the profiles record component.
providers() - Method in record class com.onec.auth.spi.AuthMethods
Returns the value of the providers record 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 publishedAt record 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 QuerySpec and runs it through a QueryEngine.
queryEngine(Jdbi, MetadataRegistry) - Method in class com.onec.spring.OnecAutoConfiguration
The unified type-safe query layer: a QueryEngine over catalogs, documents, and registers with Ref-navigation joins.
QueryEngine - Class in com.onec.query
Compiles a QuerySpec to SQL via the JoinWalker (ref-navigation joins) and the shared SqlRenderer, 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 QuerySpec record 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 quit record 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 readRoles record component.
readRoles() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the readRoles record component.
readRoles() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the readRoles record component.
readRoles() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the readRoles record 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 recordId record 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 Ref hops (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 Ref hop (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 Ref record class.
references() - Method in record class com.onec.schema.ColumnModel
Returns the value of the references record component.
refresh() - Method in record class com.onec.ui.ActionResult
Returns the value of the refresh record 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 refTarget record 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 RegisterPreview record 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,UUID> - Class in com.onec.spring
 
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 registers record 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 registrationId record component.
registry() - Method in record class com.onec.migration.MigrationContext
Returns the value of the registry record component.
related(String, UUID, String, Principal) - Method in class com.onec.ui.GenericCatalogController
Live rows of a related-list panel declared on the name catalog's editor (see RelatedList) — the junction rows whose back-reference points at record id.
related(String, UUID, String, Principal) - Method in class com.onec.ui.GenericDocumentController
Live rows of a related-list panel declared on the name document's view (see RelatedList) — the junction rows whose back-reference points at record id.
relatedList(Class<?>, String) - Method in class com.onec.ui.FieldHintResolver
A single related-list panel by name, or null if 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 RelatedList record class.
RelatedListBuilder - Class in com.onec.ui
Builds one RelatedList panel 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 viaColumn ref points at parentId — the read side of a related-list panel (see RelatedList).
relatedRows(InformationRegisterDescriptor, String, UUID) - Method in class com.onec.ui.InformationRegisterQueryService
Register rows whose viaColumn ref dimension points at parentId — 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 releaseUrl record 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 templateName for target'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 Rendered record 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 RenderModel record class.
replyTo() - Method in record class com.onec.mail.MailMessage
Returns the value of the replyTo record 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 replyTo record 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 required record 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 resizable record 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 Resolution record 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.Provider preset to produce the effective, fully-populated settings the autoconfig and ClaimRoleConverter consume.
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 ResolvedItem record 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 ResolvedListView record 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), the label, the data columnName the query filters on (resolved + validated against the entity's columns), the control type ("options", "multiOptions", "contains", "startsWith" or "dateRange") and, for the (multi-)options controls, its options.
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 ResolvedOidc record class.
ResolvedSection(String, int, String, String, List<UiLayout.ResolvedItem>) - Constructor for record class com.onec.ui.UiLayout.ResolvedSection
Creates an instance of a ResolvedSection record 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 resource record 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 resources record component.
resources() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the resources record component.
Result(String, Map<String, Object>) - Constructor for record class com.onec.ui.ListFilter.Result
Creates an instance of a Result record class.
Result(String, Map<String, Object>) - Constructor for record class com.onec.ui.WidgetFilter.Result
Creates an instance of a Result record 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 rolePrefix record component.
roles() - Method in class com.onec.ui.LayoutSpec
 
roles() - Method in record class com.onec.ui.UiLayout.Profile
Returns the value of the roles record 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 roleSources record component.
root() - Method in record class com.onec.query.Path
Returns the value of the root record 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 rowAlt record component.
rowClass() - Method in record class com.onec.metadata.TabularSectionDescriptor
Returns the value of the rowClass record component.
rows(Class<?>, String, String, UUID, Principal) - Method in class com.onec.ui.RelatedListReader
Live rows of the panel relatedName declared on parentClass, scoped to record parentId — 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 scale record 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 (destructive changes are skipped unless onec.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 SchemaChange record class.
SchemaChange.Type - Enum Class in com.onec.schema
 
SchemaDiffEngine - Class in com.onec.schema
Computes the MigrationPlan that brings the live database in line with the metadata-derived SchemaModel.
SchemaDiffEngine(SqlDialect) - Constructor for class com.onec.schema.SchemaDiffEngine
 
SchemaGenerator - Class in com.onec.schema
Renders CREATE TABLE IF NOT EXISTS DDL 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 (kind SCHEMA, carrying the metadata snapshot and the DDL that was executed) and one row per executed AppMigration (kind MIGRATION, 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 one TableModel per 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 SchemaModel record class.
SchemaModelBuilder - Class in com.onec.schema
Builds the desired SchemaModel from 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 SchemaSnapshot record 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 desired SchemaModel, diffs it against the live database (and the previous SchemaSnapshot from onec_schema_history), and then acts according to SchemaMode.
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 scope record 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 searchable record 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 secret record 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 Section record class.
sections() - Method in class com.onec.ui.LayoutSpec
 
sections() - Method in record class com.onec.ui.UiLayout.Profile
Returns the value of the sections record component.
sections() - Method in record class com.onec.ui.UiLayout
Returns the value of the sections record component.
Security() - Constructor for class com.onec.spring.OnecProperties.Security
 
segments() - Method in record class com.onec.query.Path
Returns the value of the segments record component.
select() - Method in record class com.onec.query.QuerySpec
Returns the value of the select record component.
select() - Method in record class com.onec.query.SqlRenderer.RenderModel
Returns the value of the select record 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: options of {value,text}, the chosen value in valueVariable.
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-Row key and the fetchInto property name.
Select(Path, Select.Agg, String) - Constructor for record class com.onec.query.Select
Creates an instance of a Select record 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 ServiceDescriptor record 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 shell record 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 NavStyle this layout's navigation uses, plus the consumer's BrandingConfig (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 ShellConfig record class.
ShellLayoutBuilder - Class in com.onec.ui.divkit
Emits the app chrome as two independent DivKit cards — the topbar (brand + actions) and the nav — so the client can position them per NavStyle: nav as a horizontal TOPBAR, a vertical SIDEBAR rail, or a pinned BOTTOM_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/height in 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 singleInstance record 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 size record component.
size() - Method in record class com.onec.ui.media.StoredMedia
Returns the value of the size record 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 sortColumn record component.
sortDescending() - Method in class com.onec.ui.ListSpec
 
sortDescending() - Method in record class com.onec.ui.ResolvedListView
Returns the value of the sortDescending record component.
sortField() - Method in class com.onec.ui.ListSpec
 
source() - Method in record class com.onec.kafka.CloudEvent
Returns the value of the source record component.
source() - Method in record class com.onec.kafka.InboundEvent
Returns the value of the source record component.
spaIndexController() - Method in class com.onec.ui.UiAutoConfiguration
 
specversion() - Method in record class com.onec.kafka.CloudEvent
Returns the value of the specversion record component.
splash() - Method in record class com.onec.desktop.DesktopManifest
Returns the value of the splash record 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 sql record component.
sql() - Method in record class com.onec.ui.ListFilter.Result
Returns the value of the sql record component.
sql() - Method in record class com.onec.ui.WidgetFilter.Result
Returns the value of the sql record 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 BY assembler.
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 sqlType record 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 SsoProvider record 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 as field LIKE text%.
status() - Method in record class com.onec.messaging.OutboxEvent
Returns the value of the status record 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 of POST /api/media.
StoredMedia(String, String, String, long, String) - Constructor for record class com.onec.ui.media.StoredMedia
Creates an instance of a StoredMedia record 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 subject record component.
subject() - Method in record class com.onec.kafka.InboundEvent
Returns the value of the subject record component.
subject() - Method in record class com.onec.mail.MailMessage
Returns the value of the subject record component.
subject() - Method in record class com.onec.mail.template.MailRenderer.Rendered
Returns the value of the subject record 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 subject record 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 success record component.
successSoft() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the successSoft record 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 surface record component.
surface() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the surface record 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 switchable record 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 systemColumns record 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 table record component.
table() - Method in record class com.onec.schema.SchemaChange
Returns the value of the table record 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 TableModel record 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 tableName record component.
tableName() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the tableName record component.
tableName() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the tableName record component.
tableName() - Method in record class com.onec.metadata.EnumerationDescriptor
Returns the value of the tableName record component.
tableName() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the tableName record component.
tableName() - Method in record class com.onec.metadata.TabularSectionDescriptor
Returns the value of the tableName record component.
tableName() - Method in record class com.onec.posting.PostingPreview.RegisterPreview
Returns the value of the tableName record component.
tables() - Method in record class com.onec.schema.DatabaseIntrospector.DbState
Returns the value of the tables record component.
tables() - Method in record class com.onec.schema.SchemaModel
Returns the value of the tables record component.
tables() - Method in record class com.onec.schema.SchemaSnapshot
Returns the value of the tables record component.
TableSnapshot(Map<String, SchemaSnapshot.ColumnSnapshot>) - Constructor for record class com.onec.schema.SchemaSnapshot.TableSnapshot
Creates an instance of a TableSnapshot record 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 TabularSectionDescriptor record 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 tabularSections record 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 target record component.
target() - Method in record class com.onec.print.PrintTemplateDescriptor
Returns the value of the target record 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 template record 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 template record component.
text() - Method in record class com.onec.mail.MailMessage
Returns the value of the text record component.
text() - Method in record class com.onec.ui.BrandPalette
Returns the value of the text record component.
text() - Method in record class com.onec.ui.divkit.Palette
Returns the value of the text record component.
text() - Method in record class com.onec.ui.PageComponent
Returns the value of the text record 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 theme record 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 ValidationException carrying 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 time record component.
time() - Method in record class com.onec.kafka.InboundEvent
Returns the value of the time record 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 title record component.
title() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
Returns the value of the title record component.
title() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavSection
Returns the value of the title record component.
title() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.ProfileLink
Returns the value of the title record 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 title record component.
title() - Method in record class com.onec.ui.UiLayout.Profile
Returns the value of the title record component.
title() - Method in record class com.onec.ui.UiLayout.ResolvedItem
Returns the value of the title record component.
title() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the title record 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 titleField record component.
titleField() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the titleField record 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 to record 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 tone record 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 tooltip record 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
totals() - Method in record class com.onec.query.QuerySpec
Returns the value of the totals record component.
totalsBy(Path...) - Method in class com.onec.query.QueryBuilder
 
totalsTableName() - Method in record class com.onec.metadata.AccumulationRegisterDescriptor
Returns the value of the totalsTableName record 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 tray record 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 Tray record 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 type record component.
type() - Method in record class com.onec.kafka.InboundEvent
Returns the value of the type record component.
type() - Method in record class com.onec.mail.web.MailEventController.MailWebhookEvent
Returns the value of the type record component.
type() - Method in record class com.onec.query.EntityMeta
Returns the value of the type record component.
type() - Method in record class com.onec.schema.SchemaChange
Returns the value of the type record component.
type() - Method in record class com.onec.schema.SchemaSnapshot.ColumnSnapshot
Returns the value of the type record component.
type() - Method in record class com.onec.types.Ref
Returns the value of the type record component.
type() - Method in record class com.onec.ui.InputSpec.InputField
Returns the value of the type record component.
type() - Method in record class com.onec.ui.ListSpec.Filter
Returns the value of the type record component.
type() - Method in record class com.onec.ui.ResolvedListView.Filter
Returns the value of the type record component.
type() - Method in record class com.onec.ui.UiLayout.ResolvedItem
Returns the value of the type record component.
type() - Method in record class com.onec.ui.UiLayoutBuilder.EntityRef
Returns the value of the type record component.
type() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the type record 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 actions and toolbar inputs declared by every EntityView, 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 EntityView or Layout bean instead, e.g.
  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");
      }
  }
Layout-configured hints override this annotation. The annotation will be removed in the next release.

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 @UiHint on 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 UiIdentityLink record 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 UiLayout record 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 the roles that 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 and BrandingConfig (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.Profile a 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 @Constant editor surfaced at /settings with 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 Layout bean instead, e.g.
  class MainLayout implements Layout {
      public void configure(LayoutSpec layout) {
          layout.section("Sales").order(0).icon("euro")
          .document(Invoice.class)
          .catalog(Customer.class);
      }
  }
Layout beans are the source of truth for the sidebar (served at /api/ui/metadata/layout); this annotation is currently echoed only onto the per-entity metadata response as a section field 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-agnostic ResolvedListView.
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 updateAvailable record 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/config and 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 UpdateStatus record 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 url record component.
url() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.NavItem
Returns the value of the url record component.
url() - Method in record class com.onec.ui.divkit.SurfaceDivBuilder.HeaderAction
Returns the value of the url record component.
url() - Method in record class com.onec.ui.media.StoredMedia
Returns the value of the url record component.
user() - Method in record class com.onec.ui.ActionContext
Returns the value of the user record 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 username record 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 ValidationException if 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 field is 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 value record 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 value record 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 value2 record 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 values record 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 values record 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 valueType record 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 via record component.
via(String) - Method in class com.onec.ui.RelatedListBuilder
The Ref field 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 visibleFn record 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 visibleInDetail record component.
visibleInDetail() - Method in record class com.onec.ui.FieldHint
Returns the value of the visibleInDetail record 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 visibleInForm record component.
visibleInForm() - Method in record class com.onec.ui.FieldHint
Returns the value of the visibleInForm record 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 visibleInList record component.
visibleInList() - Method in record class com.onec.ui.FieldHint
Returns the value of the visibleInList record 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.ROW actions).

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 where record component.
where() - Method in record class com.onec.query.SqlRenderer.RenderModel
Returns the value of the where record 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 widget record component.
widget() - Method in record class com.onec.ui.FieldHint
Returns the value of the widget record component.
widget() - Method in record class com.onec.ui.ResolvedListView.Column
Returns the value of the widget record 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 WidgetConfig record class.
WidgetFilter - Class in com.onec.ui
Parses an authored count/metric-card filter predicate 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 widgets record component.
widgets() - Method in record class com.onec.ui.UiLayout
Returns the value of the widgets record component.
widgetType() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
Returns the value of the widgetType record 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 width record component.
width() - Method in record class com.onec.metadata.DashboardWidgetDescriptor
Returns the value of the width record component.
width() - Method in record class com.onec.ui.divkit.ShellLayoutBuilder.Logo
Returns the value of the width record component.
width() - Method in record class com.onec.ui.FieldHint
Returns the value of the width record component.
width() - Method in record class com.onec.ui.ResolvedListView.Column
Returns the value of the width record component.
width() - Method in record class com.onec.ui.UiLayoutBuilder.WidgetConfig
Returns the value of the width record 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 widthHint record component.
window() - Method in record class com.onec.desktop.DesktopManifest
Returns the value of the window record 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 Window record 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.originNodeId set — 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 o replacing 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 writeRoles record component.
writeRoles() - Method in record class com.onec.metadata.CatalogDescriptor
Returns the value of the writeRoles record component.
writeRoles() - Method in record class com.onec.metadata.DocumentDescriptor
Returns the value of the writeRoles record component.
writeRoles() - Method in record class com.onec.metadata.InformationRegisterDescriptor
Returns the value of the writeRoles record 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.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form