Interface TmaChecklistActionResolver
- All Known Implementing Classes:
DefaultTmaAbstractChecklistActionResolver,TmaAppointmentActionResolver,TmaContractStartDateActionResolver,TmaInstallationAddressActionResolver,TmaMsisdnActionResolver,TmaServiceProviderActionResolver
public interface TmaChecklistActionResolver
Strategy to resolve checklist actions against a list of contexts
- Since:
- 1911
-
Method Summary
Modifier and TypeMethodDescriptionvoidresolveAction(TmaPolicyActionModel action, List<TmaPolicyContext> contexts) Resolve the action against the list of contexts
-
Method Details
-
resolveAction
Resolve the action against the list of contexts- Parameters:
action- the action to be resolvedcontexts- the contexts for which the action will be resolved
-