| Modifier and Type | Method and Description |
|---|---|
protected EnumerationMetaTypeModel |
EnumerationMetaTypeModelFactory.getModel(YObjectGraphContext ctx,
NodeContext nodeCtx,
EnumerationMetaTypeDTO dto) |
protected EnumerationValueModel |
EnumerationValueModelFactory.getModel(YObjectGraphContext ctx,
NodeContext nodeCtx,
EnumerationValueDTO dto) |
protected ItemModel |
GenericNodeFactory.getModel(YObjectGraphContext ctx,
NodeContext nodeCtx,
java.lang.Object dto) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemModel |
GenericYNodeFactory.getModel(YObjectGraphContext ctx,
NodeContext nodeCtx,
java.lang.Object dto) |
protected abstract T |
YNodeFactory.getModel(YObjectGraphContext ctx,
NodeContext nodeCtx,
S dto) |
T |
YNodeFactory.getValue(NodeContext ctx,
S dto) |
| Modifier and Type | Method and Description |
|---|---|
NodeContext |
PropertyContext.getParentContext()
Returns the
NodeContext which was used to create this PropertyContext. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeContext> |
NodeContext.getProcessingPath()
Returns a list of
NodeContext instances starting from a root context up to parent context of current
processed node. |
| Modifier and Type | Method and Description |
|---|---|
T |
NodeFactory.getValue(NodeContext ctx,
S srcValue)
Tries to find a target value for a passed source value.
|
void |
NodeValueCreatedListener.performCreated(NodeContext nodeCtx,
java.lang.Object created) |
<T> T |
NodeProcessor.process(NodeContext nodeCtx,
java.lang.Object source,
T target)
Processes each property from source node and moves them to target node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeContextImpl
See specification of
NodeContext. |
| Modifier and Type | Method and Description |
|---|---|
protected NodeContext |
GraphContextImpl.createRootNodeContext(CachedClassLookupMap<NodeMapping> rootNodeLookup,
AbstractNodeMapping nodeMapping,
java.lang.Object source)
Creates an initial
NodeContext (root node context) |
NodeContext |
PropertyContextImpl.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeContext> |
NodeContextImpl.getProcessingPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGraphTransformer.nodeContextCreated(NodeContext nodeCtx) |
protected void |
DefaultGraphTransformer.performNodeCreated(NodeContext nodeCtx,
java.lang.Object node) |
protected abstract void |
AbstractGraphTransformer.performNodeCreated(NodeContext nodeCtx,
java.lang.Object node) |
<T> T |
AbstractNodeProcessor.process(NodeContext nodeCtx,
java.lang.Object source,
T target) |
Copyright © 2018 SAP SE. All Rights Reserved.