Class DataMapping
java.lang.Object
org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
org.eclipse.graphiti.pattern.mapping.data.DataMapping
- All Implemented Interfaces:
IDataMapping
- Direct Known Subclasses:
ImageDataMapping
,TextDataMapping
The Class DataMapping.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
Gets the business object.getUpdateWarning
(PictogramLink pictogramLink) Gets the update warning.Methods inherited from class org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
getMappingProvider
-
Constructor Details
-
DataMapping
Creates a newDataMapping
.- Parameters:
mappingProvider
- the mapping provider
-
-
Method Details
-
getUpdateWarning
Description copied from interface:IDataMapping
Gets the update warning.- Specified by:
getUpdateWarning
in interfaceIDataMapping
- Parameters:
pictogramLink
- the pictogram link- Returns:
- the update warning
-
getBusinessObject
Gets the business object.- Parameters:
link
- the pictogram link- Returns:
- the business object
-