com.polarion.alm.projects.model.IFolderManager
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
public, static, final, String | DEFAULT_SPACE |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IFolder | getFolder(String,String) | Returns {@link IFolder} for the given name from the project given by projectId . Use null as the projectId for the global context. |
List | getFolders(String) | Returns a list of all {@link IFolder} sorted in ascending order by {@link IFolder#getTitleOrName()} from the given project. Use null as the projectId for the global context. |
List | getRootFolders(String) | Returns a list of the root {@link IFolder} sorted in ascending order by {@link IFolder#getTitleOrName()} from the given project. Use null as the projectId for the global context. |
boolean | existFolder(String,String) | Check if the folder with the given name and project exists. |
IFolder | createFolder(String,String,String) | Creates a new root {@link IFolder} under the "Documents & Pages" root Topic. Use null as the projectId for the global context. |
Back to Index