|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPMappingRule
A mapping rule describes the behaviour of a mapping. By default a mapping rule is empty. It doesn't transfer any data. To transfer data we need to specify a source and destination paths.
| Method Summary | |
|---|---|
void |
addAttributeFallback(String fallBack)
Adds a fallabk attribute value to the mapping rule |
IGPMappingLocator |
addSourceLocator()
Append new empty source locator. |
void |
addStructureFallback(IGPStructure structure)
Adds a structure fallback |
IGPMappingLocator |
addTargetLocator()
Append new empty target locator. |
String[] |
getAttributeFallbacks()
Returns all fallbacks for an attribute |
IGPMappingLocator |
getFirstSourceLocator()
Get the first (and most used) source locator of this rule. |
IGPMappingLocator |
getFirstTargetLocator()
Get the first (and most used) target locator of this rule. |
Iterator |
getSourceLocators()
Iterate over the source locators of this rule. |
IGPStructure[] |
getStructureFallbacks()
Returns all structure fallbacks |
Iterator |
getTargetLocators()
Iterate over the target locators of this rule. |
void |
removeAttributeFallbacks()
Removes all attribute fallbacks |
boolean |
removeSourceLocator(IGPMappingLocator locator)
Remove a given locator from the sources of this rule. |
void |
removeStructureFallbacks()
Remove all structure fallbacks |
boolean |
removeTargetLocator(IGPMappingLocator locator)
Remove a given locator from the targets of this rule. |
String |
toString()
Overriden default-method. |
| Method Detail |
|---|
IGPMappingLocator addSourceLocator()
IGPMappingLocator addTargetLocator()
boolean removeSourceLocator(IGPMappingLocator locator)
locator - locator to be deleted.
boolean removeTargetLocator(IGPMappingLocator locator)
locator - locator to be deleted.
Iterator getSourceLocators()
IGPMappingLocator elementsIterator getTargetLocators()
IGPMappingLocator elementsIGPMappingLocator getFirstSourceLocator()
IGPMappingLocator getFirstTargetLocator()
void addAttributeFallback(String fallBack)
fallBack - String[] getAttributeFallbacks()
void removeAttributeFallbacks()
IGPStructure[] getStructureFallbacks()
void addStructureFallback(IGPStructure structure)
structure - void removeStructureFallbacks()
String toString()
toString in class Object
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||