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