Class OperationsWithContext
java.lang.Object
org.bonitasoft.engine.execution.event.OperationsWithContext
- All Implemented Interfaces:
Serializable
- Author:
- Baptiste Mesta, Celine Souchet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationsWithContext(SExpressionContext context, List<SOperation> operations) OperationsWithContext(SExpressionContext context, List<SOperation> operations, String containerType) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
OperationsWithContext
- Parameters:
context- the list of operationsoperations-
-
OperationsWithContext
public OperationsWithContext(SExpressionContext context, List<SOperation> operations, String containerType) - Parameters:
context-operations- the list of operationscontainerType- the type of container on which to execute the operations
-
-
Method Details
-
getContext
- Returns:
- the context
-
getOperations
- Returns:
- the operations
-
getContainerType
- Returns:
-