Interface INodePropertyPluginBean<TData>
- Type Parameters:
TData- Type of the workflow element's properties model.
- All Superinterfaces:
IElementPropertiesBean<TData, WorkflowNode>, INodePropertiesBean<TData>, IPluginGenericCustomGUIBean, IPluginWorkflowNodeBean, Serializable
public interface INodePropertyPluginBean<TData>
extends INodePropertiesBean<TData>, IPluginWorkflowNodeBean
Workaround for Java not having intersection types. Makes sure both
INodePropertiesBean and
IPluginWorkflowNodeBean are implemented.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IElementPropertiesBean
prepareViewForElement, updateCurrentProperties, updateCurrentTaskMethods inherited from interface INodePropertiesBean
retrieveCurrentPropertiesMethods inherited from interface IPluginGenericCustomGUIBean
destroy, getFileHelper, getProperties, getResourceHelper, initialize