Interface AllowedComponentsExporter
-
public interface AllowedComponentsExporterJSON serializable Interface to be used to serialize the Allowed Components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListgetComponents()List of simple objects representing all Allowed Components for the given ResourcebooleanisApplicable()Is the given resource contained by a page, with authored template structure, and is the given resource set as editable (unlocked)
-
-
-
Method Detail
-
getComponents
java.util.List getComponents()
List of simple objects representing all Allowed Components for the given Resource- Returns:
- list of Allowed Components mapping
-
isApplicable
boolean isApplicable()
Is the given resource contained by a page, with authored template structure, and is the given resource set as editable (unlocked)- Returns:
- true if the template has structure support and the resource is editable, false otherwise
-
-