Interface IRetrieveElementPropsRetVal<TCustomData>

Type Parameters:
TCustomData - Type of the custom parameters the workflow element required.
All Known Implementing Classes:
RetrieveElementPropsRetVal

public interface IRetrieveElementPropsRetVal<TCustomData>
Parameters that are returned from to IElementPropertiesBean.retrieveCurrentProperties(Object) when the workflow element is stored or saved.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCustomData

      TCustomData getCustomData()
      Returns:
      The current custom properties of the workflow element being edited.