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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FlowchartLinterProviderBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<NodeKey,Boolean>findDeadNodeUpdates(FlowchartModel model) 
 - 
 
- 
- 
Method Detail
- 
findDeadNodeUpdates
public Map<NodeKey,Boolean> findDeadNodeUpdates(FlowchartModel model)
- Specified by:
 findDeadNodeUpdatesin 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.
 
 
 - 
 
 -