Class PriorityAlgorithmDefinition
java.lang.Object
com.aquima.interactions.process.impl.PriorityAlgorithmDefinition
- All Implemented Interfaces:
IPriorityAlgorithmDefinition
Implementation of the AuthorizationAlgorithm
- Since:
- 9.1
- Author:
- A.Pragt
-
Constructor Summary
ConstructorsConstructorDescriptionPriorityAlgorithmDefinition
(IProcessExtensionFactory factory, IPriorityAlgorithmDS datasource) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the reevaluate eventThis method returns the evaluate type.getName()
This method returns the name of the algorithm.This method returns the start time expression on which the priority will be re-evaluatedboolean
This method returns an indicator whether the algorithm uses an external implementation.
-
Constructor Details
-
PriorityAlgorithmDefinition
public PriorityAlgorithmDefinition(IProcessExtensionFactory factory, IPriorityAlgorithmDS datasource) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getName
Description copied from interface:IPriorityAlgorithmDefinition
This method returns the name of the algorithm.- Specified by:
getName
in interfaceIPriorityAlgorithmDefinition
- Returns:
- The name of the algorithm, never null.
-
isExternal
public boolean isExternal()Description copied from interface:IPriorityAlgorithmDefinition
This method returns an indicator whether the algorithm uses an external implementation.- Specified by:
isExternal
in interfaceIPriorityAlgorithmDefinition
- Returns:
- Indicator to use external implementation.
-
getEvaluationTime
Description copied from interface:IPriorityAlgorithmDefinition
This method returns the evaluate type.- Specified by:
getEvaluationTime
in interfaceIPriorityAlgorithmDefinition
- Returns:
- The evaluate type.
-
getEvaluationEvent
Description copied from interface:IPriorityAlgorithmDefinition
This method returns the reevaluate event- Specified by:
getEvaluationEvent
in interfaceIPriorityAlgorithmDefinition
- Returns:
- The reevaluate event
-
getStartDateExpression
Description copied from interface:IPriorityAlgorithmDefinition
This method returns the start time expression on which the priority will be re-evaluated- Specified by:
getStartDateExpression
in interfaceIPriorityAlgorithmDefinition
- Returns:
-