Class ComponentSpaceQuotaKey
- java.lang.Object
-
- org.silverpeas.core.admin.space.quota.AbstractSpaceQuotaKey
-
- org.silverpeas.core.admin.space.quota.ComponentSpaceQuotaKey
-
- All Implemented Interfaces:
QuotaKey
public class ComponentSpaceQuotaKey extends AbstractSpaceQuotaKey
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentSpaceQuotaKey
from(SpaceInst space)
Initializing a quota key from a given spaceQuotaType
getQuotaType()
-
Methods inherited from class org.silverpeas.core.admin.space.quota.AbstractSpaceQuotaKey
getResourceId, getSpace, isValid
-
-
-
-
Method Detail
-
from
public static ComponentSpaceQuotaKey from(SpaceInst space)
Initializing a quota key from a given space- Parameters:
space
-- Returns:
-
getQuotaType
public QuotaType getQuotaType()
-
-