public class PageMetaData extends HierarchyNode<ExtendedGuid>
The page meta data.
Constructor and Description |
---|
PageMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
PageMetaData class. |
Modifier and Type | Method and Description |
---|---|
String |
getCachedTitleString()
Gets or sets the title of the page.
|
ExtendedGuid |
getGosId()
Gets or sets the node id.
|
Guid |
getNotebookManagementEntityGuid()
Gets or sets the identifier of the page.
|
int |
getPageLevel()
Gets or sets the page level of the page in a page series.
|
int |
getSchemaRevisionInOrderToRead()
Gets or sets the version of the page.
|
int |
getSchemaRevisionInOrderToWrite()
Gets or sets the version of the page.
|
com.aspose.ms.System.DateTime |
getTopologyCreationTimeStamp()
Gets or sets the time when the page was created.
|
boolean |
hasConflictPages()
Gets or sets a value indicating whether conflict pages are associated with the page.
|
boolean |
hasVersionPages()
Gets or sets a value indicating whether version history pages are associated with the page.
|
boolean |
isDeletedGraphSpaceContent()
Gets or sets a value indicating whether the page is marked as deleted.
|
void |
setCachedTitleString(String value)
Gets or sets the title of the page.
|
void |
setConflictPages(boolean value)
Gets or sets a value indicating whether conflict pages are associated with the page.
|
void |
setDeletedGraphSpaceContent(boolean value)
Gets or sets a value indicating whether the page is marked as deleted.
|
void |
setGosId(ExtendedGuid value)
Gets or sets the node id.
|
void |
setNotebookManagementEntityGuid(Guid value)
Gets or sets the identifier of the page.
|
void |
setPageLevel(int value)
Gets or sets the page level of the page in a page series.
|
void |
setSchemaRevisionInOrderToRead(int value)
Gets or sets the version of the page.
|
void |
setSchemaRevisionInOrderToWrite(int value)
Gets or sets the version of the page.
|
void |
setTopologyCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets or sets the time when the page was created.
|
void |
setVersionPages(boolean value)
Gets or sets a value indicating whether version history pages are associated with the page.
|
getNodeId, getType
public PageMetaData(ExtendedGuid nodeId)
Initializes a new instance of the PageMetaData
class.
nodeId
- The node id.public ExtendedGuid getGosId()
Gets or sets the node id.
public void setGosId(ExtendedGuid value)
Gets or sets the node id.
public Guid getNotebookManagementEntityGuid()
Gets or sets the identifier of the page.
public void setNotebookManagementEntityGuid(Guid value)
Gets or sets the identifier of the page.
public String getCachedTitleString()
Gets or sets the title of the page.
public void setCachedTitleString(String value)
Gets or sets the title of the page.
public int getSchemaRevisionInOrderToRead()
Gets or sets the version of the page.
public void setSchemaRevisionInOrderToRead(int value)
Gets or sets the version of the page.
public int getSchemaRevisionInOrderToWrite()
Gets or sets the version of the page.
public void setSchemaRevisionInOrderToWrite(int value)
Gets or sets the version of the page.
public int getPageLevel()
Gets or sets the page level of the page in a page series.
public void setPageLevel(int value)
Gets or sets the page level of the page in a page series.
public boolean hasVersionPages()
Gets or sets a value indicating whether version history pages are associated with the page.
public void setVersionPages(boolean value)
Gets or sets a value indicating whether version history pages are associated with the page.
public com.aspose.ms.System.DateTime getTopologyCreationTimeStamp()
Gets or sets the time when the page was created.
public void setTopologyCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets or sets the time when the page was created.
public boolean hasConflictPages()
Gets or sets a value indicating whether conflict pages are associated with the page.
public void setConflictPages(boolean value)
Gets or sets a value indicating whether conflict pages are associated with the page.
public boolean isDeletedGraphSpaceContent()
Gets or sets a value indicating whether the page is marked as deleted.
public void setDeletedGraphSpaceContent(boolean value)
Gets or sets a value indicating whether the page is marked as deleted.
Copyright (c) 2016 Aspose. All Rights Reserved.