org.bonitasoft.engine.core.operation.model.builder.impl
public class SOperationBuilderImpl extends Object implements org.bonitasoft.engine.core.operation.model.builder.SOperationBuilder
| Constructor and Description |
|---|
SOperationBuilderImpl(SOperationImpl operation) |
| Modifier and Type | Method and Description |
|---|---|
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 SOperationBuilderImpl(SOperationImpl operation)
public 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 © 2014 Bonitasoft S.A.. All rights reserved.