public class OperationsWithContext extends Object implements Serializable
| Constructor and Description |
|---|
OperationsWithContext(org.bonitasoft.engine.core.expression.control.model.SExpressionContext context,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations) |
OperationsWithContext(org.bonitasoft.engine.core.expression.control.model.SExpressionContext context,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
String containerType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerType() |
org.bonitasoft.engine.core.expression.control.model.SExpressionContext |
getContext() |
List<org.bonitasoft.engine.core.operation.model.SOperation> |
getOperations() |
public OperationsWithContext(org.bonitasoft.engine.core.expression.control.model.SExpressionContext context,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations)
context - the list of operationsoperations - public OperationsWithContext(org.bonitasoft.engine.core.expression.control.model.SExpressionContext context,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
String containerType)
context - operations - the list of operationscontainerType - the type of container on which to execute the operationspublic org.bonitasoft.engine.core.expression.control.model.SExpressionContext getContext()
public List<org.bonitasoft.engine.core.operation.model.SOperation> getOperations()
public String getContainerType()
Copyright © 2017 Bonitasoft S.A.. All rights reserved.