com.atlassian.confluence.ondemand
Interface OnDemandLicenseManager
- All Known Implementing Classes:
- OnDemandLicenseManagerImpl, OnDemandLicenseManagerNoOpImpl
public interface OnDemandLicenseManager
Allows confluence core to answer questions about the state of confluence license properties managed
by OnDemand. The implementation of this component is overridden in OnDemand.
Method Summary |
boolean |
isConfluenceEnabled()
Detects if confluence is actually enabled, in OnDemand confluence can be configured so that it is running but
not enabled. |
boolean |
isOnDemand()
|
isOnDemand
boolean isOnDemand()
isConfluenceEnabled
boolean isConfluenceEnabled()
- Detects if confluence is actually enabled, in OnDemand confluence can be configured so that it is running but
not enabled. When called from vanilla confluence or standalone confluence this method will always return true.
- Returns:
- true if confluence is enabled
Copyright © 2003–2015 Atlassian. All rights reserved.