com.atlassian.crowd.manager.application
Class InternalApplicationHelperImpl

java.lang.Object
  extended by com.atlassian.crowd.manager.application.InternalApplicationHelperImpl
All Implemented Interfaces:
InternalApplicationHelper

public class InternalApplicationHelperImpl
extends Object
implements InternalApplicationHelper


Constructor Summary
InternalApplicationHelperImpl(ApplicationManager applicationManager)
           
 
Method Summary
 Application findCrowdConsoleApplication()
          Retrieve the Application representing the Crowd console application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalApplicationHelperImpl

public InternalApplicationHelperImpl(ApplicationManager applicationManager)
Method Detail

findCrowdConsoleApplication

public Application findCrowdConsoleApplication()
                                        throws RuntimeException
Description copied from interface: InternalApplicationHelper
Retrieve the Application representing the Crowd console application. We expect there to be exactly 1 of these.

Specified by:
findCrowdConsoleApplication in interface InternalApplicationHelper
Returns:
the Crowd application
Throws:
RuntimeException - if there is not exactly 1 Crowd application


Copyright © 2016 Atlassian. All Rights Reserved.