Class PriorityAlgorithmVisitor
- java.lang.Object
-
- com.aquima.interactions.process.impl.PriorityAlgorithmVisitor
-
- All Implemented Interfaces:
IPriorityAlgorithmVisitor
public class PriorityAlgorithmVisitor extends Object implements IPriorityAlgorithmVisitor
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PriorityAlgorithmVisitor(IProcessExtensionFactory factory, Map<String,IPriorityAlgorithmDefinition> algorithms)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAlgorithm(IPriorityAlgorithmDS datasource)
This method may be used to add a priority algorithm to the process engine.protected static Map<String,IPriorityAlgorithmDefinition>
process(IProcessExtensionFactory factory, IProcessEngineDS datasource)
-
-
-
Constructor Detail
-
PriorityAlgorithmVisitor
protected PriorityAlgorithmVisitor(IProcessExtensionFactory factory, Map<String,IPriorityAlgorithmDefinition> algorithms)
-
-
Method Detail
-
process
protected static Map<String,IPriorityAlgorithmDefinition> process(IProcessExtensionFactory factory, IProcessEngineDS datasource) throws InitializationException
- Throws:
InitializationException
-
addAlgorithm
public void addAlgorithm(IPriorityAlgorithmDS datasource) throws InitializationException
Description copied from interface:IPriorityAlgorithmVisitor
This method may be used to add a priority algorithm to the process engine.- Specified by:
addAlgorithm
in interfaceIPriorityAlgorithmVisitor
- Parameters:
datasource
- Data source providing the information for the algorithm that should be added.- Throws:
InitializationException
- This exception is thrown when the algorithm information was invalid.
-
-