Class FlowchartLinterProviderBean
java.lang.Object
de.xima.fc.workflow.designer.bean.FlowchartLinterProviderBean
- All Implemented Interfaces:
IFlowchartLinterService
,Serializable
@Named
@ViewScoped
public class FlowchartLinterProviderBean
extends Object
implements IFlowchartLinterService, Serializable
Bean for the flowchart component to locate dead workflow nodes.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlowchartLinterProviderBean
public FlowchartLinterProviderBean()
-
-
Method Details
-
findDeadNodeUpdates
- Specified by:
findDeadNodeUpdates
in interfaceIFlowchartLinterService
- Parameters:
model
- Current flowchart model.- Returns:
- A map with all nodes for which their dead node status has changed. These updates will be sent to the client.
-