| Package | Description |
|---|---|
| org.zanata.rest.dto | |
| org.zanata.rest.dto.stats |
| Modifier and Type | Method and Description |
|---|---|
Link |
Links.findLinkByRel(String rel)
Retrieve the first found link of with the given rel or null of it doesn't
exist
|
Link |
Links.findLinkByType(String type)
Retrieve the first found link of with the given type or null of it
doesn't exist
|
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
Links.findLinksByRel(String rel)
Retrieve all links of with the given rel
|
List<Link> |
Links.findLinksByType(String type)
Retrieve all links of with the given type
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerTranslationStatistics.addRef(Link newRef) |
Copyright © 2018 Zanata Project. All rights reserved.