Interface Space
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>,HasReference<ModelEntityReference>,ModelEntity,ModelEntityBase<Space,SpaceReference>
The space now represents a folder (
IFolder from old API) in which the rich pages or documents are contained,
but in future it might me extended to also have some fields, so it will derive from ModelObject- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptioncan()com.polarion.alm.projects.model.IFolderlabel()booleanpageOrDocumentExists(String name) This method also returns true when the current user does not have the rights to see the pages or documents.title()Methods inherited from interface com.polarion.alm.shared.api.model.ModelEntity
equals, hashCode, isUnresolvable, render, transactionMethods inherited from interface com.polarion.alm.shared.api.model.ModelEntityBase
getReference
-
Method Details
-
pageOrDocumentExists
This method also returns true when the current user does not have the rights to see the pages or documents. -
title
-
label
- Returns:
- A user-readable label.
-
label
- Parameters:
separator- will render the hierarchy of spaces, using the delimiter as the separator between spaces.- Returns:
- A user-readable label.
- Since:
- 3.22.2
-
getChildSpaces
- Returns:
- a list of child spaces.
- Since:
- 3.18.1
-
getParentSpace
- Returns:
- the parent space if not the root space.
- Since:
- 3.18.1
-
can
- Specified by:
canin interfaceModelEntity- Since:
- 3.23.10
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.projects.model.IFolder getOldApi()- Since:
- 3.23.10
-