Class OperationsWithContext

java.lang.Object
org.bonitasoft.engine.execution.event.OperationsWithContext
All Implemented Interfaces:
Serializable

public class OperationsWithContext extends Object implements Serializable
Author:
Baptiste Mesta, Celine Souchet
See Also:
  • Constructor Details

    • OperationsWithContext

      public OperationsWithContext(SExpressionContext context, List<SOperation> operations)
      Parameters:
      context - the list of operations
      operations -
    • OperationsWithContext

      public OperationsWithContext(SExpressionContext context, List<SOperation> operations, String containerType)
      Parameters:
      context -
      operations - the list of operations
      containerType - the type of container on which to execute the operations
  • Method Details

    • getContext

      public SExpressionContext getContext()
      Returns:
      the context
    • getOperations

      public List<SOperation> getOperations()
      Returns:
      the operations
    • getContainerType

      public String getContainerType()
      Returns: