Interface IElementUpdateCurrentPropsParams<TData>
- 
- Type Parameters:
- TData- Type of the properties model, see e.g.- INodeHandleror- ITriggerHandler.
 - All Known Implementing Classes:
- ElementUpdateCurrentPropsParams
 
 public interface IElementUpdateCurrentPropsParams<TData>Parameters that are passed toIElementPropertiesBean.updateCurrentProperties(IElementUpdateCurrentPropsParams).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TDatagetNewData()TDatagetOldData()
 
- 
- 
- 
Method Detail- 
getOldDataTData getOldData() - Returns:
- The parsed old databefore the update, an instance of the class as returned byIElementHandler.getDataModelClass().
 
 - 
getNewDataTData getNewData() - Returns:
- The parsed new dataafter the update, an instance of the class as returned byIElementHandler.getDataModelClass().
 
 
- 
 
-