Class SStandardLoopCharacteristicsImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.definition.model.impl.SStandardLoopCharacteristicsImpl
-
- All Implemented Interfaces:
java.io.Serializable,SLoopCharacteristics,SStandardLoopCharacteristics
public class SStandardLoopCharacteristicsImpl extends java.lang.Object implements SStandardLoopCharacteristics
- Author:
- Matthieu Chaffotte
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SStandardLoopCharacteristicsImpl(org.bonitasoft.engine.bpm.flownode.StandardLoopCharacteristics loopCharacteristics)SStandardLoopCharacteristicsImpl(SExpression loopCondition, boolean testBefore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SExpressiongetLoopCondition()SExpressiongetLoopMax()booleanisTestBefore()
-
-
-
Constructor Detail
-
SStandardLoopCharacteristicsImpl
public SStandardLoopCharacteristicsImpl(SExpression loopCondition, boolean testBefore)
-
SStandardLoopCharacteristicsImpl
public SStandardLoopCharacteristicsImpl(org.bonitasoft.engine.bpm.flownode.StandardLoopCharacteristics loopCharacteristics)
-
-
Method Detail
-
getLoopCondition
public SExpression getLoopCondition()
- Specified by:
getLoopConditionin interfaceSStandardLoopCharacteristics
-
isTestBefore
public boolean isTestBefore()
- Specified by:
isTestBeforein interfaceSStandardLoopCharacteristics
-
getLoopMax
public SExpression getLoopMax()
- Specified by:
getLoopMaxin interfaceSStandardLoopCharacteristics
-
-