Package | Description |
---|---|
org.waarp.openr66.dao.database | |
org.waarp.openr66.dao.xml | |
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.http.restv2.converters |
This package regroups the different utility classes used to convert between
database objects and their
representations as
ObjectNode . |
org.waarp.openr66.protocol.http.restv2.resthandlers |
This package regroups all the general purpose Netty
ChannelHandlers
of the REST API. |
org.waarp.openr66.protocol.http.restv2.utils |
A series of utility classes for the RESTv2 handlers.
|
Modifier and Type | Method and Description |
---|---|
Host |
DBHostDAO.getFromResultSet(ResultSet set) |
Modifier and Type | Method and Description |
---|---|
protected String |
DBHostDAO.getId(Host e1) |
protected Object[] |
DBHostDAO.getInsertValues(Host host) |
protected Object[] |
DBHostDAO.getUpdateValues(Host host) |
Modifier and Type | Method and Description |
---|---|
Host |
XMLHostDAO.select(String hostid) |
Modifier and Type | Method and Description |
---|---|
List<Host> |
XMLHostDAO.find(List<Filter> fitlers) |
List<Host> |
XMLHostDAO.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
XMLHostDAO.delete(Host host) |
void |
XMLHostDAO.insert(Host host) |
void |
XMLHostDAO.update(Host host) |
Modifier and Type | Method and Description |
---|---|
protected AbstractDAO<Host> |
DbHostAuth.getDao() |
Modifier and Type | Field and Description |
---|---|
Comparator<Host> |
HostConverter.Order.comparator
The comparator used to sort the list of RestHost objects.
|
Modifier and Type | Method and Description |
---|---|
static Host |
HostConverter.nodeToNewHost(com.fasterxml.jackson.databind.node.ObjectNode object)
Converts the given
ObjectNode into a Host object. |
static Host |
HostConverter.nodeToUpdatedHost(com.fasterxml.jackson.databind.node.ObjectNode object,
Host oldHost)
Returns the given
Host object updated with the values defined in
the ObjectNode parameter. |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
HostConverter.hostToNode(Host host)
Converts the given
Host object into an ObjectNode . |
static Host |
HostConverter.nodeToUpdatedHost(com.fasterxml.jackson.databind.node.ObjectNode object,
Host oldHost)
Returns the given
Host object updated with the values defined in
the ObjectNode parameter. |
Modifier and Type | Method and Description |
---|---|
protected void |
RestHandlerHook.validateHMACCredentials(Host host,
String authDate,
String authUser,
String authKey) |
Modifier and Type | Field and Description |
---|---|
List<Host> |
XmlSerializable.Hosts.hosts
The list of
Host . |
Constructor and Description |
---|
Hosts(List<Host> hosts) |
Copyright © 2009–2020 Waarp. All rights reserved.