public class CrowdApplicationFactory extends Object implements ApplicationFactory
InternalApplicationHelper internally, which assumes there's
only one application of type CROWD. This additionally assumes that the application name doesn't change during
runtime.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CROWD_APPLICATION_NAME |
| Constructor and Description |
|---|
CrowdApplicationFactory(InternalApplicationHelper applicationHelper) |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
String |
getApplicationName() |
boolean |
isEmbeddedCrowd()
Used in order to distinguish if we're running in Embedded Crowd or in Crowd as standalone product.
|
public static final String DEFAULT_CROWD_APPLICATION_NAME
public CrowdApplicationFactory(InternalApplicationHelper applicationHelper)
public Application getApplication()
getApplication in interface ApplicationFactorypublic String getApplicationName()
getApplicationName in interface ApplicationFactorypublic boolean isEmbeddedCrowd()
ApplicationFactoryisEmbeddedCrowd in interface ApplicationFactoryCopyright © 2023 Atlassian. All rights reserved.