public class DocumentNode extends HierarchyNode<ExtendedGuid>
The document node.
Constructor and Description |
---|
DocumentNode()
Initializes a new instance of the
DocumentNode class. |
Modifier and Type | Method and Description |
---|---|
void |
addPageRevisions(ExtendedGuid gosId,
ExtendedGuid pageId,
com.aspose.ms.System.Collections.Generic.IGenericList<PageRevision> revisions)
Adds page revisions.
|
SequencedDictionary<ExtendedGuid,SequencedDictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.IGenericList<PageRevision>>> |
getPageRevisions()
Gets the page revisions grouped by the GOSID.
|
RevisionStoreMetaData |
getRevisionStoreMetaData()
Gets or sets the file store metadata.
|
SectionMetaData |
getSectionMetaData()
Gets or sets the section meta data.
|
SectionNode |
getSectionNode()
Gets or sets the section node.
|
VersionHistoryContent |
getVersionHistoryContent()
Gets or sets the version history content.
|
VersionHistoryMetaData |
getVersionHistoryMetaData()
Gets or sets the version history meta data.
|
void |
setRevisionStoreMetaData(RevisionStoreMetaData value)
Gets or sets the file store metadata.
|
void |
setSectionMetaData(SectionMetaData value)
Gets or sets the section meta data.
|
void |
setSectionNode(SectionNode value)
Gets or sets the section node.
|
void |
setVersionHistoryContent(VersionHistoryContent value)
Gets or sets the version history content.
|
void |
setVersionHistoryMetaData(VersionHistoryMetaData value)
Gets or sets the version history meta data.
|
RevisionProxyContext |
toRevisionContext()
The to revision context.
|
getNodeId, getType
public DocumentNode()
Initializes a new instance of the DocumentNode
class.
public VersionHistoryContent getVersionHistoryContent()
Gets or sets the version history content.
public void setVersionHistoryContent(VersionHistoryContent value)
Gets or sets the version history content.
public VersionHistoryMetaData getVersionHistoryMetaData()
Gets or sets the version history meta data.
public void setVersionHistoryMetaData(VersionHistoryMetaData value)
Gets or sets the version history meta data.
public SectionMetaData getSectionMetaData()
Gets or sets the section meta data.
public void setSectionMetaData(SectionMetaData value)
Gets or sets the section meta data.
public SectionNode getSectionNode()
Gets or sets the section node.
public void setSectionNode(SectionNode value)
Gets or sets the section node.
public RevisionStoreMetaData getRevisionStoreMetaData()
Gets or sets the file store metadata.
public void setRevisionStoreMetaData(RevisionStoreMetaData value)
Gets or sets the file store metadata.
public SequencedDictionary<ExtendedGuid,SequencedDictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.IGenericList<PageRevision>>> getPageRevisions()
Gets the page revisions grouped by the GOSID.
public void addPageRevisions(ExtendedGuid gosId, ExtendedGuid pageId, com.aspose.ms.System.Collections.Generic.IGenericList<PageRevision> revisions)
Adds page revisions.
gosId
- The GOSID.pageId
- The page ID.revisions
- The page revisions.public RevisionProxyContext toRevisionContext()
The to revision context.
RevisionProxyContext
.Copyright (c) 2016 Aspose. All Rights Reserved.