Modifier and Type | Method and Description |
---|---|
ActionsPanel<CamelRouteTO> |
CamelRoutesDirectoryPanel.getActions(IModel<CamelRouteTO> model) |
protected List<IColumn<CamelRouteTO,String>> |
CamelRoutesDirectoryPanel.getColumns() |
Iterator<CamelRouteTO> |
CamelRoutesDirectoryPanel.CamelRoutesProvider.iterator(long first,
long count) |
IModel<CamelRouteTO> |
CamelRoutesDirectoryPanel.CamelRoutesProvider.model(CamelRouteTO object) |
Modifier and Type | Method and Description |
---|---|
IModel<CamelRouteTO> |
CamelRoutesDirectoryPanel.CamelRoutesProvider.model(CamelRouteTO object) |
Modifier and Type | Method and Description |
---|---|
ActionsPanel<CamelRouteTO> |
CamelRoutesDirectoryPanel.getActions(IModel<CamelRouteTO> model) |
Modifier and Type | Method and Description |
---|---|
CamelRouteTO |
CamelRoutesRestClient.read(AnyTypeKind anyTypeKind,
String key) |
Modifier and Type | Method and Description |
---|---|
List<CamelRouteTO> |
CamelRoutesRestClient.list(AnyTypeKind anyTypeKind) |
Modifier and Type | Method and Description |
---|---|
void |
CamelRoutesRestClient.update(AnyTypeKind anyTypeKind,
CamelRouteTO routeTO) |
Modifier and Type | Method and Description |
---|---|
CamelRouteTO |
CamelRouteService.read(@NotNull AnyTypeKind anyTypeKind,
@NotNull String key)
Read the route with the given key.
|
Modifier and Type | Method and Description |
---|---|
List<CamelRouteTO> |
CamelRouteService.list(@NotNull AnyTypeKind anyTypeKind)
List all routes for the given any type kind.
|
Modifier and Type | Method and Description |
---|---|
void |
CamelRouteService.update(@NotNull AnyTypeKind anyTypeKind,
@NotNull CamelRouteTO route)
Update the given route.
|
Modifier and Type | Method and Description |
---|---|
CamelRouteTO |
CamelRouteLogic.read(AnyTypeKind anyTypeKind,
String key) |
protected CamelRouteTO |
CamelRouteLogic.resolveReference(Method method,
Object... args) |
Modifier and Type | Method and Description |
---|---|
List<CamelRouteTO> |
CamelRouteLogic.list(AnyTypeKind anyTypeKind) |
Modifier and Type | Method and Description |
---|---|
void |
CamelRouteLogic.update(AnyTypeKind anyTypeKind,
CamelRouteTO routeTO) |
Modifier and Type | Method and Description |
---|---|
CamelRouteTO |
CamelRouteDataBinder.getRouteTO(CamelRoute route) |
Modifier and Type | Method and Description |
---|---|
void |
CamelRouteDataBinder.update(CamelRoute route,
CamelRouteTO routeTO) |
Modifier and Type | Method and Description |
---|---|
CamelRouteTO |
CamelRouteDataBinderImpl.getRouteTO(CamelRoute route) |
Modifier and Type | Method and Description |
---|---|
void |
CamelRouteDataBinderImpl.update(CamelRoute route,
CamelRouteTO routeTO) |
Modifier and Type | Method and Description |
---|---|
CamelRouteTO |
CamelRouteServiceImpl.read(AnyTypeKind anyTypeKind,
String key) |
Modifier and Type | Method and Description |
---|---|
List<CamelRouteTO> |
CamelRouteServiceImpl.list(AnyTypeKind anyTypeKind) |
Modifier and Type | Method and Description |
---|---|
void |
CamelRouteServiceImpl.update(AnyTypeKind anyTypeKind,
CamelRouteTO route) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.