java.lang.Object | |
↳ | com.atlassian.jira.portal.PortalPage |
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
This class represents a Dashboard page in JIRA. It includes dashboard meta data (name, description) as well as information about favouriting and share permissions.
It no longer has a link to the PortletConfigurations (Gadgets) displayed on a dashboard. To get this information one should consult thePortalPageService
directly.
Use the supplied PortalPage.Builder
class to construct new instances of a
PortalPage. This class is used to represent both System and User owned dashboards. The only restriction is that
system dashboards may not have an owner.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PortalPage.Builder |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ENTITY_TYPE | This is the SharedEntity type, eg "PortalPage"
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A general description of the entity.
| |||||||||||
The type of entity it is.
| |||||||||||
The number of users who have marked this entity as one of their favourites.
| |||||||||||
The id of the entity.
| |||||||||||
The name of the entity.
| |||||||||||
The permissions for this entity.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the SharedEntity
type, eg "PortalPage"
A general description of the entity.
The type of entity it is. Examples include SearchRequest ("SearchRequest") and PortalPage ("PortalPage")
The number of users who have marked this entity as one of their favourites.
The id of the entity.
The permissions for this entity.