| Package | Description |
|---|---|
| org.flowable.ui.admin.domain | |
| org.flowable.ui.admin.properties | |
| org.flowable.ui.admin.repository | |
| org.flowable.ui.admin.service.engine |
| Modifier and Type | Method and Description |
|---|---|
static EndpointType |
EndpointType.valueOf(int endpointCode) |
static EndpointType |
EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<EndpointType,ServerConfig> |
FlowableAdminAppProperties.getServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableAdminAppProperties.setServerConfig(Map<EndpointType,ServerConfig> serverConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerConfig> |
ServerConfigRepository.getByEndpointType(EndpointType endpointType) |
List<ServerConfig> |
ServerConfigRepositoryImpl.getByEndpointType(EndpointType endpointType) |
| Modifier and Type | Method and Description |
|---|---|
ServerConfig |
ServerConfigService.findOneByEndpointTypeCode(EndpointType endpointType) |
ServerConfig |
ServerConfigService.getDefaultServerConfig(EndpointType endpointType) |
protected void |
ServerConfigService.validateServerConfig(EndpointType type,
ServerConfig config) |
Copyright © 2020 Flowable. All rights reserved.