Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Field and Description |
---|---|
protected QuotaElement |
QuotaManager.channelQuotaAlert |
Modifier and Type | Method and Description |
---|---|
QuotaElement |
QuotaManager.getChannelQuotaAlert() |
QuotaElement |
QuotaManager.getElement(Workspace wk)
create a
QuotaElement for a Workspace . |
QuotaElement |
QuotaManager.getSiteElement()
create a
QuotaElement for a whiole site. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Workspace,QuotaElement> |
QuotaManager.getElements()
returns the
Map with all QuotaElement per workspace, the value with the null key is for the whole site. |
java.util.Map<Workspace,QuotaElement> |
QuotaManager.getElements(Workspace workspace)
returns the
Map with all QuotaElement per workspace, the value with the null key is for the whole site. |
Modifier and Type | Method and Description |
---|---|
void |
QuotaManager.setChannelQuotaAlert(QuotaElement channelQuotaAlert) |
Constructor and Description |
---|
WorkspaceNodeComparator(java.util.Map<Workspace,QuotaElement> elements,
QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType sortCriteria,
boolean reverse) |
Modifier and Type | Field and Description |
---|---|
protected QuotaElement |
Workspace.quotaAlert |
Modifier and Type | Method and Description |
---|---|
QuotaElement |
Workspace.getQuotaAlert() |
Modifier and Type | Method and Description |
---|---|
void |
Workspace.setQuotaAlert(QuotaElement quotaAlert) |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.