Uses of Class
org.flowable.ui.admin.domain.EndpointType
-
Packages that use EndpointType Package Description org.flowable.ui.admin.domain org.flowable.ui.admin.properties org.flowable.ui.admin.repository org.flowable.ui.admin.service.engine -
-
Uses of EndpointType in org.flowable.ui.admin.domain
Methods in org.flowable.ui.admin.domain that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. valueOf(int endpointCode)Returns the enum constant of this type with the specified name.static EndpointTypeEndpointType. 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. -
Uses of EndpointType in org.flowable.ui.admin.properties
Methods in org.flowable.ui.admin.properties that return types with arguments of type EndpointType Modifier and Type Method Description Map<EndpointType,ServerConfig>FlowableAdminAppProperties. getServerConfig()Method parameters in org.flowable.ui.admin.properties with type arguments of type EndpointType Modifier and Type Method Description voidFlowableAdminAppProperties. setServerConfig(Map<EndpointType,ServerConfig> serverConfig) -
Uses of EndpointType in org.flowable.ui.admin.repository
Methods in org.flowable.ui.admin.repository with parameters of type EndpointType Modifier and Type Method Description List<ServerConfig>ServerConfigRepository. getByEndpointType(EndpointType endpointType)List<ServerConfig>ServerConfigRepositoryImpl. getByEndpointType(EndpointType endpointType) -
Uses of EndpointType in org.flowable.ui.admin.service.engine
Methods in org.flowable.ui.admin.service.engine with parameters of type EndpointType Modifier and Type Method Description ServerConfigServerConfigService. findOneByEndpointTypeCode(EndpointType endpointType)ServerConfigServerConfigService. getDefaultServerConfig(EndpointType endpointType)protected voidServerConfigService. validateServerConfig(EndpointType type, ServerConfig config)
-