Package | Description |
---|---|
com.aspose.note.context |
Modifier and Type | Method and Description |
---|---|
HierarchyNodeProxy |
IOneToc2HierarchyProxyContext.tryGetNode(ExtendedGuid id) |
HierarchyNodeProxy |
OneToc2HierarchyProxyContext.tryGetNode(ExtendedGuid id)
Gets the last revision of the node.
|
HierarchyNodeProxy |
IOneToc2HierarchyProxyContext.tryGetVersionedNode(ExtendedGuid id,
ExtendedGuid versionId) |
HierarchyNodeProxy |
OneToc2HierarchyProxyContext.tryGetVersionedNode(ExtendedGuid id,
ExtendedGuid versionId)
Gets specified version of the node.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,HierarchyNodeProxy> |
IRevisionProxies.getNodeProxies() |
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy> |
IOneToc2HierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id) |
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy> |
OneToc2HierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id)
Gets version history of the node.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToc2HierarchyProxyContext.addNode(HierarchyNodeProxy node)
Adds the node for current revision.
|
boolean |
OneNoteHierarchyProxyContext.tryGetHistoryNode(ExtendedGuid id,
HierarchyNodeProxy[] node,
ExtendedGuid versionId)
The try get history node.
|
Constructor and Description |
---|
OneNoteHierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> historyNodeProxies,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> pagesVersions,
IVersionMap allVersions,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,FileContainerReferenceProxy> containerNodes,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<Guid,FileContainer> binaryNodes)
Initializes a new instance of the
OneNoteHierarchyProxyContext class. |
OneToc2HierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> nodeHistoryMap)
Initializes a new instance of the
OneToc2HierarchyProxyContext class. |
Copyright (c) 2017 Aspose. All Rights Reserved.