- accept(F, S, T) - Method in interface com.holonplatform.core.operation.TriConsumer
-
Performs this operation on the given arguments.
- ACCEPT - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Accept header field name.
- accept(String...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the accepted response media types.
- accept(MediaType...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the accepted response media types using
MediaType enumeration.
- ACCEPT_CHARSET - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Accept-Charset header field name.
- ACCEPT_ENCODING - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Accept-Encoding header field name.
- ACCEPT_LANGUAGE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Accept-Language header field name.
- ACCEPT_RANGES - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Accept-Ranges header field name.
- acceptCharset(String...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the acceptable charsets.
- acceptCharset(Charset...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the acceptable charsets.
- acceptEncoding(String...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the acceptable encodings.
- acceptLanguage(Locale...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the acceptable languages.
- acceptLanguage(String...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the acceptable languages.
- Account - Interface in com.holonplatform.auth
-
Provides account informations for authentication and authorization.
- account(String, String) - Static method in interface com.holonplatform.spring.security.SpringSecurityAuthenticationToken
-
Create an account credentials authentican token, using the Spring Security
UsernamePasswordAuthenticationToken as concrete authentication token.
- Account.AccountProvider - Interface in com.holonplatform.auth
-
Provider which can be used to load
Account data.
- Account.Builder - Interface in com.holonplatform.auth
-
Builder to create
Account instances.
- accountCredentials(String, String) - Static method in interface com.holonplatform.auth.AuthenticationToken
-
- accountCredentialsAuthenticator(AuthenticationManager) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
- accountCredentialsToken(String, String) - Static method in interface com.holonplatform.auth.Account
-
- accountCredentialsToken(String, byte[]) - Static method in interface com.holonplatform.auth.Account
-
- AccountCredentialsToken - Class in com.holonplatform.auth.token
-
- AccountCredentialsToken() - Constructor for class com.holonplatform.auth.token.AccountCredentialsToken
-
Constructor
- AccountCredentialsToken(String, String) - Constructor for class com.holonplatform.auth.token.AccountCredentialsToken
-
Constructor with account id and secret.
- AccountCredentialsToken(String, byte[]) - Constructor for class com.holonplatform.auth.token.AccountCredentialsToken
-
Constructor with account id and secret as byte array.
- add(B) - Method in interface com.holonplatform.core.datastore.beans.BeanBulkInsertOperation
-
Add a bean instance to insert.
- add(PropertyBox) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkInsertOperation
-
- add(Map<Path<?>, Object>) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkInsertOperation
-
- add() - Method in interface com.holonplatform.core.datastore.relational.Join.JoinBuilder
-
Add the join expression to the parent data target
- add(PT) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
Add a property to the set.
- add(Iterable<PT>) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
Add all the properties provided by given
Iterable to the set.
- addAuthenticationListener(Authentication.AuthenticationListener) - Method in interface com.holonplatform.auth.Authentication.AuthenticationNotifier
-
- addAuthenticationTokenResolver(AuthenticationToken.AuthenticationTokenResolver<?>) - Method in interface com.holonplatform.auth.Authenticator.MessageAuthenticator
-
- addAuthenticator(Authenticator<T>) - Method in interface com.holonplatform.auth.Realm
-
- addAuthorizer(Authorizer<P>) - Method in interface com.holonplatform.auth.Realm
-
- addBeanPropertyPostProcessor(BeanPropertyPostProcessor) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
- addBeanPropertySetPostProcessor(BeanPropertySetPostProcessor) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
- addExpressionResolver(ExpressionResolver<E, R>) - Method in interface com.holonplatform.core.ExpressionResolver.ExpressionResolverSupport
-
- addExpressionResolvers(Iterable<? extends ExpressionResolver>) - Method in interface com.holonplatform.core.ExpressionResolver.ExpressionResolverSupport
-
Add all expression resolvers provided by given resolvers Iterable.
- addLocalizationChangeListener(LocalizationContext.LocalizationChangeListener) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- addParameter(String, Object) - Method in interface com.holonplatform.core.property.PropertyConfiguration.PropertyConfigurationEditor
-
Add a configuration parameter.
- addValidator(Validator<T>) - Method in interface com.holonplatform.core.Validator.ValidatorSupport
-
Adds a validator.
- affectedCount(long) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore.BeanOperationResult.Builder
-
Set the affected elements count.
- affectedCount(long) - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult.Builder
-
Set the affected elements count.
- AGE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Age header field name.
- aggregate(QueryAggregation) - Method in interface com.holonplatform.core.query.QueryAggregation.QueryAggregationSupport
-
Set the aggregation clause
- aggregate(Path<?>...) - Method in interface com.holonplatform.core.query.QueryAggregation.QueryAggregationSupport
-
Aggregate results on given paths.
- aggregate(List<Path>) - Method in interface com.holonplatform.core.query.QueryAggregation.QueryAggregationSupport
-
Aggregate results on given paths.
- alias(String) - Method in interface com.holonplatform.core.datastore.relational.Aliasable
-
Set the alias name.
- alias(String) - Method in interface com.holonplatform.core.datastore.relational.Join.JoinBuilder
-
Set the alias name.
- Aliasable<C extends Aliasable<C>> - Interface in com.holonplatform.core.datastore.relational
-
Implemented by types which support an alias name, allows to set and retrieve the alias name.
- Aliasable.AliasablePath<T,C extends Aliasable.AliasablePath<T,C>> - Interface in com.holonplatform.core.datastore.relational
-
- allOf(QueryFilter...) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter with the conjunction (AND) of all given not null
filters
- allOf(Iterable<Q>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter with the conjunction (AND) of all given
filters
- ALLOW - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Allow header field name.
- and(QueryFilter) - Method in interface com.holonplatform.core.query.QueryFilter
-
Join another filter in AND mode.
- and(QuerySort) - Method in interface com.holonplatform.core.query.QuerySort
-
Combine this sort with given sort
- annotations(Annotation[]) - Method in interface com.holonplatform.core.beans.BeanProperty.Builder
-
Set the property annotations
- anyOf(QueryFilter...) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter with the disjunction (OR) of all given not null
filters
- anyOf(Iterable<Q>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter with the disjunction (OR) of all given
filters
- as(Class<E>) - Method in interface com.holonplatform.http.rest.ResponseEntity
-
Read the message entity as an instance of specified type.
- as(ResponseType<E>) - Method in interface com.holonplatform.http.rest.ResponseEntity
-
Read the message entity as an instance of specified type, using a
ResponseType representation to allow
generic types support.
- asAuthentication(Authentication) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Get the
Authentication representation of the given Spring Security Authentication.
- asAuthenticationToken(Authentication) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
- asAuthenticationToken(String, String) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Create an account credentials authentican token, using the Spring Security
UsernamePasswordAuthenticationToken as concrete authentication token.
- asAuthority(Permission) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Get the Spring Security
GrantedAuthority representation of the given
Permission.
- asBitValue(Validator.PatternFlag[]) - Static method in enum com.holonplatform.core.Validator.PatternFlag
-
Get given flags as bit mask.
- asc() - Method in interface com.holonplatform.core.query.PathExpression
-
- asc(Path<T>) - Static method in interface com.holonplatform.core.query.QuerySort
-
- asHeader() - Method in interface com.holonplatform.http.CacheControl
-
Returns the cache-control directives as HTTP header value
- asList() - Method in interface com.holonplatform.core.property.PropertySet
-
Convert this PropertySet into a
List of properties.
- asMessageResolver() - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- asPermission(GrantedAuthority) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Get the
Permission representation of the given Spring Security
GrantedAuthority.
- AsyncBulkDelete - Interface in com.holonplatform.async.datastore.operation
-
- AsyncBulkInsert - Interface in com.holonplatform.async.datastore.operation
-
- AsyncBulkUpdate - Interface in com.holonplatform.async.datastore.operation
-
- AsyncDatastore - Interface in com.holonplatform.async.datastore
-
Asynchronous
DatastoreOperations API, which can be used to execute the Datastore operations and obtain the
the results asynchronously, using
CompletionStage as operation return type.
- AsyncDelete - Interface in com.holonplatform.async.datastore.operation
-
- AsyncInsert - Interface in com.holonplatform.async.datastore.operation
-
- AsyncQuery - Interface in com.holonplatform.async.datastore.operation
-
Represents an asynchronous
query, used by the
AsyncDatastore API to configure and execute a query
and handle the query results asynchronously through the
CompletionStage type.
- AsyncQueryAdapter<C extends QueryConfiguration> - Interface in com.holonplatform.async.datastore.operation
-
- AsyncQueryResults - Interface in com.holonplatform.async.datastore.operation
-
- AsyncRefresh - Interface in com.holonplatform.async.datastore.operation
-
- AsyncRestClient - Interface in com.holonplatform.async.http
-
Async HTTP REST client to build and execute client requests in order to asynchronously consume the responses
returned.
- AsyncRestClient.AsyncInvocation - Interface in com.holonplatform.async.http
-
Invocation operations
- AsyncRestClient.AsyncRequestDefinition - Interface in com.holonplatform.async.http
-
Request message definition and response invocation.
- AsyncRestClientFactory - Interface in com.holonplatform.async.http
-
- AsyncSave - Interface in com.holonplatform.async.datastore.operation
-
- AsyncTransaction - Interface in com.holonplatform.async.datastore.transaction
-
Represents an asynchronous Datastore transaction, providing methods to commit and rollback
the transaction.
- AsyncTransactional - Interface in com.holonplatform.async.datastore.transaction
-
Represents an object which is capable to manage asynchronous transactions, providing methods to execute an operation
transactionally and using
AsyncTransaction as transaction handler.
- AsyncTransactionalOperation<R> - Interface in com.holonplatform.async.datastore.transaction
-
Represents an asynchronous transactional operation execution.
- AsyncUpdate - Interface in com.holonplatform.async.datastore.operation
-
- AuthContext - Interface in com.holonplatform.auth
-
Represents the current authentication/authorization context.
- authContext() - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Create an
AuthContext which uses the Spring Security
SecurityContext as authentication holder.
- authContext(Realm) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Create an
AuthContext which uses the Spring Security
SecurityContext as authentication holder.
- authContext(AuthenticationManager) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Create an
AuthContext which uses the Spring Security
SecurityContext as authentication holder.
- authContext(AuthenticationManager, boolean) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Create an
AuthContext which uses the Spring Security
SecurityContext as authentication holder.
- AuthContext.AuthenticationHolder - Interface in com.holonplatform.auth
-
- Authenticate - Annotation Type in com.holonplatform.auth.annotations
-
Annotation which can be used on classes or methods to require authentication for resource access.
- authenticate(AuthenticationToken) - Method in interface com.holonplatform.auth.AuthContext
-
- authenticate(Message<?, ?>, String...) - Method in interface com.holonplatform.auth.AuthContext
-
- authenticate(T) - Method in interface com.holonplatform.auth.Authenticator
-
- authenticate(Message<?, ?>, String...) - Method in interface com.holonplatform.auth.Authenticator.MessageAuthenticator
-
- Authentication - Interface in com.holonplatform.auth
-
- Authentication.AuthenticationListener - Interface in com.holonplatform.auth
-
Listener to handle authentication events.
- Authentication.AuthenticationNotifier - Interface in com.holonplatform.auth
-
- Authentication.Builder - Interface in com.holonplatform.auth
-
- AUTHENTICATION_DETAILS_KEY - Static variable in interface com.holonplatform.spring.security.SpringSecurityAuthentication
-
Authentication details parameter name.
- AuthenticationClaims - Interface in com.holonplatform.auth.jwt
-
- AuthenticationError - Interface in com.holonplatform.auth
-
- AuthenticationException - Exception in com.holonplatform.auth.exceptions
-
Base class for exceptions which may be thrown during authentication
- AuthenticationException(String, String) - Constructor for exception com.holonplatform.auth.exceptions.AuthenticationException
-
Constructor
- AuthenticationException(String, String, int) - Constructor for exception com.holonplatform.auth.exceptions.AuthenticationException
-
Constructor
- AuthenticationException(String, String, String, int) - Constructor for exception com.holonplatform.auth.exceptions.AuthenticationException
-
Constructor
- AuthenticationInspector - Interface in com.holonplatform.auth
-
Represents an object which provides the current
Authentication, if available.
- authenticationProvider(Authenticator<T>, Class<A>, Function<A, T>) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
Create a Spring Security
AuthenticationProvider using an
Authenticator as concrete authentication
provider.
- AuthenticationToken - Interface in com.holonplatform.auth
-
- AuthenticationToken.AuthenticationTokenResolver<R extends Message> - Interface in com.holonplatform.auth
-
- authenticator(Account.AccountProvider) - Static method in interface com.holonplatform.auth.Account
-
- authenticator(Account.AccountProvider, CredentialsContainer.CredentialsMatcher) - Static method in interface com.holonplatform.auth.Account
-
- Authenticator<T extends AuthenticationToken> - Interface in com.holonplatform.auth
-
- authenticator(Authenticator<T>) - Method in interface com.holonplatform.auth.Realm.Builder
-
- authenticator(AuthenticationManager) - Static method in interface com.holonplatform.spring.security.SpringSecurity
-
- Authenticator.MessageAuthenticator - Interface in com.holonplatform.auth
-
Authenticator which support authentication using generic authentication request
Messages.
- AUTHORIZATION - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Authorization header field name.
- authorizationBasic(String, String) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
- authorizationBearer(String) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
- AuthorizationException - Exception in com.holonplatform.auth.exceptions
-
Exception which may be thrown during authorization
- AuthorizationException(String, String) - Constructor for exception com.holonplatform.auth.exceptions.AuthorizationException
-
Constructor
- AuthorizationException(String, String, int) - Constructor for exception com.holonplatform.auth.exceptions.AuthorizationException
-
Constructor
- AuthorizationException(String, String, String, int) - Constructor for exception com.holonplatform.auth.exceptions.AuthorizationException
-
Constructor
- Authorizer<P extends Permission> - Interface in com.holonplatform.auth
-
- authorizer(Authorizer<P>) - Method in interface com.holonplatform.auth.Realm.Builder
-
- avg() - Method in interface com.holonplatform.core.query.NumericQueryExpression
-
Creates an aggregation function which returns the average value of expression.
- avg(TypedExpression<? extends Number>) - Static method in interface com.holonplatform.core.query.QueryFunction
-
Creates an aggregate function to calculate the average value of a numeric query result.
- CACHE_CONTROL - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Cache-Control header field name.
- CacheControl - Interface in com.holonplatform.http
-
Representation of a HTTP Cache-Control header.
- cacheControl(CacheControl) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set the Cache-Control header.
- CacheControl.Builder - Interface in com.holonplatform.http
-
- Caption - Annotation Type in com.holonplatform.core.i18n
-
Annotation to declare the caption (display name or short description) for an element, with internationalization
support using
Caption.messageCode().
- charset(String) - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Secret encoding charset name.
- CLAIM_NAME_PERMISSIONS - Static variable in interface com.holonplatform.auth.jwt.AuthenticationClaims
-
- CLAIM_NAME_ROOT - Static variable in interface com.holonplatform.auth.jwt.AuthenticationClaims
-
- classLoader(ClassLoader) - Method in interface com.holonplatform.core.i18n.MessageProvider.PropertiesMessageProviderBuilder
-
Set the ClassLoader to use to load properties files
- CLASSLOADER_SCOPE_NAME - Static variable in interface com.holonplatform.core.Context
-
Default classloader-bound scope name
- classLoaderScope(ClassLoader) - Method in interface com.holonplatform.core.Context
-
- classLoaderScope() - Method in interface com.holonplatform.core.Context
-
- clearCache() - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
If caching is enabled and supported, clear current introspection cache.
- clearDefaultHeaders() - Method in interface com.holonplatform.http.rest.RestClientOperations
-
Removes all default headers
- client() - Method in class com.holonplatform.test.JerseyTest5
-
- clone(Consumer<PathProperty.Builder<Boolean, PathProperty<Boolean>, ?>>) - Method in interface com.holonplatform.core.property.BooleanProperty
-
Clone this property.
- clone(Consumer<B>) - Method in interface com.holonplatform.core.property.CloneableProperty
-
Clone this property.
- clone(Consumer<PathProperty.Builder<List<T>, PathProperty<List<T>>, ?>>) - Method in interface com.holonplatform.core.property.ListPathProperty
-
Clone this property.
- clone(Consumer<PathProperty.Builder<N, PathProperty<N>, ?>>) - Method in interface com.holonplatform.core.property.NumericProperty
-
Clone this property.
- clone(Consumer<PathProperty.Builder<PropertyBox, PathProperty<PropertyBox>, ?>>) - Method in interface com.holonplatform.core.property.PropertyBoxProperty
-
Clone this property.
- clone(PropertyConfiguration) - Static method in interface com.holonplatform.core.property.PropertyConfiguration
-
Create a new editable
PropertyConfiguration instance using default implementation class, cloning the
configuration parameters from given
fromConfiguration configuration.
- clone(Consumer<PathProperty.Builder<Set<T>, PathProperty<Set<T>>, ?>>) - Method in interface com.holonplatform.core.property.SetPathProperty
-
Clone this property.
- clone(Consumer<PathProperty.Builder<String, PathProperty<String>, ?>>) - Method in interface com.holonplatform.core.property.StringProperty
-
Clone this property.
- clone(Consumer<PathProperty.Builder<T, PathProperty<T>, ?>>) - Method in interface com.holonplatform.core.property.TemporalProperty
-
Clone this property.
- CloneableProperty<T,P extends Property<T>,B extends Property.Builder<T,P,?>> - Interface in com.holonplatform.core.property
-
- CloneableProperty.CloneablePathProperty<T,P extends Property<T> & Path<T>> - Interface in com.holonplatform.core.property
-
- cloneBox() - Method in interface com.holonplatform.core.property.PropertyBox
-
Clone this PropertyBox, i.e. create a new PropertyBox with same property set of this box and copy all the
property values from this box to the newly created box.
- cloneBox(PropertySet<P>) - Method in interface com.holonplatform.core.property.PropertyBox
-
Clone this PropertyBox using given propertySet, i.e. create a new PropertyBox and copy all given set
property values from this box to the newly created box.
- cloneBox(Property<?>...) - Method in interface com.holonplatform.core.property.PropertyBox
-
Clone this PropertyBox using given propertySet, i.e. create a new PropertyBox and copy all given set
property values from this box to the newly created box.
- close() - Method in interface com.holonplatform.http.rest.ResponseEntity
-
If supported by the underlying implementation, close the message entity input stream (if available and open) as
well as releases any other resources associated with the response.
- close(Response...) - Static method in class com.holonplatform.test.JerseyTest5
-
Utility method that safely closes a response without throwing an exception.
- closeIfNotNull(Client...) - Static method in class com.holonplatform.test.JerseyTest5
-
Utility method that safely closes a client instance without throwing an exception.
- CollectionConstantExpression<T> - Interface in com.holonplatform.core
-
- CollectionExpression<E,C extends Collection<E>> - Interface in com.holonplatform.core
-
- CollectionPathProperty<E,C extends Collection<E>> - Interface in com.holonplatform.core.property
-
- CollectionPathProperty.Builder<E,C extends Collection<E>,P extends CollectionPathProperty<E,C>,B extends CollectionPathProperty.Builder<E,C,P,B>> - Interface in com.holonplatform.core.property
-
- CollectionProperty<E,C extends Collection<E>> - Interface in com.holonplatform.core.property
-
- CollectionProperty.Builder<E,C extends Collection<E>,P extends CollectionProperty<E,C>,B extends CollectionProperty.Builder<E,C,P,B>> - Interface in com.holonplatform.core.property
-
- CollectionProperty.ListProperty<T> - Interface in com.holonplatform.core.property
-
- CollectionProperty.SetProperty<T> - Interface in com.holonplatform.core.property
-
- CollectionPropertyValueConverter<TYPE,C extends Collection<TYPE>,MODEL> - Interface in com.holonplatform.core.property
-
- com.holonplatform.async.datastore - package com.holonplatform.async.datastore
-
- com.holonplatform.async.datastore.operation - package com.holonplatform.async.datastore.operation
-
- com.holonplatform.async.datastore.transaction - package com.holonplatform.async.datastore.transaction
-
- com.holonplatform.async.http - package com.holonplatform.async.http
-
- com.holonplatform.auth - package com.holonplatform.auth
-
- com.holonplatform.auth.annotations - package com.holonplatform.auth.annotations
-
- com.holonplatform.auth.exceptions - package com.holonplatform.auth.exceptions
-
- com.holonplatform.auth.jwt - package com.holonplatform.auth.jwt
-
- com.holonplatform.auth.keys - package com.holonplatform.auth.keys
-
- com.holonplatform.auth.token - package com.holonplatform.auth.token
-
- com.holonplatform.core - package com.holonplatform.core
-
- com.holonplatform.core.beans - package com.holonplatform.core.beans
-
- com.holonplatform.core.config - package com.holonplatform.core.config
-
- com.holonplatform.core.datastore - package com.holonplatform.core.datastore
-
- com.holonplatform.core.datastore.beans - package com.holonplatform.core.datastore.beans
-
- com.holonplatform.core.datastore.bulk - package com.holonplatform.core.datastore.bulk
-
- com.holonplatform.core.datastore.operation - package com.holonplatform.core.datastore.operation
-
- com.holonplatform.core.datastore.operation.commons - package com.holonplatform.core.datastore.operation.commons
-
- com.holonplatform.core.datastore.relational - package com.holonplatform.core.datastore.relational
-
- com.holonplatform.core.datastore.transaction - package com.holonplatform.core.datastore.transaction
-
- com.holonplatform.core.exceptions - package com.holonplatform.core.exceptions
-
- com.holonplatform.core.i18n - package com.holonplatform.core.i18n
-
- com.holonplatform.core.messaging - package com.holonplatform.core.messaging
-
- com.holonplatform.core.objects - package com.holonplatform.core.objects
-
- com.holonplatform.core.operation - package com.holonplatform.core.operation
-
- com.holonplatform.core.presentation - package com.holonplatform.core.presentation
-
- com.holonplatform.core.property - package com.holonplatform.core.property
-
- com.holonplatform.core.query - package com.holonplatform.core.query
-
- com.holonplatform.core.query.lock - package com.holonplatform.core.query.lock
-
- com.holonplatform.core.streams - package com.holonplatform.core.streams
-
- com.holonplatform.core.temporal - package com.holonplatform.core.temporal
-
- com.holonplatform.core.tenancy - package com.holonplatform.core.tenancy
-
- com.holonplatform.core.utils - package com.holonplatform.core.utils
-
- com.holonplatform.http - package com.holonplatform.http
-
- com.holonplatform.http.exceptions - package com.holonplatform.http.exceptions
-
- com.holonplatform.http.rest - package com.holonplatform.http.rest
-
- com.holonplatform.http.servlet - package com.holonplatform.http.servlet
-
- com.holonplatform.spring - package com.holonplatform.spring
-
- com.holonplatform.spring.boot - package com.holonplatform.spring.boot
-
- com.holonplatform.spring.security - package com.holonplatform.spring.security
-
- com.holonplatform.test - package com.holonplatform.test
-
- commit() - Method in interface com.holonplatform.async.datastore.transaction.AsyncTransaction
-
Commit the transaction.
- commit() - Method in interface com.holonplatform.core.datastore.transaction.Transaction
-
Commit the transaction.
- CommodityConfigurationException(String) - Constructor for exception com.holonplatform.core.datastore.DatastoreCommodityContext.CommodityConfigurationException
-
Constructor with error message
- CommodityConfigurationException(Throwable) - Constructor for exception com.holonplatform.core.datastore.DatastoreCommodityContext.CommodityConfigurationException
-
Constructor with nested exception
- CommodityConfigurationException(String, Throwable) - Constructor for exception com.holonplatform.core.datastore.DatastoreCommodityContext.CommodityConfigurationException
-
Constructor with error message and nested exception
- CommodityNotAvailableException(String) - Constructor for exception com.holonplatform.core.datastore.DatastoreCommodityContext.CommodityNotAvailableException
-
Constructor with error message
- Config - Annotation Type in com.holonplatform.core.beans
-
Repeatable annotation which can be used on a bean property to specify a configuration key and its value to be setted
in the
Property configuration.
- ConfigProperty<T> - Interface in com.holonplatform.core.config
-
Configuration property reference, identified by a
String key and supporting a typed value.
- ConfigPropertyProvider - Interface in com.holonplatform.core.config
-
Base interface to access config properties.
- ConfigPropertySet - Interface in com.holonplatform.core.config
-
A set of configuration properties, identified by a specific name, used as property definition prefix.
- ConfigPropertySet.Builder<C extends ConfigPropertySet> - Interface in com.holonplatform.core.config
-
- ConfigPropertySet.ConfigurationException - Exception in com.holonplatform.core.config
-
Exception thrown for configuration errors.
- Configs - Annotation Type in com.holonplatform.core.beans
-
Repeatable
Config annotation container.
- ConfigurableDatastore - Interface in com.holonplatform.core.datastore
-
Base interface which represents common Datastore configuration capabilities.
- configuration(JwtConfiguration) - Method in interface com.holonplatform.auth.jwt.JwtAuthenticator.Builder
-
- configuration(String, Object) - Method in interface com.holonplatform.core.beans.BeanPropertySet.Builder
-
- configuration(ConfigProperty<C>, C) - Method in interface com.holonplatform.core.beans.BeanPropertySet.Builder
-
- configuration(DatastoreConfigProperties) - Method in interface com.holonplatform.core.datastore.DatastoreOperations.Builder
-
Set the datastore configuration property source to use.
- configuration(String, Object) - Method in interface com.holonplatform.core.property.Property.Builder
-
- configuration(ConfigProperty<C>, C) - Method in interface com.holonplatform.core.property.Property.Builder
-
- configuration(String, Object) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
- configuration(ConfigProperty<C>, C) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
- ConfigurationException(String) - Constructor for exception com.holonplatform.core.config.ConfigPropertySet.ConfigurationException
-
Constructor with error message
- ConfigurationException(Throwable) - Constructor for exception com.holonplatform.core.config.ConfigPropertySet.ConfigurationException
-
Constructor with nested exception
- ConfigurationException(String, Throwable) - Constructor for exception com.holonplatform.core.config.ConfigPropertySet.ConfigurationException
-
Constructor with error message and nested exception
- CONNECTION - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Connection header field name.
- constant(T) - Static method in interface com.holonplatform.core.query.QueryProjection
-
- ConstantConverterExpression<T,E> - Interface in com.holonplatform.core
-
- ConstantExpression<T> - Interface in com.holonplatform.core.query
-
- contains(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Gets whether a property with given propertyName is available in this property set.
- contains(Path<?>) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
Return true if a property which corresponds to given path is available in the property set.
- contains(String) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
Checks if a
Property with given
name is present in the property set.
- contains(Property) - Method in interface com.holonplatform.core.property.PropertySet
-
Return true if this set contains the given property.
- contains(TypedExpression<String>, String, boolean) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
contains QueryFilter on given
String expression, checking if the
expression value contains given value.
- contains(String, boolean) - Method in interface com.holonplatform.core.query.StringQueryExpression
-
Build a contains query filter, checking if the property value contains given value.
- contains(String) - Method in interface com.holonplatform.core.query.StringQueryExpression
-
Build a contains query filter, checking if the property value contains given value, in a case-sentive
fashion.
- containsIgnoreCase(String) - Method in interface com.holonplatform.core.query.StringQueryExpression
-
Build a contains query filter, checking if the property value contains given value, ignoring case.
- containsProperty(String) - Method in interface com.holonplatform.core.config.ConfigPropertyProvider
-
Return whether the given property key is available, i.e. the property key is present and the value for the given
key is not null.
- containsValue(Path<T>) - Method in interface com.holonplatform.core.property.PathPropertyBoxAdapter
-
Check if the
PropertyBox contains a
Property which corresponds to given
path with a
not
null value.
- containsValue(Property<T>) - Method in interface com.holonplatform.core.property.PropertyBox
-
Check if this box contains given property with a not null value.
- CONTENT_DISPOSITION - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Content-Disposition header field name
- CONTENT_ENCODING - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Content-Encoding header field name.
- CONTENT_LANGUAGE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Content-Language header field name.
- CONTENT_LENGTH - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Content-Length header field name.
- CONTENT_LOCATION - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Content-Location header field name.
- CONTENT_RANGE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Content-Range header field name.
- CONTENT_TYPE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Content-Type header field name.
- Context - Interface in com.holonplatform.core
-
Main interface to access global platform context resources.
- CONTEXT_KEY - Static variable in interface com.holonplatform.auth.AuthContext
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.auth.jwt.JwtConfiguration
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.auth.Realm
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.core.beans.BeanIntrospector
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.core.i18n.LocalizationContext
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.core.property.PropertyRendererRegistry
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.core.property.PropertySet
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.core.property.PropertyValuePresenterRegistry
-
- CONTEXT_KEY - Static variable in interface com.holonplatform.core.tenancy.TenantResolver
-
- ContextScope - Interface in com.holonplatform.core
-
A
Context scope to hold, manage and access context resources.
- convert(Property<T>) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter.PathConverter
-
Get the
Path representation of given
Property, if the property can be represented by a path.
- Converter - Annotation Type in com.holonplatform.core.beans
-
Annotation which can be used on a bean property to specify the
PropertyValueConverter for the property
generated using bean property introspection.
- converter(PropertyValueConverter<T, ?>) - Method in interface com.holonplatform.core.property.Property.Builder
-
- converter(Class<MODEL>, Function<MODEL, T>, Function<T, MODEL>) - Method in interface com.holonplatform.core.property.Property.Builder
-
Set a
PropertyValueConverter for given
modelType using given conversion
Functions: the
fromModel function to convert a model type value into property value
type, and the
toModel function to perform the inverse operation, i.e. convert the property value
type into model type.
- Converter.BUILTIN - Enum in com.holonplatform.core.beans
-
- ConverterExpression<T> - Interface in com.holonplatform.core
-
- Cookie - Interface in com.holonplatform.http
-
Represents a HTTP cookie
- COOKIE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Cookie header field name.
- Cookie.Builder - Interface in com.holonplatform.http
-
Cookie builder
- copyValues(PropertyBox) - Method in interface com.holonplatform.core.property.PropertyBox.Builder
-
Copy the given propertyBox property values only for properties of the source PropertyBox that
have a matching with a property of the PropertyBox to build
- count() - Method in interface com.holonplatform.async.datastore.operation.AsyncQueryResults
-
- count() - Method in interface com.holonplatform.core.datastore.beans.BeanQuery
-
Count all the results of a query.
- count() - Method in interface com.holonplatform.core.query.QueryExpression
-
- count(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.QueryFunction
-
Creates an aggregate function to count query results.
- count() - Method in interface com.holonplatform.core.query.QueryResults
-
Count all the results of a query.
- countAll() - Method in interface com.holonplatform.async.datastore.operation.AsyncQueryResults
-
Count all the results of a query, asynchronously.
- countAll() - Static method in interface com.holonplatform.core.query.QueryProjection
-
Create a query projection to count all the query results.
- countAll() - Method in interface com.holonplatform.core.query.QueryProjectionOperations
-
Count all the results of a query.
- countAll() - Method in interface com.holonplatform.core.query.QueryResults
-
Count all the results of a query.
- CountAllProjection - Interface in com.holonplatform.core.query
-
- create() - Static method in interface com.holonplatform.async.http.AsyncRestClient
-
- create(ClassLoader) - Static method in interface com.holonplatform.async.http.AsyncRestClient
-
Create a new
AsyncRestClient instance using given
classLoder and default implementation, if
available.
- create(String) - Static method in interface com.holonplatform.async.http.AsyncRestClient
-
- create(String, ClassLoader) - Static method in interface com.holonplatform.async.http.AsyncRestClient
-
Create a new
AsyncRestClient instance using given
classLoder and the implementation whith
given fully qualified class name.
- create(ClassLoader) - Method in interface com.holonplatform.async.http.AsyncRestClientFactory
-
- create(Realm) - Static method in interface com.holonplatform.auth.AuthContext
-
- create(Realm, AuthContext.AuthenticationHolder) - Static method in interface com.holonplatform.auth.AuthContext
-
- create(Class<? extends Message>, Function<M, Optional<AuthenticationToken>>) - Static method in interface com.holonplatform.auth.AuthenticationToken.AuthenticationTokenResolver
-
- create(Class<? extends Message>, Function<M, Optional<AuthenticationToken>>, String) - Static method in interface com.holonplatform.auth.AuthenticationToken.AuthenticationTokenResolver
-
- create(Class<? extends T>, Function<T, Authentication>) - Static method in interface com.holonplatform.auth.Authenticator
-
Create an
Authenticator bound to the given token type and which uses the provided callback
Function to perform the authentication strategy.
- create() - Static method in interface com.holonplatform.auth.Authorizer
-
Create a default Authorizer.
- create(String) - Static method in interface com.holonplatform.auth.Permission
-
Create a default Permission implementation, using given permission String to represent permission
authority.
- create(String, String) - Static method in class com.holonplatform.auth.token.AccountCredentialsToken
-
- create(String, byte[]) - Static method in class com.holonplatform.auth.token.AccountCredentialsToken
-
- create(String) - Static method in class com.holonplatform.auth.token.BearerAuthenticationToken
-
- create(Class<? extends T>) - Static method in interface com.holonplatform.core.beans.BeanPropertySet
-
- create(Class<? extends T>, Path<?>) - Static method in interface com.holonplatform.core.beans.BeanPropertySet
-
- create(Collection<? extends T>) - Static method in interface com.holonplatform.core.CollectionConstantExpression
-
- create(T...) - Static method in interface com.holonplatform.core.CollectionConstantExpression
-
- create(TypedExpression<T>, Collection<? extends T>) - Static method in interface com.holonplatform.core.CollectionConstantExpression
-
- create(TypedExpression<T>, T...) - Static method in interface com.holonplatform.core.CollectionConstantExpression
-
- create(String, Class<T>) - Static method in interface com.holonplatform.core.config.ConfigProperty
-
- create(T) - Static method in interface com.holonplatform.core.ConstantConverterExpression
-
- create(T, Class<? extends T>) - Static method in interface com.holonplatform.core.ConstantConverterExpression
-
- create(TypedExpression<T>, T) - Static method in interface com.holonplatform.core.ConstantConverterExpression
-
- create(Class<C>) - Method in interface com.holonplatform.core.datastore.DatastoreCommodityHandler
-
- create(Class<? extends T>, Expression.ExpressionResolverFunction<T, DataTarget>) - Static method in interface com.holonplatform.core.datastore.DataTarget.DataTargetResolver
-
- create(Class<? extends T>) - Static method in interface com.holonplatform.core.datastore.relational.SubQuery
-
Build a sub query with given selection type.
- create(QueryProjection<T>) - Static method in interface com.holonplatform.core.datastore.relational.SubQuery
-
Build a sub query with given projection as selection.
- create() - Static method in interface com.holonplatform.core.datastore.relational.SubQuery
-
Build a sub query with a default select 1 projection as selection.
- create(Datastore, Class<? extends T>) - Static method in interface com.holonplatform.core.datastore.relational.SubQuery
-
- create(Datastore, QueryProjection<T>) - Static method in interface com.holonplatform.core.datastore.relational.SubQuery
-
- create(Datastore) - Static method in interface com.holonplatform.core.datastore.relational.SubQuery
-
- create(boolean, boolean) - Static method in interface com.holonplatform.core.datastore.transaction.TransactionConfiguration
-
- create(TransactionOptions) - Static method in interface com.holonplatform.core.datastore.transaction.TransactionConfiguration
-
- create(boolean, boolean, TransactionOptions) - Static method in interface com.holonplatform.core.datastore.transaction.TransactionConfiguration
-
- create(Class<? extends E>, Class<? extends R>, Expression.ExpressionResolverFunction<E, R>) - Static method in interface com.holonplatform.core.ExpressionResolver
-
- create() - Static method in interface com.holonplatform.core.ExpressionResolverRegistry
-
- create(boolean) - Static method in interface com.holonplatform.core.ExpressionResolverRegistry
-
- create(Class<? extends T>) - Static method in interface com.holonplatform.core.NullExpression
-
- create(TypedExpression<T>) - Static method in interface com.holonplatform.core.NullExpression
-
- create(String) - Static method in interface com.holonplatform.core.property.BooleanProperty
-
- create(String, Class<N>) - Static method in interface com.holonplatform.core.property.BooleanProperty
-
- create(Path<Boolean>) - Static method in interface com.holonplatform.core.property.BooleanProperty
-
- create(String, Class<? extends T>) - Static method in interface com.holonplatform.core.property.ListPathProperty
-
- create(Class<T>, PropertyValueProvider<List<T>>) - Static method in interface com.holonplatform.core.property.ListVirtualProperty
-
- create(String, Class<? extends T>) - Static method in interface com.holonplatform.core.property.NumericProperty
-
- create(Path<T>) - Static method in interface com.holonplatform.core.property.NumericProperty
-
- create(String, Class<? extends T>) - Static method in interface com.holonplatform.core.property.PathProperty
-
- create(Path<T>) - Static method in interface com.holonplatform.core.property.PathProperty
-
- create(PropertyBox) - Static method in interface com.holonplatform.core.property.PathPropertyBoxAdapter
-
- create(PropertySet<?>) - Static method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
- create(Iterable<P>) - Static method in interface com.holonplatform.core.property.PropertyBox
-
Shorter method to create a PropertyBox with given properties set.
- create(P...) - Static method in interface com.holonplatform.core.property.PropertyBox
-
Shorter method to create a PropertyBox with given properties set.
- create(String, Iterable<P>) - Static method in interface com.holonplatform.core.property.PropertyBoxProperty
-
- create(String, P...) - Static method in interface com.holonplatform.core.property.PropertyBoxProperty
-
- create() - Static method in interface com.holonplatform.core.property.PropertyConfiguration
-
- create(Class<? extends R>, Function<Property<? extends T>, R>) - Static method in interface com.holonplatform.core.property.PropertyRenderer
-
- create(boolean) - Static method in interface com.holonplatform.core.property.PropertyRendererRegistry
-
- create(boolean) - Static method in interface com.holonplatform.core.property.PropertyValuePresenterRegistry
-
- create(String, Class<? extends T>) - Static method in interface com.holonplatform.core.property.SetPathProperty
-
- create(Class<T>, PropertyValueProvider<Set<T>>) - Static method in interface com.holonplatform.core.property.SetVirtualProperty
-
- create(String) - Static method in interface com.holonplatform.core.property.StringProperty
-
- create(Path<String>) - Static method in interface com.holonplatform.core.property.StringProperty
-
- create(String, Class<? extends T>) - Static method in interface com.holonplatform.core.property.TemporalProperty
-
- create(Path<T>) - Static method in interface com.holonplatform.core.property.TemporalProperty
-
- create(Class<? extends T>) - Static method in interface com.holonplatform.core.property.VirtualProperty
-
Create a new VirtualProperty with given type
- create(Class<T>, PropertyValueProvider<T>) - Static method in interface com.holonplatform.core.property.VirtualProperty
-
Create a new VirtualProperty with given
type using given
PropertyValueProvider as property
value provider.
- create(T) - Static method in interface com.holonplatform.core.query.ConstantExpression
-
- create(T, Class<? extends T>) - Static method in interface com.holonplatform.core.query.ConstantExpression
-
- create(TypedExpression<T>, T) - Static method in interface com.holonplatform.core.query.ConstantExpression
-
- create() - Static method in interface com.holonplatform.core.query.CountAllProjection
-
- create(String, Class<? extends T>) - Static method in interface com.holonplatform.core.query.PathExpression
-
- create(Path<?>...) - Static method in interface com.holonplatform.core.query.QueryAggregation
-
- create(List<Path>) - Static method in interface com.holonplatform.core.query.QueryAggregation
-
- create(Supplier<QueryFilter>, Supplier<QuerySort>, Supplier<ParameterSet>) - Static method in interface com.holonplatform.core.query.QueryConfigurationProvider
-
- create(Supplier<QueryFilter>, Supplier<QuerySort>) - Static method in interface com.holonplatform.core.query.QueryConfigurationProvider
-
- create(QueryFilter, QuerySort) - Static method in interface com.holonplatform.core.query.QueryConfigurationProvider
-
- create(Class<? extends T>, Expression.ExpressionResolverFunction<T, QueryFilter>) - Static method in interface com.holonplatform.core.query.QueryFilter.QueryFilterResolver
-
- create(TypedExpression<? extends Number>) - Static method in interface com.holonplatform.core.query.QueryFunction.Avg
-
- create(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.QueryFunction.Count
-
- create(TypedExpression<T>) - Static method in interface com.holonplatform.core.query.QueryFunction.Max
-
- create(TypedExpression<T>) - Static method in interface com.holonplatform.core.query.QueryFunction.Min
-
- create(TypedExpression<T>) - Static method in interface com.holonplatform.core.query.QueryFunction.Sum
-
- create(C, QueryProjection<R>) - Static method in interface com.holonplatform.core.query.QueryOperation
-
- create(Class<? extends T>, Expression.ExpressionResolverFunction<T, QuerySort>) - Static method in interface com.holonplatform.core.query.QuerySort.QuerySortResolver
-
- create() - Static method in interface com.holonplatform.core.query.SelectAllProjection
-
- create(TypedExpression<String>) - Static method in interface com.holonplatform.core.query.StringFunction.Lower
-
- create(TypedExpression<String>) - Static method in interface com.holonplatform.core.query.StringFunction.Upper
-
- create() - Static method in interface com.holonplatform.core.query.TemporalFunction.CurrentDate
-
- create() - Static method in interface com.holonplatform.core.query.TemporalFunction.CurrentLocalDate
-
- create() - Static method in interface com.holonplatform.core.query.TemporalFunction.CurrentLocalDateTime
-
- create() - Static method in interface com.holonplatform.core.query.TemporalFunction.CurrentTimestamp
-
- create(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.TemporalFunction.Day
-
- create(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.TemporalFunction.Hour
-
- create(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.TemporalFunction.Month
-
- create(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.TemporalFunction.Year
-
- create(InputStream, long) - Static method in class com.holonplatform.core.streams.LimitedInputStream
-
- create(Predicate<T>, Localizable) - Static method in interface com.holonplatform.core.Validator
-
Create a
Validator which uses given
Predicate to perform value validation and the given
localizable
message as invalid value message when the predicate condition is not satisfied.
- create(Predicate<T>, String, String, Object...) - Static method in interface com.holonplatform.core.Validator
-
Create a
Validator which uses given
Predicate to perform value validation and the given
localizable
message as invalid value message when the predicate condition is not satisfied.
- create(Predicate<T>, String) - Static method in interface com.holonplatform.core.Validator
-
Create a
Validator which uses given
Predicate to perform value validation and the given
localizable
message as invalid value message when the predicate condition is not satisfied.
- create() - Static method in interface com.holonplatform.http.rest.RestClient
-
- create(ClassLoader) - Static method in interface com.holonplatform.http.rest.RestClient
-
Create a new
RestClient instance using given
classLoder and default implementation, if
available.
- create(String) - Static method in interface com.holonplatform.http.rest.RestClient
-
Create a new
RestClient instance using default
ClassLoader and the implementation whith given
fully qualified class name.
- create(String, ClassLoader) - Static method in interface com.holonplatform.http.rest.RestClient
-
Create a new
RestClient instance using given
classLoder and the implementation whith given
fully qualified class name.
- create(ClassLoader) - Method in interface com.holonplatform.http.rest.RestClientFactory
-
- create(HttpServletRequest) - Static method in interface com.holonplatform.http.servlet.ServletHttpRequest
-
- create(Environment) - Static method in interface com.holonplatform.spring.EnvironmentConfigPropertyProvider
-
- create(Authentication) - Static method in interface com.holonplatform.spring.security.SpringSecurityAuthentication
-
- create(Authentication) - Static method in interface com.holonplatform.spring.security.SpringSecurityAuthenticationToken
-
Create a new authentican token using given Spring Security Authentication as concrete authentication
token.
- create(RestTemplate) - Static method in interface com.holonplatform.spring.SpringRestClient
-
- createCommodity(X) - Method in interface com.holonplatform.core.datastore.DatastoreCommodityFactory
-
- credentials(Credentials) - Method in interface com.holonplatform.auth.Account.Builder
-
- credentials(Object) - Method in interface com.holonplatform.auth.Account.Builder
-
Set Account credentials
- Credentials - Interface in com.holonplatform.auth
-
Interface to represent credential data (such a passwords or account keys)
- Credentials.Builder - Interface in com.holonplatform.auth
-
- Credentials.Encoder - Interface in com.holonplatform.auth
-
Builder to encode credentials using hash for secure storing.
- CredentialsContainer - Interface in com.holonplatform.auth
-
Interface implemented by classes which provides credentials data
- CredentialsContainer.CredentialsMatcher - Interface in com.holonplatform.auth
-
This interface represents classes able to determine if provided credentials matches account's stored credentials.
- credentialsMatch(CredentialsContainer, CredentialsContainer) - Method in interface com.holonplatform.auth.CredentialsContainer.CredentialsMatcher
-
Check if provided credentials match the given stored credentials
- currentDate() - Static method in interface com.holonplatform.core.query.QueryFunction
-
- currentLocalDate() - Static method in interface com.holonplatform.core.query.QueryFunction
-
- currentLocalDateTime() - Static method in interface com.holonplatform.core.query.QueryFunction
-
- currentTimestamp() - Static method in interface com.holonplatform.core.query.QueryFunction
-
- DataAccessException - Exception in com.holonplatform.core.exceptions
-
Generic exception for data access errors.
- DataAccessException(String) - Constructor for exception com.holonplatform.core.exceptions.DataAccessException
-
Constructor with error message
- DataAccessException(Throwable) - Constructor for exception com.holonplatform.core.exceptions.DataAccessException
-
Constructor with nested exception
- DataAccessException(String, Throwable) - Constructor for exception com.holonplatform.core.exceptions.DataAccessException
-
Constructor with error message and nested exception
- DataContextBound - Interface in com.holonplatform.core.datastore
-
Declares support for a symbolic data context id, i.e. a String identifier to identify a data related objects
stack with the same type within the overall persistence context.
- dataContextId(String) - Method in interface com.holonplatform.core.datastore.DatastoreOperations.Builder
-
Set the data context id to which the Datastore is bound.
- DataMappable - Interface in com.holonplatform.core
-
Interface to declare support for data mapping, i.e. to provide the String value of the data model name to which an
object is bound.
- DataMappable.Builder<B extends DataMappable.Builder<B>> - Interface in com.holonplatform.core
-
- DataPath - Annotation Type in com.holonplatform.core.beans
-
Annotation which can be used on bean classes to declare the data
DataMappable.PATH mapping, i.e. the actual
data element name when it is not the same as the bean class or the bean property name.
- dataPath(String) - Method in interface com.holonplatform.core.DataMappable.Builder
-
Sets the data model path name to which this object is bound.
- Datastore - Interface in com.holonplatform.core.datastore
-
Datastore interface represents a generic data store abstraction and provides methods to perform data manipulation
operations.
- Datastore.OperationResult - Interface in com.holonplatform.core.datastore
-
Represents the result of a
Datastore operation, providing informatons about the operation outcome.
- Datastore.OperationResult.Builder - Interface in com.holonplatform.core.datastore
-
- Datastore.OperationType - Enum in com.holonplatform.core.datastore
-
- DatastoreCommodity - Interface in com.holonplatform.core.datastore
-
Represents a
commodity which can be provided by a
Datastore.
- DatastoreCommodityContext - Interface in com.holonplatform.core.datastore
-
- DatastoreCommodityContext.CommodityConfigurationException - Exception in com.holonplatform.core.datastore
-
- DatastoreCommodityContext.CommodityNotAvailableException - Exception in com.holonplatform.core.datastore
-
- DatastoreCommodityFactory<X extends DatastoreCommodityContext,C extends DatastoreCommodity> - Interface in com.holonplatform.core.datastore
-
- DatastoreCommodityFactory - Annotation Type in com.holonplatform.spring
-
- DatastoreCommodityHandler - Interface in com.holonplatform.core.datastore
-
- DatastoreCommodityRegistrar<X extends DatastoreCommodityContext> - Interface in com.holonplatform.core.datastore
-
- DatastoreConfigProperties - Interface in com.holonplatform.core.datastore
-
- DatastoreConfigProperties.DatastoreConfigPropertiesImpl - Class in com.holonplatform.core.datastore
-
Default implementation
- DatastoreConfigPropertiesImpl(String) - Constructor for class com.holonplatform.core.datastore.DatastoreConfigProperties.DatastoreConfigPropertiesImpl
-
- DatastoreExpressionResolverRegistrar - Interface in com.holonplatform.core.datastore
-
- DatastoreOperation<O extends DatastoreOperation<O,C>,C extends DatastoreOperationConfiguration> - Interface in com.holonplatform.core.datastore.operation.commons
-
Represents a generic datastore operation.
- DatastoreOperationConfiguration - Interface in com.holonplatform.core.datastore.operation.commons
-
- DatastoreOperationConfiguration.Builder<B extends DatastoreOperationConfiguration.Builder<B>> - Interface in com.holonplatform.core.datastore.operation.commons
-
- DatastoreOperations<R,REFRESH,BI extends BulkInsertOperation<R,BI>,BU extends BulkUpdateOperation<R,BU>,BD extends BulkDeleteOperation<R,BD>,Q extends QueryBuilder<Q>> - Interface in com.holonplatform.core.datastore
-
Base interface wich represents a generic data store abstraction and provides methods to perform data manipulation
operations, enabling persistent data management in a platform/vendor independent way.
- DatastoreOperations.Builder<D extends DatastoreOperations,B extends DatastoreOperations.Builder<D,B>> - Interface in com.holonplatform.core.datastore
-
- DatastoreOperations.WriteOption - Interface in com.holonplatform.core.datastore
-
Represents a write operation option.
- DatastorePostProcessor - Interface in com.holonplatform.spring
-
- DatastoreResolver - Annotation Type in com.holonplatform.spring
-
- DataTarget<T> - Interface in com.holonplatform.core.datastore
-
Representation of the target element of a data model persistence/query operation.
- DataTarget.DataTargetResolver<T extends DataTarget> - Interface in com.holonplatform.core.datastore
-
- DataTarget.DataTargetSupport<C extends DataTarget.DataTargetSupport<C>> - Interface in com.holonplatform.core.datastore
-
Interface implemented by classes which support
DataTarget setting.
- date(String) - Static method in interface com.holonplatform.core.property.TemporalProperty
-
- DATE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Date header field name.
- day(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.QueryFunction
-
Create a function to extract the day part of a temporal data type.
- day() - Method in interface com.holonplatform.core.query.TemporalQueryExpression
-
Creates a function to extract the day part of a temporal data type.
- DECIMAL_POSITIONS - Static variable in interface com.holonplatform.core.presentation.StringValuePresenter
-
Presentation parameter to specify the decimal positions to use to present numeric type values
- DEFAULT_CONFIG_PROPERTY_PREFIX - Static variable in interface com.holonplatform.core.DataMappable
-
Default prefix for data mapping configuration properties.
- DEFAULT_EXPIRE_TIME - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
Default JWT expire time
- DEFAULT_MESSAGE_ARGUMENT_PLACEHOLDER - Static variable in interface com.holonplatform.core.i18n.MessageProvider
-
Default argument placeholder for message localization
- DEFAULT_MESSAGE_CODE_PREFIX - Static variable in interface com.holonplatform.core.Validator
-
Validation message localization code common prefix
- DEFAULT_NAME - Static variable in interface com.holonplatform.core.datastore.DatastoreConfigProperties
-
Configuration property set default name
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.async.http.AsyncRestClientFactory
-
Default factory priority
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.core.beans.BeanPropertyPostProcessor
-
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.core.beans.BeanPropertySetPostProcessor
-
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.core.datastore.DatastoreCommodityFactory
-
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.core.ExpressionResolver
-
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.core.property.PropertyRenderer
-
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.core.property.PropertyValuePresenter
-
- DEFAULT_PRIORITY - Static variable in interface com.holonplatform.http.rest.RestClientFactory
-
Default factory priority
- DEFAULT_VERSION - Static variable in interface com.holonplatform.http.Cookie
-
Cookie default version according to RFC 2109
- defaultDateTemporalFormat(TemporalFormat) - Method in interface com.holonplatform.core.i18n.Localization.Builder
-
- defaultDecimalPositions(int) - Method in interface com.holonplatform.core.i18n.Localization.Builder
-
Set default decimal positions for number formats
- defaultMatcher() - Static method in interface com.holonplatform.auth.CredentialsContainer
-
Build the default CredentialsMatcher
- defaultTarget(URI) - Method in interface com.holonplatform.http.rest.RestClientOperations
-
- defaultTimeTemporalFormat(TemporalFormat) - Method in interface com.holonplatform.core.i18n.Localization.Builder
-
- DefaultWriteOption - Enum in com.holonplatform.core.datastore
-
- delete(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.async.datastore.AsyncDatastore
-
- delete() - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using DELETE method and asynchronously receive a response back.
- delete(Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request asynchronously using the DELETE method and receive a response back.
- delete(ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using DELETE method and asynchronously receive a response back.
- delete(T, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore
-
- delete(T, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastoreOperations
-
Remove a bean instance from the data store.
- delete(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.Datastore
-
- delete(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.DatastoreOperations
-
Remove a
PropertyBox from the data store, using given
target to denote the data store
persistent entity from which the data has to be deleted.
- Delete - Interface in com.holonplatform.core.datastore.operation
-
Executable delete datastore operation.
- delete() - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using DELETE method and receive a response back.
- delete(Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using DELETE method and receive a response back.
- delete(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using DELETE method and receive a response back.
- delete() - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using DELETE method and receive a response back.
- delete(Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using DELETE method and receive a response back.
- delete(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using DELETE method and receive a response back.
- deleteForEntity(Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using DELETE method and asynchronously receive the response entity payload
back.
- deleteForEntity(ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using DELETE method and asynchronously receive the response entity payload of
given generic type back.
- deleteForEntity(Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using DELETE method and receive the response entity payload back.
- deleteForEntity(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using DELETE method and receive the response entity payload of given generic
type back.
- deleteForEntity(Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using DELETE method and receive the response entity payload back.
- deleteForEntity(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using DELETE method and receive the response entity payload of given generic
type back.
- deleteOrFail() - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request asynchronously using the DELETE method.
- deleteOrFail() - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using DELETE method.
- desc() - Method in interface com.holonplatform.core.query.PathExpression
-
- desc(Path<T>) - Static method in interface com.holonplatform.core.query.QuerySort
-
- detail(String, Object) - Method in interface com.holonplatform.auth.Account.Builder
-
- detail(ConfigProperty<T>, T) - Method in interface com.holonplatform.auth.Account.Builder
-
- details(Map<String, Object>) - Method in interface com.holonplatform.auth.Account.Builder
-
Set Account details.
- DIALECT - Static variable in interface com.holonplatform.core.datastore.DatastoreConfigProperties
-
The fully qualified class name of the
dialect to use, if the concrete
Datastore supports
dialects.
- digits(int, int) - Static method in interface com.holonplatform.core.Validator
-
- digits(int, int, Localizable) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given
Number value is a number within accepted range, using given
Localizable message as validation error message.
- digits(int, int, String, String) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given
Number value is a number within accepted range.
- DISABLE_GROUPING - Static variable in interface com.holonplatform.core.presentation.StringValuePresenter
-
Presentation parameter to disable the use of grouping symbol for numeric type values
- DisabledAccountException - Exception in com.holonplatform.auth.exceptions
-
Exception for authentication failure: Account is disabled
- DisabledAccountException() - Constructor for exception com.holonplatform.auth.exceptions.DisabledAccountException
-
Constructor
- DisabledAccountException(String) - Constructor for exception com.holonplatform.auth.exceptions.DisabledAccountException
-
Constructor with error description
- disableDateTimeFormatsCache() - Method in interface com.holonplatform.core.i18n.LocalizationContext.Builder
-
Disable caching of date/time formatters
- discardTenantBeanStore(String) - Method in interface com.holonplatform.spring.TenantScopeManager
-
Destroy the bean store bound to given tenant id, i.e. removes all the tenant scoped bean instances
which refer to given tenant id, triggering any associated destruction callback.
- distinct() - Method in interface com.holonplatform.core.query.QueryBuilder
-
Configure the query to return distinct query projection result values.
- domain(String) - Method in interface com.holonplatform.http.Cookie.Builder
-
Set the cookie domain
- doubleType(String) - Static method in interface com.holonplatform.core.property.NumericProperty
-
- get(Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using GET method and asynchronously receive a response back.
- get(ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using GET method and asynchronously receive a response back.
- get(String, Class<T>) - Method in interface com.holonplatform.auth.jwt.AuthenticationClaims
-
Get a claim value by name, if exists
- get() - Static method in interface com.holonplatform.auth.jwt.JwtTokenBuilder
-
- get() - Static method in interface com.holonplatform.auth.jwt.JwtTokenParser
-
- get() - Static method in interface com.holonplatform.core.beans.BeanIntrospector
-
- get() - Static method in interface com.holonplatform.core.Context
-
Obtain the default
Context implementation instance.
- get(String, Class<T>) - Method in interface com.holonplatform.core.ContextScope
-
Try to obtain the resource identified by given resourceKey and with expected
resourceType.
- get() - Method in interface com.holonplatform.core.Initializer
-
Gets the value, initializing it if the value is not already initialized before returning to caller.
- get() - Static method in interface com.holonplatform.core.property.PropertyRendererRegistry
-
- get() - Static method in interface com.holonplatform.core.property.PropertyValuePresenterRegistry
-
- get(Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using GET method and receive a response back.
- get(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using GET method and receive a response back.
- get(Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using GET method and receive a response back.
- get(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using GET method and receive a response back.
- getActualStream() - Method in class com.holonplatform.core.streams.LimitedInputStream
-
- getAffectedCount() - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore.BeanOperationResult
-
Get the number of elements affected by the the operation execution.
- getAffectedCount() - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult
-
Get the number of elements affected by the the operation execution.
- getAggregation() - Method in interface com.holonplatform.core.query.QueryConfiguration
-
Get the query results aggregation clause.
- getAggregationFilter() - Method in interface com.holonplatform.core.query.QueryAggregation
-
Get the optional restrictions to add to query aggregation, expressed as a
QueryFilter clause.
- getAggregationPaths() - Method in interface com.holonplatform.core.query.QueryAggregation
-
Get the paths for wich to aggregate the query results.
- getAlias() - Method in interface com.holonplatform.core.datastore.relational.Aliasable
-
Get the optional alias name.
- getAnnotation(Class<A>) - Method in interface com.holonplatform.core.beans.BeanProperty
-
Gets the annotation of given annotationClass type declared on this property, if available.
- getAsList(Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Convenience method to invoke the request using
GET method and asynchronously receive a response
entity payload of
List type back.
- getAsList(Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Convenience method to invoke the request using
GET method and receive a response entity payload
of
List type back.
- getAsList(Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Convenience method to invoke the request using
GET method and receive a response entity payload
of
List type back.
- getAuthentication() - Method in interface com.holonplatform.auth.AuthContext.AuthenticationHolder
-
- getAuthentication() - Method in interface com.holonplatform.auth.AuthenticationInspector
-
- getAuthentication() - Method in interface com.holonplatform.spring.security.SpringSecurityAuthenticationToken
-
Get the Spring Security Authentication bound to this token.
- getAuthenticationToken(R) - Method in interface com.holonplatform.auth.AuthenticationToken.AuthenticationTokenResolver
-
Parse given
request message and try to obtain an
AuthenticationToken if request is
eligible for this resolver authentication mechanism.
- getAuthorizationBasicCredentials() - Method in interface com.holonplatform.http.HttpHeaders
-
- getAuthorizationBearer() - Method in interface com.holonplatform.http.HttpHeaders
-
- getAvailableCommodities() - Method in interface com.holonplatform.core.datastore.DatastoreCommodityHandler
-
- getBaseRequestURI() - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Get the request base URI
- getBeanClass() - Method in interface com.holonplatform.core.beans.BeanPropertySet
-
Get the bean class to which this property set refers.
- getBeanClass() - Method in interface com.holonplatform.core.query.BeanProjection
-
Get the projection bean class.
- getBody() - Method in interface com.holonplatform.http.HttpRequest
-
Get request body input stream
- getBytes() - Method in interface com.holonplatform.auth.keys.KeySource
-
Get the key as a byte array.
- getCauses() - Method in exception com.holonplatform.core.Validator.ValidationException
-
- getCausesMessages() - Method in exception com.holonplatform.core.Validator.ValidationException
-
Get all the validation error messages of the validation causes, if any.
- getCharset() - Method in interface com.holonplatform.auth.keys.KeySource.KetSourceWithCharset
-
Get the key source encoding charset, if available.
- getCode() - Method in enum com.holonplatform.http.HttpStatus
-
Get the status numeric code
- getCommodityFactoryType() - Method in interface com.holonplatform.core.datastore.DatastoreCommodityRegistrar
-
- getCommodityType() - Method in interface com.holonplatform.core.datastore.DatastoreCommodityFactory
-
- getComposition() - Method in interface com.holonplatform.core.query.QueryFilter.CompositeQueryFilter
-
- getComposition() - Method in interface com.holonplatform.core.query.QuerySort.CompositeQuerySort
-
- getConfigPropertyName(ConfigProperty<T>) - Method in interface com.holonplatform.core.config.ConfigPropertySet
-
Get the complete name of given configuration property, i.e. the property key prefixed by the
ConfigPropertySet name.
- getConfigPropertyValue(ConfigProperty<T>) - Method in interface com.holonplatform.core.config.ConfigPropertySet
-
Get the value associated to given property, if available.
- getConfigPropertyValue(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.config.ConfigPropertySet
-
Returns the value associated to given property.
- getConfigPropertyValueOrElse(ConfigProperty<T>, Supplier<Optional<T>>) - Method in interface com.holonplatform.core.config.ConfigPropertySet
-
Get the value associated to given property, if available.
- getConfiguration() - Method in interface com.holonplatform.auth.jwt.JwtAuthenticator
-
- getConfiguration() - Method in interface com.holonplatform.core.datastore.beans.BeanDatastoreOperation
-
Get the operation configuration.
- getConfiguration() - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperation
-
Get the operation configuration.
- getConfiguration() - Method in interface com.holonplatform.core.HasConfiguration
-
Get the configuration property set.
- getConfiguration() - Method in interface com.holonplatform.core.property.Property
-
Gets the configuration associated to this property.
- getConfiguration() - Method in interface com.holonplatform.core.property.PropertySet
-
Get the property set configuration, which can be used for extensions and application-specific purposes.
- getConfiguration() - Method in interface com.holonplatform.core.query.QueryOperation
-
Get the query configuration.
- getContentLength() - Method in interface com.holonplatform.http.HttpHeaders
-
- getContextPath() - Method in interface com.holonplatform.http.servlet.ServletHttpRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getConvertedValue(T) - Method in interface com.holonplatform.core.property.Property
-
Return the given
value against this property, converting it to required model data type if a
PropertyValueConverter is present.
- getConverter() - Method in enum com.holonplatform.core.beans.Converter.BUILTIN
-
- getConverter() - Method in interface com.holonplatform.core.property.Property
-
Get the converter to perform property value conversions between property value and the corresponding data model
value.
- getCredentials() - Method in interface com.holonplatform.auth.Account
-
Account stored credentials data
- getCredentials() - Method in interface com.holonplatform.auth.AuthenticationToken
-
- getCredentials() - Method in interface com.holonplatform.auth.CredentialsContainer
-
Credentials data
- getCredentials() - Method in class com.holonplatform.auth.token.AccountCredentialsToken
-
- getCredentials() - Method in class com.holonplatform.auth.token.BearerAuthenticationToken
-
- getCurrent() - Static method in interface com.holonplatform.auth.AuthContext
-
- getCurrent() - Static method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
- getCurrent() - Static method in interface com.holonplatform.auth.Realm
-
- getCurrent() - Static method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getCurrent() - Static method in interface com.holonplatform.core.tenancy.TenantResolver
-
- getDataContextId() - Method in interface com.holonplatform.core.datastore.DataContextBound
-
Get data context id, if available.
- getDataContextId() - Method in class com.holonplatform.core.datastore.DatastoreConfigProperties.DatastoreConfigPropertiesImpl
-
- getDataPath() - Method in interface com.holonplatform.core.beans.BeanPropertySet
-
Get the data model path name to which this bean property set is mapped.
- getDataPath() - Method in interface com.holonplatform.core.DataMappable
-
Get the data model path name to which this object is bound, if available.
- getDate() - Method in interface com.holonplatform.http.HttpHeaders
-
Return the date and time at which the message was created, as specified by the
HttpHeaders.DATE header.
- getDateFormat(TemporalType, TemporalFormat, TemporalFormat) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getDateFormat(TemporalType) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getDateFormatStyle() - Method in enum com.holonplatform.core.i18n.TemporalFormat
-
- getDateStyle() - Method in enum com.holonplatform.core.i18n.TemporalFormat
-
- getDateTimeFormatter(TemporalType, TemporalFormat, TemporalFormat) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getDateTimeFormatter(TemporalType) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getDefault() - Static method in interface com.holonplatform.auth.keys.KeyReader
-
- getDefault(ClassLoader) - Static method in interface com.holonplatform.core.beans.BeanIntrospector
-
- getDefault() - Static method in interface com.holonplatform.core.beans.BeanIntrospector
-
- getDefault() - Static method in interface com.holonplatform.core.datastore.transaction.TransactionConfiguration
-
- getDefault() - Static method in interface com.holonplatform.core.presentation.StringValuePresenter
-
- getDefault(ClassLoader) - Static method in interface com.holonplatform.core.property.PropertyRendererRegistry
-
- getDefault() - Static method in interface com.holonplatform.core.property.PropertyRendererRegistry
-
- getDefault(ClassLoader) - Static method in interface com.holonplatform.core.property.PropertyValuePresenterRegistry
-
- getDefault() - Static method in interface com.holonplatform.core.property.PropertyValuePresenterRegistry
-
- getDefault() - Static method in enum com.holonplatform.core.query.lock.LockMode
-
Get the default lock mode
- getDefaultBooleanLocalization(boolean) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
Gets the default
Localizable message to use to localize a boolean value
- getDefaultDateTemporalFormat() - Method in interface com.holonplatform.core.i18n.Localization
-
- getDefaultDecimalPositions() - Method in interface com.holonplatform.core.i18n.Localization
-
Default decimal position for decimal numbers format
- getDefaultTarget() - Method in interface com.holonplatform.http.rest.RestClientOperations
-
- getDefaultTimeTemporalFormat() - Method in interface com.holonplatform.core.i18n.Localization
-
- getDescription() - Method in enum com.holonplatform.auth.jwt.JwtSignatureAlgorithm
-
Get the algorithm description.
- getDescription() - Method in enum com.holonplatform.http.HttpStatus
-
Get the status description
- getDetails() - Method in interface com.holonplatform.auth.Account
-
Optional account details (e.g. user name, surname, language etc.)
- getDialect() - Method in interface com.holonplatform.core.datastore.DatastoreConfigProperties
-
Get the dialect class name.
- getDirection() - Method in interface com.holonplatform.core.query.QuerySort.PathQuerySort
-
Get the sort direction (ascending or descending).
- getDomain() - Method in interface com.holonplatform.http.Cookie
-
Get the domain of the cookie
- getElementType() - Method in interface com.holonplatform.core.CollectionExpression
-
Get the collection elements type.
- getElementType() - Method in interface com.holonplatform.core.property.CollectionProperty
-
Get the collection elements type.
- getEnvironment() - Method in interface com.holonplatform.spring.EnvironmentConfigPropertyProvider
-
Gets the Spring Environment.
- getErrorCode() - Method in exception com.holonplatform.http.ErrorResponse.ErrorResponseException
-
- getErrorCode() - Method in interface com.holonplatform.http.ErrorResponse
-
Error code.
- getErrorDescription() - Method in exception com.holonplatform.http.ErrorResponse.ErrorResponseException
-
- getErrorDescription() - Method in interface com.holonplatform.http.ErrorResponse
-
Error description, i.e. a human-readable explanation of this error
- getErrorURI() - Method in exception com.holonplatform.http.ErrorResponse.ErrorResponseException
-
- getErrorURI() - Method in interface com.holonplatform.http.ErrorResponse
-
Optional error URI that leads to further details about this error
- getExpireDate() - Method in interface com.holonplatform.auth.Credentials
-
Credential expire date
- getExpireTime() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get JWT token expire time.
- getExpressionArguments() - Method in interface com.holonplatform.core.query.QueryFunction
-
If the function supports expression arguments, returns the arguments list.
- getExpressionArguments() - Method in interface com.holonplatform.core.query.QueryFunction.NoArgQueryFunction
-
- getExpressionResolvers() - Method in interface com.holonplatform.core.ExpressionResolver.ExpressionResolverProvider
-
- getExpressionResolverType() - Method in interface com.holonplatform.core.datastore.DatastoreExpressionResolverRegistrar
-
Get the
ExpressionResolver base type to use with this Datastore for automatic resolver registration.
- getExpressionType() - Method in interface com.holonplatform.core.ExpressionResolver
-
Get the expression type which this resolver can handle.
- getExpressionValueConverter() - Method in interface com.holonplatform.core.ConverterExpression
-
Get the expression value type converter, if available.
- getExpressionValueConverter() - Method in interface com.holonplatform.core.property.Property
-
- getField() - Method in interface com.holonplatform.core.beans.BeanProperty
-
Get the field to which the bean property is bound
- getFilter() - Method in interface com.holonplatform.core.datastore.operation.commons.BulkDeleteOperationConfiguration
-
Get the optional operation restrictions, expressed as a
QueryFilter.
- getFilter() - Method in interface com.holonplatform.core.datastore.operation.commons.BulkUpdateOperationConfiguration
-
Get the optional operation restrictions, expressed as a
QueryFilter.
- getFilter() - Method in interface com.holonplatform.core.query.QueryConfiguration
-
Get the query filter.
- getFirstIdentifier() - Method in interface com.holonplatform.core.property.PropertySet
-
Get the first property which acts as property set identifier, if available.
- getFirstInsertedKey() - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult
-
Get the first inserted key value, if available.
- getFirstInsertedKey(Class<T>) - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult
-
Get the first inserted key value given target type, if available.
- getForEntity(Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using GET method and asynchronously receive the response entity payload back.
- getForEntity(ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using GET method and asynchronously receive the response entity payload of
given generic type back.
- getForEntity(Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using GET method and receive the response entity payload back.
- getForEntity(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using GET method and receive the response entity payload of given generic
type back.
- getForEntity(Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using GET method and receive the response entity payload back.
- getForEntity(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using GET method and receive the response entity payload of given generic
type back.
- getForStream() - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using
GET method and asynchronously receive the response entity
InputStream back.
- getForStream() - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using
GET method and receive the response entity
InputStream back.
- getForStream() - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using GET method and receive the response entity back as a stream.
- getHashAlgorithm() - Method in interface com.holonplatform.auth.Credentials
-
Get hash algorithm used to encode secret.
- getHashIterations() - Method in interface com.holonplatform.auth.Credentials
-
Get hash iterations performed for secret encoding
- getHeader(String) - Method in interface com.holonplatform.core.messaging.MessageHeaders
-
Get header value using given header name
- getHeaders() - Method in interface com.holonplatform.core.messaging.MessageHeaders
-
Get message headers.
- getHeaders() - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Get the request headers
- getHeaderValue(String) - Method in interface com.holonplatform.http.HttpHeaders
-
Get a HTTP header as a single string value.
- getHttpStatus() - Method in exception com.holonplatform.http.ErrorResponse.ErrorResponseException
-
- getHttpStatus() - Method in interface com.holonplatform.http.ErrorResponse
-
Optional HTTP status code to represent error as a HTTP response
- getId() - Method in interface com.holonplatform.auth.Account
-
Account id (required).
- getIdentifiers() - Method in interface com.holonplatform.core.property.PropertySet
-
Get the optional identifier properties which represent the unique identifier of this property set.
- getIgnoreMode() - Method in interface com.holonplatform.core.beans.BeanProperty.Builder
-
Get whether the property is marked as to be ignored and the ignore modality.
- getInsertedKey(Path<T>) - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult
-
- getInsertedKeys() - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult
-
- getIssuer() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get the JWT token issuer (iss)
- getIssuers() - Method in interface com.holonplatform.auth.jwt.JwtAuthenticator
-
Get the allowed JWT issuers
- getJoins() - Method in interface com.holonplatform.core.datastore.relational.RelationalTarget
-
Get the defined joins.
- getJoinType() - Method in interface com.holonplatform.core.datastore.relational.Join
-
- getKey() - Method in interface com.holonplatform.core.config.ConfigProperty
-
Property key (name)
- getLength() - Method in class com.holonplatform.core.streams.LimitedInputStream
-
Get the stream length.
- getLimit() - Method in interface com.holonplatform.core.query.QueryConfiguration
-
Get result set limit.
- getLocale() - Method in interface com.holonplatform.core.i18n.Localization
-
Locale to which this localization informations refer
- getLocale() - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
Get Locale currently bound to this context, if any
- getLocale() - Method in interface com.holonplatform.core.i18n.LocalizationContext.LocalizationChangeEvent
-
- getLocale() - Method in interface com.holonplatform.http.HttpHeaders
-
- getLocales() - Method in interface com.holonplatform.http.HttpHeaders
-
- getLocalizableMessage() - Method in exception com.holonplatform.core.Validator.ValidationException
-
Get the exception localizable message, if available.
- getLocalizedCausesMessages() - Method in exception com.holonplatform.core.Validator.ValidationException
-
Get all the localized validation error messages of the validation causes, if any.
- getLocalizedMessage() - Method in exception com.holonplatform.core.Validator.ValidationException
-
- getLocation() - Method in interface com.holonplatform.http.HttpHeaders
-
- getMaxAge() - Method in interface com.holonplatform.http.CacheControl
-
Get the max-age cache control directive.
- getMaxSize() - Method in class com.holonplatform.core.utils.SizedStack
-
Stack max size
- getMediaType() - Method in interface com.holonplatform.http.rest.RequestEntity
-
Get entity media type, if specified
- getMessage() - Method in interface com.holonplatform.core.i18n.Localizable
-
Get the default message to use if a
Localizable.getMessageCode() is not available or a localized message which
corresponds to the message code cannot be found or no localization handler is available for message translation.
- getMessage(String, String, Object...) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
Get a message for given code localized according to current Locale to which context is bound
- getMessage(Localizable) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getMessage(Localizable, boolean) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getMessage(Locale, String) - Method in interface com.holonplatform.core.i18n.MessageProvider
-
Get a localized message in given locale for specified message code
- getMessage(Locale, String, Object...) - Method in interface com.holonplatform.core.i18n.MessageResolver
-
Get the localized message which corresponds to given message localization code, if available, using
the given locale.
- getMessage(Locale, String, String, Object...) - Method in interface com.holonplatform.core.i18n.MessageResolver
-
Get the localized message which corresponds to given message localization code, using the given
locale.
- getMessage() - Method in exception com.holonplatform.core.Validator.ValidationException
-
- getMessage() - Method in enum com.holonplatform.core.Validator.ValidationMessage
-
- getMessageArguments() - Method in interface com.holonplatform.core.i18n.Localizable
-
Optional arguments to use for message localization.
- getMessageArguments() - Method in exception com.holonplatform.core.Validator.ValidationException
-
- getMessageArgumentsPlaceholder() - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
Get the symbol to be used as message arguments placeholder.
- getMessageCode() - Method in interface com.holonplatform.core.i18n.Localizable
-
Get the message code to use to obtain a localized message
- getMessageCode() - Method in exception com.holonplatform.core.Validator.ValidationException
-
- getMessageCode() - Method in enum com.holonplatform.core.Validator.ValidationMessage
-
- getMessageType() - Method in interface com.holonplatform.auth.AuthenticationToken.AuthenticationTokenResolver
-
Get supported message type
- getMethod() - Method in interface com.holonplatform.http.HttpRequest
-
Get the request method
- getMethodName() - Method in enum com.holonplatform.http.HttpMethod
-
Method name
- getModelElementType() - Method in interface com.holonplatform.core.property.CollectionPropertyValueConverter
-
Get the model collection element type.
- getModelType() - Method in interface com.holonplatform.core.ConverterExpression
-
Get the model expression type.
- getModelType() - Method in interface com.holonplatform.core.ExpressionValueConverter
-
Get the model data type.
- getModelType() - Method in interface com.holonplatform.core.property.PropertyValueConverter
-
Get the model data type
- getModelValue() - Method in interface com.holonplatform.core.CollectionConstantExpression
-
- getModelValue() - Method in interface com.holonplatform.core.ConstantConverterExpression
-
- getModelValue(T) - Method in interface com.holonplatform.core.ConverterExpression
-
- getModelValue() - Method in interface com.holonplatform.core.NullExpression
-
- getMultiValueRequestParameter(String) - Method in interface com.holonplatform.http.HttpRequest
-
Get a request URI query parameter by name as multi-value
- getName() - Method in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
- getName() - Method in interface com.holonplatform.auth.Realm
-
Get optional realm name.
- getName() - Method in interface com.holonplatform.core.beans.BeanConfigProperties
-
- getName() - Method in interface com.holonplatform.core.config.ConfigPropertySet
-
Configuration property set name, used as property definition prefix.
- getName() - Method in interface com.holonplatform.core.ContextScope
-
Gets the scope name.
- getName() - Method in interface com.holonplatform.core.Path
-
Gets the path name
- getName() - Method in interface com.holonplatform.core.property.Property
-
Get the name which identifies this property.
- getName() - Method in interface com.holonplatform.http.Cookie
-
Get the name of the cookie
- getNumberFormat(Class<? extends Number>, int, boolean) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getNumberFormat(Class<? extends Number>) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- getOffset() - Method in interface com.holonplatform.core.query.QueryConfiguration
-
Get 0-based results offset.
- getOn() - Method in interface com.holonplatform.core.datastore.relational.Join
-
Get the
QueryFilter that corresponds to the
ON restriction(s) on the join.
- getOperationType() - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore.BeanOperationResult
-
Get the executed operation type, if available.
- getOperationType() - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult
-
Get the executed operation type, if available.
- getOpposite() - Method in enum com.holonplatform.core.query.QuerySort.SortDirection
-
Direct opposite sort direction
- getOrder() - Method in interface com.holonplatform.core.ContextScope
-
Gets the scope order.
- getParameter(String) - Method in interface com.holonplatform.core.ParameterSet
-
Get value of parameter named name, if found.
- getParameter(String, Class<T>) - Method in interface com.holonplatform.core.ParameterSet
-
Get typed parameter value.
- getParameter(String, Class<T>, T) - Method in interface com.holonplatform.core.ParameterSet
-
Get typed parameter value with default-fallback support.
- getParameter(ConfigProperty<T>) - Method in interface com.holonplatform.core.ParameterSet
-
Get the value of the parameter which name matches given
ConfigProperty key, if found.
- getParameter(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.ParameterSet
-
Get the value of the parameter which name matches given
ConfigProperty key with default-fallback support.
- getParameterIf(String, Class<T>, Predicate<T>) - Method in interface com.holonplatform.core.ParameterSet
-
Get a (typed) parameter value only if parameter is present, has a not null value, and its value
satisfies given condition.
- getParameterIf(ConfigProperty<T>, Predicate<T>) - Method in interface com.holonplatform.core.ParameterSet
-
Get a (typed) parameter value only if parameter is present, has a not null value, and its value
satisfies given condition.
- getParameters() - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration
-
Get the operation parameters.
- getParameters() - Method in enum com.holonplatform.http.MediaType
-
Get media type parameters string
- getParent() - Method in interface com.holonplatform.core.i18n.Localization
-
Optional parent Localization for fallback behaviours
- getParent() - Method in interface com.holonplatform.core.Path.FinalPath
-
- getParent() - Method in interface com.holonplatform.core.Path
-
Gets the parent path
- getParentProperty() - Method in interface com.holonplatform.core.beans.BeanProperty
-
Get the parent bean property, if any
- getPath(Property<T>) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
Check if given
property is available in property set and if it can be represented as a
Path.
- getPath() - Method in interface com.holonplatform.core.property.PathPropertySetAdapter.PropertyPath
-
Get the path bound the property definition.
- getPath() - Method in interface com.holonplatform.core.query.QuerySort.PathQuerySort
-
Get the
Path on which the sort is declared.
- getPath() - Method in interface com.holonplatform.http.Cookie
-
Get the path of the cookie
- getPathIdentifiers() - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
If the property set declares a set of identifiers, and each identifier property can be represented as a
Path, returns the set of identifiers represented as paths.
- getPayload() - Method in interface com.holonplatform.core.messaging.Message
-
Message payload
- getPayload() - Method in interface com.holonplatform.http.rest.RequestEntity
-
Get entity payload, if available
- getPayloadType() - Method in interface com.holonplatform.core.messaging.Message
-
Message payload type
- getPermission() - Method in interface com.holonplatform.auth.Permission
-
If this permission can be represented as a String retaining a sufficient precision to be relied upon for a access
control decisions, this method should return such string.
- getPermissions() - Method in interface com.holonplatform.auth.Account
-
Optional permissions granted to account
- getPermissions() - Method in interface com.holonplatform.auth.Authentication
-
Set of
Permissions granted to principal with this Authentication
- getPermissionType() - Method in interface com.holonplatform.auth.Authorizer
-
- getPresenter(Property<T>) - Method in interface com.holonplatform.core.property.PropertyValuePresenterRegistry
-
- getPrincipal() - Method in interface com.holonplatform.auth.AuthenticationToken
-
Get the principal to which this authentication token refers, i.e. the account identity submitted during the
authentication process.
- getPrincipal() - Method in class com.holonplatform.auth.token.AccountCredentialsToken
-
- getPrincipal() - Method in class com.holonplatform.auth.token.BearerAuthenticationToken
-
- getPrivateKey() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get the private key to be used with asymmetric JWT signature algorithms.
- getProjection() - Method in interface com.holonplatform.core.query.QueryOperation
-
Get the query projection.
- getProperty(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given propertyName, if available.
- getProperty(String, Class<T>) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given propertyName and given type, if available.
- getProperty(String, Class<T>) - Method in interface com.holonplatform.core.config.ConfigPropertyProvider
-
Return the property value associated with the given key and try to convert property value to given target type.
- getProperty(Path<T>) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
Check if a
Property which corresponds to given
path is present in the property set.
- getProperty(String, Class<T>) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
Get the
Property with given
name, if available in the property set.
- getProperty(String) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
Get the
Property with given
name, if available in the property set.
- getProperty() - Method in interface com.holonplatform.core.property.PathPropertySetAdapter.PropertyPath
-
Get the property definition.
- getProperty() - Method in exception com.holonplatform.core.property.Property.PropertyAccessException
-
Get the property to which exception is related
- getProperty() - Method in interface com.holonplatform.core.property.PropertyBox.PropertyValue
-
- getPropertyBoolean(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given
propertyName as a
BooleanProperty, if available.
- getPropertyNames() - Method in interface com.holonplatform.core.config.ConfigPropertyProvider
-
Returns a Stream of all available property names
- getPropertyNumeric(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given
propertyName as a
NumericProperty, if available.
- getPropertyNumeric(String, Class<N>) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given
propertyName as a
NumericProperty, if available.
- getPropertySet(Class<? extends T>) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
Introspect given Java Bean
beanClass and provides a
BeanPropertySet to learn about bean
properties and configuration.
- getPropertySet(Class<? extends T>, Path<?>) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
- getPropertySet() - Method in interface com.holonplatform.core.datastore.operation.commons.BulkInsertOperationConfiguration
-
Get the operation property set.
- getPropertySet() - Method in interface com.holonplatform.core.property.PropertyBoxProperty
-
- getPropertySet() - Method in interface com.holonplatform.core.query.PropertySetProjection
-
Get the projection property set
- getPropertySet() - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
- getPropertyString(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given
propertyName as a
StringProperty, if available.
- getPropertyTemporal(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given
propertyName as a
TemporalProperty, if available.
- getPropertyTemporal(String, Class<T>) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given
propertyName as a
TemporalProperty, if available.
- getPropertyType() - Method in interface com.holonplatform.core.property.PropertyValueConverter
-
Get the property type
- getPropertyValue(PropertyBox) - Method in interface com.holonplatform.core.property.PropertyValueProvider
-
Gets the property value.
- getProtocol() - Method in interface com.holonplatform.core.messaging.Message
-
Protocol name with which message was delivered
- getProtocol() - Method in interface com.holonplatform.http.HttpMessage
-
- getPublicKey() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get the public key to be used with asymmetric JWT signature algorithms.
- getQueryConfiguration() - Method in interface com.holonplatform.core.datastore.beans.BeanQueryBuilder
-
- getQueryConfiguration() - Method in interface com.holonplatform.core.query.QueryBuilder
-
- getQueryFilter() - Method in interface com.holonplatform.core.query.QueryConfigurationProvider
-
Get the query filter.
- getQueryParameters() - Method in interface com.holonplatform.core.query.QueryConfigurationProvider
-
Get the query parameters.
- getQueryParameters() - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Get the URI query parameters
- getQuerySort() - Method in interface com.holonplatform.core.query.QueryConfigurationProvider
-
Get the query sort.
- getReadMethod() - Method in interface com.holonplatform.core.beans.BeanProperty
-
Get the bean method to be used to read property value, if available.
- getRenderer(Class<R>, Property<? extends T>) - Method in interface com.holonplatform.core.property.PropertyRendererRegistry
-
Gets the
PropertyRenderer to use with given
property according to registered renderers for
given
renderingType.
- getRenderType() - Method in interface com.holonplatform.core.property.PropertyRenderer
-
- getRequestCookie(String) - Method in interface com.holonplatform.http.HttpRequest
-
Get a request Cookie by name
- getRequestHost() - Method in interface com.holonplatform.http.HttpRequest
-
Get the fully qualified name of the client host or the last proxy that sent the request.
- getRequestParameter(String) - Method in interface com.holonplatform.http.HttpRequest
-
Get a request URI query parameter by name.
- getRequestParameters() - Method in interface com.holonplatform.http.HttpRequest
-
Get all request URI query parameters
- getRequestPath() - Method in interface com.holonplatform.http.HttpRequest
-
Get the path of the current request relative to the base URI as a string
- getRequestPath() - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Get the request path to append to the base URI.
- getRequestURI() - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
- getRequestURI() - Method in interface com.holonplatform.http.servlet.ServletHttpRequest
-
Returns the part of this request's URL from the protocol name up to the query string in the first line of the
HTTP request.
- getRequiredClaims() - Method in interface com.holonplatform.auth.jwt.JwtAuthenticator
-
Get optional required JWT claims
- getResolvedType() - Method in interface com.holonplatform.core.datastore.DataTarget.DataTargetResolver
-
- getResolvedType() - Method in interface com.holonplatform.core.ExpressionResolver
-
Get the resolved expression type
- getResolvedType() - Method in interface com.holonplatform.core.query.QueryFilter.QueryFilterResolver
-
- getResolvedType() - Method in interface com.holonplatform.core.query.QuerySort.QuerySortResolver
-
- getResolversForMessageType(Class<T>) - Method in interface com.holonplatform.auth.Authenticator.MessageAuthenticator
-
- getResponse() - Method in exception com.holonplatform.http.exceptions.UnsuccessfulResponseException
-
Get the response entity associated with to exception.
- getRestClientImplementationClass() - Method in interface com.holonplatform.async.http.AsyncRestClientFactory
-
- getRestClientImplementationClass() - Method in interface com.holonplatform.http.rest.RestClientFactory
-
Get the
RestClient implementation class returned by this factory.
- getRestTemplate() - Method in interface com.holonplatform.spring.SpringRestClient
-
Get the RestTemplate bound to this RestClient.
- getResult() - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore.BeanOperationResult
-
Get the bean instance which represents the result of the operation, if available.
- getSalt() - Method in interface com.holonplatform.auth.Credentials
-
Get salt data used to hash secret
- getScheme() - Method in interface com.holonplatform.auth.Authentication
-
Get the authentication scheme with which this authentication was produced.
- getScheme() - Method in interface com.holonplatform.auth.AuthenticationError
-
Get authentication scheme
- getScheme() - Method in interface com.holonplatform.auth.AuthenticationToken.AuthenticationTokenResolver
-
Optional authentication scheme
- getScheme() - Method in exception com.holonplatform.auth.exceptions.AuthenticationException
-
- getSecret() - Method in interface com.holonplatform.auth.Credentials
-
Get secret data (e.g. password)
- getSelection() - Method in interface com.holonplatform.core.datastore.relational.SubQuery
-
Gets the projection to use as the subquery result
- getSelection() - Method in interface com.holonplatform.core.query.BeanProjection
-
Get the optional projection selection bean
Paths.
- getSequence() - Method in interface com.holonplatform.core.beans.BeanProperty
-
Get the property sequence within a property set, if configured.
- getSessionId() - Method in interface com.holonplatform.http.servlet.ServletHttpRequest
-
Returns the id of current HttpSession associated with this request, if any.
- getSharedKey() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get the shared key to be used with symmetric JWT signature algorithms.
- getSignatureAlgorithm() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get the JWT token signature algorithm.
- getSMaxAge() - Method in interface com.holonplatform.http.CacheControl
-
Get the s-maxage cache control directive.
- getSort() - Method in interface com.holonplatform.core.query.QueryConfiguration
-
Get the query sort.
- getSource() - Method in interface com.holonplatform.core.i18n.LocalizationContext.LocalizationChangeEvent
-
- getStatus() - Method in exception com.holonplatform.http.exceptions.HttpStatusCodeException
-
Get HTTP response status associated with this exception as
HttpStatus, if available and known.
- getStatus() - Method in interface com.holonplatform.http.HttpResponse
-
- getStatusCode() - Method in exception com.holonplatform.http.exceptions.HttpStatusCodeException
-
Get the HTTP status code.
- getStatusCode() - Method in interface com.holonplatform.http.HttpResponse
-
Get the response status code
- getSubPropertiesUsingPrefix(String) - Method in interface com.holonplatform.core.config.ConfigPropertySet
-
Get a key-value
Map of all the properties at sub levels of this property set, starting from given prefix.
- getSubtype() - Method in enum com.holonplatform.http.MediaType
-
Gets the sub type
- getTarget() - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration
-
Get the data target.
- getTarget() - Method in interface com.holonplatform.core.query.QueryConfiguration
-
Get the data target.
- getTemplateParameters() - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Get the URI template parameters to resolve
- getTemporalType() - Method in interface com.holonplatform.core.property.Property
-
- getTemporalType() - Method in interface com.holonplatform.core.property.PropertyConfiguration
-
Get the optional
TemporalType specification for
Date or
Calendar type properties, which
can be used to perform consistent operations on property value, such as presentation, rendering or persistence
data manipulation.
- getTemporalType(Temporal) - Static method in enum com.holonplatform.core.temporal.TemporalType
-
Get the temporal macro-type of given temporal instance, if available.
- getTemporalType(Class<?>) - Static method in enum com.holonplatform.core.temporal.TemporalType
-
Get the temporal macro-type of given type, if it is well-known temporal type.
- getTemporalType() - Method in interface com.holonplatform.core.TypedExpression
-
If the expression type represents a temporal type, get the actual
TemporalType of the type.
- getTenantId() - Method in interface com.holonplatform.core.tenancy.TenantResolver
-
Gets the current tenant id, if available
- getTimeFormatStyle() - Method in enum com.holonplatform.core.i18n.TemporalFormat
-
- getTimeStyle() - Method in enum com.holonplatform.core.i18n.TemporalFormat
-
- getTokenType() - Method in interface com.holonplatform.auth.Authenticator
-
- getTransactionOptions() - Method in interface com.holonplatform.core.datastore.transaction.TransactionConfiguration
-
Get the transaction configuration options, if any.
- getType() - Method in interface com.holonplatform.core.config.ConfigProperty
-
Property value type
- getType() - Method in interface com.holonplatform.core.property.Property
-
Get the type of values supported by this property.
- getType() - Method in interface com.holonplatform.core.query.BeanProjection
-
- getType() - Method in interface com.holonplatform.core.query.PropertySetProjection
-
- getType() - Method in interface com.holonplatform.core.query.StringFunction
-
- getType() - Method in interface com.holonplatform.core.TypedExpression
-
Get the expression type.
- getType() - Method in enum com.holonplatform.http.MediaType
-
Gets the primary type
- getType() - Method in interface com.holonplatform.http.rest.ResponseType
-
Get the actual response type
- getValidationMessages() - Method in exception com.holonplatform.core.Validator.ValidationException
-
Get all the validation error messages carried by this validation exception.
- getValidators() - Method in interface com.holonplatform.core.Validator.Validatable
-
Get the registered validators.
- getValue() - Method in enum com.holonplatform.auth.jwt.JwtSignatureAlgorithm
-
Get the algorithm name.
- getValue() - Method in interface com.holonplatform.core.ConstantConverterExpression
-
Get the constant expression value
- getValue() - Method in interface com.holonplatform.core.datastore.operation.commons.PropertyBoxOperationConfiguration
-
- getValue(Path<T>) - Method in interface com.holonplatform.core.property.PathPropertyBoxAdapter
-
Get the value of the
PropertyBox property which corresponds to given
path, if the the
property is present and its value is not
null.
- getValue(Property<T>) - Method in interface com.holonplatform.core.property.PropertyBox
-
Get the value for given property.
- getValue() - Method in interface com.holonplatform.core.property.PropertyBox.PropertyValue
-
Get the property value.
- getValue() - Method in enum com.holonplatform.core.Validator.PatternFlag
-
Get the regex flag value.
- getValue() - Method in interface com.holonplatform.http.Cookie
-
Get the value of the cookie
- getValueExpressions(boolean) - Method in interface com.holonplatform.core.datastore.operation.commons.PropertyBoxOperationConfiguration
-
- getValueIfPresent(Property<T>) - Method in interface com.holonplatform.core.property.PropertyBox
-
Get the value for given property, if property is present in this box and has a not null
value.
- getValueOrElse(Path<T>, Consumer<Path<T>>) - Method in interface com.holonplatform.core.property.PathPropertyBoxAdapter
-
Get the value of the
PropertyBox property which corresponds to given
path, if the the
property is present and its value is not
null.
- getValueProvider() - Method in interface com.holonplatform.core.property.VirtualProperty
-
Get property value provider.
- getValues() - Method in interface com.holonplatform.core.datastore.operation.commons.BulkInsertOperationConfiguration
-
Get the values to insert.
- getValues() - Method in interface com.holonplatform.core.datastore.operation.commons.BulkUpdateOperationConfiguration
-
- getVersion() - Method in interface com.holonplatform.http.Cookie
-
Get the version of the cookie
- getWriteMethod() - Method in interface com.holonplatform.core.beans.BeanProperty
-
Get the bean method to be used to write property value, if available.
- getWriteOption(Class<WO>) - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration
-
- getWriteOptions() - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration
-
- getWriteOptions(Class<WO>) - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration
-
- goe(T) - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is greater than or equal to given constant
value.
- goe(TypedExpression<? super T>) - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is greater than or equal to given
expression value.
- goe(TypedExpression<T>, TypedExpression<? super T>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
left and
right operands, which checks if left
expression value is greater than or equal to right expression value.
- goe(TypedExpression<T>, T) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
expression, which checks if expression value is greater than
or equal to given constant value.
- greaterOrEqual(T) - Static method in interface com.holonplatform.core.Validator
-
- greaterOrEqual(T, Localizable) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that a value is greater than or equal to given
compareTo value, and
uses given
Localizable message as validation error message.
- greaterOrEqual(T, String, String) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that a value is greater than or equal to given compareTo value.
- greaterThan(TypedExpression<T>, TypedExpression<? super T>, boolean) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
left and
right operands, which checks if left
expression value is greater than or greater than or equal to right expression value.
- greaterThan(TypedExpression<T>, T, boolean) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
expression, which checks if expression value is greater than
or greater than or equal to given constant value.
- greaterThan(T) - Static method in interface com.holonplatform.core.Validator
-
- greaterThan(T, Localizable) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that a value is greater than given
compareTo value, and uses given
Localizable message as validation error message.
- greaterThan(T, String, String) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that a value is greater than given compareTo value.
- gt(T) - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is greater than given constant value.
- gt(TypedExpression<? super T>) - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is greater than given expression
value.
- gt(TypedExpression<T>, TypedExpression<? super T>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
left and
right operands, which checks if left
expression value is greater than right expression value.
- gt(TypedExpression<T>, T) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
expression, which checks if expression value is greater than
given constant value.
- hasAnnotation(Class<A>) - Method in interface com.holonplatform.core.beans.BeanProperty
-
Checks whether an annotation of given annotationClass is present on this property.
- hasCommodity(Class<? extends DatastoreCommodity>) - Method in interface com.holonplatform.core.datastore.DatastoreCommodityHandler
-
- hasConfigProperty(ConfigProperty<T>) - Method in interface com.holonplatform.core.config.ConfigPropertySet
-
Checks whether this property set contains a not null value associated to given
property.
- HasConfiguration<C extends ParameterSet> - Interface in com.holonplatform.core
-
Declares the support for a
ParameterSet type configuration property container.
- hasConfiguration(Object) - Static method in interface com.holonplatform.core.HasConfiguration
-
Checks if given object supports a configuration parameter set.
- hasFeature(NumberFormatFeature, NumberFormatFeature[]) - Static method in enum com.holonplatform.core.i18n.NumberFormatFeature
-
Check if given feature is present among given features array
- HASH_MD2 - Static variable in interface com.holonplatform.auth.Credentials.Encoder
-
MD2 hash algorithm name
- HASH_MD5 - Static variable in interface com.holonplatform.auth.Credentials.Encoder
-
MD5 hash algorithm name
- HASH_SHA_1 - Static variable in interface com.holonplatform.auth.Credentials.Encoder
-
SHA-1 hash algorithm name
- HASH_SHA_256 - Static variable in interface com.holonplatform.auth.Credentials.Encoder
-
SHA-256 hash algorithm name
- HASH_SHA_384 - Static variable in interface com.holonplatform.auth.Credentials.Encoder
-
SHA-384 hash algorithm name
- HASH_SHA_512 - Static variable in interface com.holonplatform.auth.Credentials.Encoder
-
SHA-512 hash algorithm name
- hashAlgorithm(String) - Method in interface com.holonplatform.auth.Credentials.Builder
-
Set hash algorithm name used to encode secret
- hashAlgorithm(String) - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Hash algorithm to use.
- hashCode() - Method in interface com.holonplatform.auth.Permission
-
- hashCode(T) - Method in interface com.holonplatform.core.objects.HashCodeProvider
-
Get the hash code of given object.
- HashCodeProvider<T> - Interface in com.holonplatform.core.objects
-
Object hashCode provider.
- hashCodeProvider(HashCodeProvider<? super P>) - Method in interface com.holonplatform.core.property.Property.Builder
-
Set the function to use to provide the property hash code using the
Object.hashCode() method.
- hashCodeProvider(HashCodeProvider<PropertyBox>) - Method in interface com.holonplatform.core.property.PropertyBox.Builder
-
- hashIterations(int) - Method in interface com.holonplatform.auth.Credentials.Builder
-
Set hash iterations performed for secret encoding
- hashIterations(int) - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Set hash iterations to perform.
- hashMD5() - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Apply MD5 hash algorithm
- hashSHA1() - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Apply SHA-1 hash algorithm
- hashSHA256() - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Apply SHA-256 hash algorithm
- hashSHA384() - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Apply SHA-384 hash algorithm
- hashSHA512() - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Apply SHA-512 hash algorithm
- hasNotNullParameter(String) - Method in interface com.holonplatform.core.ParameterSet
-
- hasNotNullParameter(ConfigProperty<T>) - Method in interface com.holonplatform.core.ParameterSet
-
- hasParameter(String) - Method in interface com.holonplatform.core.ParameterSet
-
Check if parameter is present using parameter name.
- hasParameter(ConfigProperty<T>) - Method in interface com.holonplatform.core.ParameterSet
-
Check if a parameter is present using given
ConfigProperty property key.
- hasParameters() - Method in interface com.holonplatform.core.ParameterSet
-
Check if some parameter is present
- hasParameterValue(String, Object) - Method in interface com.holonplatform.core.ParameterSet
-
Checks if a parameter with given name is present and its value is equal to given value.
- hasParameterValue(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.ParameterSet
-
Checks if a parameter named with given property key is present and its value is equal to given
value.
- hasValue() - Method in interface com.holonplatform.core.property.PropertyBox.PropertyValue
-
Checks whether this property has a value, i.e. the property value is not null.
- hasValues() - Method in interface com.holonplatform.core.CollectionConstantExpression
-
Get whether the
Collection expression value is not
null or empty.
- hasWriteOption(DatastoreOperations.WriteOption) - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration
-
- head() - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using HEAD method and asynchronously receive a response back.
- head() - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using HEAD method and receive a response back.
- head() - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using HEAD method and receive a response back.
- header(String, List<String>) - Method in interface com.holonplatform.http.HttpResponse.Builder
-
Add a response header, providing the header values.
- header(String, String) - Method in interface com.holonplatform.http.HttpResponse.Builder
-
Add a single value response header.
- header(String, String...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Add a request header.
- headers(Map<String, List<String>>) - Method in interface com.holonplatform.http.HttpResponse.Builder
-
Set response headers.
- hexEncoded() - Method in interface com.holonplatform.auth.Credentials.Builder
-
Set secret is encoded using hexademical representation
- HIDE_DECIMALS_WHEN_ALL_ZERO - Static variable in interface com.holonplatform.core.presentation.StringValuePresenter
-
Presentation parameter to hide number decimals when all decimal positions (if any) are equal to zero
- HOST - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Host header field name.
- hour(TypedExpression<?>) - Static method in interface com.holonplatform.core.query.QueryFunction
-
Create a function to extract the hour part of a temporal data type.
- hour() - Method in interface com.holonplatform.core.query.TemporalQueryExpression
-
Creates a function to extract the hour part of a temporal data type.
- httpBasicResolver() - Static method in interface com.holonplatform.auth.AuthenticationToken
-
- httpBearerResolver() - Static method in interface com.holonplatform.auth.AuthenticationToken
-
- HttpClientInvocationException - Exception in com.holonplatform.http.exceptions
-
HTTP exception to notify internal HTTP request-response invocation errors.
- HttpClientInvocationException(String) - Constructor for exception com.holonplatform.http.exceptions.HttpClientInvocationException
-
Constructor with error message
- HttpClientInvocationException(Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpClientInvocationException
-
Constructor with nested exception
- HttpClientInvocationException(String, Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpClientInvocationException
-
Constructor with error message and nested exception
- HttpEntityProcessingException - Exception in com.holonplatform.http.exceptions
-
Exception realted to HTTP entity processing errors.
- HttpEntityProcessingException(String) - Constructor for exception com.holonplatform.http.exceptions.HttpEntityProcessingException
-
Constructor with error message
- HttpEntityProcessingException(Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpEntityProcessingException
-
Constructor with nested exception
- HttpEntityProcessingException(String, Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpEntityProcessingException
-
Constructor with error message and nested exception
- HttpException - Exception in com.holonplatform.http.exceptions
-
Base HTTP exception.
- HttpException(String) - Constructor for exception com.holonplatform.http.exceptions.HttpException
-
Constructor with error message
- HttpException(Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpException
-
Constructor with nested exception
- HttpException(String, Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpException
-
Constructor with error message and nested exception
- HttpHeaders - Interface in com.holonplatform.http
-
HTTP headers representation.
- HttpMessage<P> - Interface in com.holonplatform.http
-
HTTP generic request/response
Message representation.
- HttpMethod - Enum in com.holonplatform.http
-
HTTP request methods enumeration.
- HttpRequest - Interface in com.holonplatform.http
-
Represents a generic HTTP request
- HttpResponse<T> - Interface in com.holonplatform.http
-
Represents a generic HTTP response
- HttpResponse.Builder<T> - Interface in com.holonplatform.http
-
Default HttpResponse builder.
- HttpStatus - Enum in com.holonplatform.http
-
Enumeration of HTTP status codes.
- HttpStatusCodeException - Exception in com.holonplatform.http.exceptions
-
- HttpStatusCodeException(int) - Constructor for exception com.holonplatform.http.exceptions.HttpStatusCodeException
-
Constructor with status code
- HttpStatusCodeException(int, String) - Constructor for exception com.holonplatform.http.exceptions.HttpStatusCodeException
-
Constructor with error message
- HttpStatusCodeException(int, Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpStatusCodeException
-
Constructor with nested exception
- HttpStatusCodeException(int, String, Throwable) - Constructor for exception com.holonplatform.http.exceptions.HttpStatusCodeException
-
Constructor with error message and nested exception
- identifier(boolean) - Method in interface com.holonplatform.core.beans.BeanProperty.Builder
-
Set the bean property as an identifier property.
- Identifier - Annotation Type in com.holonplatform.core.beans
-
Annotation which can be used on a bean property to declare the property as a bean property set identifier.
- identifier(PT) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
Add given property to the property set identifiers.
- identifiers(String...) - Method in interface com.holonplatform.core.beans.BeanPropertySet.Builder
-
- identifiers(Iterable<PT>) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
Set given properties as property set identifiers.
- identifiers() - Method in interface com.holonplatform.core.property.PropertySet
-
Get a
Stream of the properties which represent the unique identifier of this property set.
- IF_MATCH - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP If-Match header field name.
- IF_MODIFIED_SINCE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP If-Modified-Since header field name.
- IF_NONE_MATCH - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP If-None-Match header field name.
- IF_RANGE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP If-Range header field name.
- IF_UNMODIFIED_SINCE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP If-Unmodified-Since header field name.
- Ignore - Annotation Type in com.holonplatform.core.beans
-
Marker annotation that indicates that the annotated field is to be ignored by introspection-based bean property
identification.
- ignoreMode(IgnoreMode) - Method in interface com.holonplatform.core.beans.BeanProperty.Builder
-
Mark the property as to be ignored (i.e. not to be part of the bean property set) or not.
- IgnoreMode - Enum in com.holonplatform.core.beans
-
Enumeration used by
BeanProperty builder to mark a property as to be ignored.
- IllegalTransactionStatusException(String) - Constructor for exception com.holonplatform.core.datastore.transaction.TransactionStatus.IllegalTransactionStatusException
-
Constructor with error message.
- IllegalTransactionStatusException(String, Throwable) - Constructor for exception com.holonplatform.core.datastore.transaction.TransactionStatus.IllegalTransactionStatusException
-
Constructor with error message and nested exception.
- in(T...) - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is included in given constant values.
- in(Collection<T>) - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is included in given constant values.
- in(TypedExpression<? super T>) - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is included in given expression
values.
- in(TypedExpression<T>, TypedExpression<? super T>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
left and
right operands, which checks if left
expression value is equal to any of the right expression values.
- in(TypedExpression<T>, T...) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
expression, which checks if expression value is equal to any
of the given constant values.
- in(TypedExpression<T>, Collection<T>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter using given
expression, which checks if expression value is equal to any
of the given constant values.
- in(T...) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given value is not
null and equals to one of the given values,
using default
Validator.ValidationMessage.IN ad validation error message.
- in(Localizable, T...) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given value is not
null and equals to one of the given values,
using given
Localizable message as validation error.
- in(String, String, T...) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given value is not null and equals to one of the given values.
- INCLUDE_DETAILS - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
- INCLUDE_PERMISSIONS - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
- includeDetails(boolean) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
- includePermissions(boolean) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
Set whether to include
Authentication permissions in JWT token generation
- init(T, Supplier<T>) - Static method in interface com.holonplatform.core.Initializer
-
Lazy initializing method using given initializer to initialize the value if given value
is null.
- Initializer<T> - Interface in com.holonplatform.core
-
Interface for lazy initialization of a generic value.
- innerJoin(DataTarget<?>) - Method in interface com.holonplatform.core.datastore.relational.RelationalTarget
-
- insert(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.async.datastore.AsyncDatastore
-
- insert(T, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore
-
- insert(T, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastoreOperations
-
Insert a bean instance in the data store.
- insert(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.Datastore
-
- insert(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.DatastoreOperations
-
Insert a
PropertyBox in the data store, using given
target to denote the data store
persistent entity into which the data has to be inserted.
- Insert - Interface in com.holonplatform.core.datastore.operation
-
Executable insert datastore operation.
- integerType(String) - Static method in interface com.holonplatform.core.property.NumericProperty
-
- INVALID_CLIENT - Static variable in interface com.holonplatform.http.ErrorResponse
-
Default invalid_client error code: Client authentication failed (e.g. unknown client, no client
authentication included, or unsupported authentication method).
- INVALID_REQUEST - Static variable in interface com.holonplatform.http.ErrorResponse
-
Default invalid_request error code: The request is missing a required parameter, includes an invalid
parameter value, includes a parameter more than once, or is otherwise malformed.
- INVALID_TOKEN - Static variable in interface com.holonplatform.http.ErrorResponse
-
Default invalid_token error code: The provided authorization token is not valid (expired, revoked,
malformed, or invalid for other reasons)
- invalidAllowed(boolean) - Method in interface com.holonplatform.core.property.PropertyBox.Builder
-
- InvalidCredentialsException - Exception in com.holonplatform.auth.exceptions
-
Exception for authentication failure: Credentials are not valid
- InvalidCredentialsException() - Constructor for exception com.holonplatform.auth.exceptions.InvalidCredentialsException
-
Constructor
- InvalidCredentialsException(String) - Constructor for exception com.holonplatform.auth.exceptions.InvalidCredentialsException
-
Constructor
- InvalidExpressionException(String) - Constructor for exception com.holonplatform.core.Expression.InvalidExpressionException
-
Constructor with error message
- InvalidExpressionException(Throwable) - Constructor for exception com.holonplatform.core.Expression.InvalidExpressionException
-
Constructor with nested exception
- InvalidExpressionException(String, Throwable) - Constructor for exception com.holonplatform.core.Expression.InvalidExpressionException
-
Constructor with error message and nested exception
- InvalidHttpMessageException - Exception in com.holonplatform.http.exceptions
-
HTTP exception related to invalid messages.
- InvalidHttpMessageException(String) - Constructor for exception com.holonplatform.http.exceptions.InvalidHttpMessageException
-
Constructor with error message
- InvalidHttpMessageException(Throwable) - Constructor for exception com.holonplatform.http.exceptions.InvalidHttpMessageException
-
Constructor with nested exception
- InvalidHttpMessageException(String, Throwable) - Constructor for exception com.holonplatform.http.exceptions.InvalidHttpMessageException
-
Constructor with error message and nested exception
- InvalidJwtConfigurationException(String) - Constructor for exception com.holonplatform.auth.jwt.JwtConfiguration.InvalidJwtConfigurationException
-
Constructor with error message
- InvalidJwtConfigurationException(Throwable) - Constructor for exception com.holonplatform.auth.jwt.JwtConfiguration.InvalidJwtConfigurationException
-
Constructor with nested exception
- InvalidJwtConfigurationException(String, Throwable) - Constructor for exception com.holonplatform.auth.jwt.JwtConfiguration.InvalidJwtConfigurationException
-
Constructor with error message and nested exception
- InvalidTokenException - Exception in com.holonplatform.auth.exceptions
-
- InvalidTokenException(String) - Constructor for exception com.holonplatform.auth.exceptions.InvalidTokenException
-
Constructor
- InvalidTokenException(String, String) - Constructor for exception com.holonplatform.auth.exceptions.InvalidTokenException
-
Constructor
- invoke(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request and asynchronously receive a response back.
- invoke(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request and receive a response back.
- invoke(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request and receive a response back.
- invokeForEntity(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request and asynchronously receive back the response content entity.
- invokeForEntity(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request and receive back the response content entity.
- invokeForEntity(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request and receive back the response content entity.
- invokeForSuccess(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request and asynchronously receive a response back only if the response has a success
(2xx) status code.
- invokeForSuccess(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request and receive a response back only if the response has a success (2xx)
status code.
- invokeForSuccess(HttpMethod, RequestEntity<R>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request and receive a response back only if the response has a success (2xx)
status code.
- isActive() - Method in interface com.holonplatform.core.datastore.transaction.TransactionStatus
-
Get whether the transaction is active, that is, whether it is started and configured.
- isAuthenticated() - Method in interface com.holonplatform.auth.AuthenticationInspector
-
- isAutoCommit() - Method in interface com.holonplatform.core.datastore.transaction.TransactionConfiguration
-
Gets whether the transaction must be committed when a transactional operation ends and no error occurred.
- isBase64Encoded() - Method in interface com.holonplatform.auth.Credentials
-
Whether secret is encoded using Base64.
- isBeanIntrospectorCacheEnabled() - Method in interface com.holonplatform.core.beans.BeanConfigProperties
-
- isCollectionExpression() - Method in interface com.holonplatform.core.TypedExpression
-
- isCompleted() - Method in interface com.holonplatform.core.datastore.transaction.TransactionStatus
-
Get whether this transaction is completed, that is, whether it has already been committed or rolled back.
- isConverterExpression() - Method in interface com.holonplatform.core.TypedExpression
-
- isDataMappable(Object) - Static method in interface com.holonplatform.core.DataMappable
-
- isDistinct() - Method in interface com.holonplatform.core.query.QueryConfiguration
-
Get whether the query should return distinct query projection result values.
- isEnabled() - Method in interface com.holonplatform.auth.Account
-
Indicates whether this account is enabled
- isExpired() - Method in interface com.holonplatform.auth.Account
-
Indicates whether this account has expired
- isHexEncoded() - Method in interface com.holonplatform.auth.Credentials
-
Whether secret is encoded using hexademical representation
- isIdentifier() - Method in interface com.holonplatform.core.beans.BeanProperty
-
Get whether the property is declared as an identifier for the bean property set.
- isIncludeDetails() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get whether to include
Authentication details in JWT token at token generation time.
- isIncludePermissions() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get whether to include
Authentication permissions in JWT token at token generation time.
- isInvalidAllowed() - Method in interface com.holonplatform.core.property.PropertyBox
-
- isLocalized() - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
Returns whether this context is
localized, i.e. it was initialized with
Localization informations
and ready to be used.
- isLocked() - Method in interface com.holonplatform.auth.Account
-
Indicates whether this account is locked
- isMustRevalidate() - Method in interface com.holonplatform.http.CacheControl
-
Get the must-revalidate cache control directive.
- isNew() - Method in interface com.holonplatform.core.datastore.transaction.TransactionStatus
-
Return whether this transaction is new.
- isNoCache() - Method in interface com.holonplatform.http.CacheControl
-
Get the no-cache cache control directive.
- isNoStore() - Method in interface com.holonplatform.http.CacheControl
-
Get the no-store cache control directive.
- isNotBeforeNow() - Method in interface com.holonplatform.auth.jwt.JwtConfiguration
-
Get whether to set the nbf (not before) JWT claim to the timestamp at which the token is created.
- isNotNull() - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is not null.
- isNotNull(TypedExpression<T>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter on given
expression, which checks if given expression value is not
null.
- isNoTransform() - Method in interface com.holonplatform.http.CacheControl
-
Get the no-transform cache control directive.
- isNull() - Method in interface com.holonplatform.core.query.QueryExpression
-
Build a filter on this expression, which checks if property value is null.
- isNull(TypedExpression<T>) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
QueryFilter on given
expression, which checks if given expression value is
null.
- isNull() - Static method in interface com.holonplatform.core.Validator
-
- isNull(Localizable) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given value is
null and uses given
Localizable
message as validation error message.
- isNull(String, String) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given value is null.
- isPermitted(Collection<? extends Permission>) - Method in interface com.holonplatform.auth.AuthenticationInspector
-
- isPermitted(Permission...) - Method in interface com.holonplatform.auth.AuthenticationInspector
-
- isPermitted(String...) - Method in interface com.holonplatform.auth.AuthenticationInspector
-
Checks if the current
Authentication has all the specified permissions, using the
String
permission representation.
- isPermitted(Authentication, Collection<? extends P>) - Method in interface com.holonplatform.auth.Authorizer
-
Check if given Authentication has all the specified permissions.
- isPermitted(Authentication, T...) - Method in interface com.holonplatform.auth.Authorizer
-
Check if given Authentication has all the specified permission/s.
- isPermitted(Authentication, String...) - Method in interface com.holonplatform.auth.Authorizer
-
Check if given Authentication has all specified permission/s, using the
String permission representation.
- isPermittedAny(Collection<? extends Permission>) - Method in interface com.holonplatform.auth.AuthenticationInspector
-
- isPermittedAny(Permission...) - Method in interface com.holonplatform.auth.AuthenticationInspector
-
- isPermittedAny(String...) - Method in interface com.holonplatform.auth.AuthenticationInspector
-
Checks if the current
Authentication has any of the specified permission, using the
String
permission representation.
- isPermittedAny(Authentication, Collection<? extends P>) - Method in interface com.holonplatform.auth.Authorizer
-
Check if given Authentication has any of the specified permissions.
- isPermittedAny(Authentication, T...) - Method in interface com.holonplatform.auth.Authorizer
-
Check if given Authentication has any of the specified permission/s.
- isPermittedAny(Authentication, String...) - Method in interface com.holonplatform.auth.Authorizer
-
Check if given Authentication has any of the specified permission/s, using the
String permission
representation.
- isPrivate() - Method in interface com.holonplatform.http.CacheControl
-
Get the private cache control directive.
- isProxyRevalidate() - Method in interface com.holonplatform.http.CacheControl
-
Get the proxy-revalidate cache control directive.
- isReadOnly() - Method in interface com.holonplatform.core.property.PathProperty
-
- isReadOnly() - Method in interface com.holonplatform.core.property.Property
-
Gets whether property is read-only, i.e. does not support value setting.
- isReadOnly() - Method in interface com.holonplatform.core.property.VirtualProperty
-
- isRedirectionStatusCode(int) - Static method in enum com.holonplatform.http.HttpStatus
-
Gets whether given statusCode is a redirection, i.e. a 3xx status code
- isRollbackOnError() - Method in interface com.holonplatform.core.datastore.transaction.TransactionConfiguration
-
Gets whether the transaction must be rolled back when an exception is thrown during a transactional operation
execution.
- isRollbackOnly() - Method in interface com.holonplatform.core.datastore.transaction.TransactionStatus
-
Return whether the transaction has been marked as rollback-only.
- isRoot() - Method in interface com.holonplatform.auth.Account
-
Whether account is root, i.e. has any permission.
- isRoot() - Method in interface com.holonplatform.auth.Authentication
-
If this method returns true, this Authentication is considered a root principal, for
which permission checking is always skipped, assuming that any permission is granted to this Authentication.
- isRootPath() - Method in interface com.holonplatform.core.Path
-
Checks whether this path is a root path, i.e. it has no parent path.
- isSimpleType() - Method in interface com.holonplatform.http.rest.ResponseType
-
Get whether is a simple or parameterized type
- isSuccessStatusCode(int) - Static method in enum com.holonplatform.http.HttpStatus
-
Gets whether given statusCode is a success, i.e. a 2xx status code
- issuer(String) - Method in interface com.holonplatform.auth.jwt.JwtAuthenticator.Builder
-
Add an allowed JWT issuer.
- ISSUER - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT issuer
- issuer(String) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
Set JWT token issuer
- isSymmetric() - Method in enum com.holonplatform.auth.jwt.JwtSignatureAlgorithm
-
Get whether the algorithm is symmetric.
- isTrace() - Method in interface com.holonplatform.core.datastore.DatastoreConfigProperties
-
Gets whether datastore operations tracing is enabled.
- isTransactional() - Method in interface com.holonplatform.async.datastore.AsyncDatastore
-
Check if this Datastore is
AsyncTransactional, i.e. supports execution of transactional operations.
- isTransactional() - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore
-
- isTransactional() - Method in interface com.holonplatform.core.datastore.Datastore
-
Check if this Datastore is
Transactional, i.e. supports execution of transactional operations.
- parameter(String, Object) - Method in interface com.holonplatform.auth.Authentication.Builder
-
- parameter(ConfigProperty<T>, T) - Method in interface com.holonplatform.auth.Authentication.Builder
-
- parameter(String, Object) - Method in interface com.holonplatform.core.datastore.beans.BeanQueryBuilder
-
Add a generic parameter to query
- parameter(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.datastore.beans.BeanQueryBuilder
-
- parameter(String, Object) - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration.Builder
-
Add an operation parameter.
- parameter(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration.Builder
-
- parameter(String, Object) - Method in interface com.holonplatform.core.ParameterSet.Builder
-
- parameter(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.ParameterSet.Builder
-
- parameter(String, Object) - Method in interface com.holonplatform.core.query.QueryBuilder
-
Add a generic parameter to query
- parameter(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.query.QueryBuilder
-
- parameter(String, Object) - Method in interface com.holonplatform.core.query.QueryConfigurationProvider.Builder
-
Add a query parameter.
- parameter(ConfigProperty<T>, T) - Method in interface com.holonplatform.core.query.QueryConfigurationProvider.Builder
-
- PARAMETER_KEYSTORE_KEY_ALIAS - Static variable in interface com.holonplatform.auth.keys.KeyReader
-
Parameter which can be used when reading a key from a Key Store to provide the key alias name in the Key Store
- PARAMETER_KEYSTORE_KEY_PASSWORD - Static variable in interface com.holonplatform.auth.keys.KeyReader
-
Parameter which can be used when reading a key from a Key Store to provide the key recovering password for a key
alias
- PARAMETER_KEYSTORE_PASSWORD - Static variable in interface com.holonplatform.auth.keys.KeyReader
-
Parameter which can be used when reading a key from a Key Store to provide the Key Store password
- parameters(Map<String, Object>) - Method in interface com.holonplatform.core.ParameterSet.Builder
-
- parameters(ParameterSet) - Method in interface com.holonplatform.core.ParameterSet.Builder
-
- ParameterSet - Interface in com.holonplatform.core
-
Interface for name-value parameter sets management.
- ParameterSet.Builder<S extends ParameterSet> - Interface in com.holonplatform.core
-
- parent(Localization) - Method in interface com.holonplatform.core.i18n.Localization.Builder
-
Set parent Localization
- parent(Path<?>) - Method in interface com.holonplatform.core.Path.Builder
-
Sets the parent path
- parseJwt(JwtConfiguration, String) - Method in interface com.holonplatform.auth.jwt.JwtTokenParser
-
- past(boolean) - Static method in interface com.holonplatform.core.Validator
-
- past(boolean, Localizable) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given
Date value is in the past, using given
Localizable
message as validation error message.
- past(boolean, String, String) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given
Date value is in the past.
- patch(RequestEntity<?>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PATCH method with given entity request payload and
asynchronously receive a response back.
- patch(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PATCH method with given entity request payload and
asynchronously receive a response back.
- patch(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PATCH method with given entity request payload and
asynchronously receive a response back.
- patch(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PATCH method with given entity request payload and receive
a response back.
- patch(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PATCH method with given entity request payload and receive
a response back.
- patch(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PATCH method with given entity request payload and receive
a response back.
- patch(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PATCH method with given entity request payload and receive
a response back.
- patch(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PATCH method with given entity request payload and receive
a response back.
- patch(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PATCH method with given entity request payload and receive
a response back.
- patchForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PATCH method with given entity request payload and
asynchronously receive the response entity payload back.
- patchForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PATCH method with given entity request payload and
asynchronously receive the response entity payload back.
- patchForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PATCH method with given entity request payload and receive
the response entity payload back.
- patchForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PATCH method with given entity request payload and receive
the response entity payload back.
- patchForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PATCH method with given entity request payload and receive
the response entity payload back.
- patchForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PATCH method with given entity request payload and receive
the response entity payload back.
- PATH - Static variable in interface com.holonplatform.core.DataMappable
-
Configuration property to declare the
String type
path name to be used to map a data related
object to the actual persistence data model element name.
- Path<T> - Interface in com.holonplatform.core
-
Represents a generic, typed path for a data structure attribute which can be identified by a
String name.
- path(Path<?>) - Method in interface com.holonplatform.core.query.QueryAggregation.Builder
-
Add a query aggregation path.
- path(Path<T>) - Static method in interface com.holonplatform.core.query.QueryProjection
-
- path(String) - Method in interface com.holonplatform.http.Cookie.Builder
-
Set the cookie path
- path(String) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Append given path to the request URI.
- Path.Builder<T,B extends Path.Builder<T,B>> - Interface in com.holonplatform.core
-
Base path builder.
- Path.FinalPath<T> - Interface in com.holonplatform.core
-
Represents a final path, i.e. a path which do not support any parent path.
- Path.FinalPath.FinalPathBuilder<T> - Interface in com.holonplatform.core
-
- Path.PathBuilder<T> - Interface in com.holonplatform.core
-
Path builder.
- PATH_HIERARCHY_SEPARATOR - Static variable in interface com.holonplatform.core.Path
-
Separator character used as separator between path hierarchy elements when composing or parsing a path name.
- pathConverter(PathPropertySetAdapter.PathConverter) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter.Builder
-
- PathExpression<T> - Interface in com.holonplatform.core.query
-
- pathMatcher(PathPropertySetAdapter.PathMatcher) - Method in interface com.holonplatform.core.property.PathPropertySetAdapter.Builder
-
- PathProperty<T> - Interface in com.holonplatform.core.property
-
- PathProperty.Builder<T,P extends Path<T> & Property<T>,B extends PathProperty.Builder<T,P,B>> - Interface in com.holonplatform.core.property
-
- PathProperty.PathPropertyBuilder<T> - Interface in com.holonplatform.core.property
-
- PathPropertyBoxAdapter - Interface in com.holonplatform.core.property
-
- PathPropertyBoxAdapter.PathPropertyBoxAdapterBuilder - Interface in com.holonplatform.core.property
-
Default builder.
- PathPropertySetAdapter - Interface in com.holonplatform.core.property
-
- PathPropertySetAdapter.Builder<B extends PathPropertySetAdapter.Builder<B,A>,A extends PathPropertySetAdapter> - Interface in com.holonplatform.core.property
-
- PathPropertySetAdapter.PathConverter - Interface in com.holonplatform.core.property
-
- PathPropertySetAdapter.PathMatcher - Interface in com.holonplatform.core.property
-
Function to implement a
Path matching strategy.
- PathPropertySetAdapter.PathPropertySetAdapterBuilder - Interface in com.holonplatform.core.property
-
Default builder.
- PathPropertySetAdapter.PropertyPath<T> - Interface in com.holonplatform.core.property
-
- paths() - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
Returns a stream of
Paths, containing the
Path representation of all the properties in the
property set which can be represented as a
Path.
- pattern(String, Validator.PatternFlag...) - Static method in interface com.holonplatform.core.Validator
-
- pattern(String, Localizable, Validator.PatternFlag...) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given value matches a regular expression, and uses given
Localizable
message as validation error message.
- pattern(String, String, String, Validator.PatternFlag...) - Static method in interface com.holonplatform.core.Validator
-
Build a validator that checks that given value matches a regular expression.
- payload(T) - Method in interface com.holonplatform.http.HttpResponse.Builder
-
Set the response payload.
- PERCENT_STYLE - Static variable in interface com.holonplatform.core.presentation.StringValuePresenter
-
Presentation parameter to use percent-style format for numeric decimal values
- permission(Permission) - Method in interface com.holonplatform.auth.Account.Builder
-
- permission(String) - Method in interface com.holonplatform.auth.Account.Builder
-
- permission(Permission) - Method in interface com.holonplatform.auth.Authentication.Builder
-
- permission(String) - Method in interface com.holonplatform.auth.Authentication.Builder
-
- Permission - Interface in com.holonplatform.auth
-
Represents a generic permission granted to a principal in authorization context and associated to an
Authentication object.
- permissions(Collection<Permission>) - Method in interface com.holonplatform.auth.Account.Builder
-
Set permissions granted to Account.
- permissionStrings(Collection<String>) - Method in interface com.holonplatform.auth.Account.Builder
-
Set permissions granted to Account using String representations.
- permissionStrings(String...) - Method in interface com.holonplatform.auth.Account.Builder
-
Set permissions granted to Account using String representations.
- post(RequestEntity<?>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using POST method with given entity request payload and
asynchronously receive a response back.
- post(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using POST method with given entity request payload and
asynchronously receive a response back.
- post(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using POST method with given entity request payload and
asynchronously receive a response back.
- post(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using POST method with given entity request payload and receive
a response back.
- post(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using POST method with given entity request payload and receive
a response back.
- post(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using POST method with given entity request payload and receive
a response back.
- post(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using POST method with given entity request payload and receive
a response back.
- post(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using POST method with given entity request payload and receive
a response back.
- post(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using POST method with given entity request payload and receive
a response back.
- postForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using POST method with given entity request payload and
asynchronously receive the response payload back.
- postForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using POST method with given entity request payload and
asynchronously receive the response payload back.
- postForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using POST method with given entity request payload and receive
the response payload back.
- postForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using POST method with given entity request payload and receive
the response payload back.
- postForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using POST method with given entity request payload and receive
the response payload back.
- postForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using POST method with given entity request payload and receive
the response payload back.
- postForLocation(RequestEntity<?>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using POST method with given entity request payload and
asynchronously receive the value of the LOCATION header back, if present.
- postForLocation(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using POST method with given entity request payload and receive
the value of the LOCATION header back, if present.
- postForLocation(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using POST method with given entity request payload and receive
the value of the LOCATION header back, if present.
- postProcessDatastore(ConfigurableDatastore, String) - Method in interface com.holonplatform.spring.DatastorePostProcessor
-
Configure given datastore.
- PRAGMA - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Pragma header field name.
- prefixed(ConfigPropertyProvider, String) - Static method in interface com.holonplatform.core.config.ConfigPropertyProvider
-
Create a ConfigPropertyProvider that filters property names from given concrete provider, returning
only property names which starts with given prefix.
- present(Class<? extends T>, V, ParameterSet) - Method in interface com.holonplatform.core.presentation.StringValuePresenter
-
Present given value of given valueType as a String.
- present(Class<T>, V) - Method in interface com.holonplatform.core.presentation.StringValuePresenter
-
Present given value of given valueType as a String.
- present(Object, ParameterSet) - Method in interface com.holonplatform.core.presentation.StringValuePresenter
-
Present given value as a String using given presentation parameters.
- present(Object) - Method in interface com.holonplatform.core.presentation.StringValuePresenter
-
Present given value as a String.
- present(T) - Method in interface com.holonplatform.core.property.Property
-
- present(Property<T>) - Method in interface com.holonplatform.core.property.PropertyBox
-
- present(Property<T>, T) - Method in interface com.holonplatform.core.property.PropertyValuePresenter
-
Get the
value of the given
property as
String.
- PRESENTATION_PARAMETERS_PREFIX - Static variable in interface com.holonplatform.core.presentation.StringValuePresenter
-
- PrimaryMode - Enum in com.holonplatform.spring
-
Enumerates the bean registration primary modes to be used in automatic beans registration classes.
- PRIVATE_KEY - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
- PRIVATE_KEY_ENCODING - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT sign private key encoding.
- PRIVATE_KEY_FILE - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
- PRIVATE_KEY_FORMAT - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT sign private key format.
- PRIVATE_KEY_SOURCE - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT sign private key
- PRIVATE_KEY_STORE_ALIAS - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
The key store alias name to use when the JWT sign private key is provided using a key store format, such as
KeyFormat.PKCS12
- PRIVATE_KEY_STORE_ALIAS_PASSWORD - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
The key recovering password to use when the JWT sign private key is provided using a key store format, such as
KeyFormat.PKCS12
- PRIVATE_KEY_STORE_PASSWORD - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
The key store password to use when the JWT sign private key is provided using a key store format, such as
KeyFormat.PKCS12
- privateKey(Key) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
Set JWT signing private key to use with asymmetric signing algorithms (such as RSA)
- privateKey(KeySource, String, KeyFormat, KeyEncoding, Map<String, String>) - Method in interface com.holonplatform.auth.keys.KeyReader
-
- processBeanProperty(BeanProperty.Builder<?>, Class<?>) - Method in interface com.holonplatform.core.beans.BeanPropertyPostProcessor
-
Process given property.
- processBeanPropertySet(BeanPropertySet.Builder<?, ?>, Class<?>) - Method in interface com.holonplatform.core.beans.BeanPropertySetPostProcessor
-
Process given bean propertySet.
- property(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given propertyName.
- property(String, Class<T>) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
Get the bean property with given
propertyName as a
PathProperty of given
type.
- property(String, Class<? extends P>) - Method in interface com.holonplatform.core.datastore.DataTarget
-
- property(P) - Method in interface com.holonplatform.core.datastore.DataTarget
-
Create a new
Path type
Property cloned from the given property, setting this
DataTarget
as property parent path.
- property(StringProperty) - Method in interface com.holonplatform.core.datastore.DataTarget
-
- property(NumericProperty<N>) - Method in interface com.holonplatform.core.datastore.DataTarget
-
- property(TemporalProperty<TT>) - Method in interface com.holonplatform.core.datastore.DataTarget
-
- property(BooleanProperty) - Method in interface com.holonplatform.core.datastore.DataTarget
-
- property(PropertyBoxProperty) - Method in interface com.holonplatform.core.datastore.DataTarget
-
- Property<T> - Interface in com.holonplatform.core.property
-
Property is the base interface to represent a generic data attribute.
- Property.Builder<T,P extends Property<T>,B extends Property.Builder<T,P,B>> - Interface in com.holonplatform.core.property
-
- Property.PropertyAccessException - Exception in com.holonplatform.core.property
-
Base exception class to all
Property related exceptions.
- Property.PropertyNotFoundException - Exception in com.holonplatform.core.property
-
Exception thrown when a property is not found in a property set.
- Property.PropertyReadException - Exception in com.holonplatform.core.property
-
Generic exception thrown for property value reading failures.
- Property.PropertyReadOnlyException - Exception in com.holonplatform.core.property
-
Exception thrown when trying to set a value for a read-only property.
- Property.PropertyWriteException - Exception in com.holonplatform.core.property
-
Generic exception thrown for property value writing failures.
- PROPERTY_CONFIGURATION_ATTRIBUTE - Static variable in interface com.holonplatform.core.property.PropertySet
-
- PropertyAccessException(Property<?>) - Constructor for exception com.holonplatform.core.property.Property.PropertyAccessException
-
Default constructor
- PropertyAccessException(Property<?>, String) - Constructor for exception com.holonplatform.core.property.Property.PropertyAccessException
-
Constructor with error message
- PropertyAccessException(Property<?>, Throwable) - Constructor for exception com.holonplatform.core.property.Property.PropertyAccessException
-
Constructor with nested exception
- PropertyAccessException(Property<?>, String, Throwable) - Constructor for exception com.holonplatform.core.property.Property.PropertyAccessException
-
Constructor with error message and nested exception
- propertyBoolean(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- propertyBox(String, Iterable<P>) - Static method in interface com.holonplatform.core.property.ListPathProperty
-
- PropertyBox - Interface in com.holonplatform.core.property
-
PropertyBox is the base container for
Property values, provinding methods to get and set property values,
performing value validation and conversions according to property configurations.
- propertyBox(String, Iterable<P>) - Static method in interface com.holonplatform.core.property.SetPathProperty
-
- PropertyBox.Builder - Interface in com.holonplatform.core.property
-
- PropertyBox.PropertyValue<T> - Interface in com.holonplatform.core.property
-
- PropertyBoxOperation<O extends PropertyBoxOperation<O,C>,C extends PropertyBoxOperationConfiguration> - Interface in com.holonplatform.core.datastore.operation.commons
-
- PropertyBoxOperationConfiguration - Interface in com.holonplatform.core.datastore.operation.commons
-
- PropertyBoxOperationConfiguration.Builder<B extends PropertyBoxOperationConfiguration.Builder<B>> - Interface in com.holonplatform.core.datastore.operation.commons
-
- PropertyBoxProperty - Interface in com.holonplatform.core.property
-
- PropertyBoxProperty.PropertyBoxPropertyBuilder - Interface in com.holonplatform.core.property
-
- PropertyConfiguration - Interface in com.holonplatform.core.property
-
- PropertyConfiguration.PropertyConfigurationEditor - Interface in com.holonplatform.core.property
-
- PropertyConversionException(Property<?>, String) - Constructor for exception com.holonplatform.core.property.PropertyValueConverter.PropertyConversionException
-
Constructor with error message
- PropertyConversionException(Property<?>, Throwable) - Constructor for exception com.holonplatform.core.property.PropertyValueConverter.PropertyConversionException
-
Constructor with nested exception
- PropertyConversionException(Property<?>, String, Throwable) - Constructor for exception com.holonplatform.core.property.PropertyValueConverter.PropertyConversionException
-
Constructor with error message and nested exception
- PropertyNotFoundException(Property<?>, String) - Constructor for exception com.holonplatform.core.property.Property.PropertyNotFoundException
-
Constructor
- propertyNumeric(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- propertyNumeric(String, Class<N>) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- propertyPaths() - Method in interface com.holonplatform.core.property.PathPropertySetAdapter
-
- PropertyReadException(Property<?>, String) - Constructor for exception com.holonplatform.core.property.Property.PropertyReadException
-
Constructor with error message
- PropertyReadException(Property<?>, Throwable) - Constructor for exception com.holonplatform.core.property.Property.PropertyReadException
-
Constructor with nested exception
- PropertyReadException(Property<?>, String, Throwable) - Constructor for exception com.holonplatform.core.property.Property.PropertyReadException
-
Constructor with error message and nested exception
- PropertyReadOnlyException(Property<?>) - Constructor for exception com.holonplatform.core.property.Property.PropertyReadOnlyException
-
Construct a new PropertyReadOnlyException
- PropertyRenderer<R,T> - Interface in com.holonplatform.core.property
-
- PropertyRendererRegistry - Interface in com.holonplatform.core.property
-
- PropertyRendererRegistry.NoSuitableRendererAvailableException - Exception in com.holonplatform.core.property
-
- propertySet(Iterable<P>) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkInsertOperation
-
Set the operation property set, i.e. the properties which must be included in the bulk insert operation.
- propertySet(P...) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkInsertOperation
-
Set the operation property set, i.e. the properties which must be included in the bulk insert operation.
- PropertySet<P extends Property> - Interface in com.holonplatform.core.property
-
- propertySet(Property<?>...) - Static method in interface com.holonplatform.core.query.QueryProjection
-
Create a
PropertyBox type query projection using given
properties as property set.
- propertySet(Iterable<P>) - Static method in interface com.holonplatform.core.query.QueryProjection
-
Create a
PropertyBox type query projection using given
properties as property set.
- propertySet(Iterable<P>) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Use given
Property set to perform invocation.
- propertySet(P...) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Use given
Property set to perform invocation.
- PropertySet.Builder<P extends Property> - Interface in com.holonplatform.core.property
-
- PropertySetProjection - Interface in com.holonplatform.core.query
-
- PropertySetRef - Annotation Type in com.holonplatform.core.property
-
Annotation which can be used to declare the reference to a
PropertySet instance.
- propertyString(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- propertyTemporal(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- propertyTemporal(String, Class<T>) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- PropertyValueConverter<TYPE,MODEL> - Interface in com.holonplatform.core.property
-
Performs conversion between a
Property type and a data model type, in both directions.
- PropertyValueConverter.PropertyConversionException - Exception in com.holonplatform.core.property
-
Exception thrown when a property value conversion fails.
- PropertyValuePresenter<T> - Interface in com.holonplatform.core.property
-
- PropertyValuePresenterRegistry - Interface in com.holonplatform.core.property
-
- PropertyValueProvider<T> - Interface in com.holonplatform.core.property
-
Interface to represent a class which act as provider for
Property value.
- propertyValues() - Method in interface com.holonplatform.core.property.PropertyBox
-
- PropertyWriteException(Property<?>, String) - Constructor for exception com.holonplatform.core.property.Property.PropertyWriteException
-
Constructor with error message
- PropertyWriteException(Property<?>, Throwable) - Constructor for exception com.holonplatform.core.property.Property.PropertyWriteException
-
Constructor with nested exception
- PropertyWriteException(Property<?>, String, Throwable) - Constructor for exception com.holonplatform.core.property.Property.PropertyWriteException
-
Constructor with error message and nested exception
- PROXY_AUTHENTICATE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Proxy-Authenticate header field name.
- PROXY_AUTHORIZATION - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Proxy-Authorization header field name.
- proxyRevalidate(boolean) - Method in interface com.holonplatform.http.CacheControl.Builder
-
Set the proxy-revalidate cache control directive.
- PUBLIC_KEY - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
- PUBLIC_KEY_ENCODING - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT sign public key encoding.
- PUBLIC_KEY_FILE - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
- PUBLIC_KEY_FORMAT - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT sign public key format.
- PUBLIC_KEY_SOURCE - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT sign public key
- PUBLIC_KEY_STORE_ALIAS - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
The key store alias name to use when the JWT sign public key is provided using a key store format, such as
KeyFormat.PKCS12
- PUBLIC_KEY_STORE_ALIAS_PASSWORD - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
The key recovering password to use when the JWT sign public key is provided using a key store format, such as
KeyFormat.PKCS12
- PUBLIC_KEY_STORE_PASSWORD - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
The key store password to use when the JWT sign public key is provided using a key store format, such as
KeyFormat.PKCS12
- publicKey(Key) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
Set JWT signing public key to use with asymmetric signing algorithms (such as RSA)
- publicKey(KeySource, String, KeyFormat, KeyEncoding, Map<String, String>) - Method in interface com.holonplatform.auth.keys.KeyReader
-
- push(T) - Method in class com.holonplatform.core.utils.SizedStack
-
- put(RequestEntity<?>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PUT method with given entity request payload and
asynchronously receive a response back.
- put(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PUT method with given entity request payload and
asynchronously receive a response back.
- put(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PUT method with given entity request payload and
asynchronously receive a response back.
- put(String, T) - Method in interface com.holonplatform.core.ContextScope
-
Stores a resource reference identified by given resourceKey.
- put(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PUT method with given entity request payload and receive a
response back.
- put(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PUT method with given entity request payload and receive a
response back.
- put(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PUT method with given entity request payload and receive a
response back.
- put(RequestEntity<?>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PUT method with given entity request payload and receive a
response back.
- put(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PUT method with given entity request payload and receive a
response back.
- put(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PUT method with given entity request payload and receive a
response back.
- putForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PUT method with given entity request payload and
asynchronously receive the response entity payload back.
- putForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using PUT method with given entity request entity payload and
asynchronously receive the response payload back.
- putForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PUT method with given entity request payload and receive
the response entity payload back.
- putForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using PUT method with given entity request entity payload and
receive the response payload back.
- putForEntity(RequestEntity<?>, Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PUT method with given entity request payload and receive
the response entity payload back.
- putForEntity(RequestEntity<?>, ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using PUT method with given entity request entity payload and
receive the response payload back.
- putIfAbsent(String, T) - Method in interface com.holonplatform.core.ContextScope
-
Stores a resource reference identified by given resourceKey, only if there is not a resource
instance already bound to given key.
- RANGE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Range header field name.
- read(PropertyBox, T, boolean) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
Read the property values from given bean instance into the given
PropertyBox, using given
propertyBox property set.
- read(PropertyBox, T) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
Read the property values from given bean instance into the given
PropertyBox, using given
propertyBox property set.
- read(T) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
Read the property values from given bean instance into a
PropertyBox, using the Bean property set as the
propertyBox property set.
- read(String, T) - Method in interface com.holonplatform.core.beans.BeanPropertySet
-
Read the value of the property with given propertyName from given bean instance.
- read(Path<V>, T) - Method in interface com.holonplatform.core.beans.BeanPropertySet
-
Read the value of the property bound to given path from given bean instance, using full path name to
match the bean property to read.
- read(PropertyBox, T, boolean) - Method in interface com.holonplatform.core.beans.BeanPropertySet
-
Read the property values from given bean instance into the given
PropertyBox, using given
propertyBox property set.
- read(PropertyBox, T) - Method in interface com.holonplatform.core.beans.BeanPropertySet
-
Read the property values from given bean instance into the given
PropertyBox, using given
propertyBox property set.
- read(T) - Method in interface com.holonplatform.core.beans.BeanPropertySet
-
Read the property values from given bean instance into a
PropertyBox with this property set.
- readMethod(Method) - Method in interface com.holonplatform.core.beans.BeanProperty.Builder
-
Set the bean property read (get) method
- Realm - Interface in com.holonplatform.auth
-
A Realm represents a security abstraction providing operations for principals authentication (for example login a
user relying on user accounts informations) and authorization (permission check against principal grants stored in
this realm).
- Realm.Builder - Interface in com.holonplatform.auth
-
Builder to create
Realm instances.
- REFERER - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Referer header field name.
- refresh(DataTarget<?>, PropertyBox) - Method in interface com.holonplatform.async.datastore.AsyncDatastore
-
- refresh(T) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastoreOperations
-
Refresh a bean instance, updating all its properties to current value in data store.
- refresh(DataTarget<?>, PropertyBox) - Method in interface com.holonplatform.core.datastore.Datastore
-
- refresh(DataTarget<?>, PropertyBox) - Method in interface com.holonplatform.core.datastore.DatastoreOperations
-
Refresh a
PropertyBox, updating all its model properties to current value in data store and using given
target to denote the data store persistent entity to use.
- Refresh - Interface in com.holonplatform.core.datastore.operation
-
Executable refresh datastore operation.
- register(Predicate<Property<? extends T>>, PropertyRenderer<R, T>) - Method in interface com.holonplatform.core.property.PropertyRendererRegistry
-
- register(Predicate<Property<? extends T>>, PropertyValuePresenter<? super T>) - Method in interface com.holonplatform.core.property.PropertyValuePresenterRegistry
-
- registerCommodity(DatastoreCommodityFactory<X, C>) - Method in interface com.holonplatform.core.datastore.DatastoreCommodityRegistrar
-
- Registration - Interface in com.holonplatform.core
-
A registration object for removing an event listener added to a source.
- RelationalTarget<T> - Interface in com.holonplatform.core.datastore.relational
-
- relativeName() - Method in interface com.holonplatform.core.Path
-
Gets the relative path name, separated by a dot .
- relativeName(Function<Path<?>, String>) - Method in interface com.holonplatform.core.Path
-
Gets the relative path name, separated by a dot .
- remove(String) - Method in interface com.holonplatform.core.ContextScope
-
Removes the resource reference bound to the given resourceKey from scope, if any.
- remove(PT) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
Remove a property from the set.
- remove(Iterable<PT>) - Method in interface com.holonplatform.core.property.PropertySet.Builder
-
Remove all the properties provided by given
Iterable from the set.
- remove() - Method in interface com.holonplatform.core.Registration
-
Removes the associated listener from the event source.
- removeAuthenticationListener(Authentication.AuthenticationListener) - Method in interface com.holonplatform.auth.Authentication.AuthenticationNotifier
-
- removeBeanPropertyPostProcessor(BeanPropertyPostProcessor) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
- removeBeanPropertySetPostProcessor(BeanPropertySetPostProcessor) - Method in interface com.holonplatform.core.beans.BeanIntrospector
-
- removeDefaultHeader(String) - Method in interface com.holonplatform.http.rest.RestClientOperations
-
Removes the default header with given name, if present
- removeExpressionResolver(ExpressionResolver<E, R>) - Method in interface com.holonplatform.core.ExpressionResolver.ExpressionResolverSupport
-
- removeParameter(String) - Method in interface com.holonplatform.core.property.PropertyConfiguration.PropertyConfigurationEditor
-
Remove the parameter named name, if exists.
- removeValidator(Validator<T>) - Method in interface com.holonplatform.core.Validator.ValidatorSupport
-
Removes given validator, if it was registered.
- render(Class<R>) - Method in interface com.holonplatform.core.property.Property
-
Render this property as given renderType.
- render(Property<? extends T>) - Method in interface com.holonplatform.core.property.PropertyRenderer
-
- renderIfAvailable(Class<R>) - Method in interface com.holonplatform.core.property.Property
-
- request() - Method in interface com.holonplatform.http.rest.RestClientOperations
-
Create a new request definition, to be used to configure request and invoke response.
- RequestEntity<T> - Interface in com.holonplatform.http.rest
-
HTTP request message entity (payload) representation.
- RequestEntity.FormBuilder - Interface in com.holonplatform.http.rest
-
Builder to create form type entity payloads.
- require() - Static method in interface com.holonplatform.auth.AuthContext
-
- require() - Static method in interface com.holonplatform.auth.Realm
-
Requires the current
Realm.
- require() - Static method in interface com.holonplatform.core.i18n.LocalizationContext
-
- requireAuthentication() - Method in interface com.holonplatform.auth.AuthenticationInspector
-
- requiredClaim(String) - Method in interface com.holonplatform.auth.jwt.JwtAuthenticator.Builder
-
- requireLocalized() - Static method in interface com.holonplatform.core.i18n.LocalizationContext
-
- requireProperty(String) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- requireProperty(String, Class<T>) - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- requireTransactional() - Method in interface com.holonplatform.async.datastore.AsyncDatastore
-
- requireTransactional() - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore
-
- requireTransactional() - Method in interface com.holonplatform.core.datastore.Datastore
-
Requires this Datastore to be
Transactional, i.e. to support execution of transactional operations,
throwing an
IllegalStateException if this Datastore is not transactional.
- resolve(E, ExpressionResolver.ResolutionContext) - Method in interface com.holonplatform.core.Expression.ExpressionResolverFunction
-
Try to resolve given expression.
- resolve(E, Class<R>, ExpressionResolver.ResolutionContext) - Method in interface com.holonplatform.core.ExpressionResolver.ExpressionResolverHandler
-
Try to resolve given
expression to obtain an
Expression of the specified
resolutionType, using the suitable
ExpressionResolvers among all available resolvers for
given expression and resolution type.
- resolve(String, Object) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Resolve a URI template with given name in the request URI using a supplied value.
- resolve(Map<String, Object>) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Resolve one or more a URI templates in the request URI using supplied name-value pairs.
- resolver(AuthenticationToken.AuthenticationTokenResolver<?>) - Method in interface com.holonplatform.auth.Realm.Builder
-
- resource(String, ClassLoader) - Static method in interface com.holonplatform.auth.keys.KeySource
-
Create a key source using a classpath resource.
- resource(String) - Static method in interface com.holonplatform.auth.keys.KeySource
-
Create a key source using a classpath resource using the default ClassLoader.
- resource(String, Class<T>, ClassLoader) - Method in interface com.holonplatform.core.Context
-
Lookup a context resource of resourceType class using given resourceKey.
- resource(String, Class<T>) - Method in interface com.holonplatform.core.Context
-
Lookup a context resource of
resourceType class using given
resourceKey and the default
ClassLoader.
- resource(Class<T>) - Method in interface com.holonplatform.core.Context
-
Shortcut method to obtain a
Context resource using the
resourceType class name as resource
key.
- resource(Class<T>, ClassLoader) - Method in interface com.holonplatform.core.Context
-
Shortcut method to obtain a
Context resource using the
resourceType class name as resource
key and given
classLoader.
- ResponseEntity<T> - Interface in com.holonplatform.http.rest
-
HttpResponse extension that adds HTTP
entity handling, dealing with HTTP response body processing
and conversion into a supported Java type, besides the one expected as declared response type.
- ResponseType<T> - Interface in com.holonplatform.http.rest
-
Represents a response type to be obtained from a HTTP client request-response invocation.
- RestClient - Interface in com.holonplatform.http.rest
-
HTTP REST client to build and execute client requests in order to consume the responses returned.
- RestClient.Invocation - Interface in com.holonplatform.http.rest
-
Invocation operations
- RestClient.RequestDefinition - Interface in com.holonplatform.http.rest
-
Request message definition and response invocation.
- RestClientCreationException - Exception in com.holonplatform.http.exceptions
-
Exception realted to
RestClient creation failures.
- RestClientCreationException(String) - Constructor for exception com.holonplatform.http.exceptions.RestClientCreationException
-
Constructor with error message
- RestClientCreationException(Throwable) - Constructor for exception com.holonplatform.http.exceptions.RestClientCreationException
-
Constructor with nested exception
- RestClientCreationException(String, Throwable) - Constructor for exception com.holonplatform.http.exceptions.RestClientCreationException
-
Constructor with error message and nested exception
- RestClientFactory - Interface in com.holonplatform.http.rest
-
- RestClientOperations<C extends RestClientOperations<C,R>,R extends RestClientOperations.RequestConfiguration<R> & RestClientOperations.InvocationOperations> - Interface in com.holonplatform.http.rest
-
Base API for REST client operations definitions.
- RestClientOperations.InvocationOperations<RE,RP,RS,RL,RU> - Interface in com.holonplatform.http.rest
-
Invocantion operations definitions.
- RestClientOperations.RequestConfiguration<R extends RestClientOperations.RequestConfiguration<R>> - Interface in com.holonplatform.http.rest
-
Request configuration builder.
- restrict(int, int) - Method in interface com.holonplatform.core.datastore.beans.BeanQueryBuilder
-
- restrict(int, int) - Method in interface com.holonplatform.core.query.QueryBuilder
-
- result(T) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore.BeanOperationResult.Builder
-
Set the result bean instance.
- RETRY_AFTER - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Retry-After header field name.
- rightJoin(DataTarget<?>) - Method in interface com.holonplatform.core.datastore.relational.RelationalTarget
-
- rollback() - Method in interface com.holonplatform.async.datastore.transaction.AsyncTransaction
-
Rollback the transaction.
- rollback() - Method in interface com.holonplatform.core.datastore.transaction.Transaction
-
Rollback the transaction.
- root(boolean) - Method in interface com.holonplatform.auth.Account.Builder
-
Set whether Account is considered a root principal, for which permission checking is always
skipped, assuming that any permission is granted.
- root(boolean) - Method in interface com.holonplatform.auth.Authentication.Builder
-
Set whether authentication is considered a root principal, for which permission checking is
always skipped, assuming that any permission is granted.
- salt(String) - Method in interface com.holonplatform.auth.Credentials.Builder
-
Set salt data used to hash secret
- salt(byte[]) - Method in interface com.holonplatform.auth.Credentials.Builder
-
Set salt data used to hash secret
- salt(byte[]) - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Optional salt to use for hashing
- salt(String) - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Optional salt to use for hashing
- save(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.async.datastore.AsyncDatastore
-
- save(T, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore
-
- save(T, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastoreOperations
-
Save a bean instance in the data store.
- save(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.Datastore
-
- save(DataTarget<?>, PropertyBox, DatastoreOperations.WriteOption...) - Method in interface com.holonplatform.core.datastore.DatastoreOperations
-
Save a
PropertyBox in the data store, using given
target to denote the data store persistent
entity into which the data has to be saved.
- Save - Interface in com.holonplatform.core.datastore.operation
-
Executable save datastore operation.
- scheme(String) - Method in interface com.holonplatform.auth.Authentication.Builder
-
Set the authentication scheme with which this authentication was produced.
- SCHEME_BASIC - Static variable in interface com.holonplatform.http.HttpHeaders
-
Basic authentication scheme
- SCHEME_BEARER - Static variable in interface com.holonplatform.http.HttpHeaders
-
Bearer authentication scheme
- SCHEME_DIGEST - Static variable in interface com.holonplatform.http.HttpHeaders
-
Digest authentication scheme
- scope(String, ClassLoader) - Method in interface com.holonplatform.core.Context
-
Gets a registered
ContextScope with the given
name and bound to given
classLoader.
- scope(String) - Method in interface com.holonplatform.core.Context
-
- ScopeTenant - Annotation Type in com.holonplatform.spring
-
Stereotype annotation for @Scope("tenant") tenant scope declaration.
- secret(String) - Method in interface com.holonplatform.auth.Credentials.Builder
-
Set secret (e.g. password)
- secret(byte[]) - Method in interface com.holonplatform.auth.Credentials.Builder
-
Set secret (e.g. password)
- secret(String) - Method in interface com.holonplatform.auth.Credentials.Encoder
-
Secret text to encode
- select(QueryProjection<T>) - Method in interface com.holonplatform.core.datastore.relational.SubQuery
-
Specify the projection to use as the subquery result.
- SelectAllProjection - Interface in com.holonplatform.core.query
-
A
QueryProjection to obtain all the values af a persistent data entity instance.
- sequence(Integer) - Method in interface com.holonplatform.core.beans.BeanProperty.Builder
-
Set the bean property sequence
- Sequence - Annotation Type in com.holonplatform.core.beans
-
Annotation which can be used on a bean property to specify the sequence within a property set.
- SERVER - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Server header field name.
- SERVER_ERROR - Static variable in interface com.holonplatform.http.ErrorResponse
-
Default server_error error code: Server encountered an unexpected condition that prevented it from
fulfilling the request.
- ServletHttpRequest - Interface in com.holonplatform.http.servlet
-
- set(String, Object) - Method in interface com.holonplatform.core.datastore.beans.BeanBulkUpdateOperation
-
Set the bean property with given propertyName to given value.
- set(Path<T>, TypedExpression<? super T>) - Method in interface com.holonplatform.core.datastore.beans.BeanBulkUpdateOperation
-
Set given path to given expression value.
- set(Path<T>, T) - Method in interface com.holonplatform.core.datastore.beans.BeanBulkUpdateOperation
-
Set given path to given constant value.
- set(Path<T>, TypedExpression<? super T>) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkUpdateOperation
-
Set given path to given expression value.
- set(Path<T>, T) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkUpdateOperation
-
Set given path to given constant value.
- set(PropertyBox, boolean) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkUpdateOperation
-
- set(PropertyBox) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkUpdateOperation
-
- set(Property<T>, T) - Method in interface com.holonplatform.core.property.PropertyBox.Builder
-
Set value of given property.
- set(String, String...) - Method in interface com.holonplatform.http.rest.RequestEntity.FormBuilder
-
Set a form parameter value(s)
- SET_COOKIE - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Set-Cookie header field name.
- setAccountId(String) - Method in class com.holonplatform.auth.token.AccountCredentialsToken
-
Set account id
- setAuthentication(Authentication) - Method in interface com.holonplatform.auth.AuthContext.AuthenticationHolder
-
- setDefaultBooleanLocalization(boolean, Localizable) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
Sets the default
Localizable message to use to localize a boolean value
- setDefaultDateFormatStyle(TemporalFormat) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- setDefaultTimeFormatStyle(TemporalFormat) - Method in interface com.holonplatform.core.i18n.LocalizationContext
-
- setIgnoreReadOnly(Property<T>, T) - Method in interface com.holonplatform.core.property.PropertyBox.Builder
-
Set value of given property, ignoring property read-only state.
- setInvalidAllowed(boolean) - Method in interface com.holonplatform.core.property.PropertyBox
-
- setNull(String) - Method in interface com.holonplatform.core.datastore.beans.BeanBulkUpdateOperation
-
Set the bean property with given propertyName to null value.
- setNull(Path<P>) - Method in interface com.holonplatform.core.datastore.beans.BeanBulkUpdateOperation
-
Set the given
Path to
null value.
- setNull(Path<P>) - Method in interface com.holonplatform.core.datastore.operation.commons.BulkUpdateOperation
-
Set the given
Path to
null value.
- SetPathProperty<T> - Interface in com.holonplatform.core.property
-
- SetPathProperty.SetPathPropertyBuilder<T> - Interface in com.holonplatform.core.property
-
- setPrivate(boolean) - Method in interface com.holonplatform.http.CacheControl.Builder
-
Set the private cache control directive.
- setRollbackOnly() - Method in interface com.holonplatform.core.datastore.transaction.TransactionStatus
-
Mark this transaction so that the only possible outcome of the transaction is for the transaction to be rolled
back.
- setScheme(String) - Method in exception com.holonplatform.auth.exceptions.AuthenticationException
-
Set authentication scheme
- setSecret(byte[]) - Method in class com.holonplatform.auth.token.AccountCredentialsToken
-
Set provided secret
- setSecret(String) - Method in class com.holonplatform.auth.token.AccountCredentialsToken
-
Set provided secret as String
- setTemporalType(TemporalType) - Method in interface com.holonplatform.core.property.PropertyConfiguration.PropertyConfigurationEditor
-
- setUp() - Method in class com.holonplatform.test.JerseyTest5
-
Set up the test by creating a test container instance,
starting it and by creating
a new
pre-configured test client.
- setValue(Path<T>, T) - Method in interface com.holonplatform.core.property.PathPropertyBoxAdapter
-
Set the value of the
PropertyBox property which corresponds to given
path, if such property
is available.
- setValue(Property<T>, T) - Method in interface com.holonplatform.core.property.PropertyBox
-
Set the value of given property.
- SetVirtualProperty<T> - Interface in com.holonplatform.core.property
-
- SetVirtualProperty.SetVirtualPropertyBuilder<T> - Interface in com.holonplatform.core.property
-
- SHARED_KEY - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT sign shared key (base64 encoded)
- sharedKey(byte[]) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
Set JWT signing shared key to use with symmetric signing algorithms (such as HMAC)
- sharedKeyBase64(String) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
Set JWT signing shared key to use with symmetric signing algorithms (such as HMAC)
- shortType(String) - Static method in interface com.holonplatform.core.property.NumericProperty
-
- SIGNATURE_ALGORITHM - Static variable in interface com.holonplatform.auth.jwt.JwtConfigProperties
-
JWT signature algorithm name.
- signatureAlgorithm(JwtSignatureAlgorithm) - Method in interface com.holonplatform.auth.jwt.JwtConfiguration.Builder
-
Set JWT token signature algorithm
- size() - Method in interface com.holonplatform.core.property.PropertySet
-
Returns the number of properties in this set.
- SizedStack<T> - Class in com.holonplatform.core.utils
-
Stack extension which supports a max stack size.
- SizedStack(int) - Constructor for class com.holonplatform.core.utils.SizedStack
-
Constructor
- sMaxAge(long) - Method in interface com.holonplatform.http.CacheControl.Builder
-
Set the s-maxage cache control directive.
- sort(QuerySort) - Method in interface com.holonplatform.core.query.QueryConfigurationProvider.Builder
-
- sort(QuerySort) - Method in interface com.holonplatform.core.query.QuerySort.QuerySortSupport
-
Add a sort clause.
- sort(QuerySort...) - Method in interface com.holonplatform.core.query.QuerySort.QuerySortSupport
-
Add a list of sorts.
- sort(Supplier<QuerySort>) - Method in interface com.holonplatform.core.query.QuerySort.QuerySortSupport
-
- SpringRestClient - Interface in com.holonplatform.spring
-
- SpringSecurity - Interface in com.holonplatform.spring.security
-
Entry point interface to deal with Spring Security integration with the Holon platform authentication and
authorization architecture.
- SpringSecurityAuthentication - Interface in com.holonplatform.spring.security
-
Represents an
Authentication within a Spring Security environment, extending the Spring Security
Authentication interface too.
- SpringSecurityAuthenticationToken - Interface in com.holonplatform.spring.security
-
An
AuthenticationToken which uses a Spring Security
Authentication as authentication principal and
credentials provider.
- startsWith(TypedExpression<String>, String, boolean) - Static method in interface com.holonplatform.core.query.QueryFilter
-
Build a
starts with QueryFilter on given
String expression, checking if the
expression value starts with given value.
- startsWith(String, boolean) - Method in interface com.holonplatform.core.query.StringQueryExpression
-
Build a starts with query filter, checking if the property value starts with given value.
- startsWith(String) - Method in interface com.holonplatform.core.query.StringQueryExpression
-
Build a starts with query filter, checking if the property value starts with given value, in a
case-sentive fashion.
- startsWithIgnoreCase(String) - Method in interface com.holonplatform.core.query.StringQueryExpression
-
Build a starts with query filter, checking if the property value starts with given value, ignoring case.
- staticTenantResolver(String) - Static method in interface com.holonplatform.core.tenancy.TenantResolver
-
Build a static
TenantResolver, returning always the given
tenantId as current tenant id.
- stream(QueryOperation<C, R>) - Method in interface com.holonplatform.async.datastore.operation.AsyncQueryAdapter
-
- stream(QueryProjection<R>) - Method in interface com.holonplatform.async.datastore.operation.AsyncQueryResults
-
Execute query asynchronously and get a
Stream of query results using given
projection to map
the results to the required type.
- stream(Iterable<P>) - Method in interface com.holonplatform.async.datastore.operation.AsyncQueryResults
-
Execute the query asynchronously and get a
Stream of query results as
PropertyBox instances,
using given
properties as projection.
- stream(Property...) - Method in interface com.holonplatform.async.datastore.operation.AsyncQueryResults
-
Execute the query asynchronously and get a
Stream of query results as
PropertyBox instances,
using given
properties as projection.
- stream(InputStream) - Static method in interface com.holonplatform.auth.keys.KeySource
-
- stream() - Method in interface com.holonplatform.core.beans.BeanPropertyInspector
-
- stream() - Method in interface com.holonplatform.core.datastore.beans.BeanQuery
-
Execute query and get a
Stream of bean query results.
- stream() - Method in interface com.holonplatform.core.Path
-
Returns a
Stream of path hierarchy, starting form this path and walking through parent paths, if any.
- stream() - Method in interface com.holonplatform.core.property.PropertySet
-
Returns a sequential
Stream of the
Propertys of this set.
- stream(QueryProjection<R>) - Method in interface com.holonplatform.core.query.lock.LockQuery
-
Execute query and get a
Stream of query results using given
projection to map results to
required type.
- stream(QueryOperation<C, R>) - Method in interface com.holonplatform.core.query.QueryAdapter
-
- stream(QueryProjection<R>) - Method in interface com.holonplatform.core.query.QueryProjectionOperations
-
Execute the query and get a
Stream of query results using given
projection to map results to
the required type.
- stream(Iterable<P>) - Method in interface com.holonplatform.core.query.QueryProjectionOperations
-
Execute query and get a
Stream of query results as
PropertyBox using given
properties as projection.
- stream(Property...) - Method in interface com.holonplatform.core.query.QueryProjectionOperations
-
Execute query and get a
Stream of query results as
PropertyBox using given
properties as projection.
- stream(QueryProjection<R>) - Method in interface com.holonplatform.core.query.QueryResults
-
Execute query and get a
Stream of query results using given
projection to map results to
required type.
- stream(Iterable<P>) - Method in interface com.holonplatform.core.query.QueryResults
-
Execute query and get a
Stream of query results as
PropertyBox using given
properties as projection.
- stream(Property...) - Method in interface com.holonplatform.core.query.QueryResults
-
Execute query and get a
Stream of query results as
PropertyBox using given
properties as projection.
- string(String) - Static method in interface com.holonplatform.auth.keys.KeySource
-
Create a key source from a
String.
- string(String, Charset) - Static method in interface com.holonplatform.auth.keys.KeySource
-
Create a key source from a
String using given charset.
- string(String, String) - Static method in interface com.holonplatform.auth.keys.KeySource
-
Create a key source from a
String using given charset name.
- StringBeanProperty - Interface in com.holonplatform.core.beans
-
- StringFunction - Interface in com.holonplatform.core.query
-
- StringFunction.Lower - Interface in com.holonplatform.core.query
-
Function to convert a string to lowercase.
- StringFunction.Upper - Interface in com.holonplatform.core.query
-
Function to convert a string to uppercase.
- StringProperty - Interface in com.holonplatform.core.property
-
- StringProperty.StringPropertyBuilder - Interface in com.holonplatform.core.property
-
- StringQueryExpression - Interface in com.holonplatform.core.query
-
- StringValuePresenter - Interface in com.holonplatform.core.presentation
-
Interface to present a generic value as a
String.
- SubQuery<T> - Interface in com.holonplatform.core.datastore.relational
-
- sum() - Method in interface com.holonplatform.core.query.NumericQueryExpression
-
Creates an aggregation function which returns the sum of the expression values.
- sum(TypedExpression<T>) - Static method in interface com.holonplatform.core.query.QueryFunction
-
Creates an aggregate function to sum numeric query results.
- supportsMessage(Class<? extends Message<?, ?>>) - Method in interface com.holonplatform.auth.Authenticator.MessageAuthenticator
-
Check whether this MessageAuthenticator supports given message type
- supportsPermission(Class<? extends Permission>) - Method in interface com.holonplatform.auth.Realm
-
Returns whether this Realm supports given
Permission type
- supportsToken(Class<? extends AuthenticationToken>) - Method in interface com.holonplatform.auth.Realm
-
- target(DataTarget<?>) - Method in interface com.holonplatform.core.datastore.DataTarget.DataTargetSupport
-
Set the data target.
- target(String) - Method in interface com.holonplatform.core.datastore.DataTarget.DataTargetSupport
-
Set the data target using a
String as root path name.
- target(DataTarget<?>) - Method in interface com.holonplatform.core.datastore.operation.commons.DatastoreOperationConfiguration.Builder
-
- target(URI) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set request base URI.
- target(String) - Method in interface com.holonplatform.http.rest.RestClientOperations.RequestConfiguration
-
Set request base URI.
- target() - Method in class com.holonplatform.test.JerseyTest5
-
Create a JAX-RS web target whose URI refers to the
base URI the tested JAX-RS / Jersey
application is deployed at, plus the path specified in the
path argument.
- target(String) - Method in class com.holonplatform.test.JerseyTest5
-
Create a JAX-RS web target whose URI refers to the
base URI the tested JAX-RS / Jersey
application is deployed at, plus the path specified in the
path argument.
- tearDown() - Method in class com.holonplatform.test.JerseyTest5
-
- Temporal - Annotation Type in com.holonplatform.core.beans
-
- TEMPORAL_TYPE - Static variable in interface com.holonplatform.core.presentation.StringValuePresenter
-
- TemporalBeanProperty<T> - Interface in com.holonplatform.core.beans
-
- TemporalFormat - Enum in com.holonplatform.core.i18n
-
Enumeration of the format style of a date, time or date-time formatter.
- TemporalFunction<T> - Interface in com.holonplatform.core.query
-
- TemporalFunction.CurrentDate - Interface in com.holonplatform.core.query
-
A function to obtain the current date as a
Date.
- TemporalFunction.CurrentLocalDate - Interface in com.holonplatform.core.query
-
A function to obtain the current date as a
LocalDate.
- TemporalFunction.CurrentLocalDateTime - Interface in com.holonplatform.core.query
-
A function to obtain the current date and time as a
LocalDateTime.
- TemporalFunction.CurrentTimestamp - Interface in com.holonplatform.core.query
-
A function to obtain the current timestamp as a
Date.
- TemporalFunction.Day - Interface in com.holonplatform.core.query
-
A function to extract the day part of a temporal data type.
- TemporalFunction.Hour - Interface in com.holonplatform.core.query
-
A function to extract the hour part of a temporal data type.
- TemporalFunction.Month - Interface in com.holonplatform.core.query
-
A function to extract the month part of a temporal data type.
- TemporalFunction.Year - Interface in com.holonplatform.core.query
-
A function to extract the year part of a temporal data type.
- TemporalProperty<T> - Interface in com.holonplatform.core.property
-
- TemporalProperty.TemporalPropertyBuilder<T> - Interface in com.holonplatform.core.property
-
- TemporalQueryExpression<T> - Interface in com.holonplatform.core.query
-
- temporalType(TemporalType) - Method in interface com.holonplatform.core.property.Property.Builder
-
Set the optional
TemporalType specification for
Date or
Calendar type properties,
which can be used to perform consistent operations on property value, such as presentation, rendering or
persistence data manipulation.
- TemporalType - Enum in com.holonplatform.core.temporal
-
Enumeration of temporal macro-types.
- TEMPORARY_UNAVAILABLE - Static variable in interface com.holonplatform.http.ErrorResponse
-
Default temporarily_unavailable error code: Server is currently unable to handle the request due to
a temporary overloading or maintenance of the server.
- TENANT_RESOLVER_PROPERTY_NAME - Static variable in annotation type com.holonplatform.spring.EnableTenantScope
-
Property which can be used to configure the
TenantResolver type bean definition name to be used to obtain
the current tenant id.
- TenantResolver - Interface in com.holonplatform.core.tenancy
-
Resolver to obtain the current tenant id in a multi-tenant environment.
- TenantScopeAutoConfiguration - Class in com.holonplatform.spring.boot
-
Spring boot auto-configuration class to setup the Spring
tenant scope when a
TenantResolver bean is
available.
- TenantScopeAutoConfiguration() - Constructor for class com.holonplatform.spring.boot.TenantScopeAutoConfiguration
-
- TenantScopeAutoConfiguration.EnableTenantScopeConfiguration - Class in com.holonplatform.spring.boot
-
- TenantScopeManager - Interface in com.holonplatform.spring
-
Tenant scope manager API to handle tenant scoped beans lifecycle.
- text(T) - Static method in interface com.holonplatform.http.rest.RequestEntity
-
- THREAD_SCOPE_NAME - Static variable in interface com.holonplatform.core.Context
-
Default thread-bound scope name
- threadScope(ClassLoader) - Method in interface com.holonplatform.core.Context
-
- threadScope() - Method in interface com.holonplatform.core.Context
-
- toModel(TYPE) - Method in interface com.holonplatform.core.ExpressionValueConverter
-
Convert given value from expression value type to model data type.
- toModel(TYPE, Property<TYPE>) - Method in interface com.holonplatform.core.property.PropertyValueConverter
-
Convert given value from property value type to model data type
- toString() - Method in enum com.holonplatform.http.HttpStatus
-
- toString() - Method in enum com.holonplatform.http.MediaType
-
Returns the media type representation in the conventional HTTP header form, i.e.
- trace() - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using TRACE method and asynchronously receive a response back.
- trace(Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using TRACE method and asynchronously receive a response back.
- trace(ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using TRACE method and asynchronously receive a response back.
- TRACE - Static variable in interface com.holonplatform.core.datastore.DatastoreConfigProperties
-
Enable datastore operations tracing (for example, logging the concrete query definitions)
- trace() - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using TRACE method and receive a response back.
- trace(Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using TRACE method and receive a response back.
- trace(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using TRACE method and receive a response back.
- trace() - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using TRACE method and receive a response back.
- trace(Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using TRACE method and receive a response back.
- trace(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using TRACE method and receive a response back.
- traceEnabled(boolean) - Method in interface com.holonplatform.core.datastore.DatastoreOperations.Builder
-
Set whether to trace Datastore operations in log.
- traceForEntity(Class<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using TRACE method and asynchronously receive the response entity payload
back.
- traceForEntity(ResponseType<T>) - Method in interface com.holonplatform.async.http.AsyncRestClient.AsyncInvocation
-
Invoke the request using TRACE method and asynchronously receive the response entity payload of
given generic type back.
- traceForEntity(Class<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using TRACE method and receive the response entity payload back.
- traceForEntity(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClient.Invocation
-
Invoke the request using TRACE method and receive the response entity payload of given generic
type back.
- traceForEntity(Class<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using TRACE method and receive the response entity payload back.
- traceForEntity(ResponseType<T>) - Method in interface com.holonplatform.http.rest.RestClientOperations.InvocationOperations
-
Invoke the request using TRACE method and receive the response entity payload of given generic
type back.
- TRAILER - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Trailer header field name.
- Transaction - Interface in com.holonplatform.core.datastore.transaction
-
Represents a Datastore transaction, providing methods to commit and rollback the
transaction.
- Transactional - Interface in com.holonplatform.core.datastore.transaction
-
Represents an object which is capable to manage transactions, providing methods to execute an operation
transactionally and using
Transaction as transaction handler.
- TransactionalOperation<R> - Interface in com.holonplatform.core.datastore.transaction
-
Represents a transactional operation execution.
- TransactionalOperation.TransactionalInvocation - Interface in com.holonplatform.core.datastore.transaction
-
Represents a transactional operation execution which do not return a result.
- TransactionConfiguration - Interface in com.holonplatform.core.datastore.transaction
-
- TransactionException(String) - Constructor for exception com.holonplatform.core.datastore.transaction.TransactionStatus.TransactionException
-
Constructor with error message.
- TransactionException(String, Throwable) - Constructor for exception com.holonplatform.core.datastore.transaction.TransactionStatus.TransactionException
-
Constructor with error message and nested exception.
- TransactionNotSupportedException(String) - Constructor for exception com.holonplatform.core.datastore.transaction.TransactionStatus.TransactionNotSupportedException
-
Constructor with error message.
- TransactionOptions - Interface in com.holonplatform.core.datastore.transaction
-
Marker interface to represent
Transaction configuration options.
- TransactionStatus - Interface in com.holonplatform.core.datastore.transaction
-
Represents the base API for a transaction, providing methods to inspect and manage the transaction status.
- TransactionStatus.IllegalTransactionStatusException - Exception in com.holonplatform.core.datastore.transaction
-
Exception thrown when an operation is performed on a transaction but the transaction is in an illegal status
according to the transaction semantics.
- TransactionStatus.TransactionException - Exception in com.holonplatform.core.datastore.transaction
-
Exception related to a transaction operation error.
- TransactionStatus.TransactionNotSupportedException - Exception in com.holonplatform.core.datastore.transaction
-
Exception throws when transaction are not actually supported by current implementation and/or driver.
- TRANSFER_ENCODING - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Transfer-Encoding header field name.
- translate(Localizable, boolean) - Static method in interface com.holonplatform.core.i18n.LocalizationContext
-
- translate(Localizable) - Static method in interface com.holonplatform.core.i18n.LocalizationContext
-
- translate(String, String, boolean) - Static method in interface com.holonplatform.core.i18n.LocalizationContext
-
- translate(String, String) - Static method in interface com.holonplatform.core.i18n.LocalizationContext
-
- TriConsumer<F,S,T> - Interface in com.holonplatform.core.operation
-
Operation that accepts three input arguments and returns no result.
- tryLock(QueryConfiguration) - Method in interface com.holonplatform.core.query.lock.LockQueryAdapter
-
Try to perform the operation using the lock mode and timeout provided by given query configuration.
- tryLock(LockMode, long) - Method in interface com.holonplatform.core.query.lock.LockSupport
-
Try to perform the operation using the given lock mode and timeout.
- tryLock(LockMode) - Method in interface com.holonplatform.core.query.lock.LockSupport
-
Try to perform the operation using the given lock mode.
- tryLock(long) - Method in interface com.holonplatform.core.query.lock.LockSupport
-
Try to perform the operation using the default lock mode and given timeout.
- tryLock() - Method in interface com.holonplatform.core.query.lock.LockSupport
-
Try to perform the operation using the default lock mode.
- type(Datastore.OperationType) - Method in interface com.holonplatform.core.datastore.beans.BeanDatastore.BeanOperationResult.Builder
-
Set the operation type
- type(Datastore.OperationType) - Method in interface com.holonplatform.core.datastore.Datastore.OperationResult.Builder
-
Set the operation type
- TypedExpression<T> - Interface in com.holonplatform.core
-
- TypeMismatchException - Exception in com.holonplatform.core.exceptions
-
Exception thrown on a type mismatch between an expected and actual object type.
- TypeMismatchException(String) - Constructor for exception com.holonplatform.core.exceptions.TypeMismatchException
-
Constructor with error message
- TypeMismatchException(Throwable) - Constructor for exception com.holonplatform.core.exceptions.TypeMismatchException
-
Constructor with nested exception
- TypeMismatchException(String, Throwable) - Constructor for exception com.holonplatform.core.exceptions.TypeMismatchException
-
Constructor with error message and nested exception
- validate() - Method in interface com.holonplatform.core.Expression
-
Validate this expression.
- validate() - Method in interface com.holonplatform.core.property.PropertyBox
-
Checks the validity of the value of each property in the box against every registered property validator, if any.
- validate(T) - Method in interface com.holonplatform.core.Validator.Validatable
-
Checks the validity of the given value against every registered validator, if any.
- validate(T) - Method in interface com.holonplatform.core.Validator
-
Validate given value.
- ValidationException(String) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with message
- ValidationException(String, String, Object...) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with localized message
- ValidationException(Localizable) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
- ValidationException(Validator.ValidationException...) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with causes.
- ValidationException(Collection<Validator.ValidationException>) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with causes.
- ValidationException(String, Validator.ValidationException...) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with message and causes.
- ValidationException(String, Collection<Validator.ValidationException>) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with message and causes.
- ValidationException(Localizable, Validator.ValidationException...) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with message and causes.
- ValidationException(Localizable, Collection<Validator.ValidationException>) - Constructor for exception com.holonplatform.core.Validator.ValidationException
-
Constructor with message and causes.
- ValidationMessage - Annotation Type in com.holonplatform.core.beans
-
Annotation which can be used in conjunction with standard Java bean validation API constraint annotations to specify
the localizable validation error message using a default message and a localization message code.
- Validator - Annotation Type in com.holonplatform.core.beans
-
Repeatable annotation which can be used on a bean property to specify a
Validator to
add to the property generated using bean property introspection.
- validator(Validator<T>) - Method in interface com.holonplatform.core.property.Property.Builder
-
- Validator<T> - Interface in com.holonplatform.core
-
Validate a value to check if it is valid.
- Validator.PatternFlag - Enum in com.holonplatform.core
-
Pattern validation regexp flags
- Validator.UnsupportedValidationTypeException - Exception in com.holonplatform.core
-
Exception thrown by a
Validator when given value to validate is of an unsupported type.
- Validator.Validatable<T> - Interface in com.holonplatform.core
-
Declares the support for value validation using
Validators.
- Validator.ValidationException - Exception in com.holonplatform.core
-
- Validator.ValidationMessage - Enum in com.holonplatform.core
-
Validation messages for common validators
- Validator.ValidatorSupport<T> - Interface in com.holonplatform.core
-
Declares support for adding and removing
Validators.
- Validators - Annotation Type in com.holonplatform.core.beans
-
- value(PropertyBox) - Method in interface com.holonplatform.core.datastore.operation.commons.PropertyBoxOperationConfiguration.Builder
-
- value(String) - Method in interface com.holonplatform.http.Cookie.Builder
-
Set the cookie value
- valueOf(String) - Static method in enum com.holonplatform.auth.jwt.JwtSignatureAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.auth.jwt.JwtTokenBuilder.AuthPart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.auth.keys.KeyEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.auth.keys.KeyFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.beans.Converter.BUILTIN
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.beans.IgnoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.datastore.Datastore.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.datastore.DefaultWriteOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.datastore.relational.Join.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.i18n.NumberFormatFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.i18n.TemporalFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.query.lock.LockMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.query.QuerySort.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.temporal.TemporalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.Validator.PatternFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.core.Validator.ValidationMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.http.HttpStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.http.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.spring.PrimaryMode
-
Returns the enum constant of this type with the specified name.
- valueProvider(PropertyValueProvider<T>) - Method in interface com.holonplatform.core.property.VirtualProperty.Builder
-
Set property value provider.
- values() - Static method in enum com.holonplatform.auth.jwt.JwtSignatureAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.auth.jwt.JwtTokenBuilder.AuthPart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.auth.keys.KeyEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.auth.keys.KeyFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.beans.Converter.BUILTIN
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.beans.IgnoreMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.datastore.Datastore.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.datastore.DefaultWriteOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.datastore.relational.Join.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.i18n.NumberFormatFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.i18n.TemporalFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.query.lock.LockMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.query.QuerySort.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.temporal.TemporalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.Validator.PatternFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.core.Validator.ValidationMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.http.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.http.HttpStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.http.MediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.spring.PrimaryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARY - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Vary header field name.
- version(int) - Method in interface com.holonplatform.http.Cookie.Builder
-
Set the cookie version
- VIA - Static variable in interface com.holonplatform.http.HttpHeaders
-
The HTTP Via header field name.
- VirtualProperty<T> - Interface in com.holonplatform.core.property
-
- VirtualProperty.Builder<T,P extends VirtualProperty<T>,B extends VirtualProperty.Builder<T,P,B>> - Interface in com.holonplatform.core.property
-
- VirtualProperty.VirtualPropertyBuilder<T> - Interface in com.holonplatform.core.property
-