Package com.composum.sling.nodes.query
Class ExportCfg
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.nodes.console.ConsoleSlingBean
-
- com.composum.sling.nodes.query.ConfigItem
-
- com.composum.sling.nodes.query.ExportCfg
-
- All Implemented Interfaces:
RestrictedBean
,SlingBean
,Comparable<ConfigItem>
public class ExportCfg extends ConfigItem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.composum.sling.core.AbstractSlingBean
AbstractSlingBean.NodeClosure
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROP_EXPORT_TYPE
static String
PROP_FILENAME
static String
PROP_FILTER
static String
PROP_PROPERTIES
static String
PROP_QUERY
static String
PROP_SELECTORS
static String
PROP_SEPARATOR
-
Fields inherited from class com.composum.sling.nodes.query.ConfigItem
ORDER_DEFAULT, PROP_ORDER
-
Fields inherited from class com.composum.sling.core.AbstractSlingBean
context, queryManager, request, resolver, resource, response, session, sling
-
-
Constructor Summary
Constructors Constructor Description ExportCfg()
ExportCfg(BeanContext context)
ExportCfg(BeanContext context, org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExportType()
String
getFilename()
String
getFilter()
String
getProperties()
String
getQuery()
String
getSelectors()
String
getSeparator()
-
Methods inherited from class com.composum.sling.nodes.query.ConfigItem
compareTo, getDescription, getId, getOrder, getTitle
-
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, getInherited, getInherited, getName, getNode, getParent, getParent, getPath, getPermissible, getProperty, getProperty, getQueryManager, getRequest, getResolver, getResource, getResponse, getServiceKey, getSession, getSling, getStringId, getType, getUrl, getUsername, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
-
-
-
-
Field Detail
-
PROP_FILENAME
public static final String PROP_FILENAME
- See Also:
- Constant Field Values
-
PROP_SELECTORS
public static final String PROP_SELECTORS
- See Also:
- Constant Field Values
-
PROP_EXPORT_TYPE
public static final String PROP_EXPORT_TYPE
- See Also:
- Constant Field Values
-
PROP_QUERY
public static final String PROP_QUERY
- See Also:
- Constant Field Values
-
PROP_FILTER
public static final String PROP_FILTER
- See Also:
- Constant Field Values
-
PROP_SEPARATOR
public static final String PROP_SEPARATOR
- See Also:
- Constant Field Values
-
PROP_PROPERTIES
public static final String PROP_PROPERTIES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExportCfg
public ExportCfg(BeanContext context, org.apache.sling.api.resource.Resource resource)
-
ExportCfg
public ExportCfg(BeanContext context)
-
ExportCfg
public ExportCfg()
-
-