Package | Description |
---|---|
com.aspose.note.revision |
Modifier and Type | Method and Description |
---|---|
FileNodeList |
FileDataStoreListReferenceFnd.getContents()
Gets or sets the contents.
|
FileNodeList |
RevisionStore.getHashedChunkList()
Gets the hashed chunk list.
|
FileNodeList |
RevisionManifestListReferenceFnd.getManifest()
Gets the manifest.
|
FileNodeList |
ObjectGroupListReferenceFnd.getObjectGroup()
Gets the object group by ObjectGroupId.
|
FileNodeList |
ObjectSpaceManifestListReferenceFnd.getObjectSpaceManifest()
Gets the object space manifest list by reference.
|
FileNodeList |
RevisionStore.getRootFileNodeList()
Gets the root file node list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileNodeList.equals(FileNodeList other)
The equals.
|
void |
RevisionBinaryFileWriter.write(FileNodeList fileNodeList,
FileChunkReference reference)
The write.
|
Constructor and Description |
---|
EncryptedObjectGroupListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ExtendedGuid objectGroupId,
FileNodeList objectGroup,
IEncryptionSession encryptionSession)
Initializes a new instance of the
EncryptedObjectGroupListReferenceFnd class. |
FileDataStoreListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
FileNodeList contents)
Initializes a new instance of the
FileDataStoreListReferenceFnd class. |
ObjectGroupListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ExtendedGuid objectGroupId,
FileNodeList objectGroup)
Initializes a new instance of the
ObjectGroupListReferenceFnd class. |
ObjectSpaceManifestListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ExtendedGuid gosId,
FileNodeList objectSpaceManifest)
Initializes a new instance of the
ObjectSpaceManifestListReferenceFnd class. |
RevisionManifestListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
FileNodeList manifest)
Initializes a new instance of the
RevisionManifestListReferenceFnd class. |
RevisionStore(Header header,
TransactionLog transactionLog,
FreeChunkList freeChunkList,
FileNodeList rootFileNodeList,
FileNodeList hashedChunkList)
Initializes a new instance of the
RevisionStore class. |
Copyright (c) 2017 Aspose. All Rights Reserved.