Class ExportSet

  • All Implemented Interfaces:
    com.composum.sling.core.bean.RestrictedBean, com.composum.sling.core.SlingBean

    public class ExportSet
    extends ConfigSet<ExportCfg>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.composum.sling.core.AbstractSlingBean

        com.composum.sling.core.AbstractSlingBean.NodeClosure
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportSet()  
      ExportSet​(com.composum.sling.core.BeanContext context)  
      ExportSet​(com.composum.sling.core.BeanContext context, org.apache.sling.api.resource.Resource resource)  
    • 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.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_ITEM_FILTER

        public static final com.composum.sling.core.filter.ResourceFilter EXPORT_SET_ITEM_FILTER
    • Constructor Detail

      • ExportSet

        public ExportSet​(com.composum.sling.core.BeanContext context,
                         org.apache.sling.api.resource.Resource resource)
      • ExportSet

        public ExportSet​(com.composum.sling.core.BeanContext context)
      • ExportSet

        public ExportSet()