| Package | Description |
|---|---|
| org.codice.ddf.admin.application.service | |
| org.codice.ddf.admin.application.service.impl |
| Modifier and Type | Method and Description |
|---|---|
ApplicationNode |
ApplicationNode.getParent()
Returns the parent of the application.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ApplicationNode> |
ApplicationService.getApplicationTree()
Creates a hierarchy tree of application nodes that show the relationship between applications.
|
Set<ApplicationNode> |
ApplicationNode.getChildren()
Returns the children of this application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationNodeImpl
Implementation of an ApplicationNode.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationNode |
ApplicationNodeImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Set<ApplicationNode> |
ApplicationServiceImpl.getApplicationTree() |
Set<ApplicationNode> |
ApplicationNodeImpl.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
int |
ApplicationNodeImpl.compareTo(ApplicationNode otherApp) |
void |
ApplicationNodeImpl.setParent(ApplicationNode parent)
Sets the parent for this application.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.