Uses of Class
com.aquima.interactions.process.exception.UnknownRoutingAlgorithmException
-
-
Uses of UnknownRoutingAlgorithmException in com.aquima.interactions.portal.model.factory
Methods in com.aquima.interactions.portal.model.factory that throw UnknownRoutingAlgorithmException Modifier and Type Method Description IRoutingAlgorithm
LinkedProcessExtensionFactory. getRoutingAlgorithm(String name)
-
Uses of UnknownRoutingAlgorithmException in com.aquima.interactions.process
Methods in com.aquima.interactions.process that throw UnknownRoutingAlgorithmException Modifier and Type Method Description IRoutingAlgorithm
DefaultProcessExtensionFactory. getRoutingAlgorithm(String name)
IRoutingAlgorithmDefinition
IProcessEngine. getRoutingAlgorithm(String name)
This method returns the routing algorithm definition for the specified name.IRoutingAlgorithm
IProcessExtensionFactory. getRoutingAlgorithm(String name)
Returns the routing algorithm. -
Uses of UnknownRoutingAlgorithmException in com.aquima.interactions.process.impl
Methods in com.aquima.interactions.process.impl that throw UnknownRoutingAlgorithmException Modifier and Type Method Description IRoutingAlgorithmDefinition
ProcessEngine. getRoutingAlgorithm(String name)
IRoutingAlgorithmDefinition
ProcessEngine. getRoutingAlgorithmByName(String routingAlgorithmName)
-
Uses of UnknownRoutingAlgorithmException in com.aquima.interactions.process.wrapper
Methods in com.aquima.interactions.process.wrapper that throw UnknownRoutingAlgorithmException Modifier and Type Method Description IRoutingAlgorithmDefinition
ReadonlyProcessEngine. getRoutingAlgorithm(String name)
IRoutingAlgorithmDefinition
ProcessEngineDelegate. getRoutingAlgorithmByName(String routingAlgorithmName)
-