@Deprecated public class PageInfo extends java.lang.Object implements LocalId
Page
.PageNavigationService
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
PAGE_ACCESS_LEVEL_ADMIN
Deprecated.
|
static int |
PAGE_ACCESS_LEVEL_EDIT
Deprecated.
|
static int |
PAGE_ACCESS_LEVEL_NONE
Deprecated.
|
static int |
PAGE_ACCESS_LEVEL_VIEW
Deprecated.
|
static java.lang.Integer |
SORT_BY_ACCESS_LEVEL
Deprecated.
A constant for sorting portal pages by the access level
|
static java.lang.Integer |
SORT_BY_CATEGORY_ID
Deprecated.
A constant for sorting portal pages by the Id of the page Category
|
static java.lang.Integer |
SORT_BY_CREATOR
Deprecated.
A constant for sorting portal pages by the creator of the page
|
static java.lang.Integer |
SORT_BY_DATE_CREATED
Deprecated.
A constant for sorting portal pages by the date that the page was created
|
static java.lang.Integer |
SORT_BY_DATE_MODIFIED
Deprecated.
A constant for sorting portal pages by the date that the page was last
modified
|
static java.lang.Integer |
SORT_BY_DESCRIPTION
Deprecated.
A constant for sorting portal pages by description
|
static java.lang.Integer |
SORT_BY_GROUP
Deprecated.
A constant for sorting portal pages by the group to which the page is
associated.
|
static java.lang.Integer |
SORT_BY_ID
Deprecated.
A constant for sorting portal pages by the ID
|
static java.lang.Integer |
SORT_BY_MODIFIER
Deprecated.
A constant for sorting portal pages by the last user to modify the page
|
static java.lang.Integer |
SORT_BY_NAME
Deprecated.
A constant for sorting portal pages by name
|
static java.lang.Integer |
SORT_BY_PUBLIC
Deprecated.
A constant for sorting portal pages by whether the page is public or not
|
static java.lang.Integer |
SORT_BY_TYPE
Deprecated.
A constant for sorting portal pages by the page type
|
static java.lang.Integer |
SORT_BY_URL
Deprecated.
A constant for sorting portal pages by URL (This only applies to custom
pages)
|
static int |
TYPE_CUSTOM
Deprecated.
|
static int |
TYPE_DASHBOARD
Deprecated.
|
static int |
TYPE_PORTAL_PAGE
Deprecated.
|
Constructor and Description |
---|
PageInfo()
Deprecated.
|
PageInfo(java.lang.String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCategoryId()
Deprecated.
The category that this page is associated to, if any.
|
java.lang.String |
getCreator()
Deprecated.
The user id of the creator of this page.
|
java.sql.Timestamp |
getDateCreated()
Deprecated.
The timestamp indicating when this page was created.
|
java.sql.Timestamp |
getDateModified()
Deprecated.
The timestamp indicating when this page was last modified.
|
java.lang.String |
getDescription()
Deprecated.
A text description of this page
|
java.lang.Long |
getGroup()
Deprecated.
The group associated to this page.
|
java.lang.Long |
getId()
Deprecated.
The unique identifier of this page
|
static java.lang.Long[] |
getIds(PageInfo[] pages)
Deprecated.
Get the ids (as a Long array) from an array of page objects.
|
java.lang.String |
getModifier()
Deprecated.
The user id of the last person who has modified this page.
|
java.lang.String |
getName()
Deprecated.
The display name/title of this page
|
int |
getType()
Deprecated.
Returns the page type.
|
java.lang.String |
getUrl()
Deprecated.
Returns the URL of a Custom Page.
|
boolean |
isPublic()
Deprecated.
Indicates whether this page is publicly viewable or it has viewer rights
determined by the role map.
|
void |
setCategoryId(java.lang.Long p_)
Deprecated.
See
getCategoryId() |
void |
setCreator(java.lang.String p_)
Deprecated.
See
getCreator() |
void |
setDateCreated(java.sql.Timestamp p_)
Deprecated.
See
getDateCreated() |
void |
setDateModified(java.sql.Timestamp p_)
Deprecated.
|
void |
setDescription(java.lang.String p_)
Deprecated.
See
getDescription() |
void |
setGroup(java.lang.Long p_)
Deprecated.
See
getGroup() |
void |
setId(java.lang.Long id_)
Deprecated.
See
getId() |
void |
setModifier(java.lang.String p_)
Deprecated.
See
getModifier() |
void |
setName(java.lang.String name_)
Deprecated.
See
getName() |
void |
setPublic(boolean p_)
Deprecated.
See
isPublic() |
void |
setType(int type_)
Deprecated.
Sets the page type.
|
void |
setUrl(java.lang.String url_)
Deprecated.
Sets the URL of a Custom Page.
|
java.lang.String |
toString()
Deprecated.
|
public static final java.lang.Integer SORT_BY_NAME
public static final java.lang.Integer SORT_BY_DESCRIPTION
public static final java.lang.Integer SORT_BY_CREATOR
public static final java.lang.Integer SORT_BY_MODIFIER
public static final java.lang.Integer SORT_BY_DATE_CREATED
public static final java.lang.Integer SORT_BY_DATE_MODIFIED
public static final java.lang.Integer SORT_BY_CATEGORY_ID
public static final java.lang.Integer SORT_BY_PUBLIC
public static final java.lang.Integer SORT_BY_URL
public static final java.lang.Integer SORT_BY_TYPE
public static final java.lang.Integer SORT_BY_ID
public static final java.lang.Integer SORT_BY_GROUP
public static final java.lang.Integer SORT_BY_ACCESS_LEVEL
public static final int PAGE_ACCESS_LEVEL_NONE
public static final int PAGE_ACCESS_LEVEL_VIEW
public static final int PAGE_ACCESS_LEVEL_EDIT
public static final int PAGE_ACCESS_LEVEL_ADMIN
public static final int TYPE_PORTAL_PAGE
public static final int TYPE_CUSTOM
public static final int TYPE_DASHBOARD
public PageInfo()
public PageInfo(java.lang.String name)
public java.lang.Long getId()
getId
in interface LocalId
LocalId.setId(Long)
public void setId(java.lang.Long id_)
getId()
setId
in interface LocalId
id_
- Id to setLocalId.getId()
public java.lang.String getName()
public void setName(java.lang.String name_)
getName()
public java.lang.String getDescription()
public void setDescription(java.lang.String p_)
getDescription()
public java.lang.String getCreator()
public void setCreator(java.lang.String p_)
getCreator()
public java.lang.String getModifier()
public void setModifier(java.lang.String p_)
getModifier()
public java.sql.Timestamp getDateCreated()
public void setDateCreated(java.sql.Timestamp p_)
getDateCreated()
public java.sql.Timestamp getDateModified()
public void setDateModified(java.sql.Timestamp p_)
public java.lang.Long getGroup()
null
.public void setGroup(java.lang.Long p_)
getGroup()
public java.lang.Long getCategoryId()
PageNavigationService
public void setCategoryId(java.lang.Long p_)
getCategoryId()
public boolean isPublic()
public void setPublic(boolean p_)
isPublic()
public int getType()
public void setType(int type_)
type_
- The new type of page.public java.lang.String getUrl()
public void setUrl(java.lang.String url_)
url_
- the new URL of the Custom Page.public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.Long[] getIds(PageInfo[] pages)
pages
- an array of pagesCopyright © 2003-2024 Appian Corporation. All Rights Reserved.