public class SOperationBuilderImpl extends Object implements org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder
| Constructor and Description |
|---|
SOperationBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder |
createNewInstance() |
org.bonitasoft.engine.core.operation.model.SOperation |
done() |
org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder |
setLeftOperand(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand) |
org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder |
setOperator(String operator) |
org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder |
setRightOperand(org.bonitasoft.engine.expression.model.SExpression rightOperand) |
org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder |
setType(org.bonitasoft.engine.core.operation.model.SOperatorType operatorType) |
public org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder createNewInstance()
createNewInstance in interface org.bonitasoft.engine.core.operation.model.builder.SOperationBuilderpublic org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder setLeftOperand(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand)
setLeftOperand in interface org.bonitasoft.engine.core.operation.model.builder.SOperationBuilderpublic org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder setType(org.bonitasoft.engine.core.operation.model.SOperatorType operatorType)
setType in interface org.bonitasoft.engine.core.operation.model.builder.SOperationBuilderpublic org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder setOperator(String operator)
setOperator in interface org.bonitasoft.engine.core.operation.model.builder.SOperationBuilderpublic org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder setRightOperand(org.bonitasoft.engine.expression.model.SExpression rightOperand)
setRightOperand in interface org.bonitasoft.engine.core.operation.model.builder.SOperationBuilderpublic org.bonitasoft.engine.core.operation.model.SOperation done()
done in interface org.bonitasoft.engine.core.operation.model.builder.SOperationBuilderCopyright © 2013 BonitaSoft. All Rights Reserved.