Package com.polarion.alm.projects.model
Interface IFolder
public interface IFolder
- Since:
- 3.8.3
-
Method Summary
Modifier and TypeMethodDescriptioncan()
createSubFolder
(String name, String title) Creates a new sub folder in this folder.Returns a list ofIFolder
contained in this folder.getName()
Returns parentIFolder
.getTitle()
Returns the full path of this folder in a "Parent folder name / current folder name" format or only the current folder name if there is no parent folder.getTitleOrName
(String separator) Returns the full path of this folder in a "Parent folder name {SEPERATOR} current folder name" format or only the current folder name if there is no parent folder.searchFolder
(String name) Search deeply contained folders by folder name.
-
Method Details
-
getName
-
getTitle
-
getTitleOrName
Returns the full path of this folder in a "Parent folder name / current folder name" format or only the current folder name if there is no parent folder. If the folders have titles, the titles are used instead of the names. -
getTitleOrName
Returns the full path of this folder in a "Parent folder name {SEPERATOR} current folder name" format or only the current folder name if there is no parent folder. If the folders have titles, the titles are used instead of the names.- Since:
- 3.22.2
-
getProject
-
getChildFolders
Returns a list ofIFolder
contained in this folder.- Since:
- 3.18.1
-
getParent
Returns parentIFolder
. Returnsnull
for the root folder.- Since:
- 3.18.1
-
searchFolder
Search deeply contained folders by folder name.- Since:
- 3.18.1
-
createSubFolder
Creates a new sub folder in this folder.- Parameters:
name
- (ID) must be unique for the whole folder hierarchy.- Returns:
- Just created
IFolder
. - Since:
- 3.18.1
-
can
- Since:
- 3.23.10
-
getContextId
- Since:
- 3.23.10
-
getAuthor
- Since:
- 3.23.10
-