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

public abstract class DataMapping extends MappingProviderProvider implements IDataMapping
The Class DataMapping.
  • Constructor Details

    • DataMapping

      public DataMapping(IMappingProvider mappingProvider)
      Creates a new DataMapping.
      Parameters:
      mappingProvider - the mapping provider
  • Method Details

    • getUpdateWarning

      public String getUpdateWarning(PictogramLink pictogramLink)
      Description copied from interface: IDataMapping
      Gets the update warning.
      Specified by:
      getUpdateWarning in interface IDataMapping
      Parameters:
      pictogramLink - the pictogram link
      Returns:
      the update warning
    • getBusinessObject

      protected Object getBusinessObject(PictogramLink link)
      Gets the business object.
      Parameters:
      link - the pictogram link
      Returns:
      the business object