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 toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TCustomData
getCustomData()
-
-
-
Method Detail
-
getCustomData
TCustomData getCustomData()
- Returns:
- The current custom properties of the workflow element being edited.
-
-