Package org.bonitasoft.engine.execution
Class StartFlowNodeFilter
- java.lang.Object
-
- org.bonitasoft.engine.execution.StartFlowNodeFilter
-
- All Implemented Interfaces:
java.io.Serializable,Filter<SFlowNodeDefinition>
public class StartFlowNodeFilter extends java.lang.Object implements Filter<SFlowNodeDefinition>
- Author:
- Elias Ricken de Medeiros, Vincent Elcrin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StartFlowNodeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmustSelect(SFlowNodeDefinition flowNode)
-
-
-
Method Detail
-
mustSelect
public boolean mustSelect(SFlowNodeDefinition flowNode)
- Specified by:
mustSelectin interfaceFilter<SFlowNodeDefinition>
-
-