Package com.blueriq.component.api
Interface ApplicationFinder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface describes a method to find the application that matches some criteria that have been coded into the
implementing classes. It is intended to be used by code that reads records from persistent storage where the
application ID is stored (e.g. process cases or timeline entries)
-
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.portal.IApplication
getApplication
(com.aquima.interactions.foundation.ApplicationID appId)
-
Method Details
-
getApplication
com.aquima.interactions.portal.IApplication getApplication(com.aquima.interactions.foundation.ApplicationID appId)
-