Uses of Interface
com.polarion.alm.projects.model.IFolder
Packages that use IFolder
Package
Description
-
Uses of IFolder in com.polarion.alm.projects.model
Methods in com.polarion.alm.projects.model that return IFolderModifier and TypeMethodDescriptionIFolderManager.createFolder(String projectId, String name, String title) Creates a new rootIFolderunder the "Documents & Pages" root Topic.IFolder.createSubFolder(String name, String title) Creates a new sub folder in this folder.IFolder.getParent()Returns parentIFolder.IFolder.searchFolder(String name) Search deeply contained folders by folder name.Methods in com.polarion.alm.projects.model that return types with arguments of type IFolderModifier and TypeMethodDescriptionIFolder.getChildFolders()Returns a list ofIFoldercontained in this folder.IFolderManager.getFolders(String projectId) Returns a list of allIFoldersorted in ascending order bygetTitleOrName()from the given project.IFolderManager.getRootFolders(String projectId) Returns a list of the rootIFoldersorted in ascending order bygetTitleOrName()from the given project. -
Uses of IFolder in com.polarion.alm.projects.security
Methods in com.polarion.alm.projects.security with parameters of type IFolderModifier and TypeMethodDescriptionbooleanISpacePolicy.canCreate(IContextId contextId, IFolder folder) Can the current user create a Space for the given context?booleanISpacePolicy.canDelete(IContextId contextId, IFolder folder) Can the current user delete a Space for the given context?booleanISpacePolicy.canManage(IContextId contextId, IFolder folder) Can the current user manage the Space for the given context?booleanISpacePolicy.canModify(IContextId contextId, IFolder folder) Can the current user modify the Space for the given context?booleanISpacePolicy.canRead(IContextId contextId, IFolder folder) Can the current user read the Space for the given context?booleanISpacePolicy.canRead(IContextId contextId, IFolder folder, String userId) -
Uses of IFolder in com.polarion.alm.tracker.model
Methods in com.polarion.alm.tracker.model that return IFolderModifier and TypeMethodDescriptionIFolderItem.getFolder()Returns folder which contains thisIPObject.Methods in com.polarion.alm.tracker.model that return types with arguments of type IFolderModifier and TypeMethodDescriptionITrackerProject.getFolders()Returns list ofIFoldersorted ascending bygetTitleOrName().