| Package | Description |
|---|---|
| org.jboss.as.console.mbui.model.mapping | |
| org.useware.kernel.model.mapping | |
| org.useware.kernel.model.structure | |
| org.useware.kernel.model.structure.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
DMRMapping
Mapping for a concrete resource in the DMR model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DMRMapping.complementFrom(Mapping parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Predicate<T extends Mapping> |
| Modifier and Type | Method and Description |
|---|---|
abstract Mapping |
Mapping.copy() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Mapping.complementFrom(Mapping parent)
Mapping exist in a hierarchical structure.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Mapping> |
InteractionUnit.findMapping(MappingType type)
Finds the first mapping of a type within the hierarchy.
|
<T extends Mapping> |
InteractionUnit.findMapping(MappingType type,
Predicate<T> predicate)
Finds the first mapping of a type within the hierarchy.
|
<T extends Mapping> |
InteractionUnit.getMapping(MappingType type)
Get a mapping local to this unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InteractionUnit.addMapping(Mapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
Builder |
Builder.mappedBy(Mapping mapping) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.