Uses of Class
org.flowable.ui.admin.dto.ServerConfigRepresentation
-
Packages that use ServerConfigRepresentation Package Description org.flowable.ui.admin.service.engine -
-
Uses of ServerConfigRepresentation in org.flowable.ui.admin.service.engine
Methods in org.flowable.ui.admin.service.engine that return ServerConfigRepresentation Modifier and Type Method Description protected ServerConfigRepresentationServerConfigService. createServerConfigRepresentation(ServerConfig serverConfig)Methods in org.flowable.ui.admin.service.engine that return types with arguments of type ServerConfigRepresentation Modifier and Type Method Description protected List<ServerConfigRepresentation>ServerConfigService. createServerConfigRepresentation(List<ServerConfig> serverConfigs)List<ServerConfigRepresentation>ServerConfigService. findAll()
-