Uses of Class
se.entitymanager.logic.EntityNotFolderishException

Packages that use EntityNotFolderishException
se.entitymanager.logic   
se.entitymanager.logic.file   
 

Uses of EntityNotFolderishException in se.entitymanager.logic
 

Methods in se.entitymanager.logic that throw EntityNotFolderishException
 java.util.Collection LogicFacade.getAllChildren(EntityInterface entity)
          Returns sub-entities of folderish entity.
 

Uses of EntityNotFolderishException in se.entitymanager.logic.file
 

Methods in se.entitymanager.logic.file that throw EntityNotFolderishException
protected  java.util.List ZippedFile.getAllChildren()
           
protected  java.util.List ZippedDirectoryFile.getAllChildren()
           
protected  java.util.List ZipFile.getAllChildren()
           
protected  java.util.List RegularFile.getAllChildren()
           
protected  java.util.List FileSystemsRootFile.getAllChildren()
           
protected  java.util.List DirectoryFile.getAllChildren()
           
protected abstract  java.util.List AbstractFile.getAllChildren()
          Returns all direct child files.
 java.util.Collection FileLogicFacade.getAllChildren(EntityInterface entity)