Package | Description |
---|---|
com.edorasware.api.action |
Work object action support.
|
com.edorasware.api.config |
Interfaces supporting customizable Spring configurations.
|
com.edorasware.api.config.engine |
Customization for the Flowable-based execution engine configuration.
|
com.edorasware.api.config.mail |
Customization for the mail configuration.
|
com.edorasware.api.config.persistence |
Customization for the persistence layer configuration.
|
com.edorasware.api.config.property |
Customization for the property configuration.
|
com.edorasware.api.config.security |
Customization for the HTTP security configuration.
|
com.edorasware.api.rest |
Interfaces related to the public REST API.
|
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.workobject |
Interfaces for work object access and manipulation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionProvider
Provides
Action s for a given ActionContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurationConfigurer<T extends ConfigurationBuilder>
Interface for all beans that can be used to customize the default Spring configuration.
|
interface |
CustomWebApplicationInitializer
By implementing this interface you are able to add your custom servlets and servlet filters before and after the
platform configured it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EngineConfigurationConfigurer
Interface for beans that customize the Flowable-based execution engine configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MailConfigurationConfigurer
Interface for beans that customize the mail interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceConfigurationConfigurer
Interface for beans that customize the persistence layer configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyConfigurationConfigurer
Interface for beans that customize the configuration properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecurityApiConfigurationConfigurer
Interface for beans that customize the web security of the public REST API.
|
interface |
SecurityConfigurationConfigurer
Interface for beans that customize the default web security.
|
Modifier and Type | Class and Description |
---|---|
interface |
ApiController
An annotation that is itself annotated with
RestController . |
interface |
ApiControllerConfiguration
An annotation that is itself annotated with
Configuration . |
Modifier and Type | Interface and Description |
---|---|
interface |
ValueConverter<V,W>
Converts between two representations of the same value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkObjectDecorator
Interface for beans to customize retrieving, updating, inserting and deleting work object.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.