Class AnyApplicationFinder

java.lang.Object
com.aquima.web.rest.v1.controller.application.finder.AnyApplicationFinder
All Implemented Interfaces:
com.blueriq.component.api.ApplicationFinder

public class AnyApplicationFinder extends Object implements com.blueriq.component.api.ApplicationFinder
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnyApplicationFinder(com.aquima.interactions.portal.IPortalEngine portalEngine, com.aquima.interactions.process.IProcessEngineSettings processEngineSettings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.aquima.interactions.portal.IApplication
    getApplication(com.aquima.interactions.foundation.ApplicationID appId)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnyApplicationFinder

      public AnyApplicationFinder(com.aquima.interactions.portal.IPortalEngine portalEngine, com.aquima.interactions.process.IProcessEngineSettings processEngineSettings)
  • Method Details

    • getApplication

      public com.aquima.interactions.portal.IApplication getApplication(com.aquima.interactions.foundation.ApplicationID appId)
      Specified by:
      getApplication in interface com.blueriq.component.api.ApplicationFinder