Package com.composum.sling.nodes.query
Class ExportSet
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.nodes.console.ConsoleSlingBean
-
- com.composum.sling.nodes.query.ConfigSet<ExportCfg>
-
- com.composum.sling.nodes.query.ExportSet
-
-
Field Summary
Fields Modifier and Type Field Description static com.composum.sling.core.filter.ResourceFilter
EXPORT_SET_ITEM_FILTER
static String
EXPORT_SET_RESOURCE_TYPE
-
Fields inherited from class com.composum.sling.nodes.query.ConfigSet
DEFAULT_GROUP, PROP_GROUP, SERVICE_KEY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExportCfg
createItem(org.apache.sling.api.resource.Resource resource)
protected com.composum.sling.core.filter.ResourceFilter
getItemFilter()
protected String
getSetResourceType()
-
Methods inherited from class com.composum.sling.nodes.query.ConfigSet
findItems, getGroups, getItems
-
Methods inherited from class com.composum.sling.nodes.console.ConsoleSlingBean
initialize
-
Methods inherited from class com.composum.sling.core.AbstractSlingBean
executeQuery, findBeans, findNodes, findNodes, findPathList, getContentResource, getDomId, getHasTitle, getId, getInherited, getInherited, getName, getNode, getParent, getParent, getPath, getPermissible, getProperty, getProperty, getQueryManager, getRequest, getResolver, getResource, getResponse, getServiceKey, getSession, getSling, getStringId, getTitle, getType, getUrl, getUsername, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
-
-
-
-
Field Detail
-
EXPORT_SET_RESOURCE_TYPE
public static final String EXPORT_SET_RESOURCE_TYPE
- See Also:
- Constant Field Values
-
EXPORT_SET_ITEM_FILTER
public static final com.composum.sling.core.filter.ResourceFilter EXPORT_SET_ITEM_FILTER
-
-
Method Detail
-
getSetResourceType
protected String getSetResourceType()
- Specified by:
getSetResourceType
in classConfigSet<ExportCfg>
-
getItemFilter
protected com.composum.sling.core.filter.ResourceFilter getItemFilter()
- Specified by:
getItemFilter
in classConfigSet<ExportCfg>
-
createItem
protected ExportCfg createItem(org.apache.sling.api.resource.Resource resource)
- Specified by:
createItem
in classConfigSet<ExportCfg>
-
-