Class OperationExecutorStrategyProvider
- java.lang.Object
-
- org.bonitasoft.engine.core.operation.OperationExecutorStrategyProvider
-
@Component public class OperationExecutorStrategyProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OperationExecutorStrategyProvider(java.util.List<OperationExecutorStrategy> operationExecutors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationExecutorStrategygetOperationExecutorStrategy(SOperation operation)protected java.lang.StringgetStrategyKey(SOperation operation)
-
-
-
Constructor Detail
-
OperationExecutorStrategyProvider
public OperationExecutorStrategyProvider(java.util.List<OperationExecutorStrategy> operationExecutors)
-
-
Method Detail
-
getOperationExecutorStrategy
public OperationExecutorStrategy getOperationExecutorStrategy(SOperation operation) throws SOperationExecutionException
- Throws:
SOperationExecutionException
-
getStrategyKey
protected java.lang.String getStrategyKey(SOperation operation)
-
-