Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- radius(Number) - Method in interface com.polarion.alm.shared.api.utils.charts.highcharts.HcMarker
- read() - Method in interface com.polarion.alm.shared.api.model.document.DocumentsInSpacePermissions
- read() - Method in interface com.polarion.alm.shared.api.model.ModelPermissions
-
Check the read permission, including the repository read access and the license allowing read access.
- readOnly() - Method in interface com.polarion.alm.shared.api.utils.html.HtmlAttributesBuilder
-
The read only attribute is a boolean attribute and is property of input element.
- ReadOnlyFieldStateAnalyzer - Interface in com.polarion.alm.shared.api.model.fields
- ReadOnlyIteratorWrapper<E> - Class in com.polarion.alm.shared.api.utils.collections
- ReadOnlyIteratorWrapper(Iterator<E>) - Constructor for class com.polarion.alm.shared.api.utils.collections.ReadOnlyIteratorWrapper
- ReadOnlyStrictCollection<E> - Interface in com.polarion.alm.shared.api.utils.collections
- ReadOnlyStrictList<E> - Interface in com.polarion.alm.shared.api.utils.collections
- ReadOnlyStrictMap<K,
V> - Interface in com.polarion.alm.shared.api.utils.collections -
"Strict" means that it does not allow null keys, and that all methods use generics unlike for example
Map.containsKey(Object)
- ReadOnlyTransaction - Interface in com.polarion.alm.shared.api.transaction
-
Use the
TransactionalExecutor.executeInReadOnlyTransaction(RunnableInReadOnlyTransaction)
to execute the code in a read only transaction. - recordForExecution(int) - Method in interface com.polarion.alm.shared.api.model.tr.TestRun
-
Returns a selector for a test case which returns helper test record that can be used e.g.
- records - Enum constant in enum class com.polarion.alm.shared.api.model.plan.PlanFieldsEnum
- records - Enum constant in enum class com.polarion.alm.shared.api.model.tr.TestRunFieldsEnum
- records() - Method in interface com.polarion.alm.shared.api.model.plan.PlanFields
- records() - Method in interface com.polarion.alm.shared.api.model.plan.UpdatablePlanFields
- records() - Method in interface com.polarion.alm.shared.api.model.tr.TestRunFields
- reference() - Method in interface com.polarion.alm.shared.api.model.fields.BaselineCollectionField
-
Returns the Collection's reference if the Collection is set.
- reference() - Method in interface com.polarion.alm.shared.api.model.fields.ModelObjectField
-
Returns the object's reference if the object is set.
- reference() - Method in interface com.polarion.alm.shared.api.model.wi.WorkItemField
- reference(BaselineReference) - Method in interface com.polarion.alm.shared.api.model.baseline.BaselineSelector
-
Finishes selecting the Baseline, all other values are ignored
- reference(BaselineCollectionReference) - Method in interface com.polarion.alm.shared.api.model.baselinecollection.BaselineCollectionSelector
-
Finishes selecting the Baseline Collection, all other values are ignored.
- reference(BuildReference) - Method in interface com.polarion.alm.shared.api.model.build.BuildSelector
- reference(ModelObjectReference) - Method in interface com.polarion.alm.shared.api.model.rp.widget.PropertiesSidebarConfiguredContainer.ReferenceTagConfiguration
-
Adds a reference to the object from which the fields will be loaded and displayed in the sidebar.
- reference(RevisionReference) - Method in interface com.polarion.alm.shared.api.model.revision.RevisionSelector
-
Finishes selecting the Revision, all other values are ignored
- reference(SpaceReference) - Method in interface com.polarion.alm.shared.api.model.space.SpaceSelector
-
Finishes selecting the space, all other values are ignored
- reference(R) - Method in interface com.polarion.alm.shared.api.model.ModelObjectSelector
-
Completes the object selection.
This method overrides any previously set values, for example revisions set through theModelObjectSelector.revision(String)
method.
To request a reference in a specific revision, you can add the requested revision to the reference parameter by using theModelObjectReference.getFromRevision(ReadOnlyTransaction, String)
method. It is easier to use theModelObjectReference.get(ReadOnlyTransaction)
method than this one to get the instance ofModelObject
for the given reference. - referencedFieldLabel() - Method in interface com.polarion.alm.shared.api.model.fields.FieldReferenceField
- referenceName - Enum constant in enum class com.polarion.alm.shared.api.model.scripting.ScriptFieldsEnum
- referenceName() - Method in interface com.polarion.alm.shared.api.model.scripting.ScriptFields
- referencePath() - Method in interface com.polarion.alm.shared.api.model.rp.widget.PropertiesSidebarConfiguredContainer.Attributes
- ReferenceWithUpdatable<U extends ModelEntity> - Interface in com.polarion.alm.shared.api.model
- refresh(boolean) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageWidgetActionContext
-
Calling this method means that the widget or whole page should be refreshed after the action. It usually does not make sense to use this method together with
RichPageWidgetActionContext.replaceWithHtml(String)
. - relative(int) - Method in interface com.polarion.alm.shared.api.model.rp.parameter.DateParameter.Builder
- relative(int) - Method in interface com.polarion.alm.shared.api.model.rp.parameter.DateParameter.Setter
- relativeShift() - Method in interface com.polarion.alm.shared.api.model.rp.parameter.DateParameter
- remainingEstimate - Enum constant in enum class com.polarion.alm.shared.api.model.wi.WorkItemFieldsEnum
- remainingEstimate() - Method in interface com.polarion.alm.shared.api.model.wi.UpdatableWorkItemFields
- remainingEstimate() - Method in interface com.polarion.alm.shared.api.model.wi.WorkItemFields
- remote() - Method in interface com.polarion.alm.shared.api.model.oslc.LinkedOslcResourceRenderer
-
Shortcut for calling
LinkedOslcResourceRenderer.remote(boolean)
with true. - remote(boolean) - Method in interface com.polarion.alm.shared.api.model.oslc.LinkedOslcResourceRenderer
-
Renders the locally persisted label of the remote link when called with false.
- REMOTE_LINK_PREVIEW - Enum constant in enum class com.polarion.alm.shared.api.utils.html.RichTextRenderTarget
-
Preview shown for remotely linked documents
- RemoteDataRenderer<T extends Renderer<T>> - Interface in com.polarion.alm.shared.api.model.oslc
- remove() - Method in class com.polarion.alm.shared.api.utils.collections.ReadOnlyIteratorWrapper
- remove(int) - Method in interface com.polarion.alm.shared.api.utils.collections.StrictList
- remove(int) - Method in class com.polarion.alm.shared.api.utils.collections.StrictListImpl
- remove(WorkItemReference) - Method in interface com.polarion.alm.shared.api.model.plan.record.UpdatablePlanRecordsField
-
Removes all records for the given item (Normally only one record for each item is supported in Plan)
- remove(E) - Method in interface com.polarion.alm.shared.api.utils.collections.StrictCollection
- remove(E) - Method in class com.polarion.alm.shared.api.utils.collections.StrictHashSet
- remove(E) - Method in class com.polarion.alm.shared.api.utils.collections.StrictListImpl
- remove(String) - Method in interface com.polarion.alm.shared.api.model.parameter.ParametersLibrary
- remove(K) - Method in interface com.polarion.alm.shared.api.utils.collections.StrictMap
- remove(K) - Method in class com.polarion.alm.shared.api.utils.collections.StrictMapImpl
- removeAll(Iterable<? extends E>) - Method in interface com.polarion.alm.shared.api.utils.collections.StrictCollection
- removeAll(Iterable<? extends E>) - Method in class com.polarion.alm.shared.api.utils.collections.StrictHashSet
- removeAll(Iterable<? extends E>) - Method in class com.polarion.alm.shared.api.utils.collections.StrictListImpl
- removeAll(Iterable<K>) - Method in interface com.polarion.alm.shared.api.utils.collections.StrictMap
- removeAll(Iterable<K>) - Method in class com.polarion.alm.shared.api.utils.collections.StrictMapImpl
- removeById(String) - Method in interface com.polarion.alm.shared.api.model.eo.UpdatableEnumOptionsField
- removeCategory(CategoryReference) - Method in interface com.polarion.alm.shared.api.model.category.UpdatableCategoriesField
- removeCategory(String) - Method in interface com.polarion.alm.shared.api.model.category.UpdatableCategoriesField
- removeCollection(BaselineCollectionReference) - Method in interface com.polarion.alm.shared.api.model.baselinecollection.UpdatableBaselineCollectionsField
- removeElement(ModelObjectReference) - Method in interface com.polarion.alm.shared.api.model.baselinecollection.element.UpdatableBaselineCollectionElementsField
-
Removes the element for the given object if there is one.
- removeLink(String) - Method in interface com.polarion.alm.shared.api.model.wi.UpdatableWorkItemLinkedWorkItemsField
- removeLinkedOslcResource(String, String) - Method in interface com.polarion.alm.shared.api.model.oslc.UpdatableLinkedOslcResourcesField
-
Removes a link to an OSLC resource.
- removeRole(String) - Method in interface com.polarion.alm.shared.api.model.usergroup.UpdatableGlobalRolesField
-
Removes a Global Role, if there, from the group.
- removeRole(String, String) - Method in interface com.polarion.alm.shared.api.model.usergroup.UpdatableProjectRolesField
-
Removes a Project Role, if there, from the group.
- removeUnresolvable() - Method in interface com.polarion.alm.shared.api.model.plan.UpdatablePlanWorkItems
-
Removes records for unresolvable Work Items.
- removeUser(String) - Method in interface com.polarion.alm.shared.api.model.usergroup.UpdatableUsersField
-
Removes a User, if there.
- removeValueIfSame(V) - Method in interface com.polarion.alm.shared.api.utils.collections.StrictMap
-
Removes the first mapping having the same value found by iterating over the
ReadOnlyStrictMap.entrySet()
, the value must be the same instance as the one contained in the map, so the equals() is NOT called by this method on the values. - removeValueIfSame(V) - Method in class com.polarion.alm.shared.api.utils.collections.StrictMapImpl
- rename() - Method in interface com.polarion.alm.shared.api.model.document.DocumentPermissions
- render() - Method in interface com.polarion.alm.shared.api.model.approval.Approval
- render() - Method in interface com.polarion.alm.shared.api.model.baselinecollection.BaselineCollection
- render() - Method in interface com.polarion.alm.shared.api.model.build.Build
- render() - Method in interface com.polarion.alm.shared.api.model.CanRender
- render() - Method in interface com.polarion.alm.shared.api.model.category.Category
- render() - Method in interface com.polarion.alm.shared.api.model.comment.Comment
- render() - Method in interface com.polarion.alm.shared.api.model.comment.CommentBase
- render() - Method in interface com.polarion.alm.shared.api.model.document.Document
- render() - Method in interface com.polarion.alm.shared.api.model.eo.EnumOption
- render() - Method in interface com.polarion.alm.shared.api.model.eo.EnumOptionField
- render() - Method in interface com.polarion.alm.shared.api.model.fields.DateField
- render() - Method in interface com.polarion.alm.shared.api.model.fields.Field
-
This method can be used also when the parent object is unresolvable or user has no permission to access.
- render() - Method in interface com.polarion.alm.shared.api.model.fields.FloatField
- render() - Method in interface com.polarion.alm.shared.api.model.fields.IterableField
- render() - Method in interface com.polarion.alm.shared.api.model.fields.RichTextField
- render() - Method in interface com.polarion.alm.shared.api.model.fields.Text
- render() - Method in interface com.polarion.alm.shared.api.model.hyperlink.HyperlinkUriField
- render() - Method in interface com.polarion.alm.shared.api.model.ModelEntity
- render() - Method in interface com.polarion.alm.shared.api.model.pc.PlanningConstraint
- render() - Method in interface com.polarion.alm.shared.api.model.plan.Plan
- render() - Method in interface com.polarion.alm.shared.api.model.revision.Revision
- render() - Method in interface com.polarion.alm.shared.api.model.rp.parameter.ScriptParameter
-
Renders velocity script to
ScriptRenderResult
object. - render() - Method in interface com.polarion.alm.shared.api.model.rp.RichPage
- render() - Method in interface com.polarion.alm.shared.api.model.rt.LinkedResourcePositionField
- render() - Method in interface com.polarion.alm.shared.api.model.tp.TimePoint
- render() - Method in interface com.polarion.alm.shared.api.model.tr.record.TestRecord
- render() - Method in interface com.polarion.alm.shared.api.model.tr.TestRun
- render() - Method in interface com.polarion.alm.shared.api.model.ts.TestStepsField
- render() - Method in interface com.polarion.alm.shared.api.model.wi.linked.LinkedWorkItem
- render() - Method in interface com.polarion.alm.shared.api.model.wi.WorkItem
- render() - Method in interface com.polarion.alm.shared.api.model.wi.WorkItemField
- render() - Method in interface com.polarion.alm.shared.api.model.wi.WorkItemLinkedWorkItemsField
- render() - Method in interface com.polarion.alm.shared.api.model.wiki.WikiPage
- render() - Method in interface com.polarion.alm.shared.api.model.wr.WorkRecord
- render(Fields) - Method in interface com.polarion.alm.shared.api.model.rp.parameter.Field
-
Returns renderer for the selected field from the given fields.
- render(SharedContext) - Method in enum class com.polarion.alm.shared.api.model.PrototypeEnum
- render(HtmlContentBuilder, Integer, Integer) - Method in interface com.polarion.alm.shared.api.utils.charts.highcharts.CommonHighchartBuilder
-
Renders chart to parent builder.
- render(Integer, Integer) - Method in interface com.polarion.alm.shared.api.utils.charts.highcharts.CommonHighchartBuilder
-
Renders chart.
This method can be useful in Velocity. - render(String, String) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RepositoryWidgetScriptedChart
-
Renders a Scripted Chart from the provided resource object.
- Renderer<T extends Renderer<T>> - Interface in com.polarion.alm.shared.api.model
- RendererOfIterable - Interface in com.polarion.alm.shared.api.model
- renderError(String) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageRenderingContext
-
Render message in error box.
- renderHtml() - Method in interface com.polarion.alm.shared.api.model.rp.parameter.ScriptParameter
-
Renders velocity script to HTML markup.
- renderHtml() - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageWidgetRenderer
- renderHtml(RichPageWidgetRenderingContext) - Method in class com.polarion.alm.shared.api.model.rp.widget.RichPageWidget
-
Main method of the widget which renders the widget's HTML which is shown in the page.
- renderInfo(String) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageRenderingContext
-
Render message in info box.
- renderLeft() - Method in interface com.polarion.alm.shared.api.model.fields.FieldDifferences
-
Renders the differences in the left field.
- renderRight() - Method in interface com.polarion.alm.shared.api.model.fields.FieldDifferences
-
Renders the differences in the right field.
- renderTestRecords() - Method in interface com.polarion.alm.shared.api.model.tr.TestRuns
- renderTo(String) - Method in interface com.polarion.alm.shared.api.utils.charts.highcharts.HcChart
- renderWarning(String) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageRenderingContext
-
Render message in warning box.
- renderWidget(String, RichPageWidget) - Method in interface com.polarion.alm.shared.api.model.rp.RichPages
- replaceWithHtml(String) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageWidgetActionContext
-
Calling this method means that the content of the widget should be replaced by the given html. This is mainly meant for widgets that need to display data based on the action, but do not write any data to persistence.
- repository() - Method in interface com.polarion.alm.shared.api.utils.links.PortalLinkBuilder
-
Returns builder for building links to repository scope.
- repository(String) - Method in interface com.polarion.alm.shared.api.model.revision.RevisionSelector
-
Selects the Repository.
- repositoryId - Enum constant in enum class com.polarion.alm.shared.api.model.rt.LinkedResourceFieldsEnum
- repositoryId() - Method in interface com.polarion.alm.shared.api.model.rt.LinkedResourceFields
- RepositoryLinkBuilder - Interface in com.polarion.alm.shared.api.utils.links
- repositoryName - Enum constant in enum class com.polarion.alm.shared.api.model.revision.RevisionFieldsEnum
- repositoryName() - Method in interface com.polarion.alm.shared.api.model.revision.RevisionFields
- repositoryName() - Method in class com.polarion.alm.shared.api.model.revision.RevisionReference
- RepositoryWidgetResources - Interface in com.polarion.alm.shared.api.model.rp.widget
-
Additional API for Widget Developer to work with resources through velocity
- RepositoryWidgetScriptedChart - Interface in com.polarion.alm.shared.api.model.rp.widget
-
Configured scripted chart widget resource object.
- requestedRevision() - Method in interface com.polarion.alm.shared.api.model.ModelObjectReference
- requestedRevision() - Method in class com.polarion.alm.shared.api.model.ModelObjectReferenceBase
- required() - Method in interface com.polarion.alm.shared.api.model.fields.ReadOnlyFieldStateAnalyzer
- resolution - Enum constant in enum class com.polarion.alm.shared.api.model.wi.WorkItemFieldsEnum
- resolution() - Method in interface com.polarion.alm.shared.api.model.wi.UpdatableWorkItemFields
- resolution() - Method in interface com.polarion.alm.shared.api.model.wi.WorkItemFields
- resolution(String) - Method in interface com.polarion.alm.shared.api.utils.links.WorkItemsQueryPartsLinkBuilder
-
Returns new instance of builder, never null.
- resolvable() - Method in interface com.polarion.alm.shared.api.model.plan.PlanWorkItems
-
Returns items from the plan which still exist.
- resolve() - Method in interface com.polarion.alm.shared.api.model.comment.CommentBasePermissions
-
Checks if current user has permission to resolve the comment.
- resolve() - Method in interface com.polarion.alm.shared.api.model.ModelObject
- resolved - Enum constant in enum class com.polarion.alm.shared.api.model.comment.CommentBaseFieldsEnum
- resolved - Enum constant in enum class com.polarion.alm.shared.api.model.comment.CommentFieldsEnum
- resolved() - Method in interface com.polarion.alm.shared.api.model.comment.CommentBaseFields
- resolvedOn - Enum constant in enum class com.polarion.alm.shared.api.model.wi.WorkItemFieldsEnum
- resolvedOn() - Method in interface com.polarion.alm.shared.api.model.wi.WorkItemFields
- resource() - Method in interface com.polarion.alm.shared.api.model.oslc.LinkedOslcResource
- resourceUrl(String) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageWidgetContext
- result - Enum constant in enum class com.polarion.alm.shared.api.model.tr.record.TestRecordFieldsEnum
- result - Enum constant in enum class com.polarion.alm.shared.api.model.tr.record.TestStepResultFieldsEnum
- result() - Method in interface com.polarion.alm.shared.api.model.ModelObjectsCount
-
Executes the search and returns the count of found objects.
- result() - Method in interface com.polarion.alm.shared.api.model.tr.record.TestRecordFields
- result() - Method in interface com.polarion.alm.shared.api.model.tr.record.TestRecordStep
- result() - Method in interface com.polarion.alm.shared.api.model.tr.record.TestStepResultFields
- result(String) - Method in interface com.polarion.alm.shared.api.utils.links.TestRunRecordsLinkBuilder
-
Returns link to records with the given status, never null.
- retainAll(Iterable<? extends E>) - Method in interface com.polarion.alm.shared.api.utils.collections.StrictCollection
- retainAll(Iterable<? extends E>) - Method in class com.polarion.alm.shared.api.utils.collections.StrictHashSet
- retainAll(Iterable<? extends E>) - Method in class com.polarion.alm.shared.api.utils.collections.StrictListImpl
- reuse() - Method in interface com.polarion.alm.shared.api.model.document.DocumentPermissions
- reusedFrom - Enum constant in enum class com.polarion.alm.shared.api.model.baselinecollection.BaselineCollectionFieldsEnum
- reusedFrom() - Method in interface com.polarion.alm.shared.api.model.baselinecollection.BaselineCollectionFields
- reversed(boolean) - Method in interface com.polarion.alm.shared.api.utils.charts.highcharts.HcLegend
- revision - Enum constant in enum class com.polarion.alm.shared.api.model.baselinecollection.element.BaselineCollectionElementFieldsEnum
- revision - Enum constant in enum class com.polarion.alm.shared.api.model.oslc.LinkedOslcResourceFieldsEnum
- revision - Enum constant in enum class com.polarion.alm.shared.api.model.wi.linked.LinkedWorkItemFieldsEnum
- revision() - Method in interface com.polarion.alm.shared.api.model.baselinecollection.element.BaselineCollectionElementFields
-
Revision of the object in the collection.
- revision() - Method in interface com.polarion.alm.shared.api.model.oslc.LinkedOslcResourceFields
- revision() - Method in interface com.polarion.alm.shared.api.model.rp.parameter.TimeAxisPoint
-
The date of the revision may not be the same as the date of this time point if there is no revision in the repository for this date.
- revision() - Method in interface com.polarion.alm.shared.api.model.wi.linked.LinkedWorkItemFields
- revision() - Method in interface com.polarion.alm.shared.api.model.wi.linked.UpdatableLinkedWorkItemFields
- revision(String) - Method in interface com.polarion.alm.shared.api.model.ModelObjectSelector
-
This optional method can be used to specify the requested revision that the object should be loaded from.
- revision(String) - Method in interface com.polarion.alm.shared.api.model.rp.parameter.DataCountAccessor
-
Completes the
DataCount
access. - revision(String) - Method in interface com.polarion.alm.shared.api.model.rp.parameter.DataSetAccessor
-
Completes the
DataSet
access. - revision(String) - Method in interface com.polarion.alm.shared.api.model.rp.widget.RichPageWidgetSelector
-
Optionally specify the revision from which to read the widget.
- revision(String) - Method in interface com.polarion.alm.shared.api.model.wi.CreateLinkCommand
-
Set revision field of the created
LinkedWorkItem
. - revision(String) - Method in interface com.polarion.alm.shared.api.utils.js.JsActionsWithDocumentBuilder
-
Sets document revision used in JS action
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.BaselineCollectionLinkBuilder
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.BaselineLinkBuilder
-
Returns the new builder that creates the link to the revision.
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.DocumentLinkBuilder
-
Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision.
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.PlanLinkBuilder
-
Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision.
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.RichPageLinkBuilder
-
Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision.
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.ScriptLinkBuilder
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.TestRunLinkBuilder
-
Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision.
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.WikiPageLinkBuilder
-
Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision.
- revision(String) - Method in interface com.polarion.alm.shared.api.utils.links.WorkItemLinkBuilder
-
Returns new builder for creating the link to the revision, so this instance can be still used to create link without revision.
- Revision - Interface in com.polarion.alm.shared.api.model.revision
- RevisionFields - Interface in com.polarion.alm.shared.api.model.revision
- RevisionFieldsEnum - Enum Class in com.polarion.alm.shared.api.model.revision
- revisionOfWorkItem(WorkItem) - Method in interface com.polarion.alm.shared.api.model.document.DocumentWorkItems
-
Gets the revision of a Work Item within the document.
- RevisionReference - Class in com.polarion.alm.shared.api.model.revision
- RevisionReference(String, String) - Constructor for class com.polarion.alm.shared.api.model.revision.RevisionReference
- RevisionRenderer - Interface in com.polarion.alm.shared.api.model.revision
- revisions() - Method in interface com.polarion.alm.shared.api.transaction.ReadOnlyTransaction
- Revisions - Interface in com.polarion.alm.shared.api.model.revision
- RevisionSelector<T> - Interface in com.polarion.alm.shared.api.model.revision
- RevisionsField - Interface in com.polarion.alm.shared.api.model.revision
- revisionView(String) - Method in interface com.polarion.alm.shared.api.utils.links.RepositoryLinkBuilder
-
Returns a link to the repository browser for the specified revision.
- richPage() - Method in interface com.polarion.alm.shared.api.model.PrototypeSelector
- richPage(String, String) - Method in interface com.polarion.alm.shared.api.utils.links.ProjectLinkBuilder
-
Return builder for building links to a Rich Pages.
- richPage(String, String) - Method in interface com.polarion.alm.shared.api.utils.links.RepositoryLinkBuilder
-
Returns the builder for building links to Rich Pages.
- RichPage - Enum constant in enum class com.polarion.alm.shared.api.model.PrototypeEnum
- RichPage - Interface in com.polarion.alm.shared.api.model.rp
- RichPageAttachmentReference - Class in com.polarion.alm.shared.api.model.rp
- RichPageAttachmentReference(RichPageReference, String) - Constructor for class com.polarion.alm.shared.api.model.rp.RichPageAttachmentReference
- RichPageContext - Interface in com.polarion.alm.shared.api.model.rp.widget
- RichPageFields - Interface in com.polarion.alm.shared.api.model.rp
- RichPageFieldsEnum - Enum Class in com.polarion.alm.shared.api.model.rp
- RichPageLinkBuilder - Interface in com.polarion.alm.shared.api.utils.links
- RichPageParameter - Interface in com.polarion.alm.shared.api.model.rp.parameter
-
Common interface for all Rich Page parameters Plug-ins can not add new implementations of this interface.
- RichPageParameter.Builder<P extends RichPageParameter,
B extends RichPageParameter.Builder> - Interface in com.polarion.alm.shared.api.model.rp.parameter - RichPageParameter.Visuals - Interface in com.polarion.alm.shared.api.model.rp.parameter
-
The interface should be used when handling dependencies in the UI.
- RichPageParameters - Interface in com.polarion.alm.shared.api.model.rp.parameter
-
Common interface for classes handling instantiating and initializing Rich Page parameters from persistence./br> Plug-ins can implement this interface, but it is not needed for normal use cases of using the parameters
- RichPageParametersContext - Interface in com.polarion.alm.shared.api.model.rp.widget
- RichPagePermissions - Interface in com.polarion.alm.shared.api.model.rp
- RichPageReference - Class in com.polarion.alm.shared.api.model.rp
- RichPageReference(SpaceReference, String) - Constructor for class com.polarion.alm.shared.api.model.rp.RichPageReference
- RichPageReference(SpaceReference, String, String, String) - Constructor for class com.polarion.alm.shared.api.model.rp.RichPageReference
- RichPageRenderer - Interface in com.polarion.alm.shared.api.model.rp
- RichPageRenderingContext - Interface in com.polarion.alm.shared.api.model.rp.widget
- richPages() - Method in interface com.polarion.alm.shared.api.model.PrototypeSelectorPlural
- richPages() - Method in interface com.polarion.alm.shared.api.transaction.ReadOnlyTransaction
- RichPages - Interface in com.polarion.alm.shared.api.model.rp
- RichPageSelector<T> - Interface in com.polarion.alm.shared.api.model.rp
-
Interface for selecting the rich page using optional project id and revision and mandatory page path or space id and page name.
- RichPagesInScopePermissions - Interface in com.polarion.alm.shared.api.model.rp
-
Checks various permissions for Rich Page in specified scope.
- RichPagesPermissions - Interface in com.polarion.alm.shared.api.model.rp
- RichPageWidget - Class in com.polarion.alm.shared.api.model.rp.widget
-
Rich Page Widget is a visual component which can be added by the user to the Rich Page and which shows some data based on user defined parameters - see
RichPageWidget.getParametersDefinition(ParameterFactory)
Implementations should be state-less and not assume that only one instance is created in runtime. - RichPageWidget() - Constructor for class com.polarion.alm.shared.api.model.rp.widget.RichPageWidget
- RichPageWidgetActionContext - Interface in com.polarion.alm.shared.api.model.rp.widget
-
Context used in
RichPageWidget.executeAction(RichPageWidgetActionContext)
- RichPageWidgetCommonContext - Interface in com.polarion.alm.shared.api.model.rp.widget
-
Common super interface for contexts used in methods
RichPageWidget.renderHtml(RichPageWidgetRenderingContext)
andRichPageWidget.executeAction(RichPageWidgetActionContext)
- RichPageWidgetContext - Interface in com.polarion.alm.shared.api.model.rp.widget
- RichPageWidgetDependenciesContext - Interface in com.polarion.alm.shared.api.model.rp.widget
- RichPageWidgetRegistry - Interface in com.polarion.alm.shared.api.model.rp.widget
-
TO BE USED ONLY FOR INTERNAL PURPOSES.
- RichPageWidgetRenderer - Interface in com.polarion.alm.shared.api.model.rp.widget
- RichPageWidgetRenderingContext - Interface in com.polarion.alm.shared.api.model.rp.widget
-
Context used in
RichPageWidget.renderHtml(RichPageWidgetRenderingContext)
- RichPageWidgetSelector - Interface in com.polarion.alm.shared.api.model.rp.widget
-
TO BE USED ONLY FOR INTERNAL PURPOSES.
- RichTextField - Interface in com.polarion.alm.shared.api.model.fields
- RichTextFieldRenderer - Interface in com.polarion.alm.shared.api.model.fields
- richTextRenderTarget() - Method in interface com.polarion.alm.shared.api.utils.html.HtmlBuilderTarget
-
Returns the
RichTextRenderTarget
when theRichTextRenderTarget.selectBuilderTarget(HtmlBuilderTargetSelector)
was used - RichTextRenderTarget - Enum Class in com.polarion.alm.shared.api.utils.html
- right() - Method in interface com.polarion.alm.shared.api.utils.charts.highcharts.HcHorizontalAlignmentSelector
- rightField() - Method in interface com.polarion.alm.shared.api.model.fields.FieldDifferences
- role - Enum constant in enum class com.polarion.alm.shared.api.model.hyperlink.HyperlinkFieldsEnum
- role - Enum constant in enum class com.polarion.alm.shared.api.model.oslc.LinkedOslcResourceFieldsEnum
- role - Enum constant in enum class com.polarion.alm.shared.api.model.rt.LinkedResourceFieldsEnum
- role - Enum constant in enum class com.polarion.alm.shared.api.model.wi.linked.ExternallyLinkedWorkItemFieldsEnum
- role - Enum constant in enum class com.polarion.alm.shared.api.model.wi.linked.LinkedWorkItemFieldsEnum
- role() - Method in interface com.polarion.alm.shared.api.model.hyperlink.HyperlinkFields
- role() - Method in interface com.polarion.alm.shared.api.model.oslc.LinkedOslcResourceFields
- role() - Method in interface com.polarion.alm.shared.api.model.rt.LinkedResourceFields
- role() - Method in interface com.polarion.alm.shared.api.model.wi.linked.ExternallyLinkedWorkItemFields
- role() - Method in interface com.polarion.alm.shared.api.model.wi.linked.LinkedWorkItemFields
- role(String) - Method in interface com.polarion.alm.shared.api.model.wi.CreateLinkCommand
-
Adds the link.
- roles() - Method in interface com.polarion.alm.shared.api.model.usergroup.ProjectWithRoles
- rootComment() - Method in interface com.polarion.alm.shared.api.model.comment.Comment
- rootComment() - Method in interface com.polarion.alm.shared.api.model.comment.CommentBase
- rootComments() - Method in interface com.polarion.alm.shared.api.model.comment.CommentBasesTreeField
- rootComments() - Method in interface com.polarion.alm.shared.api.model.comment.CommentsTreeField
- ROUNDTRIP - Enum constant in enum class com.polarion.alm.shared.api.utils.html.RichTextRenderTarget
- Row - Interface in com.polarion.alm.shared.api.model.table
- rowspan(String) - Method in interface com.polarion.alm.shared.api.utils.html.HtmlAttributesBuilder
-
Adds and encodes the value for rowspan attribute.
- RP_VIEW - Enum constant in enum class com.polarion.alm.shared.api.utils.html.RichTextRenderTarget
- rpeView() - Method in interface com.polarion.alm.shared.api.utils.html.HtmlBuilderTargetSelector
-
Link encoding like in gwt, text formatter like in dle editor
- rtl(boolean) - Method in interface com.polarion.alm.shared.api.utils.charts.highcharts.HcLegend
- run() - Method in interface com.polarion.alm.shared.api.utils.RunnableWithResult
- run(ReadOnlyTransaction) - Method in interface com.polarion.alm.shared.api.transaction.RunnableInReadOnlyTransaction
- run(WriteTransaction) - Method in interface com.polarion.alm.shared.api.transaction.RunnableInWriteTransaction
- RunnableInReadOnlyTransaction<T> - Interface in com.polarion.alm.shared.api.transaction
- RunnableInWriteTransaction<T> - Interface in com.polarion.alm.shared.api.transaction
- RunnableWithResult<T> - Interface in com.polarion.alm.shared.api.utils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form