Package de.xima.fc.workflow.mixin
Interface ITriggerPropertyPluginBean<TData>
-
- Type Parameters:
TData
- Type of the workflow element's properties model.
- All Superinterfaces:
IElementPropertiesBean<TData,WorkflowTrigger>
,IPluginGenericCustomGUIBean
,IPluginWorkflowTriggerBean
,ITriggerPropertiesBean<TData>
,Serializable
public interface ITriggerPropertyPluginBean<TData> extends ITriggerPropertiesBean<TData>, IPluginWorkflowTriggerBean
Workaround for Java not having intersection types. Makes sure bothITriggerPropertiesBean
andIPluginWorkflowTriggerBean
are implemented.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementPropertiesBean
prepareViewForElement, updateCurrentProperties, updateCurrentTask
-
Methods inherited from interface de.xima.fc.plugin.gui.IPluginGenericCustomGUIBean
destroy, getFileHelper, getProperties, getResourceHelper, initialize
-
Methods inherited from interface de.xima.fc.interfaces.workflow.triggers.ITriggerPropertiesBean
retrieveCurrentProperties
-
-