Package org.bonitasoft.engine.execution
Class FlowNodeIdFilter
- java.lang.Object
-
- org.bonitasoft.engine.execution.FlowNodeIdFilter
-
- All Implemented Interfaces:
java.io.Serializable,Filter<SFlowNodeDefinition>
public class FlowNodeIdFilter extends java.lang.Object implements Filter<SFlowNodeDefinition>
Created by Vincent Elcrin Date: 17/12/13 Time: 17:34- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowNodeIdFilter(long id)FlowNodeIdFilter(java.util.List<java.lang.Long> ids)
-
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>
-
-