| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.core | |
| com.holonplatform.core.presentation | |
| com.holonplatform.core.property | |
| com.holonplatform.core.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Authentication
Represents an authenticated principal (for example a user) using
Authenticator.authenticate(AuthenticationToken). |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ParameterSet.Builder<S extends ParameterSet>
ParameterSet builder. |
| Modifier and Type | Method and Description |
|---|---|
static ParameterSet.Builder<ParameterSet> |
ParameterSet.builder()
Builder to create a ParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
ParameterSet.Builder<S> |
ParameterSet.Builder.parameters(ParameterSet parameters)
Add all parameters of the given
parameters set |
| Modifier and Type | Method and Description |
|---|---|
<T,V extends T> |
StringValuePresenter.present(Class<T> valueType,
V value,
ParameterSet parameters)
Present given
value of given valueType as a String. |
default String |
StringValuePresenter.present(Object value,
ParameterSet parameters)
Present given
value as a String using given presentation parameters. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyConfiguration
Property configuration parameters. |
static interface |
PropertyConfiguration.PropertyConfigurationEditor
PropertyConfiguration editor interface to provide configuration parameters management. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryConfiguration
Interface to provide
Query configuration elements for query building and execution. |
| Modifier and Type | Method and Description |
|---|---|
default ParameterSet |
QueryConfigurationProvider.getQueryParameters()
Get the query parameters.
|
Copyright © 2017 The Holon Platform. All rights reserved.