Uses of Class
org.uberfire.ext.apps.api.Directory
-
-
Uses of Directory in org.uberfire.ext.apps.api
Methods in org.uberfire.ext.apps.api that return Directory Modifier and Type Method Description DirectoryAppsPersistenceAPI. createDirectory(Directory parentDirectory, String parameter)DirectoryDirectory. getParent()DirectoryAppsPersistenceAPI. getRootDirectory()Methods in org.uberfire.ext.apps.api that return types with arguments of type Directory Modifier and Type Method Description List<Directory>Directory. getChildsDirectories()Methods in org.uberfire.ext.apps.api with parameters of type Directory Modifier and Type Method Description voidDirectory. addChildDirectory(Directory directory)DirectoryAppsPersistenceAPI. createDirectory(Directory parentDirectory, String parameter)static List<DirectoryBreadcrumb>DirectoryBreadcrumb. getBreadcrumbs(Directory directory)Method parameters in org.uberfire.ext.apps.api with type arguments of type Directory Modifier and Type Method Description voidDirectory. addChildDirectories(List<Directory> directories)Constructors in org.uberfire.ext.apps.api with parameters of type Directory Constructor Description Directory(String name, String fullPath, String URI, Directory parent)
-